Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-18fftools/ffmpeg: remove the output_streams globalAnton Khirnov
2022-10-04fftools/ffmpeg: drop the -async optionAnton Khirnov
2022-09-23fftools/ffmpeg_filter: configure min_hard_comp unconditionallyZhao Zhili
2022-09-01fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt
2022-08-29fftools/ffmpeg: drop OutputStream.encAnton Khirnov
2022-08-29fftools/ffmpeg_filter: remove an always-true checkAnton Khirnov
2022-08-29fftools/ffmpeg_filter: remove an always-false checkAnton Khirnov
2022-08-22fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov
2022-07-28fftools/ffmpeg_filter: drop a block commented out since 2012Anton Khirnov
2022-07-28fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov
2022-07-28fftools/ffmpeg: drop the -vol optionAnton Khirnov
2022-07-28fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_...Anton Khirnov
2022-07-28fftools/ffmpeg_filter: remove unused function argumentAnton Khirnov
2022-07-23fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.cAnton Khirnov
2022-03-15ffmpeg: convert to new channel layout-APIJames Almer
2022-02-28ffmpeg: flush delayed frames in codec copy scenariosJames Almer
2022-02-15fftools/ffmpeg: fix (a)buffer src namesAnton Khirnov
2022-02-07ffmpeg: switch to new FIFO APIAnton Khirnov
2021-12-23fftools/ffmpeg_filter: Avoid inserting hflip filterAndreas Rheinhardt
2021-12-23fftools/ffmpeg_filter: Fix autorotationAndreas Rheinhardt
2021-12-05fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt
2021-12-05fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt
2021-12-05fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt
2021-12-04ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov
2021-12-03fftools/ffmpeg_filter: Avoid DynBuf API to improve error checksAndreas Rheinhardt
2021-12-03fftools/ffmpeg_filter: Avoid DynBuf-API for writing stringsAndreas Rheinhardt
2021-11-23ffmpeg: drop the -deinterlace optionAnton Khirnov
2021-11-18fftools: Constify values from av_dict_get()Chad Fraleigh
2021-09-21ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer
2021-09-16ffmpeg: take into account image flipping in the display matrixJames Almer
2021-09-16ffmpeg: use display matrix frame side data for autorotationJames Almer
2021-09-04ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer
2021-09-03fftools: Remove remnants of resample_optsAndreas Rheinhardt
2021-08-30Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu
2021-08-29ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov
2021-08-29ffmpeg: reset the dict iterator before useAnton Khirnov
2021-08-25fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol
2021-08-07fftools/ffmpeg_filter: add a return at the end of non-void functionsJames Almer
2021-08-05fftools/ffmpeg_filter: fix the flags parsing for scalerLinjie Fu
2021-04-27libavresample: Remove deprecated libraryAndreas Rheinhardt
2021-04-13fftools/ffmpeg_filter: Fix check for mjpeg encoderAndreas Rheinhardt
2021-04-10fftools/ffmpeg_filter: Don't needlessly copy stringAndreas Rheinhardt
2021-04-10fftools/ffmpeg_filter: Don't write string that is never usedAndreas Rheinhardt
2021-04-10fftools/ffmpeg_filter: Avoid allocations when configuring output filtersAndreas Rheinhardt
2021-04-10avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt
2021-02-26fftools/ffmpeg_filter: Don't use deprecated functionAndreas Rheinhardt
2021-02-03fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt
2021-02-03fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt
2021-02-03fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt
2021-01-31ffmpeg: remove dead code for -volGyan Doshi