24030 Commits (f099cdaba38dfaf1eb666df17c6739da500ddbf8)

Author SHA1 Message Date
Michael Niedermayer f099cdaba3 avcodec/ratecontrol: silence "warning: expected_bits may be used uninitialized in this function" 12 years ago
Janne Grunau 4b79668154 mpegvideo: unref old current_picture before allocating a new one 12 years ago
Luca Barbato db347280eb vorbis: fallback to normal division instead of crashing 12 years ago
Luca Barbato ddf1b4a2f8 vorbis: simplify the inner loop in setup_classifs 12 years ago
Luca Barbato 36f1038004 vorbis: use normal integer values for iterators 12 years ago
Luca Barbato 98186578a2 vorbis: refactor vorbis_residue_decode_internal 12 years ago
Michael Niedermayer 73b9f31c74 mjpeg_decode_com: remove redundant len checks 12 years ago
Piotr Bandurski 2f75dcdc1c mjpegdec: Fix field orderforinterlacedAVDJand AVRN in ntsc mode 12 years ago
Jean-Baptiste Kempf c360fb174b win32: Do not use GetProcAddress when compiled for Vista+ 12 years ago
Michael Niedermayer a3264b4ba1 ffv1dec: defuse membomb 12 years ago
Carl Eugen Hoyos e32bbd4112 proresdec2: Only try to decode alpha plane if four output planes were allocated. 12 years ago
Luca Barbato ed50673066 wavpack: validate samples size parsed in wavpack_decode_block 12 years ago
Luca Barbato 8c34558131 wavpack: return meaningful errors 12 years ago
Christophe Gisquet f49564c607 fmtconvert: int32_t input to int32_to_float_fmul_scalar 12 years ago
Luca Barbato 0f689a3d97 wavpack: K&R formatting cosmetics 12 years ago
Kostya Shishkov d13fa0e995 proresdec2: Support decoding transparency information. 12 years ago
Michael Niedermayer 5e29e91232 avcodec_align_dimensions2: add missing yuva formats 12 years ago
Eli Friedman 350914fc80 Escape 130 (RPL) decoder 12 years ago
Kostya Shishkov cebdedca57 prores: decode alpha plane when it's present 12 years ago
Anton Khirnov f0cebf51dd lavc doxy: add avcodec.h to the libavcodec group. 12 years ago
Luca Barbato 4a4107b489 jpegls: factorize return paths 12 years ago
Luca Barbato a5a0ef5e13 jpegls: return meaningful errors 12 years ago
Luca Barbato abad374909 jpegls: check the scan offset 12 years ago
Michael Kostylev 2768f7e4fe sparc: VIS mnemonics 12 years ago
Michael Niedermayer ebe8c7fe52 vc1dec: restructure interpmvp code 12 years ago
Vignesh Venkatasubramanian 98c292a7a8 Adding support for encoding VP8 Alpha 12 years ago
Jindrich Makovicka 259af1b923 mpegvideo: allocate sufficiently large scratch buffer for interlaced vid 12 years ago
Anton Khirnov db8e336e5f pthread: reindent 12 years ago
Anton Khirnov 30e256430e lavc/pthread: remove obsolete checks 12 years ago
Kostya Shishkov 1232a1647a Apple Intermediate Codec decoder 12 years ago
Michael Niedermayer ab074ab9fe avcodec/pthread: fix ffv1 with 2 threads 12 years ago
Sebastian Sandberg 1fb013a57c vc1dec: Add support for interlaced B-frames 12 years ago
Clément Bœsch 6c5bd7d785 lavc/vc1dec: fix a few "may be used uninitialized" warnings. 12 years ago
Michael Niedermayer 09b3bbe605 libvpxenc: Fix "passing argument 3 of av_image_copy from incompatible pointer type" warning 12 years ago
Michael Niedermayer f4cc38e339 vc1dec: silence "may be used uninitialized in this function" warning from gcc 12 years ago
Michael Kostylev 4dbceaa3a8 sparc: Eliminate dead code in VIS acceleration macros 12 years ago
Luca Barbato 39cc4c61de flacdec: drop unnecessary assert 12 years ago
Luca Barbato b25e49b187 mjpegdec: properly report unsupported disabled features 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Luca Barbato ff4fc5ef12 jpegls: K&R formatting cosmetics 12 years ago
Diego Biurrun 9cacdabd1c jpegls: cosmetics: Drop some unnecessary parentheses 12 years ago
Diego Biurrun 004b81c465 mpegvideo: Remove commented-out PARANOID debug cruft 12 years ago
Diego Biurrun bfd00cc4c2 h263dec: Remove broken and disabled debug cruft 12 years ago
Martin Storsjö b0696e947f vc1: Reindent INIT_LUT(), align backslashes 12 years ago
Michael Niedermayer a9cadacdd9 dpxenc: dont shift into the sign bit. 12 years ago
Michael Niedermayer 6ce2c3106d vc1: Make INIT_LUT() self contained 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Michael Niedermayer 37f2ac36a9 vc1: Simplify code by using INIT_LUT() 12 years ago
Michael Niedermayer 0379fc1487 vc1: Move INIT_LUT() further up to allow using it in more places 12 years ago
Martin Storsjö 3ca3709ad4 vc1dec: Remove some now unused variables 12 years ago