- 21 Mar, 2012 14 commits
-
-
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 26 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.
-
Justin Ruggles authored
-
Justin Ruggles authored
Also fixes stream duration calculation.
-
Justin Ruggles authored
The values in the header refer to decoded data, not compressed data.
-
Justin Ruggles authored
Do not output an extra packet when out_size is reached. Also return AVERROR_EOF instead of AVERROR(EIO).
-
Justin Ruggles authored
The packet duration is always 28 samples.
-
Kostya Shishkov authored
-
Kostya Shishkov authored
This fixes decoding of Bink files with non-multiple-of-16 width.
-
Mans Rullgard authored
This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows specifying additional directories to search for @include files. Signed-off-by: Mans Rullgard <mans@mansr.com>
-