summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16
* 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, 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
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-20
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-16
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-09-05
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-04
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-03
* ffmpeg: fix order between field order autodetection and overrideJan Ekström2021-07-25
* fftools/ffmpeg: Fix runlength for strncmp()Thilo Borgmann2021-07-19
* ffmpeg: delay readrate enforcement for decoded streamsGyan Doshi2021-07-19
* fftools/ffmpeg: Fix declaration-after-statement warningAndreas Rheinhardt2021-07-18
* fftools/ffmpeg: fix -t inaccurate recording timeShiwang.Xie2021-07-18
* ffmpeg: add option readrateGyan Doshi2021-07-17
* fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong2021-07-16
* ffmpeg: silence a thread_safe_callbacks deprecation warningJames Almer2021-06-10
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-04
* ffmpeg: return no chosen output if an uninitialized stream is unavailableJan Ekström2021-05-13
* fftools/ffmpeg: copy average framerate for streamcopy, when knownAnton Khirnov2021-04-08
* fftools/ffmpeg: when framerate is set, prefer its inverse as output timebaseAnton Khirnov2021-04-08
* fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-02
* fftools/ffmpeg, ffplay: Don't set refcounted_framesAndreas Rheinhardt2021-02-28
* ffmpeg: add -fpsmax to clamp output framerateGyan Doshi2021-02-05
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* ffmpeg: use sigaction() instead of signal() on linuxAndriy Gelman2021-01-16
* ffmpeg: delay first statsGyan Doshi2020-12-24
* ffmpeg: don't delay printing initial statsGyan Doshi2020-12-23
* ffmpeg: add option stats_periodGyan Doshi2020-12-23
* ffmpeg: stop accessing deprecated stream-embedded codec contextAnton Khirnov2020-12-10
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-27
* fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang2020-10-31
* ffmpeg: move field order decision making to encoder initializationJan Ekström2020-10-29
* ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström2020-10-29
* ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström2020-10-29
* ffmpeg: move AVFrame time base adjustment into a functionJan Ekström2020-10-29
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-29
* ffmpeg: deduplicate init_output_stream usage logicJan Ekström2020-10-17
* fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt2020-08-23
* fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint2020-07-29
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-01