- 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().
-
- 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.
-