Giter VIP home page Giter VIP logo

rockylin / dolphin-player Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 295.31 MB

Automatically exported from code.google.com/p/dolphin-player

Makefile 1.45% C 86.01% Assembly 2.07% Shell 3.01% Java 0.78% C++ 5.21% XSLT 0.03% Groff 0.14% CSS 0.02% Perl 0.10% HTML 0.37% Awk 0.01% Python 0.01% M4 0.07% Objective-C 0.55% DIGITAL Command Language 0.09% SAS 0.04% Module Management System 0.03% Smalltalk 0.01% Verilog 0.01%

dolphin-player's People

Contributors

aatrala avatar

Watchers

 avatar

dolphin-player's Issues

how to fix the video lagging problem?

I have a 3gp file with 24 fps.  The file plays fine on my htc G7(armv7), but on 
htc G3(armv6), the audio is fine,  the picture lags behind audio, is there any 
way to fix this? Thanks in advance!

Original issue reported on code.google.com by [email protected] on 1 Mar 2013 at 9:12

HTC Wildfire S video image edges

1. The video playback still displays weird garbled colour on the edges of the 
video image instead of plain black.

2. The check boxes and such in settings are too close to the right edge of the 
screen on my HTC Wildfire S. I think the resolution is 320x480, so a slight 
adjustment is needed in regards to how settings is disllayed.

Reported by Nathan Quinn

Original issue reported on code.google.com by aatrala on 7 Aug 2012 at 3:26

Compilation error found while compiling nextgen source

What steps will reproduce the problem?
1.Change the ndk path in compile.sh to your ndk directory.
2.Execute compile.sh script on nextgen source using Ubuntu. 

What is the expected output? What do you see instead?
Source should have been executed properly and should have generated .SO library 
files.


What version of the product are you using? On what operating system?
I am using Latest nextgen source. Operating System is Linux

Please provide any additional information below.
There is a compilation error in Openssl library.

Description - fatal error: openssl/opensslconf.h: No such file or 
directory   e_os.h  /DolphinPlayer/jni/apps line 62 C/C++ Problem
(Actually the file is present but the compiler is not able to find the file. I 
does not have through knowledge of ndk, So I am seeking a help)

Thanks,
Nithin.



Original issue reported on code.google.com by [email protected] on 29 Apr 2013 at 5:52

How to play 2 chunks without an audio gap?

I can not use HLS and ts, I separated a video into some chunks(3gp format), and 
I want to play them one by one, but I found there is an audio gap between the 2 
chunks, how can i avoid this issue?  Thanks in advance!

Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 10:29

using mime type from file or web browser ?

Hi,
i can't open file from "(android)file browser" or web browser.
the "android mime type" not supported ?
the dolphin-player have network support, how to open video (.ts .mpg) from http 
url ? ".m3u" or ".list" not supported in dolphin file browser ):

Thanks.

Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 2:31

app crashs in armv6 processor device

I set APP_ABI := armeabi in Application.mk, and compiled all so files.  When I 
try to play a video, I get the error below:

01-09 21:33:00.468: I/dalvikvm(2209): Unable to 
dlopen(/data/data/com.broov.player/lib/libapplication.so): Cannot load library: 
reloc_library[1244]:    92 cannot locate 'iconv_open'...

My device is htc hero, with ARMv6-compatible processor.  Android os is 2.1.

How can I run this project on this device??

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 2:33

build error

What steps will reproduce the problem?
1. clone the latest version of the code.
2. build per instructions
3. observe the error:

jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:66: Error: missing ')'
jni/jpeg/jidctfst.S:66: Error: garbage following instruction -- `pld (r2,#0)'
jni/jpeg/jidctfst.S:259: Error: missing ')'
jni/jpeg/jidctfst.S:259: Error: garbage following instruction -- `pld (sp,#32)'
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi-v7a/objs/jpeg/jidctfst.o] Error 1

What is the expected output? What do you see instead?

expected a completed build, got the error show above instead.


What version of the product are you using? On what operating system?

