summaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-3/+0
* ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitlesJan Ekström2018-04-011-1/+2
* fftools/ffmpeg: Remove an unused variable.Carl Eugen Hoyos2018-03-301-1/+0
* ffmpeg: do not finish output streams manually on eof even if no input is prov...Marton Balint2018-03-291-11/+1
* ffmpeg: fallback to codecpar parameters on input filter eofMarton Balint2018-03-291-12/+21
* ffmpeg: pass reference counted packet on codec copy when possibleJames Almer2018-03-231-0/+5
* ffmpeg: remove dead call to av_parser_change()James Almer2018-03-231-40/+4
* ffmpeg.c - drain all decoded frames during stream_loop flushGyan Doshi2018-03-201-6/+11
* fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp2018-03-051-26/+22
* fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp2018-03-051-8/+17
* fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp2018-02-271-8/+2
* Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin2018-02-241-1/+2
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-231-0/+1
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-8/+8
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-251-0/+3
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-041-11/+8
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-261-23/+54
* ffmpeg: add return value check to supress the build warning.Jun Zhao2017-11-211-9/+19
* ffmpeg: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* ffmpeg: use explicitly requested hwaccel onlyTimo Rothenpieler2017-11-111-3/+4
OpenPOWER on IntegriCloud