| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: improve logs with cur_dts | Andreas Hakon | 2019-04-19 | 1 | -1/+3 |
* | fftools/ffmpeg: Check if we do have also a filter_complex filter. | Thierry Foucu | 2019-03-28 | 1 | -0/+1 |
* | ffmpeg: improve the intra stream discontinuity message | Jan Ekström | 2018-12-18 | 1 | -1/+4 |
* | ffmpeg: Avoid duplicating Closed Captions when increasing frame rate. | Carl Eugen Hoyos | 2018-11-27 | 1 | -0/+2 |
* | fftools/ffmpeg: delete the unused code. | Jun Zhao | 2018-11-27 | 1 | -8/+1 |
* | fftools/ffmpeg: Repair reinit_filter feature | Michael Niedermayer | 2018-11-16 | 1 | -3/+7 |
* | fftools/ffmpeg: Indent the code | Jun Zhao | 2018-11-11 | 1 | -64/+64 |
* | fftools/ffmpeg: Put the variable declaration at uppper for block. | Jun Zhao | 2018-11-11 | 1 | -5/+2 |
* | fftools/ffmpeg: Remove the micor like "#if 1" | Jun Zhao | 2018-11-11 | 1 | -6/+0 |
* | ffmpeg: log corrupted packets and frames | Marton Balint | 2018-10-14 | 1 | -6/+10 |
* | ffmpeg: check return value of avcodec_parameters_from_context | Marton Balint | 2018-10-09 | 1 | -1/+7 |
* | ffmpeg: add correct field for raw pts in -progress report | Gyan Doshi | 2018-08-28 | 1 | -0/+2 |
* | ffmpeg: simplify refcounting packets for the muxing queue | James Almer | 2018-08-07 | 1 | -2/+2 |
* | ffmpeg: fix -stream_loop with multiple inputs | Marton Balint | 2018-07-02 | 1 | -1/+9 |
* | ffmpeg: factorize input thread creation and destruction | Marton Balint | 2018-07-02 | 1 | -26/+40 |
* | ffmpeg: make loglevel verbose for frame duration warning | Gyan Doshi | 2018-06-28 | 1 | -1/+1 |
* | ffmpeg: Treat subtitles like audio and video for non-monotonic dts. | Hans Carlson | 2018-06-23 | 1 | -1/+1 |
* | fftools/ffmpeg: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -1/+1 |
* | ffmpeg: assert that audio packet duration in process_input_packet() is non ne... | Michael Niedermayer | 2018-06-14 | 1 | -0/+1 |
* | fftools/ffmpeg: Fallback to duration if sample rate is unavailable | Michael Niedermayer | 2018-06-14 | 1 | -2/+6 |
* | ffmpeg: Fail if the user requested impossible subtitle encoding. | Carl Eugen Hoyos | 2018-06-09 | 1 | -0/+17 |
* | fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled | Vishwanath Dixit | 2018-06-04 | 1 | -1/+5 |
* | fftools/ffmpeg: properly initialize output stream field order | Tobias Rapp | 2018-05-02 | 1 | -0/+6 |
* | fftools/ffmpeg: fix mixed code and declarations | James Almer | 2018-04-30 | 1 | -5/+5 |
* | fftools/ffmpeg: change fps progress log message to show two decimal digits | André Camargo | 2018-04-28 | 1 | -1/+1 |
* | fftools/ffmpeg: Add system time and real time to benchmarking. | Mark Wachsler | 2018-04-28 | 1 | -13/+36 |
* | ffmpeg: allow setting attached_pic disposition | Timo Teräs | 2018-04-04 | 1 | -0/+1 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -3/+0 |
* | ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitles | Jan Ekström | 2018-04-01 | 1 | -1/+2 |
* | fftools/ffmpeg: Remove an unused variable. | Carl Eugen Hoyos | 2018-03-30 | 1 | -1/+0 |
* | ffmpeg: do not finish output streams manually on eof even if no input is prov... | Marton Balint | 2018-03-29 | 1 | -11/+1 |
* | ffmpeg: fallback to codecpar parameters on input filter eof | Marton Balint | 2018-03-29 | 1 | -12/+21 |
* | ffmpeg: pass reference counted packet on codec copy when possible | James Almer | 2018-03-23 | 1 | -0/+5 |
* | ffmpeg: remove dead call to av_parser_change() | James Almer | 2018-03-23 | 1 | -40/+4 |
* | ffmpeg.c - drain all decoded frames during stream_loop flush | Gyan Doshi | 2018-03-20 | 1 | -6/+11 |
* | fftools/ffmpeg: update print_report to use AVBPrint API | Tobias Rapp | 2018-03-05 | 1 | -26/+22 |
* | fftools/ffmpeg: fix progress log message in case pts is not available | Tobias Rapp | 2018-03-05 | 1 | -8/+17 |
* | fftools/ffmpeg: replace call to av_strerror with av_err2str | Tobias Rapp | 2018-02-27 | 1 | -8/+2 |
* | Don't complain about codec2's 700 bit/s modes in ffmpeg.c | Tomas Härdin | 2018-02-24 | 1 | -1/+2 |
* | avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audio | Aman Gupta | 2018-02-23 | 1 | -0/+1 |
* | fftools, tools, examples: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -8/+8 |
* | ffmpeg: Ignore SIGPIPE | Mark Thompson | 2018-01-25 | 1 | -0/+3 |
* | ffmpeg: use thread wrappers for the thread message functionality | James Almer | 2018-01-04 | 1 | -11/+8 |
* | ffmpeg: Use codec hardware config to configure hwaccels | Mark Thompson | 2017-11-26 | 1 | -23/+54 |
* | ffmpeg: add return value check to supress the build warning. | Jun Zhao | 2017-11-21 | 1 | -9/+19 |
* | ffmpeg: remove usage of AVCodecContext accessors | James Almer | 2017-11-15 | 1 | -1/+1 |
* | ffmpeg: use explicitly requested hwaccel only | Timo Rothenpieler | 2017-11-11 | 1 | -3/+4 |
* | Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5' | James Almer | 2017-11-10 | 1 | -3/+5 |
* | ffmpeg.c: fix code style in seek_to_start | Peter Große | 2017-11-05 | 1 | -2/+5 |
* | ffmpeg.c: fix calculation of input file duration in seek_to_start() | Peter Große | 2017-11-05 | 1 | -2/+2 |