| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: deprecate AVFormatContext filename field | Marton Balint | 2018-01-28 | 1 | -0/+10 |
* | avformat: add url field to AVFormatContext | Marton Balint | 2018-01-28 | 1 | -1/+10 |
* | avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization | James Almer | 2017-12-12 | 1 | -16/+8 |
* | avformat/mux: stop delaying writing the header | James Almer | 2017-12-06 | 1 | -42/+10 |
* | avformat: move priv_pts from AVStream to an internal struct | James Almer | 2017-11-07 | 1 | -9/+9 |
* | avformat/mux: be less strict with bitstream filter failures | James Almer | 2017-11-01 | 1 | -1/+3 |
* | avformat: remove ABI portion of the side data merging API | James Almer | 2017-10-22 | 1 | -23/+1 |
* | Merge commit '63fe79a3368cc53e6faf7fa265a9a1a8bec46a88' | James Almer | 2017-10-21 | 1 | -11/+0 |
|\ |
|
| * | lavf: Drop deprecated hint to set muxer timebase | Vittorio Giovara | 2017-03-23 | 1 | -11/+0 |
* | | Merge commit '5e71299758d3aa7c93c3cca618a8e048a9483794' | James Almer | 2017-10-21 | 1 | -9/+0 |
|\| |
|
| * | lavf: Drop deprecated bitexact functionality | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
| * | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -1/+1 |
* | | avformat: make flush_packets a tri-state and set it to -1 (auto) by default | Marton Balint | 2017-06-24 | 1 | -6/+13 |
* | | avformat/mux: Fix copy an paste typo | Michael Niedermayer | 2017-05-27 | 1 | -1/+1 |
* | | avformat/mux: remove autobsf extradata propagation hack | James Almer | 2017-05-24 | 1 | -13/+0 |
* | | Merge commit 'cdcfa97dc49d83b5eefd0a651db6bb0a6f98e8f2' | Clément Bœsch | 2017-04-26 | 1 | -1/+1 |
|\| |
|
| * | libavformat: Fix a faulty api deprecation guard in prepare_input_packet | Martin Storsjö | 2016-12-15 | 1 | -1/+1 |
* | | avformat: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | avformat/mux: Check return code of av_packet_split_side_data() | Michael Niedermayer | 2017-03-30 | 1 | -2/+5 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -3/+2 |
* | | lavf: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -4/+3 |
* | | avcodec, avformat: deprecate anything related to side data merging | wm4 | 2017-03-21 | 1 | -0/+12 |
* | | lavf/mux: don't warn about missing timestamps on attached pictures | Rodger Combs | 2016-11-14 | 1 | -0/+1 |
* | | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05' | Hendrik Leppkes | 2016-11-13 | 1 | -10/+19 |
|\| |
|
| * | movenc: Apply offsets on timestamps when peeking into interleaving queues | Martin Storsjö | 2016-06-28 | 1 | -4/+18 |
* | | avformat/mux: remove unnecessary autobsf hack | James Almer | 2016-11-05 | 1 | -6/+0 |
* | | avformat/mux: split side data before internal auto BSF | Michael Niedermayer | 2016-11-04 | 1 | -0/+3 |
* | | Revert "avformat/mux: split side data earlier in av_write_frame and av_interl... | James Almer | 2016-11-04 | 1 | -14/+9 |
* | | avformat/mux: split side data earlier in av_write_frame and av_interleaved_wr... | James Almer | 2016-11-04 | 1 | -9/+14 |
* | | lavf/mux: Add missing CR/LF to error messages. | Carl Eugen Hoyos | 2016-11-04 | 1 | -2/+2 |
* | | lavf/mux: add avformat_init_output | Rodger Combs | 2016-10-24 | 1 | -14/+54 |
* | | lavf: add a flag to enable/disable automatic bitstream filtering | Rodger Combs | 2016-09-12 | 1 | -1/+4 |
* | | avformat/mux: implement AVFMT_FLAG_SHORTEST | Michael Niedermayer | 2016-09-11 | 1 | -0/+39 |
* | | avformat/mux: Restore original ts in write_packet on error | Jan Sebechlebsky | 2016-08-22 | 1 | -0/+9 |
* | | avformat/mux: Fix some codecpar non uses | Michael Niedermayer | 2016-07-21 | 1 | -2/+2 |
* | | avformat/mux: Apply auto bsfs in av_write_frame() too | Michael Niedermayer | 2016-07-14 | 1 | -0/+4 |
* | | avformat/mux: Factor do_packet_auto_bsf() out | Michael Niedermayer | 2016-07-14 | 1 | -45/+57 |
* | | lavf: update auto-bsf to new BSF API | Rodger Combs | 2016-06-25 | 1 | -10/+35 |
* | | avformat: Fix ff_interleaved_peek() | Michael Niedermayer | 2016-06-25 | 1 | -3/+11 |
* | | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed' | Matthieu Bouron | 2016-06-23 | 1 | -0/+11 |
|\| |
|
| * | movenc: Use packets in interleaving queues for the duration at the end of fra... | Martin Storsjö | 2016-05-18 | 1 | -0/+11 |
* | | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca' | Matthieu Bouron | 2016-06-23 | 1 | -1/+8 |
|\| |
|
| * | avio: Allow custom IO users to get labels for the output bytestream | Martin Storsjö | 2016-05-18 | 1 | -0/+6 |
* | | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f' | Clément Bœsch | 2016-06-22 | 1 | -5/+5 |
|\| |
|
| * | Combine deprecation guards where appropriate | Diego Biurrun | 2016-05-13 | 1 | -6/+6 |
| * | Reduce the scope of some variables | Diego Biurrun | 2016-05-11 | 1 | -1/+1 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -1/+0 |
* | | avformat/mux: do not call write_packet with a flush packet if header is not w... | Marton Balint | 2016-06-20 | 1 | -0/+5 |
* | | avformat/mux: do not call write_header multiple times if it fails the first time | Marton Balint | 2016-06-20 | 1 | -2/+3 |
* | | avformat/mux: factorize header writing code | Marton Balint | 2016-06-13 | 1 | -22/+22 |