summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
Commit message (Expand)AuthorAge
* 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
* | 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