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