30761 Commits (dede2f7fc4441606fd07035e7c3e62421ec756b0)

Author SHA1 Message Date
Vittorio Giovara 0562887a98 tiffenc: initialize return value 10 years ago
Luca Barbato 299d8ab104 cook: Make sure there is enough extradata 10 years ago
Vittorio Giovara b99ca86350 aacdec: avoid an out-of-bounds write 10 years ago
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Vittorio Giovara 9c12c6ff95 motion_est: convert stride to ptrdiff_t 10 years ago
Lukasz Marek 4e9745fbff lavc/rv30: fix mem leak in case of init failure 10 years ago
Lukasz Marek 331fae80a1 lavc/mss1: fix mem leak in case of init failure 10 years ago
Carl Eugen Hoyos 600e38f563 Fix standalone compilation of the apng decoder on x86. 10 years ago
Clément Bœsch 6e411d9cc7 avcodec/microdvddec: support non persistent italic marker '/' 10 years ago
Clément Bœsch 8ef46f4a0c avcodec/microdvddec: support various broken form of color tags 10 years ago
Reimar Döffinger cad3148ea3 xface: reduce stack usage by directly storing 2 bytes data instead of pointers. 10 years ago
Reimar Döffinger dfc6f56c5a xface: reduce table sizes. 10 years ago
Reimar Döffinger 6369a7b742 xface: Fix encoder crashes due to too small on-stack array. 10 years ago
Reimar Döffinger d0682b5eb0 svq1enc: reduce stack usage of recursively-called function. 10 years ago
Reimar Döffinger 458aadf862 lpc: Reduce stack usage by allocating LLSModel in context. 10 years ago
Lukasz Marek f87a34486a lavc/libvorbisdec: use better error codes 10 years ago
Lukasz Marek bceabbdaba lavc/libvorbisdec: fix mem leak in case of init failure 10 years ago
Lukasz Marek 969382162f lavc/smacker: fix mem leak in case of init failure 10 years ago
Lukasz Marek 691f9be622 lavc/anm: fix mem leak in case of init failure 10 years ago
Michael Niedermayer 65ce8f8895 avcodec/x86/Makefile: fix order 10 years ago
Matthew Oliver 293fee4bc2 libavcodec/tiff: Fix static linking of lzma with msvc. 10 years ago
Michael Niedermayer d3512a0e89 avcodec/x86/lossless_audiodsp: fix fallback code for 32bit 10 years ago
Michael Niedermayer ce6141259b avcodec/wmalosslessdec: support 24bit lossless 10 years ago
Michael Niedermayer 4327088da3 avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd_int16() 10 years ago
Michael Niedermayer 2f6550bb9a avcodec/mjpegdec: fix pixfmtid 0x14111100 10 years ago
Reimar Döffinger 8437cc7206 ffv1dec: Avoid unnecessarily large stack usage and copies. 10 years ago
Michael Niedermayer 0b9a9e0e2c avcodec/libspeexdec: make array const 10 years ago
Reimar Döffinger 33fc1ccb49 h264_mb: Use smaller data type for refs in await_references. 10 years ago
Reimar Döffinger 478c61ccb2 h264_i386: Optimize decode_significance_8x8_x86 for 64 bit. 10 years ago
Reimar Döffinger c2c27e9e51 indeo2: move variable declarations into blocks using them. 10 years ago
Luca Barbato cd975d5658 hevc: Spin the mv_mpv_mode calls in a stand alone function 10 years ago
Michael Niedermayer 018ce90284 avcodec/libspeexdec: more verbose error message 10 years ago
Michael Niedermayer d96d8e121f avcodec/libspeexdec: support zygoaudio 10 years ago
Michael Niedermayer 2ae2c60554 avcodec/vp6: Use av_freep(), avoid leaving stale pointers 10 years ago
Benoit Fouet 33acebd3cc avcodec/pngdec: add APNG support. 10 years ago
Vittorio Giovara 1f80742f49 qdm2: avoid integer overflow 10 years ago
Luca Barbato 312daa1589 vp9: Use the correct upper bound for seg_id 10 years ago
Luca Barbato d466d82faa dvdsubdec: Do not leak on failure path 10 years ago
Vittorio Giovara a42d5c861f libtwolame: prevent a NULL pointer dereference 10 years ago
Martin Storsjö aa8b39d999 lavc: Move the libtwolame encoder registration to the list for external libraries 10 years ago
Lukasz Marek 7d75a399a4 lavc/options: fix rc_eq leak 10 years ago
Michael Niedermayer 21ded9ce67 avcodec/imc: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer b054054c9b avcodec/dcadec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 9018bd1197 avcodec/atrac1: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 8bce5c8e74 avcodec/ac3dec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer bab11fe7bf avcodec/mpeg12dec: forward error codes 10 years ago
Michael Niedermayer 1852b2a0f4 avcodec/mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer 0f8908aa1b avcodec/mpeg12dec: do not fail on invalid frame_rate_index 10 years ago
Michael Niedermayer 88b4c1a731 avcodec/mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Michael Niedermayer 4ffec6d933 avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memory 10 years ago