- 29 Sep, 2015 1 commit
-
-
wm4 authored
Note that convergence_duration had another meaning, one which was in practice never used. The only real use for it was a 64 bit replacement for the duration field. It's better just to make duration 64 bits, and to get rid of it. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 13 Oct, 2014 1 commit
-
-
Anton Khirnov authored
Currently, the amount of padding inserted at the beginning by some audio encoders, is exported through AVCodecContext.delay. However - the term 'delay' is heavily overloaded and can have multiple different meanings even in the case of audio encoding. - this field has entirely different meanings, depending on whether the codec context is used for encoding or decoding (and has yet another different meaning for video), preventing generic handling of the codec context. Therefore, add a new field -- AVCodecContext.initial_padding. It could conceivably be used for decoding as well at a later point.
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 07 Jan, 2013 1 commit
-
-
Clément Bœsch authored
This should have been part of 491ca0e8.
-
- 02 Jan, 2013 1 commit
-
-
Clément Bœsch authored
"que" sounds like a slang word to me. This commit renames a few variables, fix the comments and the logging messages (sometimes along with small other typo fixes).
-
- 04 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1785 (opusenc used this variable) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
This should fix compilation with -DDEBUG Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2012 1 commit
-
-
Martin Storsjö authored
This fixes building with DEBUG defined after the function was made static and the prototype removed in d7f9786c. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 26 Aug, 2012 1 commit
-
-
Diego Biurrun authored
The function is debug-only, so only compile it in debug mode. Make it static as it has no uses outside of the file. Change av_log() to av_dlog().
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 15 May, 2012 1 commit
-
-
Michael Niedermayer authored
This happened when a frame was removed before any was added. Fixes part of Ticket1208 Found-by: John Villamil, Piotr Bandurski and Carl Eugen Hoyos Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2012 1 commit
-
-
Michael Niedermayer authored
Also update libav->ffmpeg as theres pretty much no code left from libav. The new code is faster, requires fewer mallocs and less memory. Its also half the number of lines of code. This code is not 100% identical in behavior to the previous, but the differences appear to be rather limitations of the previous design than intended though i could be wrong of course. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2012 1 commit
-
-
Justin Ruggles authored
This simplifies matching of timestamps between input frames and output packets.
-