summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt2022-07-30
* avcodec/ttmlenc: Deduplicate ttml_default_namespacing stringAndreas Rheinhardt2022-07-30
* avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer2022-07-30
* avcodec/aacdec: print a log message when treating mono HE-AAC as stereoJames Almer2022-07-30
* lavfi/vf_cropdetect: Reindent after last commitThilo Borgmann2022-07-30
* Changelog: Update after last commitThilo Borgmann2022-07-30
* lavfi/cropdetect: Add new mode to detect crop-area based on motion vectors an...Thilo Borgmann2022-07-30
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-30
* fate/png: add test for ICC profile parsingNiklas Haas2022-07-30
* avcodec/encode:: generate ICC profilesNiklas Haas2022-07-30
* avcodec/decode: parse ICC profilesNiklas Haas2022-07-30
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-30
* avcodec: add API for automatic handling of icc profilesNiklas Haas2022-07-30
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* fflcms2: move to libavcodecNiklas Haas2022-07-30
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-29
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor manually mapping streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping data streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_subtitle()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping subtitles out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_audio()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping audio out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_video()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping video out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg: do not log to the decoder contextAnton Khirnov2022-07-28
* fftools/ffmpeg_mux: move some functions closer to their only callersAnton Khirnov2022-07-28
* fftools/ffmpeg_filter: drop a block commented out since 2012Anton Khirnov2022-07-28
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.cAnton Khirnov2022-07-28
* fftools/ffmpeg: drop unused hwaccel variablesAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: drop a redundant assignmentAnton Khirnov2022-07-28
* fftools/ffmpeg: stop allocating an encoder context when not encodingAnton Khirnov2022-07-28
* fftools/ffmpeg: deprecate -psnrAnton Khirnov2022-07-28
* fftools/ffmpeg: do not use the encoder context for streamcopyAnton Khirnov2022-07-28
* fftools/ffmpeg: drop OutputStream.ref_parAnton Khirnov2022-07-28
* fftools/ffmpeg: drop the -vol optionAnton Khirnov2022-07-28
* fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_...Anton Khirnov2022-07-28
* fftools/ffmpeg_filter: remove unused function argumentAnton Khirnov2022-07-28
* fftools/ffmpeg: remove an unnecessary avcodec_close() callAnton Khirnov2022-07-28
* fftools/ffmpeg: stop accessing the encoder context unnecessarilyAnton Khirnov2022-07-28
* avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman2022-07-28
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec/hq_hqa: Remove transient GetByteContext from contextAndreas Rheinhardt2022-07-28
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-27
* lavc/hevc_refs: exclude current frame from long term refsXu Guangxin2022-07-27