summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-31
* avcodec/cfhdencdsp: Constify input pointersAndreas Rheinhardt2022-07-31
* avcodec/lossless_videoencdsp: Constify src sub_left_predictAndreas Rheinhardt2022-07-31
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/half2float: Constify arrays in half2float()Andreas Rheinhardt2022-07-31
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec/pngenc: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/snow: Remove unused halfpel_planeAndreas Rheinhardt2022-07-31
* avcodec/pnmdec: Fix indentationAndreas Rheinhardt2022-07-31
* avcodec/pnmdec, pnm_parser: Improve const-correctnessAndreas Rheinhardt2022-07-31
* avcodec/ilbcdec: Move transient GetBitContext from ctx to stackAndreas Rheinhardt2022-07-31
* avcodec/ilbcdec: Fix const correctnessAndreas Rheinhardt2022-07-31
* avcodec/cinepakenc: Avoid casting const awayAndreas Rheinhardt2022-07-31
* avcodec/dxv: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/diracdsp: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/fitsenc: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/gif: Remove redundant castAndreas Rheinhardt2022-07-31
* swscale/rgb2rgb: Don't cast const awayAndreas Rheinhardt2022-07-31
* avcodec/xwdenc: Don't modify input frameAndreas Rheinhardt2022-07-31
* tests/ref/fate/filter-metadata-cropdetect[12]: Fix ref fileAndreas Rheinhardt2022-07-30
* avfilter/vf_cropdetect: Remove set-but-unused variableAndreas Rheinhardt2022-07-30
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-30
* 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