summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_filter.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: add special syntax for loading filter options from filesAnton Khirnov2023-02-121-2/+152
* fftools: use av_dict_get_stringMarvin Scholz2022-12-011-19/+14
* fftools: use av_dict_iterateMarvin Scholz2022-12-011-2/+1
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-231-4/+3
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-181-1/+1
* fftools/ffmpeg: drop the -async optionAnton Khirnov2022-10-041-10/+0
* fftools/ffmpeg_filter: configure min_hard_comp unconditionallyZhao Zhili2022-09-231-2/+1
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-011-5/+5
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-291-6/+7
* fftools/ffmpeg_filter: remove an always-true checkAnton Khirnov2022-08-291-1/+1
* fftools/ffmpeg_filter: remove an always-false checkAnton Khirnov2022-08-291-8/+0
* fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov2022-08-221-1/+1
* fftools/ffmpeg_filter: drop a block commented out since 2012Anton Khirnov2022-07-281-13/+0
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-281-0/+2
* fftools/ffmpeg: drop the -vol optionAnton Khirnov2022-07-281-10/+0
* fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_...Anton Khirnov2022-07-281-4/+6
* fftools/ffmpeg_filter: remove unused function argumentAnton Khirnov2022-07-281-2/+2
* fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.cAnton Khirnov2022-07-231-3/+3
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-151-14/+38
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-281-0/+1
* fftools/ffmpeg: fix (a)buffer src namesAnton Khirnov2022-02-151-2/+2
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-071-8/+6
* fftools/ffmpeg_filter: Avoid inserting hflip filterAndreas Rheinhardt2021-12-231-12/+4
* fftools/ffmpeg_filter: Fix autorotationAndreas Rheinhardt2021-12-231-2/+2
* fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt2021-12-051-9/+4
* fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt2021-12-051-24/+32
* fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt2021-12-051-13/+4
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-041-0/+26
* fftools/ffmpeg_filter: Avoid DynBuf API to improve error checksAndreas Rheinhardt2021-12-031-16/+15
* fftools/ffmpeg_filter: Avoid DynBuf-API for writing stringsAndreas Rheinhardt2021-12-031-9/+7
* ffmpeg: drop the -deinterlace optionAnton Khirnov2021-11-231-17/+0
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-181-3/+3
* ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer2021-09-211-1/+6
* ffmpeg: take into account image flipping in the display matrixJames Almer2021-09-161-4/+22
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-161-1/+13
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-041-2/+5
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-031-9/+0
* Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu2021-08-301-5/+1
* ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov2021-08-291-4/+5
* ffmpeg: reset the dict iterator before useAnton Khirnov2021-08-291-0/+3
* fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol2021-08-251-4/+5
* fftools/ffmpeg_filter: add a return at the end of non-void functionsJames Almer2021-08-061-2/+2
* fftools/ffmpeg_filter: fix the flags parsing for scalerLinjie Fu2021-08-051-1/+5
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-271-2/+0
* fftools/ffmpeg_filter: Fix check for mjpeg encoderAndreas Rheinhardt2021-04-131-4/+4
* fftools/ffmpeg_filter: Don't needlessly copy stringAndreas Rheinhardt2021-04-101-3/+1
* fftools/ffmpeg_filter: Don't write string that is never usedAndreas Rheinhardt2021-04-101-2/+1
* fftools/ffmpeg_filter: Avoid allocations when configuring output filtersAndreas Rheinhardt2021-04-101-58/+41
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-101-13/+7
* fftools/ffmpeg_filter: Don't use deprecated functionAndreas Rheinhardt2021-02-261-1/+1