summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: log corrupted packets and framesMarton Balint2018-10-14
* ffmpeg: check return value of avcodec_parameters_from_contextMarton Balint2018-10-09
* ffmpeg: add correct field for raw pts in -progress reportGyan Doshi2018-08-28
* ffmpeg: simplify refcounting packets for the muxing queueJames Almer2018-08-07
* ffmpeg: fix -stream_loop with multiple inputsMarton Balint2018-07-02
* ffmpeg: factorize input thread creation and destructionMarton Balint2018-07-02
* ffmpeg: make loglevel verbose for frame duration warningGyan Doshi2018-06-28
* ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson2018-06-23
* fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao2018-06-17
* ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer2018-06-14
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-06-14
* ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos2018-06-09
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-04
* fftools/ffmpeg: properly initialize output stream field orderTobias Rapp2018-05-02
* fftools/ffmpeg: fix mixed code and declarationsJames Almer2018-04-30
* fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo2018-04-28
* fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler2018-04-28
* ffmpeg: allow setting attached_pic dispositionTimo Teräs2018-04-04
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitlesJan Ekström2018-04-01
* fftools/ffmpeg: Remove an unused variable.Carl Eugen Hoyos2018-03-30
* ffmpeg: do not finish output streams manually on eof even if no input is prov...Marton Balint2018-03-29
* ffmpeg: fallback to codecpar parameters on input filter eofMarton Balint2018-03-29
* ffmpeg: pass reference counted packet on codec copy when possibleJames Almer2018-03-23
* ffmpeg: remove dead call to av_parser_change()James Almer2018-03-23
* ffmpeg.c - drain all decoded frames during stream_loop flushGyan Doshi2018-03-20
* fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp2018-03-05
* fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp2018-03-05
* fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp2018-02-27
* Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin2018-02-24
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-23
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-28
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-25
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-04
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-26
* ffmpeg: add return value check to supress the build warning.Jun Zhao2017-11-21
* ffmpeg: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* ffmpeg: use explicitly requested hwaccel onlyTimo Rothenpieler2017-11-11
* Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5'James Almer2017-11-10
* ffmpeg.c: fix code style in seek_to_startPeter Große2017-11-05
* ffmpeg.c: fix calculation of input file duration in seek_to_start()Peter Große2017-11-05
* ffmpeg: Fix flush packet stream copy input timestamp handlingMark Thompson2017-11-01
* Merge commit '91622f6446b463abe6507ad2cd5d1fbf7e49c424'James Almer2017-10-31
* Merge commit '4d56f7ab8f627aa140c1ede1bb61305f01cefcdd'James Almer2017-10-30
* ffmpeg: Fix stored encoder metadata with -bitexactMichael Niedermayer2017-10-30
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-26
* ffmpeg: always init output stream before reaping filtersMarton Balint2017-10-18
* ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined.Sasi Inguva2017-10-12
* ffmpeg: always use single threaded decoding for attached picturesMarton Balint2017-10-08
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-01