18234 Commits (50d67d951c161b1a6fa144d333daa1acc2c1fb1c)

Author SHA1 Message Date
Michael Niedermayer 79a19f6e58 pthread: Fix mixing of declarations and statements. 13 years ago
Michael Niedermayer 219a6fb61c dsp: fix diff_bytes_mmx() with small width 13 years ago
Justin Ruggles 6ca3b248e2 resample: allocate a large enough output buffer 13 years ago
Justin Ruggles c3da9f5060 wmaenc: remove bit-exact hack 13 years ago
Paul B Mahol 32a5775a91 pcm: leave sample format conversion to libswresample 13 years ago
Aneesh Dogra de64d8cf17 qtrle: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Paul B Mahol 341404f753 vqavideo: check malloc return values 13 years ago
Uoti Urpala 05b9a89ed7 threads: fix old frames returned after avcodec_flush_buffers() 13 years ago
Janne Grunau 7b60799aa8 MPV: always mark dummy frames as reference 13 years ago
Ronald S. Bultje 1e26a48fa2 h264: fix deadlocks on incomplete reference frame decoding. 13 years ago
Ronald S. Bultje c6ccb96bc9 mpeg4: report frame decoding completion at ff_MPV_frame_end(). 13 years ago
Ronald S. Bultje 80387f0e25 mimic: don't use self as reference, and report completion at end of decode(). 13 years ago
Wolfram Gloger f8353d5fda mpegvideo: don't pretend the first frame is always a key frame 13 years ago
Diego Biurrun e5d403720e h264: K&R formatting cosmetics 13 years ago
Diego Biurrun ad4cec6b80 s3tc.h: Add missing #include to fix standalone header compilation. 13 years ago
Michael Niedermayer 6f9803e5e0 sonic: update to new API 13 years ago
Michael Niedermayer c743aad557 huffyuv: some more consts 13 years ago
Michael Niedermayer dd2631a6df dsputil: mark source of diff_bytes as const. 13 years ago
Michael Niedermayer 1bc85fb32d dirac: mark some variables const. 13 years ago
Michael Niedermayer ae76c1af16 4xm: make mcdc() src const 13 years ago
Michael Niedermayer bf3a404572 mpegvideo: fix constness error in ff_MPV_encode_picture() 13 years ago
Paul B Mahol 702985b8b7 dxa: remove useless code 13 years ago
Ronald S. Bultje e0febda22d h264: stricter reference limit enforcement. 13 years ago
Ronald S. Bultje 48cbe4b092 h264: increase reference poc list from 16 to 32. 13 years ago
Ronald S. Bultje 86020073db xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. 13 years ago
Michael Niedermayer 1f8ff2b13c snow: check reference frame indices. 13 years ago
Michael Niedermayer c9837954e7 snow: reject unsupported chroma shifts. 13 years ago
Paul B Mahol 5b4d026a03 anm: convert to bytestream2 API 13 years ago
Paul B Mahol f1ce053cd0 bytestream: add more unchecked variants for bytestream2 API 13 years ago
Paul B Mahol a1c036e961 jvdec: unbreak video decoding 13 years ago
Michael Niedermayer c2e3b564b3 mmvideo: restore initial y value. 13 years ago
Michael Niedermayer 67c90d2605 mmvideo: remove unused variable 13 years ago
Michael Niedermayer bf521d5a5b jpeglsdec: suppress unused var warning 13 years ago
Michael Niedermayer 0fdb4dfd03 h264: Fix some mixed declarations and code. 13 years ago
Michael Niedermayer c592679cca eatgq: remove unused ret variable. 13 years ago
Michael Niedermayer d9399c4b66 eamad: Remove redundant initialization of mv_map. 13 years ago
Michael Niedermayer 9ff43569d2 g729dec: fix scalarproduct_int16 after API change 13 years ago
Michael Niedermayer 758ec11153 h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction. 13 years ago
Anton Khirnov d533e395e1 libx264: add 'stats' private option for setting 2pass stats filename. 13 years ago
Anton Khirnov 9d5c131ece libx264: fix help text for slice-max-size option. 13 years ago
Peter Ross e05253bf49 iff: do not decode unsupported pbms with ham decoder 13 years ago
Hendrik Leppkes 7103c8350a dxva2_vc1: pass the overlap flag to the decoder 13 years ago
Hendrik Leppkes b2b0aa70ea dxva2_vc1: fix decoding of BI frames 13 years ago
Paul B Mahol 29b0d94b43 dfa: convert to bytestream2 API 13 years ago
Lou Logan 2d38081b4f cosmetics: fix some typos 13 years ago
Michael Niedermayer 105cac3407 vc1dec: Fix vc1 decoding with --disable-optimizations. 13 years ago
Peter Ross 015da6e394 anm decoder: move buffer allocation from decode_init() to decode_frame() 13 years ago
Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 13 years ago
Paul B Mahol bd3e07c82a pcm-mpeg: convert to bytestream2 API 13 years ago
Janne Grunau 8a6037c390 Revert "h264: clear trailing bits in partially parsed NAL units" 13 years ago