15677 Commits (b1740cb00a0dc91c0e4f3a89f469c8f1fd758dc0)

Author SHA1 Message Date
  Justin Ruggles c3da9f5060 wmaenc: remove bit-exact hack 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
  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
  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 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
  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
  Peter Ross 015da6e394 anm decoder: move buffer allocation from decode_init() to decode_frame() 14 years ago
  Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 14 years ago
  Paul B Mahol bd3e07c82a pcm-mpeg: convert to bytestream2 API 14 years ago
  Janne Grunau 8a6037c390 Revert "h264: clear trailing bits in partially parsed NAL units" 14 years ago
  Janne Grunau 363bd1c62c remove iwmmxt optimizations 14 years ago
  Paul B Mahol 33c5c3ad07 mimic: do not continue if swap_buf_size is 0 14 years ago
  Paul B Mahol dba425ad7a mimic: convert to bytestream2 API 14 years ago
  Paul B Mahol 05d089a80b frwu: use MKTAG to check marker instead of AV_RL32 14 years ago
  Paul B Mahol 919f355438 txd: port to bytestream2 API 14 years ago
  Paul B Mahol 85aded741e c93: convert to bytestream2 API 14 years ago
  Ronald S. Bultje c95fefa042 dsicinvideo: validate buffer offset before copying pixels. 14 years ago
  Ronald S. Bultje 97e48b2f54 cook: error out on quant_index values outside [-63, 63] range. 14 years ago
  Ronald S. Bultje d7eabd5042 mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 14 years ago
  Ronald S. Bultje 442c3a8cb1 cook: expand dither_tab[], and make sure indexes into it don't overflow. 14 years ago
  Ronald S. Bultje 71af42bd96 xxan: reindent xan_unpack_luma(). 14 years ago
  Ronald S. Bultje f77bfa8376 xxan: protect against chroma LUT overreads. 14 years ago
  Ronald S. Bultje 5518827816 xxan: convert to bytestream2 API. 14 years ago
  Ronald S. Bultje f1279e286b xxan: don't read before start of buffer in av_memcpy_backptr(). 14 years ago
  Ronald S. Bultje a928ed3751 vp8: convert mbedge loopfilter x86 assembly to use named arguments. 14 years ago
  Ronald S. Bultje bee330e300 vp8: convert inner loopfilter x86 assembly to use named arguments. 14 years ago
  Diego Biurrun ffae713a5b Fix a bunch of common typos. 14 years ago
  Diego Biurrun eab6968f24 build: Skip compiling xvmc.h under the correct condition. 14 years ago
  Michael Niedermayer 744dd1d356 aacdec: Fix SCE parity check. 14 years ago
  Michael Niedermayer d53fe096e4 aacdec: Fix out of array writes (stack). 14 years ago
  Paul B Mahol ea1d64ab10 ttadec: unbreak playback of matroska files 14 years ago