- 08 Mar, 2013 9 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Anatoliy Anischovich authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is not supported in libavcodec anymore.
-
Anatoliy Anischovich authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ilkka Ollakka authored
We want to use encoder->fmt_in instead of original video size Fixes: #8206
-
Ilkka Ollakka authored
-
- 07 Mar, 2013 1 commit
-
-
Felix Paul Kühne authored
-
- 06 Mar, 2013 6 commits
-
-
David Fuhrmann authored
Now, S/PDIF works at least in the sense that it plays something which "seems" to be in sync more or less. refs #8083
-
David Fuhrmann authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-I must be set in CPPFLAGS Fixes the following message in configure: checking DeckLinkAPIDispatch.cpp usability... yes checking DeckLinkAPIDispatch.cpp presence... no
-
- 05 Mar, 2013 2 commits
-
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Edward Wang authored
../../../modules/access/live555.cpp:2154:64: error: invalid conversion from 'char const*' to 'char*' [-fpermissive] ../../../contrib/arm-linux-androideabi/include/Base64.hh:28:16: error: initializing argument 1 of 'unsigned char* base64Decode(char*, unsigned int&, Boolean)' [-fpermissive] base64Decode appears to be defined as unsigned char* base64Decode(char* in, unsigned& resultSize, Boolean trimTrailingZeros); Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
- 04 Mar, 2013 5 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
vout module initialization is suspended until aout has been created. Note: that means audio is mandatory to use this module.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
opengl: enforce use of non-power-of-2-textures when drawing using Open GL ES 2, since those are supported by specification Hence, checks for extensions adding this feature will fail. This solves a green line issue on Apple's ES2 platform
-
Rafaël Carré authored
Make char explicitely signed to represent a boolean If it is unsigned, default value -1 will represent 255 and effectively set mute to 255, i.e. true. Fix lack of hearable audio output on android
-
- 03 Mar, 2013 5 commits
-
-
Diego Fernando Nieto authored
Hi, I send to you the following patch to erase autonconf-2.69.tar.gz when we execute a make distclean command. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
This shall meliorate the playback experience for high latency inputs.
-
Rémi Denis-Courmont authored
TODO: someone fix it
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
And add a comment for a condition falling into a indefinite lock. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 02 Mar, 2013 11 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
The majority of all supported OS versions already support this setting, so this should be just fine.
-
David Fuhrmann authored
There should be no reason why the user should be able to freely changes strings here.
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: add support for pausing iTunes when VLC playback starts, and resume iTunes playback when VLCs playback is finished Tested with iTunes 8 - 11.
-
David Fuhrmann authored
As this method is called on main thread, END_S state was sometimes missed, resulting in a missing update for the play buttons.
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Like pthread. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
The limit can be reached with some WMA samples: [wmav2 @ 0x7f9c50c1e960] output buffer size is too small for the current frame (192000 < 196608) TODO: port to avcodec_decode_audio4
-
- 01 Mar, 2013 1 commit
-
-
Francois Cartegnie authored
swscale is broken on systems with disable-avcodec (not meeting avcodec version requirement). According to ffmpeg commit e06be9eccdc969a9fd2736c2daf37c2fbccae37f those chromas have been introduced after avutil 51.12.0.
-