]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / libavformat / avformat.h
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-02-22 Anton Khirnovlavf: use the io_open callbacks for files opened from...
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2015-11-18 John Stebbinsavformat: expose av_stream_new_side_data helper
2015-11-18 Anton Khirnovlavf: document that passing valid timestamps to muxers...
2015-11-09 Anton Khirnovlavf: deprecate compute_pkt_fields2
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-13 Luca Barbatoavformat: Do not use AVFMT_RAWPICTURE
2015-02-17 Vittorio Giovaralavf: Document the codec context initialization
2015-02-10 wm4lavf: move internal fields from public to internal...
2015-01-04 Martin Storsjölibavformat: Remove a misleading/incorrect comment
2014-11-07 Michael Niedermayerlavf: Add an option for avoiding negative timestamps
2014-10-08 Andreas Cadhalpunavformat: use const char* instead of uint8_t* for AVPro...
2014-08-25 Anton Khirnovlavf: add AVFormatContext.max_ts_probe
2014-08-13 Andrew Stonelavf: add AVFormatContext/AVStream fields for signaling...
2014-08-09 Anton KhirnovRemove obsolete FF_API_REFERENCE_DTS cruft.
2014-08-09 Anton KhirnovRemove obsolete FF_API_PROBE_MIME cruft.
2014-07-29 Luca Barbatoavformat: Use the mime type information in input probe
2014-07-26 Diego Biurrunavformat: Mark AVOutputFormat argument in avformat_quer...
2014-07-26 Diego Biurrunavformat: Mark argument in av_{i|o}format_next/ffurl_pr...
2014-07-09 Anton Khirnovavformat: update muxing doxy
2014-07-08 Roman Savchenkoavformat_new_stream: make the AVCodec parameter const
2014-07-03 Vittorio Giovaralavf: document av_dump_format()
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-05-28 Luca Barbatoavformat: Provide a standard compliance flag
2014-05-19 Janne Grunaulavf: add av_stream_get_side_data
2014-05-19 Anton Khirnovlavf: deprecate now unused AVStream.pts
2014-05-18 Anton Khirnovlavf: extend avg_frame_rate documentation.
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2014-05-14 Anton Khirnovlavf: properly document the distinction between flags...
2014-03-24 Anton Khirnovlavf: add an AVStream field for exporting stream-global...
2014-02-17 Diego Biurrundoxygen: Replace @parblock syntax with manual linebreaks
2014-02-17 Diego Biurrundoxygen: Add a number of missing function parameter...
2014-02-10 Anton Khirnovlavf: always unref the packet passed to av_interleaved_...
2014-02-10 Anton Khirnovlavf: extend / improve the AVFormatContext doxy
2014-02-10 Anton Khirnovlavf: add some basic documentation of the muxing process
2014-02-10 Anton Khirnovlavf: rewrite the av_write_frame() doxy
2014-02-10 Anton Khirnovlavf: rewrite the av_interleaved_write_frame() doxy
2014-02-04 Luca Barbatolavf: improve handling of sparse streams when muxing
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2013-10-29 Anton Khirnovlavc: add a dummy field to AVStream to preserve ABI...
2013-10-28 Anton Khirnovlavf: remove unreliable timestamp guessing heuristic
2013-09-16 Luca Barbatolavf: Add a flag to enable/disable per-packet flushing
2013-09-04 John Stebbinsmatroskaenc: Allow chapters to be written in trailer
2013-08-20 Diego Biurrunavformat: Fix references to removed av_close_input_file...
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-05-03 Diego Biurrunsilly typo fixes
2013-04-25 Luca Barbatolavf: introduce AVFMT_TS_NEGATIVE
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_AV_GETTIME cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_READ_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-11-14 Luca Barbatoavformat: clarify stream id for muxing
2012-11-02 Anton Khirnovlavf: fix av_interleaved_write_frame() doxy.
2012-11-02 Anton Khirnovlavf: clarify the lifetime of demuxed packets.
2012-10-18 Martin Storsjöavformat: Fix references to the removed function av_wri...
2012-10-01 Diego Biurrunavformat: const correctness for av_hex_dump / av_hex_du...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-29 Anton Khirnovlavf: use dts difference instead of AVPacket.duration...
2012-07-29 Luca Barbatoavf: introduce nobuffer option
2012-06-21 Mans Rullgardlavf: include libavutil/time.h instead of redeclaring...
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-05-07 Anton Khirnovlavf: add missing '*' in a doxy.
2012-03-27 Jindrich Makovickamake av_interleaved_write_frame() flush packets when...
2012-03-26 Anton Khirnovlavf doxy: expand AVStream.codec doxy.
2012-03-26 Anton Khirnovlavf doxy: improve AVStream.time_base doxy.
2012-03-26 Anton Khirnovlavf doxy: add some basic documentation about reading...
2012-03-26 Anton Khirnovlavf doxy: document passing options to demuxers.
2012-03-26 Anton Khirnovlavf doxy: clarify that an AVPacket contains encoded...
2012-03-24 Martin Storsjölibavformat: Document who sets the AVStream.id field
2012-03-20 Anton Khirnovlavf: make av_interleave_packet_per_dts() private.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-03-05 Justin Rugglesavformat: do not require a pixel/sample format if there...
2012-03-05 Anton Khirnovlavf: deobfuscate read_frame_internal().
2012-02-29 Anton Khirnovlavf: generic code for exporting attached pictures.
2012-02-28 Luca Barbatoavf: reorder AVStream and AVFormatContext
2012-02-19 Luca Barbatodoxy: remove reference to removed api
2012-01-31 Anton Khirnovlavf: add functions for accessing the fourcc<->CodecID...
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 Anton Khirnovlavf: reorder AVInput/OutputFormat fields.
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SET_PTS_INFO cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_REORDER_PRIVATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SEEK_PUBLIC cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_STREAM_COPY cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_PRELOAD cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_NEW_STREAM cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_MUXRATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FILESIZE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_TIMESTAMP cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_LOOP_OUTPUT cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_LOOP_INPUT cruft
next