summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt2021-02-271-0/+1
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-011-1/+1
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-261-0/+4
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* fftools/ffmpeg: use local variable with same contents directlyLimin Wang2020-05-061-13/+18
* fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint2020-05-021-54/+20
* ffmpeg: Remove the hw_device_ctx globalMark Thompson2020-04-261-1/+0
* ffmpeg: Use hardware config metadata with encodersMark Thompson2020-04-261-13/+6
* ffmpeg: Do not clip timestamps at LONG_MAX.Carl Eugen Hoyos2020-04-151-4/+4
* fftools/ffmpeg: also flush encoders which have a variable frame sizeMarton Balint2020-04-131-3/+0
* fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer2020-04-041-1/+12
* ffmpeg: Print an error instead of a debug message on exit.Carl Eugen Hoyos2020-03-311-0/+2
* ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström2020-03-161-7/+15
* fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer2020-02-161-1/+2
* fftools/ffmpeg: Integrate two checksAndreas Rheinhardt2020-02-131-10/+10
* ffmpeg: Do not print "SDP:" on top of sdp files.Carl Eugen Hoyos2020-01-271-1/+1
* ffmpeg: don't force source-tracked keyframes for duplicatesGyan Doshi2020-01-051-1/+2
* ffmpeg: remove premature rescaling of forced_keyframe timesGyan Doshi2020-01-051-4/+0
* fftools/ffmpeg: Reindent after last commitNicolas Gaullier2019-12-211-6/+6
* fftools/ffmpeg: Fix forward CPB props in to outNicolas Gaullier2019-12-211-0/+2
* fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt2019-10-251-0/+1
* fftools/ffmpeg: Improve streamcopyAndreas Rheinhardt2019-10-121-17/+7
* ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi2019-09-051-1/+1
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-191-1/+3
* fftools/ffmpeg: Check if we do have also a filter_complex filter.Thierry Foucu2019-03-281-0/+1
* ffmpeg: improve the intra stream discontinuity messageJan Ekström2018-12-181-1/+4
* ffmpeg: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-271-0/+2
* fftools/ffmpeg: delete the unused code.Jun Zhao2018-11-271-8/+1
* fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer2018-11-161-3/+7
* fftools/ffmpeg: Indent the codeJun Zhao2018-11-111-64/+64
* fftools/ffmpeg: Put the variable declaration at uppper for block.Jun Zhao2018-11-111-5/+2
* fftools/ffmpeg: Remove the micor like "#if 1"Jun Zhao2018-11-111-6/+0
* ffmpeg: log corrupted packets and framesMarton Balint2018-10-141-6/+10
* ffmpeg: check return value of avcodec_parameters_from_contextMarton Balint2018-10-091-1/+7
* ffmpeg: add correct field for raw pts in -progress reportGyan Doshi2018-08-281-0/+2
* ffmpeg: simplify refcounting packets for the muxing queueJames Almer2018-08-071-2/+2
* ffmpeg: fix -stream_loop with multiple inputsMarton Balint2018-07-021-1/+9
* ffmpeg: factorize input thread creation and destructionMarton Balint2018-07-021-26/+40
* ffmpeg: make loglevel verbose for frame duration warningGyan Doshi2018-06-281-1/+1
* ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson2018-06-231-1/+1
* fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer2018-06-141-0/+1
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-06-141-2/+6
* ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos2018-06-091-0/+17
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-041-1/+5
* fftools/ffmpeg: properly initialize output stream field orderTobias Rapp2018-05-021-0/+6
* fftools/ffmpeg: fix mixed code and declarationsJames Almer2018-04-301-5/+5
* fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo2018-04-281-1/+1
* fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler2018-04-281-13/+36
* ffmpeg: allow setting attached_pic dispositionTimo Teräs2018-04-041-0/+1