summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libavutil/frame.h: correct typo for AVFilmGrainParams in commentGuo, Yejun2021-01-27
* avcodec/sei: add Parameter Sets Inclusion Indication enum valueJames Almer2021-01-26
* avfilter/vf_colorchannelmixer: extend pl option functionalityPaul B Mahol2021-01-27
* avfilter/vf_lenscorrection: remove unused elementsPaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: reduce overhead calling execute for every planePaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: add support for commandsPaul B Mahol2021-01-26
* avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer2021-01-26
* avformat/realtextdec: Avoid undefined overflow in the end of read_ts()Michael Niedermayer2021-01-26
* avformat/nutdec: Fix integer overflow in count computationMichael Niedermayer2021-01-26
* avformat/mvi: Use 64bit for testing dimensionsMichael Niedermayer2021-01-26
* avformat/utils: Check dts in update_initial_timestamps() moreMichael Niedermayer2021-01-26
* avformat/mpsubdec: Use av_sat_add/sub64() in fracval handlingMichael Niedermayer2021-01-26
* avformat/flvdec: Check for avio_read() failure in amf_get_string()Michael Niedermayer2021-01-26
* avformat/flvdec: Check for nesting depth in amf_skip_tag()Michael Niedermayer2021-01-26
* avformat/flvdec: Check for nesting depth in amf_parse_object()Michael Niedermayer2021-01-26
* avcodec/apedec: Use FFABSU() in do_apply_filter()Michael Niedermayer2021-01-26
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-26
* avfilter/vf_unsharp: Remove unnecessary ;Andreas Rheinhardt2021-01-26
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov2021-01-26
* tools/target_dec_fuzzer: use non-obsolete decoding APIAnton Khirnov2021-01-26
* avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt2021-01-26
* avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt2021-01-26
* avcodec/sp5x: Remove unused quant tablesAndreas Rheinhardt2021-01-26
* avcodec/exif: Avoid allocation for small bufferAndreas Rheinhardt2021-01-26
* avcodec/amrnbdata: Remove unused arrayAndreas Rheinhardt2021-01-26
* avcodec/ilbcdata: Remove unused arrayAndreas Rheinhardt2021-01-26
* avcodec/atrac3plus_data: Remove unused arraysAndreas Rheinhardt2021-01-26
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-26
* avfilter: add shear video filterPaul B Mahol2021-01-26
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-25
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-25
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-25
* fate/hlsenc: rework the ffprobe dependency of hls-fmp4_ac3James 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