summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-26
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* fftools/ffmpeg: use local variable with same contents directlyLimin Wang2020-05-06
* fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint2020-05-02
* ffmpeg: Remove the hw_device_ctx globalMark Thompson2020-04-26
* ffmpeg: Use hardware config metadata with encodersMark Thompson2020-04-26
* ffmpeg: Do not clip timestamps at LONG_MAX.Carl Eugen Hoyos2020-04-15
* fftools/ffmpeg: also flush encoders which have a variable frame sizeMarton Balint2020-04-13
* fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer2020-04-04
* ffmpeg: Print an error instead of a debug message on exit.Carl Eugen Hoyos2020-03-31
* ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström2020-03-16
* fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer2020-02-16
* fftools/ffmpeg: Integrate two checksAndreas Rheinhardt2020-02-13
* ffmpeg: Do not print "SDP:" on top of sdp files.Carl Eugen Hoyos2020-01-27
* ffmpeg: don't force source-tracked keyframes for duplicatesGyan Doshi2020-01-05
* ffmpeg: remove premature rescaling of forced_keyframe timesGyan Doshi2020-01-05
* fftools/ffmpeg: Reindent after last commitNicolas Gaullier2019-12-21
* fftools/ffmpeg: Fix forward CPB props in to outNicolas Gaullier2019-12-21
* fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt2019-10-25
* fftools/ffmpeg: Improve streamcopyAndreas Rheinhardt2019-10-12
* ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi2019-09-05
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-19
* fftools/ffmpeg: Check if we do have also a filter_complex filter.Thierry Foucu2019-03-28
* ffmpeg: improve the intra stream discontinuity messageJan Ekström2018-12-18
* ffmpeg: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-27
* fftools/ffmpeg: delete the unused code.Jun Zhao2018-11-27
* fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer2018-11-16