Android NDK r8.


Please provide any additional information below.

I was able to fix this problem by changing the paranthesis to brackets on all 
PLD lines :

the PLD lines should read 

PLD     [p1, p2]

and not 

PLD     (p1, p2)


Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 3:15

Build problem

I build project p in Win7-32bit with android-ndk-r8,but got the following 
errors:

./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function `TTF_Quit':
D:\p/jni/sdl_ttf/SDL_ttf.c:2045: undefined reference to `FT_Done_FreeType'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function 
`TTF_GlyphIsProvided':
D:\p/jni/sdl_ttf/SDL_ttf.c:1019: undefined reference to `FT_Get_Char_Index'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function `Load_Glyph':
D:\p/jni/sdl_ttf/SDL_ttf.c:595: undefined reference to `FT_Load_Glyph'
D:\p/jni/sdl_ttf/SDL_ttf.c:663: undefined reference to `FT_Get_Glyph'
D:\p/jni/sdl_ttf/SDL_ttf.c:664: undefined reference to `FT_Stroker_New'
D:\p/jni/sdl_ttf/SDL_ttf.c:680: undefined reference to `FT_Render_Glyph'
D:\p/jni/sdl_ttf/SDL_ttf.c:881: undefined reference to `FT_Done_Glyph'
D:\p/jni/sdl_ttf/SDL_ttf.c:593: undefined reference to `FT_Get_Char_Index'
D:\p/jni/sdl_ttf/SDL_ttf.c:595: undefined reference to `FT_Load_Glyph'
D:\p/jni/sdl_ttf/SDL_ttf.c:668: undefined reference to `FT_Stroker_Set'
D:\p/jni/sdl_ttf/SDL_ttf.c:669: undefined reference to `FT_Glyph_Stroke'
D:\p/jni/sdl_ttf/SDL_ttf.c:670: undefined reference to `FT_Stroker_Done'
D:\p/jni/sdl_ttf/SDL_ttf.c:672: undefined reference to `FT_Glyph_To_Bitmap'
D:\p/jni/sdl_ttf/SDL_ttf.c:657: undefined reference to `FT_Outline_Transform'
D:\p/jni/sdl_ttf/SDL_ttf.c:674: undefined reference to `FT_Done_Glyph'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function `TTF_SizeUNICODE':
D:\p/jni/sdl_ttf/SDL_ttf.c:1168: undefined reference to `FT_Get_Kerning'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function 
`TTF_RenderUNICODE_Blended':
D:\p/jni/sdl_ttf/SDL_ttf.c:1888: undefined reference to `FT_Get_Kerning'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function 
`TTF_RenderUNICODE_Shaded':
D:\p/jni/sdl_ttf/SDL_ttf.c:1640: undefined reference to `FT_Get_Kerning'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function 
`TTF_RenderUNICODE_Solid':
D:\p/jni/sdl_ttf/SDL_ttf.c:1384: undefined reference to `FT_Get_Kerning'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function `TTF_CloseFont':
D:\p/jni/sdl_ttf/SDL_ttf.c:914: undefined reference to `FT_Done_Face'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function 
`TTF_OpenFontIndexRW':
D:\p/jni/sdl_ttf/SDL_ttf.c:437: undefined reference to `FT_Open_Face'
D:\p/jni/sdl_ttf/SDL_ttf.c:473: undefined reference to `FT_Set_Pixel_Sizes'
D:\p/jni/sdl_ttf/SDL_ttf.c:449: undefined reference to `FT_Set_Char_Size'
D:\p/jni/sdl_ttf/SDL_ttf.c:458: undefined reference to `FT_MulFix'
D:\p/jni/sdl_ttf/SDL_ttf.c:459: undefined reference to `FT_MulFix'
D:\p/jni/sdl_ttf/SDL_ttf.c:461: undefined reference to `FT_MulFix'
D:\p/jni/sdl_ttf/SDL_ttf.c:462: undefined reference to `FT_MulFix'
D:\p/jni/sdl_ttf/SDL_ttf.c:463: undefined reference to `FT_MulFix'
./obj/local/armeabi-v7a/objs/sdl_ttf/SDL_ttf.o: In function `TTF_Init':
D:\p/jni/sdl_ttf/SDL_ttf.c:359: undefined reference to `FT_Init_FreeType'
collect2: ld returned 1 exit status
make: *** [obj/local/armeabi-v7a/libsdl_ttf.so] Error 1

