30425 Commits (4327088da355509b9f97e4bdb658456ee56de72b)

Author SHA1 Message Date
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
Michael Niedermayer b9792afad1 avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer beec818d99 avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Peter Hall ea79dfbad3 avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder. 10 years ago
Vadim Kalinsky d1d3904273 avcodec/options: Set AVCodecContext->codec upon initialization. 10 years ago
Michael Niedermayer 06d2742899 avcodec/nellymoser: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer bb5e148299 libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 98fbf8ef67 libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer ade140eb73 libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 4243415741 avcodec/mjpegdec: Support some subsampled GBR variants 10 years ago
Michael Niedermayer 9bb6e1175f avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Vittorio Giovara 771656bd85 libvpxenc: clean memory on error 10 years ago
Michael Niedermayer 894d10332c avcodec/lcldec: support rgb24 with width%4 != 0 10 years ago
Anton Khirnov 8b573ddda7 hevc: remove superfluous assignments and checks 10 years ago
Anton Khirnov eac3ac1fe0 hevc: eliminate an unneeded intermediate variable 10 years ago
Anton Khirnov eb335f3c5c hevc: reduce variable scope 10 years ago
Anton Khirnov 84c0ece5fd hevc: further reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov a7b365ae19 hevc: reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov de1f8ead89 hevcdsp_template: templatize transquant_bypass 10 years ago
Anton Khirnov 16c01fb434 hevc: remove an unused function parameter 10 years ago
Anton Khirnov 84b9463984 hevc: remove a redundant line 10 years ago
Anton Khirnov 2c6a7f9348 hevc: do not store rqt_root_cbf in the context 10 years ago
Anton Khirnov 920bca3e23 hevc: do not store pcm_flag in the context 10 years ago