24048 Commits (0ab0ed2b860977a6bfa0a9033e61a8070aac74ff)

Author SHA1 Message Date
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
Michael Niedermayer 4162fc62b3 vc1dec: Do not allow field_mode to change after the first header 12 years ago
Martin Storsjö ec7d002e55 vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header 12 years ago
Michael Niedermayer ccb148e478 vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 201412ffec vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 2412ad1717 vc1dec: Factorize picture pointer selection code 12 years ago
Michael Niedermayer 19673db34a vc1dec: Factorize srcU/V offseting 12 years ago
Michael Niedermayer 012b319d91 vc1dec: Fix tff == 0 handling in init_block_index() 12 years ago
Michael Niedermayer 0313653928 vc1dec: Update destination pointers in context for fields 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov 7c57a582a0 jpeg2000dec: don't use deprecated PIX_FMT values 12 years ago
Vignesh Venkatasubramanian 48de04f4ec avcodec/avpacket: Refactoring copy_side_data into a separate function 12 years ago
Michael Niedermayer 5d22ac488b libx264: zero x264_picture before use. 12 years ago
Diego Biurrun a349458e67 jpeg2000dec: Use correct printf length modifier for pointer differences 12 years ago
Martin Storsjö 5d9d8461fb vc1dec: Don't apply the loop filter on fields 12 years ago
Hendrik Leppkes fe06795d78 vc1: implement frame interlaced b-frame header parsing 12 years ago
Michael Niedermayer 46430fd47c vc1dec: Don't attempt error concealment on field pictures 12 years ago
Sebastian Sandberg 1bd57a850a vc1dec: fieldtx is only valid for interlaced frame pictures 12 years ago
Claudio Freire 8bbdd20a29 aacenc: Fix erasure of surround channels 12 years ago
Claudio Freire f4d0a63b5b aacenc: Fix target bitrate for twoloop quantiser search 12 years ago
Claudio Freire 7c71ada4ca aacenc: Fix a rounding bug in aacpsy channel bitrate computation 12 years ago
Matt Wolenetz 252c0bfdc0 lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors) 12 years ago
Michael Niedermayer 1e00bbb10c avcodec/lcldec: Check that dimensions are a multiple of the subsample factors 12 years ago
Paul B Mahol 8671e995c8 imgconvert: silence "incompatible pointer type" warning 12 years ago
Michael Niedermayer f9db2fc84d cdgraphics: initialize buffer 12 years ago
Michael Niedermayer e6b6ae4695 vorbisdec: check codebook entry count 12 years ago
Andrey Utkin bc63a76083 pngenc: Add 'dpi', 'dpm' options 12 years ago
Paul B Mahol ae9ef151ad dpxenc: simplifiy code using AVPixFmtDescriptor 12 years ago
Paul B Mahol 22a038606c dpxenc: do not set coded_frame 12 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 245b76a108 x86: dsputil: Split inline assembly from init code 12 years ago
Diego Biurrun 46bb456853 x86: dsputil: Refactor pixels16 wrapper functions with a macro 12 years ago
Diego Biurrun f54b55058a configure: Rename cmov processor capability to i686 12 years ago
Claudio Freire e41cd3cdeb aacenc: Fix ticket #1784: erasure of surround channels 12 years ago
Michael Niedermayer 9a2153894f ffv1enc: fix 1000l typo 12 years ago
Michael Niedermayer b8a2331a70 ffv1: check for malloc failure. 12 years ago
Michael Niedermayer bd63f8f657 ffv1enc: Fix memleak 12 years ago