please help,hot to solve that ?

Original issue reported on code.google.com by [email protected] on 25 Aug 2013 at 2:30

Feauture: Auto Detect Sync Type

Would it be possible to Autodetect the AV_SYNC_TYPE?

Because If I have selected AV_SYNC_TYPE_VIDEO, for some files I receive choppy 
sound, the same file plays smoothly If I select AV_SYNC_TYPE_AUDIO and 
viceversa.


Kind Regards

Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 12:12

Version 1.2 armv7 video broken on Honeycomb + Xoom

What steps will reproduce the problem?
1. Install Dolphin-player 1.2 (armv7)
2. Select video file
3. Watch attempt to load video

What is the expected output? What do you see instead?
Video never plays, goes right back to file selector.

What version of the product are you using? On what operating system?
Dolphin Player 1.2 on honeycomb (Xoom).

Please provide any additional information below.
Version 1.1 of dolphin player works!

Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 6:10

JNI ERROR (app bug): attempt to use stale local reference

After compiling with API > 14 when running the player we get the error:

E/dalvikvm(6721): JNI ERROR (app bug): attempt to use stale local reference 
0x20900001

There is more info in:

http://android-developers.blogspot.com.es/2011/11/jni-local-reference-changes-in
-ics.html



Original issue reported on code.google.com by [email protected] on 8 Sep 2012 at 1:06

ffmpeg.so is not generated

What steps will reproduce the problem?
1.Tried of building ffmpeg project
2.Failed to produce the ffmpeg.so file 
3.Am trying in Windows platform

What is the expected output? What do you see instead?
I didn't get my ffmpeg.so file in my dolphin player. Rest all are getting 
generated, but when i try to play the video it is throwing an error of 
ffmpeg.so is missing

What version of the product are you using? On what operating system?
Dolphin Player 2.6
Android

Please provide any additional information below.
I downloaded the project from
 "https://code.google.com/p/dolphin-player/source/browse/#git%2Fp" and i followed the instructions as per read me. but ffmpeg.so file is not getting generated.

Original issue reported on code.google.com by [email protected] on 4 Jun 2014 at 6:57

SDL_ERROR: Touch ID already in use

What steps will reproduce the problem?
1.quick click video item
2.when the video play just now then return quickly.
3.the player close and log print as follow:

09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: Touch ID already in use
09-12 11:06:16.270: I/BroovPlayer(11169): Starting Player init: subtitle_show:1 
subtitle_font_size:11
09-12 11:06:16.270: I/BroovPlayer(11169): FullScreen Width:1280 Height:752
09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: Invalid window
09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: Invalid window
09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: No dynamic GL support in video 
driver
09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: No dynamic GL support in video 
driver
09-12 11:06:16.270: E/libSDL(11169): SDL_ERROR: Unsupported by OpenGL ES 
texture format


What is the expected output? What do you see instead?
I expected not happen what I said.the player should wait SDL free the window 
and then play next,it should not print "Touch ID already in use" and the player 
closed abnormal.

What version of the product are you using? On what operating system?
the latest/cortex-a8/android

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 12 Sep 2012 at 3:12

MMS support

What steps will reproduce the problem?
1. Not possible to play MMS stream
2.
3.

What is the expected output? What do you see instead?
To play a MMS stream

What version of the product are you using? On what operating system?
version 1.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jun 2012 at 1:36

Can app play video with slow motion include audio?

What is the expected output? What do you see instead?
- I want slow motion with audio.

What version of the product are you using? On what operating system?
- Using Android device

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Dec 2013 at 11:55

