summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* lavf: Document the codec context initializationVittorio Giovara2015-02-171-0/+4
* lavf: move internal fields from public to internal contextwm42015-02-101-49/+0
* libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-041-2/+2
* lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-071-0/+12
* avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-081-1/+1
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+6
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-131-0/+22
* Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-091-5/+0
* Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-091-2/+0
* avformat: Use the mime type information in input probeLuca Barbato2014-07-291-0/+11
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-261-1/+2
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-261-2/+2
* avformat: update muxing doxyAnton Khirnov2014-07-091-3/+3
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-081-1/+1
* lavf: document av_dump_format()Vittorio Giovara2014-07-021-0/+10
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-3/+6
* avformat: Provide a standard compliance flagLuca Barbato2014-05-281-0/+5
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-201-0/+11
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-191-1/+6
* lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-181-0/+4
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-0/+7
* lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-141-1/+9
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-241-0/+22
* doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-171-11/+7
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-171-0/+16
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-101-1/+2
* lavf: extend / improve the AVFormatContext doxyAnton Khirnov2014-02-101-32/+69
* lavf: add some basic documentation of the muxing processAnton Khirnov2014-02-101-0/+52
* lavf: rewrite the av_write_frame() doxyAnton Khirnov2014-02-101-9/+25
* lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov2014-02-101-18/+26
* lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-041-0/+19
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-0/+7
* lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-291-0/+5
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-281-8/+0
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-161-0/+1
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-041-0/+11
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-201-3/+3
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+3
* silly typo fixesDiego Biurrun2013-05-031-3/+3
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-251-0/+17
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-17/+0
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-111-4/+0
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-111-10/+0
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-111-18/+0
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-111-11/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-7/+7
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* rtp: set the payload type as stream idLuca Barbato2012-11-141-0/+3
* avformat: clarify stream id for muxingLuca Barbato2012-11-141-1/+1
* lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-021-2/+2