105596 Commits (f78ffe382c2c6d3bd57b8a5d4e6e3689f6e90043)
 

Author SHA1 Message Date
Andreas Rheinhardt f78ffe382c avcodec/flv.h: Split header into encoder-only and decoder-only headers 3 years ago
Andreas Rheinhardt 876d0afe1f avcodec/mpeg4video.h: Move encoder-only parts in a new file 3 years ago
Andreas Rheinhardt 1187765f3b avcodec/mpeg4video.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt 20033c7da4 avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it 3 years ago
Andreas Rheinhardt e2cf60f040 avcodec/msmpeg4.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 9f2b566301 avcodec/msmpeg4.h: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 78087da47c avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers 3 years ago
Andreas Rheinhardt cc90478967 avcodec/wmv2: Split Wmv2Context into decoder and encoder context 3 years ago
Andreas Rheinhardt 584f26db0d avcodec/wmv2: Move initializing abt_scantables to the decoder 3 years ago
Andreas Rheinhardt b81a29d180 avcodec/idctdsp: Constify the permutation parameter of ff_init_scantable 3 years ago
Andreas Rheinhardt e911f5546f avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion() 3 years ago
Andreas Rheinhardt 8401b94602 avcodec/h261: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt d5e87df902 avcodec/h261: Separate decode and encode contexts 3 years ago
Andreas Rheinhardt 725e2300af avcodec/mpegvideo: Enable private contexts 3 years ago
Danny Wu 68595b46cb fftools/ffmpeg: Restore DTS correction for VP9 copies 3 years ago
Andreas Rheinhardt 2233ef1db9 avcodec/exr: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 2d29058fb2 avcodec/amrwbdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 903e871858 avcodec/amrnbdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt b45060114d avcodec/vp[56]: Mark decoders as init-threadsafe 3 years ago
Andreas Rheinhardt ac6c1080cd avcodec/vp56: Avoid functions with only one caller 3 years ago
Andreas Rheinhardt ac9f8d7c02 avcodec/vp6: Avoid code duplication when initializing VP56 contexts 3 years ago
Andreas Rheinhardt 3cbef22f8f avcodec/vp6: Avoid allocation for alpha_context 3 years ago
Andreas Rheinhardt 55379dac53 avcodec/vp56: Cleanup generically in case of init failure 3 years ago
Andreas Rheinhardt 90e5eef731 avcodec/vp6: Check initializing VP6A context 3 years ago
Paul B Mahol fad5c6d743 avcodec/qdmc: switch to fft from lavu/tx 3 years ago
Paul B Mahol fcee53619a avfilter/af_surround: change x/y spread defaults 3 years ago
Paul B Mahol 619519ee0a avfilter/af_surround: avoid implicit conversion to float 3 years ago
Paul B Mahol b015c101ab avfilter/af_surround: switch to rdft from avutil/tx 3 years ago
Paul B Mahol f05c52985c avfilter: add dialogue enhance audio filter 3 years ago
Paul B Mahol 800dfd2eac avfilter/af_atempo: switch to rdft from lavu/tx 3 years ago
Limin Wang e8f439631f avformat/udp: remove IPPROTO_IPV6 macro 3 years ago
Limin Wang 268d00bb87 avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility 3 years ago
Limin Wang c0817ee92e avformat/udp: use one setsockopt for ipv4/ipv6 3 years ago
Limin Wang 1de24ee512 avformat/udp: properly check for valid ttl in url 3 years ago
Paul B Mahol 1ca19cf371 avfilter/af_compensationdelay: add commands support 3 years ago
David Lacko 4b40e20ce9 avfilter/af_adelay: add command support 3 years ago
Andreas Rheinhardt f5d6c78a88 avcodec/metasound, twinvqdec: Cleanup generically upon init failure 3 years ago
Andreas Rheinhardt d75c4cc7c1 avutil/tx: Fix documentation of av_tx_uninit() 3 years ago
Andreas Rheinhardt 6bb46cd765 avcodec/g2meet: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 21c41237d2 avcodec/4xm: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt c6fcd2ae36 avcodec/cavsdec: Fix error message 3 years ago
Andreas Rheinhardt 799e128562 avcodec/cavsdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 805d7414dc avcodec/cavsdec: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 71bd076b30 avcodec/vorbisenc: Cleanup generically on init-failure 3 years ago
Andreas Rheinhardt f200424fbf avcodec/tta: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 7743933a60 avcodec/ralf: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt ca73a2c826 avcodec/vc2enc: Cleanup generically on allocation failure 3 years ago
Andreas Rheinhardt 31da97b083 avcodec/vc2enc_dwt: Avoid NULL - 0 3 years ago
Andreas Rheinhardt fb36af3b66 avcodec/proresenc_kostya: Use av_calloc/av_malloc_array() 3 years ago