Bad performance with video skipping

Hi.

Video skipping logic causes very laggy playback. On my Galaxy Nexus a 1.4Mbps 
xvid file was playing very sluggishly (constant slow-downs, speed-ups and frame 
drops) until I undefined BROOV_VIDEO_SKIP. After I've rebuilt the player 
without video skipping support the playback became excellent (I tried version 
1.2 with Neon support).

Original issue reported on code.google.com by [email protected] on 1 Jan 2012 at 11:43

ndk-build error

What steps will reproduce the problem?
1.Sync with latest code
2.cd into dolphin-player/pN
3.Modify compile.sh such that it has the correct path to the local ndk-build
4. Run sh compile.sh

What is the expected output? What do you see instead?
*.so files being built, instead I get the error

$ sh compile.sh
Android NDK: WARNING: APP_PLATFORM android-14 is larger than 
android:minSdkVersion 7 in ./AndroidManifest.xml
Clean: application [armeabi-v7a]
Clean: bz2 [armeabi-v7a]
Clean: freetype [armeabi-v7a]
Clean: iconv [armeabi-v7a]
Clean: jpeg [armeabi-v7a]
Clean: png [armeabi-v7a]
Clean: sdl [armeabi-v7a]
Clean: sdl_image [armeabi-v7a]
Clean: sdl_ttf [armeabi-v7a]
Clean: stlport_shared [armeabi-v7a]
Clean: stlport_static [armeabi-v7a]
Clean: universalchardet [armeabi-v7a]
Clean: yuv2rgb [armeabi-v7a]
Android NDK: WARNING: APP_PLATFORM android-14 is larger than 
android:minSdkVersion 7 in ./AndroidManifest.xml
Cygwin         : Generating dependency file converter script
Compile++ thumb  : application <= video_player.cpp
jni/app/src/video_player.cpp:33:26: fatal error: video_player.h: No such file 
or directory
compilation terminated.
/cygdrive/c/Dev/android-ndk-r9/android-ndk-r9/build/core/build-binary.mk:348: 
recipe for target `obj/local/armeabi-v7a/objs/application/src/video_player.o' 
failed
make: *** [obj/local/armeabi-v7a/objs/application/src/video_player.o] Error 1
cp: cannot create regular file `libs/armeabi-v7a/.': Is a directory


What version of the product are you using? On what operating system?
- ndk-r9 32 bit
- windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Sep 2013 at 11:43

Desynchronized video and audio when there's low network speed

What steps will reproduce the problem?
1.open a rtmp stream
2.set network speed control in router
for example:it's normal under 80KB/s, I set it to 40KB/s
3.get desynchronized Video and Audio


What is the expected output? What do you see instead?
Expected:stop audio and video at the same time, play again after buffer filled.
Now:Desynchronized Video and Audio

What version of the product are you using? On what operating system?
March 2014 download from google code
Run on Android 4.2.2 

Please provide any additional information below.
Already disable video skip or it will lag when playing every video

A reply would be greatly appreciated.

Original issue reported on code.google.com by [email protected] on 1 May 2014 at 7:45

Playing flv and mp4 is in very slow

What version of the product are you using? On what operating system?
Player 1.2v7 and 1.2v6 
Moto Droid 3(2.3.4)

Please provide any additional information below.
Playing flv and mp4 is in very slow.I also test the same video file in 
VideoPlayer buildin and other player like MoboPlayer is OK.

Is there some properties to set for fit the android hardware? 


Original issue reported on code.google.com by [email protected] on 11 Jun 2012 at 3:05

Dolphin Player v1.2 Pause/Next/Previous issue.

I just dnloaded and installed Dolphin Player  v1.2 (of  September 19, 2011) to 
my ZTE.Skate (running CyanogenMod 7.1 - Android 2.3.7), and I found a slight 
anomaly with this Player  as explained herebelow.

Having for example these files (amongst other) in my audio folder on SD card :
“0012_BennyNeyman.mp3” and
“10_Africa.mp3”,
the following happens consistently.

