summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avcodec/magicyuvenc: Remove unused context variableAndreas Rheinhardt2022-02-23
* avcodec/magicyuvenc: Don't modify input frameAndreas Rheinhardt2022-02-23
* avcodec/magicyuvenc: Add const where appropriateAndreas Rheinhardt2022-02-23
* avcodec/magicyuvenc: Avoid unnecessary av_frame_clone()Andreas Rheinhardt2022-02-23
* libavcodec/qsvenc_hevc: encode RGB format rawvideoWenbin Chen2022-02-22
* libavcodec/qsvdec: use the parameter from decodeHeader to configure surfaceWenbin Chen2022-02-22
* avcodec/mips: Fix checkheadersAndreas Rheinhardt2022-02-21
* avcodec/aarch64/idct: Add missing stddefAndreas Rheinhardt2022-02-21
* avcodec/cabac_functions: Add missing headersAndreas Rheinhardt2022-02-21
* avcodec/wavpack: do not process only first non-zero field of int32info chunkPaul B Mahol2022-02-20
* avcodec/msmpeg4dec: Reindent after the previous commitAndreas Rheinhardt2022-02-18
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/avcodec: Decrease the amount of time while holding the lockAndreas Rheinhardt2022-02-18
* avcodec/vorbisdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* 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