- 20 Oct, 2011 23 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
decode_subframe_lpc().
-
Justin Ruggles authored
just set data_size to zero.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
fixes incorrect bitrate reporting and potential misreporting of the number of channels.
-
Justin Ruggles authored
-
Justin Ruggles authored
Having it there forces decoding of a frame in order to get frame_size, but it is not really needed for proper demuxing or decoding.
-
Justin Ruggles authored
The first timestamp should be negative due to delay. Also, do not set AVCodecContext.frame_size unnecessarily.
-
Justin Ruggles authored
Using AVCodecContext.frame_size is not reliable.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Diego Biurrun authored
This avoids some unused variable warnings with YASM disabled.
-
Diego Biurrun authored
-
- 19 Oct, 2011 14 commits
-
-
Diego Biurrun authored
This is done conditional to the libavcodec version to avoid ABI breaks.
-
Diego Biurrun authored
This fixes 'make checkheaders' on non-W32THREADS systems.
-
Janne Grunau authored
-
Anton Khirnov authored
Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2
-
Anton Khirnov authored
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
Anton Khirnov authored
It takes a codec parameter, thus enabling codec-specific defaults.
-
Mashiat Sarker Shakkhar authored
When scaling backward predicted MVs in second B-field, the scaling table is opposite of that for P field pictures; i.e. first field P table will be used as second field B table and second field P table will be used as first field B table. This is not documented in the spec, but exists in the ref. decoder. This fixes SA10139. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Fixes make install.
-
Stefano Sabatini authored
The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Use the native libx264 options and rename all the preset to use the avpreset extension.
-
- 18 Oct, 2011 3 commits
-
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-