Mercurial > libavcodec.hg
graph
-
flacdec: Check for an inline header before calling metadata_parse(). libavcodecWed, 04 Mar 2009 00:52:18 +0000, by jbr
-
flacdec: Allocate buffers right after STREAMINFO is parsed. libavcodecWed, 04 Mar 2009 00:21:46 +0000, by jbr
-
Fix syntax for the libfaad_decoder definition. libavcodecTue, 03 Mar 2009 23:52:31 +0000, by stefano
-
flacdec: Avoid parsing the STREAMINFO multiple times. libavcodecTue, 03 Mar 2009 23:49:36 +0000, by jbr
-
Do not use a macro to generate a single AVCodec declaration. libavcodecTue, 03 Mar 2009 15:48:52 +0000, by diego
-
When a H.264 stream references a PPS or SPS id which doesn't exist, instead of libavcodecTue, 03 Mar 2009 14:32:24 +0000, by takis
-
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. libavcodecTue, 03 Mar 2009 13:43:24 +0000, by gb
-
flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodecTue, 03 Mar 2009 05:53:38 +0000, by jbr
-
flacdec: Return error when blocksize code of 0 is found. It is a libavcodecTue, 03 Mar 2009 05:22:44 +0000, by jbr
-
Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodecTue, 03 Mar 2009 05:17:22 +0000, by kostya
-
alacdec: Simplify reading of uncompressed samples by using libavcodecTue, 03 Mar 2009 04:57:02 +0000, by jbr
-
flacdec: Avoid trying to read 33 bits. This occurs when the source libavcodecTue, 03 Mar 2009 04:45:45 +0000, by jbr
-
flacdec: ALT_BITSTREAM_READER is no longer required. libavcodecTue, 03 Mar 2009 02:53:11 +0000, by jbr
-
Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodecMon, 02 Mar 2009 19:42:31 +0000, by reimar
-
flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodecMon, 02 Mar 2009 17:32:53 +0000, by jbr
-
Factor out block decoding in ff_h263_decode_mb() libavcodecMon, 02 Mar 2009 17:18:49 +0000, by kostya
-
Consider all packets in the parser, not just ones with timestamps, libavcodecMon, 02 Mar 2009 15:13:58 +0000, by michael
-
Favor container packets that end after the first byte of the access libavcodecMon, 02 Mar 2009 15:12:26 +0000, by michael
-
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodecMon, 02 Mar 2009 14:53:18 +0000, by michael
-
Merge three conditions in a single 'if' instead of two. libavcodecMon, 02 Mar 2009 09:22:17 +0000, by benoit
-
cosmetics: Reformat long_names so that "DPCM" comes first. libavcodecMon, 02 Mar 2009 06:01:32 +0000, by diego
-
cosmetics: Reformat long_names so that "ADPCM" comes first. libavcodecMon, 02 Mar 2009 05:55:03 +0000, by diego
-
cosmetics: Reformat long_names so that "PCM" comes first. libavcodecMon, 02 Mar 2009 05:45:44 +0000, by diego
-
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. libavcodecMon, 02 Mar 2009 05:20:00 +0000, by diego
-
Change a bunch of codec long_names to be more consistent and descriptive. libavcodecMon, 02 Mar 2009 05:18:33 +0000, by diego
-
Add some missing codecs and update names to match the codec long_name libavcodecMon, 02 Mar 2009 02:25:31 +0000, by jbr
-
Do not read uninitialized buffer, no matter if it will be multiplied by libavcodecSun, 01 Mar 2009 11:14:21 +0000, by vitor
-
Do not set low_delay if has_b_frames has been set before init() libavcodecSun, 01 Mar 2009 03:13:04 +0000, by michael
-
AAC: Make the CPE function more consistent with the functions for other channel elements. libavcodecSun, 01 Mar 2009 00:23:05 +0000, by alexc
-
Adjust time_base exactly when changing ticks_per_frame to 2 this is safer libavcodecSat, 28 Feb 2009 20:58:07 +0000, by michael
-
ARM: fix corner-case overflow in H.264 weighted prediction libavcodecSat, 28 Feb 2009 13:48:54 +0000, by mru