summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/jpeglsdec: Fix if( code styleMichael Niedermayer2022-02-15
* avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for errorMichael Niedermayer2022-02-15
* avcodec/error_resilience: Remove unused labelAndreas Rheinhardt2022-02-15
* avcodec/avcodec: Remove MpegEncContext forward declarationAndreas Rheinhardt2022-02-15
* lavc: deprecate FF_IDCT_NONEAnton Khirnov2022-02-15
* lavc/xvmc.h: mark the header as deprecatedAnton Khirnov2022-02-15
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-15
* avcodec/exif: Don't include tiff.h in exif.hAndreas Schneider2022-02-14
* avcodec/exif: Include bytestream.h for GetByteContextAndreas Schneider2022-02-14
* avcodec/pthread_frame: Remove nonsense error messageAndreas Rheinhardt2022-02-14
* avcodec/vc1: Fix indentationAndreas Rheinhardt2022-02-14
* avcodec/8bps: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-14
* avcodec/videotoolbox: add internal.h for header depenedencyLimin Wang2022-02-14
* avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusionAndreas Rheinhardt2022-02-14
* avcodec/mpegpicture: Constify src parameter of ff_update_picture_tablesAndreas Rheinhardt2022-02-13
* avcodec/motion_est: Constify mv-table parameters where possibleAndreas Rheinhardt2022-02-13
* avcodec/mpegutils.h: Move DELAYED_PIC_REF macro to h264dec.hAndreas Rheinhardt2022-02-13
* 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
* 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