1. We can start playing BennyNeyman, then hit the Pause button, and then hit 
the “Next” button (">>|"), toward  “Africa”, which starts playing then 
indeed.
However at this point the upper part of the screen still says "BennyNeyman", 
and also we still have a ">"(Start Play) button, which are both incorrect.
In these circumstances it furthermore takes a hit of the Play button (“>”) 
to correct the Play/Pause button image to "||" and to get the top are of the 
screen correctly reading "Africa"- while playing goes on uninterruptedly.

2. Vice versa .  Start playing "Africa".  Hit the Pause button.  Now hit the 
Previous button ("|<<"), toward BennyNeyman.  =>  BennyNeyman starts playing, 
but the top part of the screen still says "Africa", and also we still have the 
">" (Start Play) button on screen instead of a Pause-it (“||”) button.  
That’s the same two flaws as under “1.”
At this point it takes a hit at the Play button (“>”) to correct the 
button’s image to "||" and to get the top are of the screen correctly reading 
"BennyNeyman"- while playing goes on uninterruptedly.

Do you see what I mean ?  Can you reproduce this ?  Will you correct the 
behaviour ?

Reported By
Yvo DRIES

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 8:19

Videos with .ogv extension aren't recognized and don't play properly when changed to .ogg.

What steps will reproduce the problem?
1. Create .ogv file with ffmpeg2theora
2. Try to access in Dolphin Player
3. Rename to .ogg
4. Try to play in Dolphin Player

What is the expected output? What do you see instead?
.ogv files should appear in the file browser.  Playing them with a .ogg 
extension causes the video to be played behind what appears to be the audio 
player interface.

What version of the product are you using? On what operating system?
Version 1.2 from Android Market on  LG Optimus S running Android 2.3 (gROM 2.2).

Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 7:29

Why I can not download the code?

What steps will reproduce the problem?
1.use Git Gui under Windows OS
2.use clone
3.the error message is "error: Unknown SSL protocol error in connection to 
code.google.com:443  while accessing 
https://code.google.com/p/dolphin-player/info/refs
fatal: HTTP request failed"

you guys made it?


Original issue reported on code.google.com by [email protected] on 28 Jun 2012 at 2:06

Can't build internal FFmpeg

What steps will reproduce the problem?
1.Build FFmpeg on Android
2.Tried on Mac and Linux
3../configure is failed

What is the expected output? What do you see instead?
dolphin-player/p/native/ffmpeg/ffmpeg-0.11.1

What version of the product are you using? On what operating system?
Dolphin Player 1.2 Build 10 SEP 11 0310PM IST
Android

Please provide any additional information below.
I looking for way to build FFmpeg0.11.X(or newer) on Android.


And find here.

I was tried build refer to
dolphin-player/p/native/ffmpeg/ffmpeg-0.11.1/build_android_r8
first text.

But..
When Throught the $NDK,$PLATFORM..etc and

./build_android_r8.sh

