summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/cmdutils: Fix undefined 1 << 31Andreas Rheinhardt2022-01-111-1/+1
* ffprobe: Support AV_FRAME_DATA_DOVI_METADATAJan Ekström2022-01-041-3/+170
* fftools: provide media type info for devicesDiederick Niehorster2021-12-241-10/+24
* fftools/ffmpeg_filter: Avoid inserting hflip filterAndreas Rheinhardt2021-12-231-12/+4
* fftools/ffmpeg_filter: Fix autorotationAndreas Rheinhardt2021-12-231-2/+2
* ffprobe: add missing separator when printing side data in compact outputJames Almer2021-12-221-1/+3
* fftools/cmdutils: Avoid crash when opts could not be allocatedYu Yang2021-12-162-3/+3
* fftools/ffmpeg: close output files before cleanupMarton Balint2021-12-121-1/+13
* ffmpeg: handle errors in print_sdp()Anton Khirnov2021-12-071-12/+25
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-073-22/+28
* ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov2021-12-071-2/+5
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-073-9/+12
* ffmpeg: drop useless framerate assignmentsAnton Khirnov2021-12-071-4/+0
* fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt2021-12-071-16/+12
* fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt2021-12-071-12/+10
* fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt2021-12-051-2/+2
* fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt2021-12-052-7/+8
* fftools/cmdutils: Use av_dynarray_add_nofree()Andreas Rheinhardt2021-12-051-10/+4
* fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt2021-12-054-19/+13
* fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt2021-12-052-29/+41
* fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt2021-12-054-29/+43
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-043-9/+34
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-043-8/+17
* 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: fix usage of -shortest in codec copy scenariosJames Almer2021-12-011-8/+7
* fftools/ffmpeg_opt: Don't set source_index redundantlyAndreas Rheinhardt2021-11-301-1/+0
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-303-41/+12
* fftools/ffprobe: print size of attachment streams (extradata_size)softworkz2021-11-291-0/+1
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-285-249/+7
* fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt2021-11-262-5/+5
* ffmpeg: drop obsolete rotation API remnantsAnton Khirnov2021-11-231-5/+0
* ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov2021-11-231-4/+0
* ffmpeg: drop -sameq/-samequant optionsAnton Khirnov2021-11-231-13/+0
* ffmpeg: drop the -tvstd optionAnton Khirnov2021-11-231-8/+0
* ffmpeg: drop the -vc optionAnton Khirnov2021-11-231-8/+0
* ffmpeg: drop the -deinterlace optionAnton Khirnov2021-11-232-20/+0
* ffmpeg: drop the -intra optionAnton Khirnov2021-11-231-5/+0
* ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov2021-11-231-2/+0
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-203-20/+7
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-192-7/+0
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-192-12/+0
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-192-9/+6
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-192-7/+8
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-186-19/+19
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-183-0/+7
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-162-34/+73
* cmdutils: add an option for listing stream dispositionsAnton Khirnov2021-11-162-0/+16
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-161-28/+12
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-131-3/+8