summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/mpegpicture: Don't check for DELAYED_PIC_REFAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Remove unused parameter from encode_mb_hq()Andreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Remove unused function parametersAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Constify src of ff_update_duplicate_context()Andreas Rheinhardt2022-02-13
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threadsAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Don't find encoder by IDAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/rv10.h: Split header into decoder- and encoder-only partsAndreas Rheinhardt2022-02-13
* avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-13
* avcodec/mpeg4video.h: Move encoder-only parts in a new fileAndreas Rheinhardt2022-02-13
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-13
* avcodec/wmv2: Split Wmv2Context into decoder and encoder contextAndreas Rheinhardt2022-02-13
* avcodec/wmv2: Move initializing abt_scantables to the decoderAndreas Rheinhardt2022-02-13
* avcodec/idctdsp: Constify the permutation parameter of ff_init_scantableAndreas Rheinhardt2022-02-13
* avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()Andreas Rheinhardt2022-02-13
* avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt2022-02-13
* fftools/ffmpeg: Restore DTS correction for VP9 copiesDanny Wu2022-02-13
* avcodec/exr: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/amrwbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/amrnbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/vp[56]: Mark decoders as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-13
* avcodec/vp6: Avoid code duplication when initializing VP56 contextsAndreas Rheinhardt2022-02-13
* avcodec/vp6: Avoid allocation for alpha_contextAndreas Rheinhardt2022-02-13
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-13
* avcodec/vp6: Check initializing VP6A contextAndreas Rheinhardt2022-02-13
* avcodec/qdmc: switch to fft from lavu/txPaul B Mahol2022-02-12
* avfilter/af_surround: change x/y spread defaultsPaul B Mahol2022-02-12
* avfilter/af_surround: avoid implicit conversion to floatPaul B Mahol2022-02-12
* avfilter/af_surround: switch to rdft from avutil/txPaul B Mahol2022-02-12
* avfilter: add dialogue enhance audio filterPaul B Mahol2022-02-12
* avfilter/af_atempo: switch to rdft from lavu/txPaul B Mahol2022-02-12
* avformat/udp: remove IPPROTO_IPV6 macroLimin Wang2022-02-12
* avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibilityLimin Wang2022-02-12
* avformat/udp: use one setsockopt for ipv4/ipv6Limin Wang2022-02-12
* avformat/udp: properly check for valid ttl in urlLimin Wang2022-02-12
* avfilter/af_compensationdelay: add commands supportPaul B Mahol2022-02-11
* avfilter/af_adelay: add command supportDavid Lacko2022-02-11