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
2021-11-26fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt
2021-11-23ffmpeg: drop obsolete rotation API remnantsAnton Khirnov
2021-11-23ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov
2021-11-23ffmpeg: drop -sameq/-samequant optionsAnton Khirnov
2021-11-23ffmpeg: drop the -tvstd optionAnton Khirnov
2021-11-23ffmpeg: drop the -vc optionAnton Khirnov
2021-11-23ffmpeg: drop the -deinterlace optionAnton Khirnov
2021-11-23ffmpeg: drop the -intra optionAnton Khirnov
2021-11-23ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov
2021-11-20fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt
2021-11-19ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer
2021-11-19ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer
2021-11-19ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer
2021-11-19ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer
2021-11-18fftools: Constify values from av_dict_get()Chad Fraleigh
2021-11-18ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol
2021-11-16ffmpeg: rewrite setting the stream dispositionAnton Khirnov
2021-11-16cmdutils: add an option for listing stream dispositionsAnton Khirnov
2021-11-16lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov
2021-11-13fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works
2021-11-13fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works
2021-11-13fftools/ffmpeg: Fix indentation after changeSoft Works
2021-11-13fftools/ffmpeg: Remove redundant loopSoft Works
2021-11-10fftools/ffmpeg_opt: Fix copyinkf option name in warning messageAndreas Rheinhardt
2021-10-29fftools/ffplay: don't disable x11 compositingZane van Iperen
2021-10-08fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt earlyAndreas Rheinhardt
2021-10-08fftools/ffmpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2021-10-08fftools/ffmpeg: Fix crash when flushing non-fully setup output streamAndreas Rheinhardt
2021-10-03fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt
2021-10-02fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt
2021-09-21ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer
2021-09-20fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt
2021-09-20fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt
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-16cmdutils: round rotation value to nearest integerJames Almer
2021-09-14fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt
2021-09-12ffmpeg_hw: make hardware selection for filters more user friendlyHaihao Xiang
2021-09-05fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt
2021-09-05Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt
2021-09-04ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer
2021-09-04fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt
2021-09-04fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt
2021-09-03fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt
2021-09-03fftools: Remove remnants of resample_optsAndreas Rheinhardt
2021-09-01fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang
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