summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-24
* doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-17
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-17
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-10
* lavf: extend / improve the AVFormatContext doxyAnton Khirnov2014-02-10
* lavf: add some basic documentation of the muxing processAnton Khirnov2014-02-10
* lavf: rewrite the av_write_frame() doxyAnton Khirnov2014-02-10
* lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov2014-02-10
* lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-04
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-29
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-28
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-16
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-04
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-20
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-11
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* miscellaneous typo fixesDiego Biurrun2012-12-21
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* avformat: clarify stream id for muxingLuca Barbato2012-11-14
* lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-02
* lavf: clarify the lifetime of demuxed packets.Anton Khirnov2012-11-02
* avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-18
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
* avf: introduce nobuffer optionLuca Barbato2012-07-29
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-21
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* lavf: add missing '*' in a doxy.Anton Khirnov2012-05-07
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-27
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-26
* lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-26
* lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-26
* lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-26
* lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-26
* libavformat: Document who sets the AVStream.id fieldMartin Storsjö2012-03-24
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-20
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05