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