]> git.sesse.net Git - ffmpeg/history - libavformat/mux.c
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
[ffmpeg] / libavformat / mux.c
2014-02-10 Anton Khirnovlavf: always unref the packet passed to av_interleaved_...
2014-02-04 Luca Barbatolavf: improve handling of sparse streams when muxing
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2014-02-04 Anton Khirnovlavf: do basic sanity checking on muxed packets
2013-09-16 Luca Barbatolavf: Add a flag to enable/disable per-packet flushing
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-06-24 Rafaël Carrélavf: don't abort if both encoder and muxer aspect...
2013-06-16 Luca Barbatoavf: move ff_write_chained to mux.c
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-04-30 Diego Biurrunavformat: Drop unnecessary ff_ name prefixes from stati...
2013-04-25 Luca Barbatolavf: introduce AVFMT_TS_NEGATIVE
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-14 Michael Niedermayerlavf: Fix assignments in if()
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: split muxing functions from util.c