- 22 Mar, 2012 8 commits
-
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Fixes encoding very large pictures. Thanks to Костя for providing the formula.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
CC: libav-stable@libav.org
-
Kostya Shishkov authored
Also set CODEC_CAP_DELAY to indicate that decoder may still have some undecoded data left in internal buffer.
-
- 21 Mar, 2012 15 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Diego Biurrun authored
Break some of the longer sections into smaller sensible pieces; make some option descriptions and option ordering more consistent.
-
Diego Biurrun authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
The first frame pts must be saved until we have 8 frames since RoQ audio requires 8 frames in the first packet.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 20 Mar, 2012 17 commits
-
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Encoder output is delayed by several frames, so we keep a queue of input frame timing info to match up with corresponding output packets.
-
Justin Ruggles authored
-
Justin Ruggles authored
FATE reference updated due timestamp rounding because of resampling from 44100 Hz to 16000 Hz in avconv.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
Justin Ruggles authored
-
Justin Ruggles authored
This simplifies matching of timestamps between input frames and output packets.
-
Justin Ruggles authored
Fixes a memleak when using the -frames option with audio.
-
Justin Ruggles authored
-
Anton Khirnov authored
There is no reason for it to be public, it's only meant to be used internally.
-
Anton Khirnov authored
The caller can achieve the same effect (i.e. getting raw unparsed/mangled packets) with av_read_frame() and AVFMT_FLAG_NOPARSE | AVFMT_FLAG_NOFILLIN
-
Justin Ruggles authored
Takes encoder delay into account by comparing first the coded page duration with the calculated page duration. Handles last packet duration if needed, also by comparing coded duration with calculated duration. Also does better handling of timestamp generation for packets in the first page for streamed ogg files where the start time is not necessarily zero.
-
Justin Ruggles authored
5 FATE test references updated due to using demuxer-generated timestamps that are either not sample-accurate or are slightly off in the input file.
-