summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* lavf: update muxing doxyAnton Khirnov2016-05-23
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-21
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-22
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-18
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* lavf: Document the codec context initializationVittorio Giovara2015-02-17
* lavf: move internal fields from public to internal contextwm42015-02-10
* libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-04
* lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-07
* avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-08
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-25
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-13
* Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-09
* Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-09
* avformat: Use the mime type information in input probeLuca Barbato2014-07-29
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-26
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-26
* avformat: update muxing doxyAnton Khirnov2014-07-09
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-08
* lavf: document av_dump_format()Vittorio Giovara2014-07-02
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* avformat: Provide a standard compliance flagLuca Barbato2014-05-28
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-20
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-19
* lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-18
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-14
* 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