]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / avformat.h
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
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FLAG_RTP_HINT cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SDP_CREATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_PKT_DUMP cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FIND_INFO_TAG cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_PARSE_DATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_DUMP_FORMAT cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_OLD_METADATA2 cruft
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-25 Martin Storsjölibavformat: Add a flag for muxers that support write_p...
2012-01-18 Anton Khirnovlavf: fix and extend av_interleaved_write_frame() doxy.
2012-01-12 Anton Khirnovlavf: undeprecate read_seek().
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Anton Khirnovlavf: add avformat_close_input().
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-12 Anton Khirnovlavf doxy: add some basic demuxing documentation.
2011-12-12 Anton Khirnovlavf doxy: add some general lavf information.
2011-12-12 Anton Khirnovlavf doxy: add misc utility functions to a group.
2011-12-12 Anton Khirnovlavf doxy: add av_guess_codec/format to the encoding...
2011-12-12 Anton Khirnovlavf doxy: add core functions to a doxy group.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Anton Khirnovlavf doxy: add muxing stuff to lavf_encoding group
2011-12-10 Anton Khirnovlavf doxy: add demuxing stuff to lavf_decoding group
2011-12-10 Anton Khirnovlavf doxy: expand/reword metadata API doxy.
2011-12-10 Anton Khirnovlavf doxy: add installed headers to groups.
2011-12-10 Anton Khirnovlavf doxy: rename lavf I/O group to lavf_io.
2011-12-10 Anton Khirnovlavf doxy: add metadata docs to the main lavf group
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-22 Luca Barbatodoxy: structure libavformat groups
2011-11-13 Martin Storsjöavio: Add AVIOInterruptCB
2011-11-08 Anton Khirnovlavf: expand doxy for some AVFormatContext fields.
2011-11-07 Martin Storsjöavformat: Revise wording
2011-11-05 Martin Storsjöavformat: Add functions for doing global network initia...
2011-10-29 Ronald S. Bultjelavf: use number of output pictures for delay checks.
2011-10-28 Anton Khirnovlavf: move private fields in AVStream to the end at...
2011-10-28 Anton Khirnovlavf: move private fields in AVFormatContext to the...
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-25 Anton Khirnovlavf: deprecate AVStream.stream_copy
2011-10-25 Anton Khirnovmpegenc: add preload private option.
2011-10-19 Anton Khirnovlavf: add avformat_new_stream as a replacement for...
2011-10-17 Anton Khirnovmpegenc/mpegtsenc: add muxrate private options.
2011-10-17 Anton Khirnovlavf: deprecate AVFormatContext.file_size
2011-10-13 Justin Rugglesavformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
2011-10-13 Justin Rugglesavformat: update AVInputFormat allowed flags
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-08-16 Anton Khirnovlavf: add avformat_query_codec().
2011-08-12 Dustin Brodylavf: add support for error_recognition, use it in...
2011-08-02 Zohar Kelrichlavf: Add an option to discard corrupted frames
2011-07-28 Anton Khirnovlavf: add forgotten attribute_deprecated to av_find_str...
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-08 Anton Khirnovgif: add loop private option.
2011-07-08 Anton Khirnovimg2: add loop private option.
next