summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* examples/remuxing: Use av_packet_rescale_ts()Andreas Rheinhardt2021-10-03
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-03
* avformat/avformat: Clarify documentation of av_interleaved_write_frame()Andreas Rheinhardt2021-10-03
* avformat/mux: Sanitize packets without data and side-dataAndreas Rheinhardt2021-10-03
* swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer2021-10-03
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-03
* avfilter/af_afwtdn: add internal timeline supportPaul B Mahol2021-10-03
* avfilter/vf_morpho: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_agate: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_afftdn: switch to internal timelinePaul B Mahol2021-10-03
* avcodec/amrnbdec: move channel_size bellow to avoid array overreadsPaul B Mahol2021-10-03
* avcodec/mlpdec: skip decoding substreams if their channels are not to be usedPaul B Mahol2021-10-03
* avcodec/mlpdec: update matrix encoding only if it changedPaul B Mahol2021-10-03
* avcodec/amr*dec: reindentPaul B Mahol2021-10-03
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-03
* avfilter/x86/vf_blend: unify indentation formatWu Jianhua2021-10-03
* avfilter/f_reverse: add missing S64(P) sample format supportPaul B Mahol2021-10-02
* avfilter: add (a)latency filtersPaul B Mahol2021-10-02
* avcodec: add amr parserPaul B Mahol2021-10-02
* avcodec/vc1_pred: Remove unused function parameterAndreas Rheinhardt2021-10-02
* avcodec/mpegaudiodec_template: Remove unused variableAndreas Rheinhardt2021-10-02
* avformat/lrcenc: Remove unnecessary headerAndreas Rheinhardt2021-10-02
* fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt2021-10-02
* avformat/(lrc|scc)enc: Use avio_w8() to write a single charAndreas Rheinhardt2021-10-02
* avformat/subtitles: Honour ff_subtitles_read_line() documentationAndreas Rheinhardt2021-10-02
* avformat/sccdec: Avoid zero-terminating unnecessarilyAndreas Rheinhardt2021-10-02
* avformat/sccdec: Make constants more intelligibleAndreas Rheinhardt2021-10-02
* avformat/sccdec: Fix position of returned subtitle packetsAndreas Rheinhardt2021-10-02
* avformat/sccdec: Remove redundant checkAndreas Rheinhardt2021-10-02
* avformat/sccdec: Don't use uninitialized data, fix crash, simplify logicAndreas Rheinhardt2021-10-02
* avutil/md5: Avoid av_unused variableAndreas Rheinhardt2021-10-02
* libpostproc/postprocess_template: Don't reimplement FFSWAPAndreas Rheinhardt2021-10-02
* avcodec/bmpenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/dnxhdenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/magicyuvenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/proresenc_anatoliy: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/magicyuvenc: Use immediate when knownAndreas Rheinhardt2021-10-02
* avfilter/af_afade: Remove impossible branchAndreas Rheinhardt2021-10-02
* avfilter/formats: Update outdated commentAndreas Rheinhardt2021-10-02
* avfilter/formats: Don't unnecessarily reget pixfmt descriptorAndreas Rheinhardt2021-10-02
* avfilter/f_reverse: Don't use redundant query_formats functionAndreas Rheinhardt2021-10-02
* avfilter/avfilter: Remove unused bufferAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Remove always-true checkAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Free AVFilterGraph options properlyAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Simplify adding filter to graphAndreas Rheinhardt2021-10-02
* lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4Derek Buitenhuis2021-10-01
* avfilter/vf_codecview: added new options for blockLimin Wang2021-10-01
* swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer2021-09-30