aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-231-1/+6
* Add an RTSP muxerMartin Storsjö2010-02-221-1/+1
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-121-0/+1
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-101-1/+1
* Implement a physical concatenation protocol.Michele Orrù2010-02-071-1/+1
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-7/+41
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-311-1/+1
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-301-0/+1
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-281-1/+1
* Schedule an increase in the maximum number of streamsJai Menon2010-01-271-0/+4
* Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross2010-01-141-1/+1
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-111-1/+2
* Improve avformat_version() doxy.Art Clarke2010-01-081-1/+2