summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/cmdutils: Fix undefined 1 << 31Andreas Rheinhardt2022-01-11
* ffmpeg: remove a redundant assignment of interrupt_callbackAnton Khirnov2022-01-10
* ffprobe: Support AV_FRAME_DATA_DOVI_METADATAJan Ekström2022-01-04
* fftools: provide media type info for devicesDiederick Niehorster2021-12-24
* fftools/ffmpeg_filter: Avoid inserting hflip filterAndreas Rheinhardt2021-12-23
* fftools/ffmpeg_filter: Fix autorotationAndreas Rheinhardt2021-12-23
* ffprobe: add missing separator when printing side data in compact outputJames Almer2021-12-22
* fftools/cmdutils: Avoid crash when opts could not be allocatedYu Yang2021-12-16
* fftools/ffmpeg: close output files before cleanupMarton Balint2021-12-12
* ffmpeg: handle errors in print_sdp()Anton Khirnov2021-12-07
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-07
* ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov2021-12-07
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-07
* ffmpeg: drop useless framerate assignmentsAnton Khirnov2021-12-07
* fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt2021-12-07
* fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt2021-12-07
* fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt2021-12-05
* fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt2021-12-05
* fftools/cmdutils: Use av_dynarray_add_nofree()Andreas Rheinhardt2021-12-05
* fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt2021-12-05
* fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt2021-12-05
* fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt2021-12-05
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-04
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-04
* fftools/ffmpeg_filter: Avoid DynBuf API to improve error checksAndreas Rheinhardt2021-12-03
* fftools/ffmpeg_filter: Avoid DynBuf-API for writing stringsAndreas Rheinhardt2021-12-03
* ffmpeg: fix usage of -shortest in codec copy scenariosJames Almer2021-12-01
* fftools/ffmpeg_opt: Don't set source_index redundantlyAndreas Rheinhardt2021-11-30
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-30
* fftools/ffprobe: print size of attachment streams (extradata_size)softworkz2021-11-29
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-28
* fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt2021-11-26
* ffmpeg: drop obsolete rotation API remnantsAnton Khirnov2021-11-23
* ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov2021-11-23
* ffmpeg: drop -sameq/-samequant optionsAnton Khirnov2021-11-23
* ffmpeg: drop the -tvstd optionAnton Khirnov2021-11-23
* ffmpeg: drop the -vc optionAnton Khirnov2021-11-23
* ffmpeg: drop the -deinterlace optionAnton Khirnov2021-11-23
* ffmpeg: drop the -intra optionAnton Khirnov2021-11-23
* ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov2021-11-23
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-20
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-19
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-19
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-19
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-19
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-18
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-18
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-16
* cmdutils: add an option for listing stream dispositionsAnton Khirnov2021-11-16
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16