No rule to make target 
'install-libavformat-headersinstall-libavformat-pkgconfig' needed 
by`install-headers' STOP


Can't configure.
why?

I looking for so many.
Threre is corrected FFmpeg0.8.12.
But nothing way for build 0.11.X newer.
I hope your response! If possible.

Original issue reported on code.google.com by [email protected] on 9 Aug 2012 at 4:30

Change the path in Android.mk

What steps will reproduce the problem?
1.build with ndk-build
2.build failure due to hard coded string c:/p

What is the expected output? What do you see instead?
change the path in p/jni/app/Android.mk from "c:/p" to $(AVPLAYER_PATH)

What version of the product are you using? On what operating system?
Ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 10:40

play mp4 file very lag.

What steps will reproduce the problem?
dolphin-player plays the two files below very lag.
http://dl.dropbox.com/u/31229137/320-240-MPEG4.MP4
http://dl.dropbox.com/u/31229137/1280-720-264.MP4


What is the expected output? What do you see instead?
It should play smoothly, I use vlc player on the same device, it plays smoothly.


What version of the product are you using? On what operating system?
DolphinPlayer_v7Neon_v2.6.apk on Samsung galaxy S2 Android 4.1.2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Apr 2013 at 5:49

broken on honeycomb x86

What steps will reproduce the problem?
1. Install on honeycomb android-x86 eeePC
2. Launch application
3. Play any video (h264 or divx)

What is the expected output? What do you see instead?
Video Playback, instantly exits playback window back to video file browser.

What version of the product are you using? On what operating system?
Android-x86 honeycomb eeepc build (RC2).  Looks like others are having the same 
issue on armv7 tablets (Xoom) on honeycomb also (google-market comments).

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Nov 2011 at 9:21

wmv video not shown in Asus tf300

I have a number of wmv file that I would like to view. but only get audio.

Reported by Gus Burbee

Original issue reported on code.google.com by aatrala on 7 Aug 2012 at 3:28

Adding targetSdkVersion greater than 13 on Manifest file does not allow to play video


1.I have built the sample Dolphyn playe for Neon and run the application(It 
works fine)
2.I added the android:targetSdkVersion="14" on the manifest file and run the 
application.
3.The player is not playing. Player quit the application while tap a video file.

What is the expected output? What do you see instead?

I want play the video with out 3 dots at bottom for high end android devices. 
But the player is not playing the video

What version of the product are you using? On what operating system?

Dolphyn Player : 2.6 and device OS:4.1


Please provide any additional information below.

 when i am adding the targetSdkVersion on Manifest file (To remove that 3 dots on the bottom of Higher OS devices) I could not play the video.
Can you please suggest how can we play the video with out that 3 dots at bottom 
for Higher OS devices?

Thankfully
Arshad

Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 4:06

Build for different package fail.

Following the next steps: 

1) git clone https://code.google.com/p/dolphin-player/

2) Editing AVPLAYER_PATH variable in jni/Android.mk, as:
AVPLAYER_PATH := "/tmp/dolphin-player/p"
SDL_JAVA_PACKAGE_PATH := com_mincultura_ricalengua
SDL_SHARED_LIBRARIES_PATH := /data/data/com.mincultura.ricalengua/lib 

3) Editing compile.sh 
/opt/adt/ndk/ndk-build clean
/opt/adt/ndk/ndk-build 

4) Running ./compile.sh

Using ndk r9

Gives the output:

Android NDK: WARNING: APP_PLATFORM android-8 is larger than 
android:minSdkVersion 7 in ./AndroidManifest.xml    
Compile++ thumb  : application <= broov_gui.cpp
Compile++ thumb  : application <= broov_player.cpp
jni/app/src/broov_player.cpp: In function 'void calculate_frames_per_second()':
jni/app/src/broov_player.cpp:915:57: error: format not a string literal and no 
format arguments [-Werror=format-security]
jni/app/src/broov_player.cpp: In function 'int process_a_ui_event(VideoState*)':
jni/app/src/broov_player.cpp:2517:103: warning: format '%d' expects argument of 
type 'int', but argument 4 has type 'void*' [-Wformat]
jni/app/src/broov_player.cpp:2543:101: warning: format '%d' expects argument of 
type 'int', but argument 4 has type 'void*' [-Wformat]
jni/app/src/broov_player.cpp: In function 'int player_main(int, char**, int, 
int, int, int, int, int, int, int, int, int, int, int, int, int, int)':
jni/app/src/broov_player.cpp:3474:10: warning: converting to non-pointer type 
'int' from NULL [-Wconversion-null]
jni/app/src/broov_player.cpp:3483:11: warning: converting to non-pointer type 
'int' from NULL [-Wconversion-null]
cc1plus: some warnings being treated as errors

make: *** [obj/local/armeabi-v7a/objs/application/src/broov_player.o] Error 1

And it doesnt continue

Appreciate your help

Original issue reported on code.google.com by [email protected] on 13 Oct 2013 at 9:45

Abnormal screen is displayed

The video playback still displays weird garbled colour on the edges of the 
video image instead of plain black.

- Player Version 2.6 (DolphinPlayer_v7Neon_v2.6.apk)

- Sample video file: 
Encoded frame size 640x480 
Codec: Mpeg4

Vega Racer(IM-A760S), ICS 4.0.3, 
Resolution: 800x480
CPU: Qualcomm's Dual-Core 1.5Ghz Snapdragon 
- Same problem

Galaxy S2(SHW-M250K), ICS 4.0.4 
- Same problem

Galaxy S(SHW-M110) Gingerbread 2.3 - Work fine
Galaxy S3(E210K) ICS 4.0.4 - Work fine

Reported by Jaff

Original issue reported on code.google.com by [email protected] on 21 Aug 2012 at 10:25

Does this project have memory leak problem?

Hi, I integrated the player into my project, but the always crash after play 
about 10 videos, so I want to know whether the project has memory problem, and 
how to avoid memory leak.

Thanks.



Original issue reported on code.google.com by [email protected] on 15 May 2013 at 2:13

undefined reference to `player_main

