]> git.sesse.net Git - ffmpeg/history - libavformat/mux.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / mux.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-01-12 Anton Khirnovmux: drop the warning about global headers
2015-11-09 Anton Khirnovlavf: deprecate compute_pkt_fields2
2015-10-26 Luca Barbatoavpacket: Deprecate av_dup_packet
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-09-03 Sean McGovernmux: Make sure that the data is actually written
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-05-06 Michael Niedermayermux: Do not leave stale side data pointers in ff_interl...
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-12-19 Martin Storsjölibavformat: Allow calling av_write_trailer with a...
2014-11-17 Martin Storsjölavf: Only initialize s->offset once when using avoid_n...
2014-11-07 Michael Niedermayerlavf: Print a warning if failed to avoid negative times...
2014-11-07 Michael Niedermayerlavf: Add an option for avoiding negative timestamps
2014-11-06 Anton Khirnovlavf: use the format context strict_std_compliance...
2014-10-15 Anton Khirnovlavf: switch to AVCodecContext.framerate for demuxing
2014-10-10 Luca Barbatolavf: More informative error message
2014-07-17 Nidhi Makhijaniavpacket: Check for and return errors in ff_interleave_...
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-05-19 Anton Khirnovlavf: deprecate now unused AVStream.pts
2014-05-19 Anton Khirnovmux: drop one of the hacks comprising compute_pkt_fields2()
2014-05-15 Anton Khirnovlavf: drop the zero-sized packets hack
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
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