summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
Commit message (Expand)AuthorAge
* avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint2017-06-24
* avformat/mux: Fix copy an paste typoMichael Niedermayer2017-05-27
* avformat/mux: remove autobsf extradata propagation hackJames Almer2017-05-24
* Merge commit 'cdcfa97dc49d83b5eefd0a651db6bb0a6f98e8f2'Clément Bœsch2017-04-26
|\
| * libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö2016-12-15
* | avformat: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | avformat/mux: Check return code of av_packet_split_side_data()Michael Niedermayer2017-03-30
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* | lavf: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-21
* | lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs2016-11-14
* | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-13
|\|
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-28
* | avformat/mux: remove unnecessary autobsf hackJames Almer2016-11-05
* | avformat/mux: split side data before internal auto BSFMichael Niedermayer2016-11-04
* | Revert "avformat/mux: split side data earlier in av_write_frame and av_interl...James Almer2016-11-04
* | avformat/mux: split side data earlier in av_write_frame and av_interleaved_wr...James Almer2016-11-04
* | lavf/mux: Add missing CR/LF to error messages.Carl Eugen Hoyos2016-11-04
* | lavf/mux: add avformat_init_outputRodger Combs2016-10-24
* | lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-12
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-11
* | avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky2016-08-22
* | avformat/mux: Fix some codecpar non usesMichael Niedermayer2016-07-21
* | avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer2016-07-14
* | avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer2016-07-14
* | lavf: update auto-bsf to new BSF APIRodger Combs2016-06-25
* | avformat: Fix ff_interleaved_peek()Michael Niedermayer2016-06-25
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-23
|\|
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-23
|\|
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch2016-06-22
|\|
| * Combine deprecation guards where appropriateDiego Biurrun2016-05-13
| * Reduce the scope of some variablesDiego Biurrun2016-05-11
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | avformat/mux: do not call write_packet with a flush packet if header is not w...Marton Balint2016-06-20
* | avformat/mux: do not call write_header multiple times if it fails the first timeMarton Balint2016-06-20
* | avformat/mux: factorize header writing codeMarton Balint2016-06-13
* | avformat/mux: call deinit if write_header failsMarton Balint2016-06-13
* | avformat/mux: Check that deinit is set before calling itMichael Niedermayer2016-04-24
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-17
|\|
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-11
* | lavf/mux: do not fail in case of non strictly monotonically increasing DTS va...Stefano Sabatini2016-02-26
* | Merge commit '521dc78366c6ea54b7b69426dab302a57231f81e'Derek Buitenhuis2016-01-27
|\|
| * mux: drop the warning about global headersAnton Khirnov2016-01-12
* | avformat/mux: Fix error when writing uncoded frames.Matt Oliver2016-01-27
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-28
* | avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terribleMichael Niedermayer2015-11-12