Hi,
I am new in FFMPEG and Native build NDK.  Can any one help me to resolve the 
error. I cloned the latest build and used NDK r8.

When executing the step 4 in Ubuntu, I am getting the following error

That is Step4: 4. Run compile.sh (calls the following in order: ndk-build 
clean, ndk-build -j2 V=1 and copies the libffmpeg.so file) (Edit the ndk-build 
path in this script)



The error is given below

./obj/local/armeabi-v7a/objs/application/src/native_main.o: In function 
`Java_com_broov_player_DemoRenderer_nativePlayerMain':
/home/qagate/Terminal/dolphin-player/p/jni/app/src/native_main.cpp:135: 
undefined reference to `player_main(int, char**, int, int, int, int, int, int, 
int, int, int, int, int, int, int, int, int)'
collect2: ld returned 1 exit status
make: *** [obj/local/armeabi-v7a/libapplication.so] Error 1


Thankfully,
Arshad

Original issue reported on code.google.com by [email protected] on 28 Aug 2013 at 10:58

select APP_ABI := armeabi

What steps will reproduce the problem?
1.in unubtu os
2.select APP_ABI := armeabi
make: *** No rule to make target `jni/yuv2rgb/src/yuv420rgb8888.S', needed by 
`obj/local/armeabi/objs/yuv2rgb/src/yuv420rgb8888.o'.  Stop.

but other mips and x86 are complete.


Original issue reported on code.google.com by [email protected] on 19 Jun 2015 at 8:43

App can't play videos on some HTC devices

What steps will reproduce the problem?
1.Start app..
2.Find video.. :D
3.Play video.

What is the expected output? What do you see instead?
It's shows some black/gray different colors..


What version of the product are you using? On what operating system?
v2.6


Please provide any additional information below.
App can't play videos on some HTC devices.. for example on HTC Incredible S, 
HTC Wildfire. Any suggestions? 

Original issue reported on code.google.com by [email protected] on 11 Jan 2013 at 7:08

Dolphin Player crashes when running on Google TV

What steps will reproduce the problem?
1.Run x86 version of Dolphin Player on Google TV (Logitech Revue)
2.Browse to video
3.Try and open, but will crash

What is the expected output? What do you see instead?
I expect to see the video player playing the video. It works fine on the arm 
android simulator but I've got no way of testing any other x86 device. Instead 
I get a message which says that there was an unexpected error, and in the 
LogCat I get java.lang.UnsatisfiedLinkError: Couldn't load ffmpeg: findLibrary 
returned null.

What version of the product are you using? On what operating system?
I'm using the latest build from git for dolphin-player and using the 1.2 x86 
.apk libs. I'm trying to run it on Logitech's Revue Google TV, which is running 
Android 3.1.

Please provide any additional information below.
The Logitech Revue has an Intel Atom chip.

Original issue reported on code.google.com by [email protected] on 27 May 2012 at 10:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.