summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
Commit message (Expand)AuthorAge
...
| * 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
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-11
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-29
|\|
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-26
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-29
|\|
* | Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'Hendrik Leppkes2015-09-07
|\|
| * mux: Make sure that the data is actually writtenSean McGovern2015-09-03
* | Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-05
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* | mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-30
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-23
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-22
* | avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer2015-08-20
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| * mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2015-05-06
* | libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer2015-05-22
* | avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer2015-05-16
* | avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer2015-05-05
* | avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TSMichael Niedermayer2015-04-20
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
| * libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-19
* | avformat/mux: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31