9049 Commits (7c4502c8c46f55f601c11252827f72b9e3eb2970)

Author SHA1 Message Date
Justin Ruggles 6a85fb34c9 cosmetics: indentation after last commit 16 years ago
Justin Ruggles 55a727383b flacdec: Check for an inline header before calling metadata_parse(). 16 years ago
Justin Ruggles 239b961fbf flacdec: Allocate buffers right after STREAMINFO is parsed. 16 years ago
Stefano Sabatini 9d9de444e3 Fix syntax for the libfaad_decoder definition. 16 years ago
Justin Ruggles 184bc53db4 cosmetics: indentation after last commit 16 years ago
Justin Ruggles 7d0303587d flacdec: Avoid parsing the STREAMINFO multiple times. 16 years ago
Michael Niedermayer 6d4f53cbac Remove old scaler. 16 years ago
Diego Biurrun 59701aeb46 Do not use a macro to generate a single AVCodec declaration. 16 years ago
Panagiotis Issaris a0f8005079 When a H.264 stream references a PPS or SPS id which doesn't exist, instead of 16 years ago
Gwenole Beauchesne 0d8ee24c7b Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. 16 years ago
Benoit Fouet 4f46099b90 Use sign_extend(). 16 years ago
Justin Ruggles 2e78513cee flacdec: Warn about invalid max blocksize and limit the minimum value. 16 years ago
Alex Converse 09a64ee614 H.264: Simplify decode_residual() 16 years ago
Justin Ruggles 0c89ca72a5 cosmetics: remove a pointless comment 16 years ago
Justin Ruggles 95db6659d8 flacdec: Remove unused variable, min_blocksize. 16 years ago
Justin Ruggles dde318d5d9 flacdec: Return error when blocksize code of 0 is found. It is a 16 years ago
Kostya Shishkov c978997a88 Enable PB-frames decoding for H.263 16 years ago
Kostya Shishkov 685502cf3d Add PB-frame decoding support for H.263/i263 (and enable it for i263) 16 years ago
Justin Ruggles 6053da0182 alacdec: Simplify reading of uncompressed samples by using 16 years ago
Justin Ruggles 5b37e2fc9a flacdec: Avoid trying to read 33 bits. This occurs when the source 16 years ago
Justin Ruggles 505cc62f75 flacdec: ALT_BITSTREAM_READER is no longer required. 16 years ago
Justin Ruggles 9de6e090a7 flacdec: use get_sbits_long() where needed. 16 years ago
Justin Ruggles 017c0811a1 Add a get_sbits_long() function. 16 years ago
Måns Rullgård 8858990f07 ALAC: use sign_extend() from mathops.h 16 years ago
Måns Rullgård 101dfa7d0a Add sign_extend() function to mathops.h 16 years ago
Reimar Döffinger edd532db64 Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. 16 years ago
Justin Ruggles ee4d0322e8 flacdec: Use get/skip_bits_long() for more than 17-bits and 16 years ago
Kostya Shishkov b89e77cff7 Factor out block decoding in ff_h263_decode_mb() 16 years ago
Michael Niedermayer 7115cbda30 Consider all packets in the parser, not just ones with timestamps, 16 years ago
Michael Niedermayer 2cc304215d Favor container packets that end after the first byte of the access 16 years ago
Michael Niedermayer a4c7a5ea27 Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead 16 years ago
Benoit Fouet d69da18cb0 Merge three conditions in a single 'if' instead of two. 16 years ago
Diego Biurrun 12dd57fd29 cosmetics: Reformat long_names so that "DPCM" comes first. 16 years ago
Diego Biurrun fd75cedd15 cosmetics: Reformat long_names so that "ADPCM" comes first. 16 years ago
Diego Biurrun 655463b9eb cosmetics: Reformat long_names so that "PCM" comes first. 16 years ago
Diego Biurrun 7eb2d654a2 small spelling/grammar fixes 16 years ago
Diego Biurrun 326b554ccf xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
Justin Ruggles 68dddf53ff Add some missing codecs and update names to match the codec long_name 16 years ago
Måns Rullgård 09096c9fad RA144: work around gcc bug/oddity on ARM 16 years ago
Måns Rullgård db794291a2 SVQ3: Fix decoding with A32_BITSTREAM_READER 16 years ago
Måns Rullgård 4cd19f6e78 ARM: fix missing MUL16() return type 16 years ago
Vitor Sessak 8d2544bd1b Reindent after last commit 16 years ago
Vitor Sessak 9e27e0d4f8 Do not read uninitialized buffer, no matter if it will be multiplied by 16 years ago
Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 16 years ago
Michael Niedermayer 47cd974ae5 Do not set low_delay if has_b_frames has been set before init() 16 years ago
Alex Converse 9ef88afac3 AAC: Make the CPE function more consistent with the functions for other channel elements. 16 years ago
Michael Niedermayer efd8c1f64d Adjust time_base exactly when changing ticks_per_frame to 2 this is safer 16 years ago
Måns Rullgård fe7f149ed8 ARM: fix corner-case overflow in H.264 weighted prediction 16 years ago
David S. Miller da2911d5e8 sub_mb_type[] needs to be 8-byte aligned because it is referenced 16 years ago