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