summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/ituh263dec: Reindent after the last commitAndreas Rheinhardt2022-02-18
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/alsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-18
* avcodec/alsdec: Improve code localityAndreas Rheinhardt2022-02-18
* avcodec/alsdec: Return directly upon errorAndreas Rheinhardt2022-02-18
* avcodec/apedec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/rv40: Make decoder init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/rv30: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/svq3: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-02-18
* 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