summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Bump libavformat minor (as a result of r24003).Jai Menon2010-07-021-1/+1
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-021-0/+4
* Replace incorrect @NOTE Doxygen command by @note; capitalization matters.Diego Biurrun2010-07-021-1/+1
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Add RTP depacketization of SVQ3Josh Allmann2010-07-011-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-61/+61
* Make ff_url_split() publicMåns Rullgård2010-06-271-0/+26
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-221-1/+2
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-221-1/+1
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-221-1/+1
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-221-1/+1
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-221-1/+1
* Marking what should be removed in relation to MAX_STREAMS.Michael Niedermayer2010-06-161-2/+0
* Add WebM muxerJames Zern2010-06-041-1/+1
* metadata: mention how to remove tags.Anton Khirnov2010-06-041-1/+2
* On2 IVF demuxerDavid Conrad2010-05-271-1/+1
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-261-1/+2
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-241-2/+2
* oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier2010-05-231-12/+0
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-231-1/+13
* matroskadec: Support webm doctypeJames Zern2010-05-221-1/+1
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-191-1/+1
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-181-0/+1
* Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini2010-05-121-1/+15
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-011-3/+4
* Export av_probe_input_format2.Reimar Döffinger2010-05-011-1/+13
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+2
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-26/+0
* Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje2010-04-051-0/+1
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-051-1/+1
* Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer2010-04-041-2/+3
* Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini2010-03-311-9/+9
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-311-0/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-291-1/+1
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-281-2/+2
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-271-0/+1
* RTP depacketization of TheoraJosh Allmann2010-03-221-1/+1
* Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles2010-03-201-1/+1
* Add a new field AVFormatContext.start_time_realtimeMartin Storsjö2010-03-151-1/+10
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-53/+0
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-081-7/+0
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-081-4/+0
* Add doxygen documentation for ff_url_splitMartin Storsjö2010-03-081-0/+22
* ReindentMartin Storsjö2010-03-081-5/+5
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-3/+3
* av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse2010-03-081-1/+1
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-051-0/+24
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-241-1/+3
OpenPOWER on IntegriCloud