summaryrefslogtreecommitdiffstats
path: root/libavformat/mux.c
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-171-5/+15
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-7/+19
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-191-105/+2
* mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov2014-05-191-7/+0
* lavf: drop the zero-sized packets hackAnton Khirnov2014-05-151-6/+0
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-1/+6
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-101-7/+18
* lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-041-2/+33
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-1/+4
* lavf: do basic sanity checking on muxed packetsAnton Khirnov2014-02-041-0/+27
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-161-1/+7
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré2013-06-241-7/+12
* avf: move ff_write_chained to mux.cLuca Barbato2013-06-161-0/+18
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+3
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-251-3/+31
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-111-9/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-0/+3
* lavf: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* avformat: refactor avformat_write_headerLuca Barbato2012-10-011-15/+38
* avformat: refactor avformat_write_headerLuca Barbato2012-10-011-27/+42
* avformat: split muxing functions from util.cLuca Barbato2012-10-011-0/+564
OpenPOWER on IntegriCloud