summaryrefslogtreecommitdiffstats
path: root/libavformat/mux.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs2016-11-141-0/+1
* Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-131-10/+19
|\
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-281-4/+18
* | avformat/mux: remove unnecessary autobsf hackJames Almer2016-11-051-6/+0
* | avformat/mux: split side data before internal auto BSFMichael Niedermayer2016-11-041-0/+3
* | Revert "avformat/mux: split side data earlier in av_write_frame and av_interl...James Almer2016-11-041-14/+9
* | avformat/mux: split side data earlier in av_write_frame and av_interleaved_wr...James Almer2016-11-041-9/+14
* | lavf/mux: Add missing CR/LF to error messages.Carl Eugen Hoyos2016-11-041-2/+2
* | lavf/mux: add avformat_init_outputRodger Combs2016-10-241-14/+54
* | lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-121-1/+4
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-111-0/+39
* | avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky2016-08-221-0/+9
* | avformat/mux: Fix some codecpar non usesMichael Niedermayer2016-07-211-2/+2
* | avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer2016-07-141-0/+4
* | avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer2016-07-141-45/+57
* | lavf: update auto-bsf to new BSF APIRodger Combs2016-06-251-10/+35
* | avformat: Fix ff_interleaved_peek()Michael Niedermayer2016-06-251-3/+11
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-231-0/+11
|\ \ | |/
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-181-0/+11
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-231-1/+8
|\ \ | |/
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-181-0/+6
* | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch2016-06-221-5/+5
|\ \ | |/
| * Combine deprecation guards where appropriateDiego Biurrun2016-05-131-6/+6
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
* | avformat/mux: do not call write_packet with a flush packet if header is not w...Marton Balint2016-06-201-0/+5
* | avformat/mux: do not call write_header multiple times if it fails the first timeMarton Balint2016-06-201-2/+3
* | avformat/mux: factorize header writing codeMarton Balint2016-06-131-22/+22
* | avformat/mux: call deinit if write_header failsMarton Balint2016-06-131-2/+7
* | avformat/mux: Check that deinit is set before calling itMichael Niedermayer2016-04-241-1/+2
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-0/+6
|\ \ | |/
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-60/+87
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-32/+50
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-111-11/+13
* | lavf/mux: do not fail in case of non strictly monotonically increasing DTS va...Stefano Sabatini2016-02-261-0/+1
* | Merge commit '521dc78366c6ea54b7b69426dab302a57231f81e'Derek Buitenhuis2016-01-271-6/+0
|\ \ | |/
| * mux: drop the warning about global headersAnton Khirnov2016-01-121-6/+0
* | avformat/mux: Fix error when writing uncoded frames.Matt Oliver2016-01-271-5/+9
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-281-3/+46
* | avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terribleMichael Niedermayer2015-11-121-4/+4
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-111-2/+75
|\ \ | |/
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-2/+75
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-10/+7
|\ \ | |/
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-6/+4
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-3/+3
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
|\ \ | |/
* | Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'Hendrik Leppkes2015-09-071-2/+7
|\ \ | |/
| * mux: Make sure that the data is actually writtenSean McGovern2015-09-031-2/+6
OpenPOWER on IntegriCloud