summaryrefslogtreecommitdiffstats
path: root/libavformat/mux.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-2/+75
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-6/+4
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* mux: Make sure that the data is actually writtenSean McGovern2015-09-031-2/+6
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-5/+0
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2015-05-061-0/+2
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-4/+4
* lavf: move internal fields from public to internal contextwm42015-02-101-15/+15
* libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-191-1/+1
* lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-171-2/+2
* lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer2014-11-071-0/+8
* lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-071-2/+10
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-061-1/+1
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-1/+1
* lavf: More informative error messageLuca Barbato2014-10-101-1/+4
* 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