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-01-11fftools/cmdutils: Fix undefined 1 << 31Andreas Rheinhardt
2022-01-04ffprobe: Support AV_FRAME_DATA_DOVI_METADATAJan Ekström
2021-12-24fftools: provide media type info for devicesDiederick Niehorster
2021-12-23fftools/ffmpeg_filter: Avoid inserting hflip filterAndreas Rheinhardt
2021-12-23fftools/ffmpeg_filter: Fix autorotationAndreas Rheinhardt
2021-12-22ffprobe: add missing separator when printing side data in compact outputJames Almer
2021-12-16fftools/cmdutils: Avoid crash when opts could not be allocatedYu Yang
2021-12-12fftools/ffmpeg: close output files before cleanupMarton Balint
2021-12-07ffmpeg: handle errors in print_sdp()Anton Khirnov
2021-12-07ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov
2021-12-07ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov
2021-12-07ffmpeg: change vsync value to an enumAnton Khirnov
2021-12-07ffmpeg: drop useless framerate assignmentsAnton Khirnov
2021-12-07fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt
2021-12-07fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt
2021-12-05fftools/cmdutils: Use av_dynarray_add_nofree()Andreas 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-04ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton 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-12-02ffmpeg: fix usage of -shortest in codec copy scenariosJames Almer
2021-11-30fftools/ffmpeg_opt: Don't set source_index redundantlyAndreas Rheinhardt
2021-11-30fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt
2021-11-29fftools/ffprobe: print size of attachment streams (extradata_size)softworkz
2021-11-29ffmpeg: remove ffmpeg_videotoolboxrcombs
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