summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* 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
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-13
* fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works2021-11-13
* fftools/ffmpeg: Fix indentation after changeSoft Works2021-11-13
* fftools/ffmpeg: Remove redundant loopSoft Works2021-11-13
* fftools/ffmpeg_opt: Fix copyinkf option name in warning messageAndreas Rheinhardt2021-11-10
* fftools/ffplay: don't disable x11 compositingZane van Iperen2021-10-29
* fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt earlyAndreas Rheinhardt2021-10-08
* fftools/ffmpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2021-10-08
* fftools/ffmpeg: Fix crash when flushing non-fully setup output streamAndreas Rheinhardt2021-10-08
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-03
* fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt2021-10-02
* ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer2021-09-21
* fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJAndreas Rheinhardt2021-09-20
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-20
* fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt2021-09-20