19352 Commits (f91b635b520aec02cfd23ff91d00a7eb4ef89292)

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