- 09 Mar, 2013 19 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: re-write and simplify the apple event handlers for GetURL and OpenURL, make it respect 'macosx-autoplay' (close #6319)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
There may be more I forgot about..
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is necessary to compile with libav.git HEAD or with contribs. Streaming output still needs fixing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that the input coded buffer is now only freed if the decoding returns a decoded frame, or the buffer has been entirely consumed (see *pp_block = NULL).
-
- 08 Mar, 2013 11 commits
-
-
Rémi Denis-Courmont authored
If the user explicitly asks for a filter, it's an error to not be able to instatiate it. This reverts commit 7b0761c4.
-
Felix Paul Kühne authored
-
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 1 commit
-
-
Rafaël Carré authored
-