- 21 Mar, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 20 Mar, 2012 35 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>
-
Martin Storsjö authored
The other fragmentation options (frag_duration, frag_size and frag_keyframe) are combined with OR, cutting fragments at the first of the conditions being fulfilled. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This enables reordering of UDP packets by default, unless the caller explicitly sets -max_delay 0. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Make the muxers/demuxers that use the field handle the default -1 in the same way as 0. This allows distinguishing an intentionally set 0 from the default value where the user hasn't set it. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
Documentation for those will be generated automatically.
-
Anton Khirnov authored
This will allow us to automatically generate manpages for them.
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows the caller to get them without special code even after seeking before receiving any data.
-
Anton Khirnov authored
-
- 19 Mar, 2012 3 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Aaron Colwell authored
This change avoids accessing the segment map of the previous frame if segmentation is not enabled for the current frame. The caller of decode_mb_mode() only calls ff_thread_await_progress() on the reference segmentation index array if segmentation is enabled, so Chromium's TSAN will report a race when accessing this data while segmentation is not enabled. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-