summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-25
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-25
* avcodec/ituh263enc: Remove unused function parameterAndreas Rheinhardt2021-01-25
* avcodec/ituh263dec: Don't initialize unused parts of RLTableAndreas Rheinhardt2021-01-25
* avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt2021-01-25
* avcodec/h261dec: ReindentationAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Make decoder init-threadsafeAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Don't initialize unused part of RLTableAndreas Rheinhardt2021-01-25
* avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt2021-01-25
* avcodec/msmpeg4dec: Reuse identical MV VLCAndreas Rheinhardt2021-01-25
* avcodec/msmpeg4dec: Reuse identical RL VLCsAndreas Rheinhardt2021-01-25
* avcodec/ituh263dec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-25
* avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-25
* avcodec/msmpeg4dec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Don't initialize unused VLCsAndreas Rheinhardt2021-01-25
* avcodec/rl: Allow to create only a few VLC tablesAndreas Rheinhardt2021-01-25
* avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt2021-01-25
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-25
* avcodec/dolby_e: Add a parserNicolas Gaullier2021-01-25
* avcodec/tiff_common: Remove declarations of inexistent functionsAndreas Rheinhardt2021-01-25
* avcodec/vp8data: Remove unused arrayAndreas Rheinhardt2021-01-25
* avcodec/dvenc: dv100_weight_shift never usedPeter Ross2021-01-24
* avcodec/flashsv2enc: factorize updating block dimensionsMarton Balint2021-01-23
* qsv: dump more info in error, debug and verbose modeHaihao Xiang2021-01-23
* avcodec/qsvdec: refact, remove duplicate code for plugin loadingXu Guangxin2021-01-23
* avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.cXu Guangxin2021-01-23
* avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.cXu Guangxin2021-01-23
* avcodec/qsvdec_h2645: refact, use DEFINE_QSV_DECODER to remove duplicate codeXu Guangxin2021-01-23
* avcodec/qsvdec_other: refact, use DEFINE_QSV_DECODER to remove duplicate codeXu Guangxin2021-01-23
* avcodec/qsv_h2645: fix memory leak for plugin loadXu Guangxin2021-01-23
* avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer2021-01-23
* avcodec/tableprint: Don't include mem_internal.hAndreas Rheinhardt2021-01-22
* avcodec/h264_metadata_bsf: Don't use unitialized valueAndreas Rheinhardt2021-01-22
* avcodec/videotoolboxenc: Fix SEI enum identifiersAndreas Rheinhardt2021-01-22
* avcodec/cri: check for available input in unpack_10bit()Michael Niedermayer2021-01-21
* avcodec/me_cmp: Remove ff_check_alignment()Andreas Rheinhardt2021-01-21
* avcodec/mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-01-21
* avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt2021-01-21
* avcodec/Makefile: Make H.263 decoder compilable without H.263IAndreas Rheinhardt2021-01-21
* avcodec/Makefile: Remove FLAC dependencies on vorbis_dataAndreas Rheinhardt2021-01-21
* avcodec/Makefile: Remove dependency of H.263 on FLV codecsAndreas Rheinhardt2021-01-21
* avcodec/Makefile: Remove unnecessary cbrt_data dependencyAndreas Rheinhardt2021-01-21
* h264_redundant_pps_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* av1_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* vp9_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* mpeg2_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* h265_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* h264_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* cbs: Implement common parts of cbs-based bitstream filters separatelyMark Thompson2021-01-21