aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/aarch64/idct: Add missing stddefAndreas Rheinhardt2022-02-211-0/+1
* avcodec/cabac_functions: Add missing headersAndreas Rheinhardt2022-02-211-0/+2
* avcodec/wavpack: do not process only first non-zero field of int32info chunkPaul B Mahol2022-02-201-4/+6
* avcodec/msmpeg4dec: Reindent after the previous commitAndreas Rheinhardt2022-02-181-57/+57
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-184-20/+34
* avcodec/avcodec: Decrease the amount of time while holding the lockAndreas Rheinhardt2022-02-181-5/+5
* avcodec/vorbisdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/ituh263dec: Reindent after the last commitAndreas Rheinhardt2022-02-181-21/+21
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-186-12/+20
* avcodec/alsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-183-3/+10
* avcodec/alsdec: Improve code localityAndreas Rheinhardt2022-02-181-6/+5
* avcodec/alsdec: Return directly upon errorAndreas Rheinhardt2022-02-181-20/+10
* avcodec/apedec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/rv40: Make decoder init-threadsafeAndreas Rheinhardt2022-02-181-3/+5
* avcodec/rv30: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+2
* avcodec/svq3: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-02-181-1/+6
* avcodec/jpeglsdec: Fix if( code styleMichael Niedermayer2022-02-151-3/+3
* avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for errorMichael Niedermayer2022-02-151-0/+2
* avcodec/error_resilience: Remove unused labelAndreas Rheinhardt2022-02-151-1/+0
* avcodec/avcodec: Remove MpegEncContext forward declarationAndreas Rheinhardt2022-02-151-2/+0
* lavc: deprecate FF_IDCT_NONEAnton Khirnov2022-02-153-2/+5
* lavc/xvmc.h: mark the header as deprecatedAnton Khirnov2022-02-151-0/+2
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-1512-491/+1
* avcodec/exif: Don't include tiff.h in exif.hAndreas Schneider2022-02-144-1/+3
* avcodec/exif: Include bytestream.h for GetByteContextAndreas Schneider2022-02-141-0/+1
* avcodec/pthread_frame: Remove nonsense error messageAndreas Rheinhardt2022-02-141-5/+1
* avcodec/vc1: Fix indentationAndreas Rheinhardt2022-02-141-107/+106
* avcodec/8bps: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-141-0/+1
* avcodec/videotoolbox: add internal.h for header depenedencyLimin Wang2022-02-141-0/+1
* avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusionAndreas Rheinhardt2022-02-141-0/+1
* avcodec/mpegpicture: Constify src parameter of ff_update_picture_tablesAndreas Rheinhardt2022-02-132-2/+2
* avcodec/motion_est: Constify mv-table parameters where possibleAndreas Rheinhardt2022-02-133-7/+7
* avcodec/mpegutils.h: Move DELAYED_PIC_REF macro to h264dec.hAndreas Rheinhardt2022-02-132-6/+5
* avcodec/mpegpicture: Don't check for DELAYED_PIC_REFAndreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegvideo_enc: Remove unused parameter from encode_mb_hq()Andreas Rheinhardt2022-02-131-16/+16
* avcodec/mpegvideo_enc: Remove unused function parametersAndreas Rheinhardt2022-02-131-6/+10
* avcodec/mpegvideo: Constify src of ff_update_duplicate_context()Andreas Rheinhardt2022-02-133-3/+3
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-02-131-2/+0
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-135-24/+0
* avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threadsAndreas Rheinhardt2022-02-131-1/+0
* avcodec/mpegvideo_enc: Don't find encoder by IDAndreas Rheinhardt2022-02-131-2/+1
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-1320-29/+85
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-1331-132/+192
* avcodec/rv10.h: Split header into decoder- and encoder-only partsAndreas Rheinhardt2022-02-137-13/+37
* avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt2022-02-135-11/+41
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-137-35/+69
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-138-16/+36
* avcodec/mpeg4video.h: Move encoder-only parts in a new fileAndreas Rheinhardt2022-02-134-12/+45