summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
Commit message (Expand)AuthorAge
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* 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
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mux: drop the warning about global headersAnton Khirnov2016-01-12
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-26
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* mux: Make sure that the data is actually writtenSean McGovern2015-09-03
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* 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
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* 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
* lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-17
* lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer2014-11-07
* lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-07
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-06
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-15
* lavf: More informative error messageLuca Barbato2014-10-10
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-17
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-19
* mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov2014-05-19
* lavf: drop the zero-sized packets hackAnton Khirnov2014-05-15
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-10
* lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-04
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* lavf: do basic sanity checking on muxed packetsAnton Khirnov2014-02-04
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-16
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré2013-06-24
* avf: move ff_write_chained to mux.cLuca Barbato2013-06-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-11
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* lavf: Fix assignments in if()Michael Niedermayer2013-01-14
* avformat: refactor avformat_write_headerLuca Barbato2012-10-01
* avformat: refactor avformat_write_headerLuca Barbato2012-10-01
* avformat: split muxing functions from util.cLuca Barbato2012-10-01