37354 Commits (9cacdabd1c8cd257a942d8289349c37d992989b7)
 

Author SHA1 Message Date
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 d46c588f3c Remove commented-out #includes 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
Alex Smith 225a5f91cc configure: Use linker hardening flags on mingw 12 years ago
Michael Niedermayer 6ce2c3106d vc1: Make INIT_LUT() self contained 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
Anton Khirnov ffba2053ed lavfi: fix compatibility code for old vf_scale options syntax 12 years ago
Anton Khirnov 096696ef0d avfiltergraph: simplify inserting conversion filters. 12 years ago
Kieran Kunhya ede75ebc9b Clarify output of av_get_bits_per_pixel 12 years ago
Luca Barbato 7cbc4cb442 fate: update the mmf reference 12 years ago
Yoshihisa Uchida 3dff1bf99c mmf: Write metadata into an Optional Data chunk 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
James Darnley d10499a32a yadif: correct strides in filter_edges_16bit 12 years ago
James Darnley b0ef0ae776 yadif: restore speed of the C filtering code 12 years ago
Matt Wolenetz 252c0bfdc0 lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors) 12 years ago
Martin Storsjö 05165c2f7a configure: Disable PIC for cygwin just as for win32/mingw 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 2c2c48a9bd configure: x86: Only enable cpunop on i686 12 years ago
Diego Biurrun f54b55058a configure: Rename cmov processor capability to i686 12 years ago
Martin Storsjö e08c946c68 configure: Explicitly disable PIC when targeting win32/mingw 12 years ago
Martin Storsjö b1803c79dc configure: Use enable_weak when enabling pic 12 years ago
Janne Grunau 94235f2ba2 indeo3: avoid writes without necessary alignment in copy_cell() 12 years ago
Christophe Gisquet 2c299d4165 x86: sbrdsp: implement SSE2 qmf_pre_shuffle 12 years ago
Anton Khirnov 16a4a18db0 af_asyncts: fix offset calculation 12 years ago
Luca Barbato 72fbc9685c avconv: use current syntax for the scale filter 12 years ago
Luca Barbato ee9a4dff4a mmf: K&R formatting cosmetics 12 years ago
Diego Biurrun f243bf7aa2 x86: dsputil: Remove unused argument from QPEL_OP macro 12 years ago