summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* h264_metadata_bsf: Improve interpretation of input display matricesMark Thompson2021-01-21
* h264_metadata_bsf: Refactor the filter function into smaller partsMark Thompson2021-01-21
* cbs_sei: Remove restrictions on MDCV valuesMark Thompson2021-01-21
* cbs_h2645: Merge SEI message handling in common between codecsMark Thompson2021-01-21
* hevc: Use common SEI typesMark Thompson2021-01-21
* h264: Use common SEI typesMark Thompson2021-01-21
* lavc: Add new header for SEI payload typesMark Thompson2021-01-21
* h264_metadata_bsf: Move SEI user data parsing to init timeMark Thompson2021-01-21
* cbs_h2645: Merge SEI messages in common between codecsMark Thompson2021-01-21
* All: update names in copyright headersrcombs2021-01-20
* avcodec/librav1e: Pass through timestamps as opaque user dataDerek Buitenhuis2021-01-17
* avcodec/cfhd: only increase s->level if transform is supportedPaul B Mahol2021-01-17
* avcodec/librav1e: Fix indentationDerek Buitenhuis2021-01-17
* avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIGWonkap Jang2021-01-14
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-14
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-14
* ac3enc: halve the MDCT window size by using vector_fmul_reverseLynne2021-01-14
* ac3enc: do not clip coefficients after transformsLynne2021-01-14
* ac3enc_fixed: convert to 32-bit sample formatLynne2021-01-14
* avcodec/cbs_h2645: Move zero_byte check to its own functionNuo Mi2021-01-11