summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-191-0/+3
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-191-0/+3
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-191-0/+3
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-181-0/+4
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-11/+11
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-171-5/+10
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-171-1/+5
* Add RTP depacketization of VP8Josh Allmann2010-08-161-1/+1
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-121-1/+1
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-111-0/+4
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-111-6/+6
* Nit: fix weird spacing.Stefano Sabatini2010-08-111-2/+2
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-111-0/+4
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-1/+1
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-011-1/+1
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-271-2/+2
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-271-51/+122
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-271-0/+3
* add SubRip muxer and demuxerAurelien Jacobs2010-07-241-1/+1
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-201-1/+1
* fix av_seek_frame_binary() documentationAurelien Jacobs2010-07-191-1/+1
* Tele-typewriter demuxerPeter Ross2010-07-181-1/+1
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-161-1/+1
* Clarify the avoidance of usage of these AVStream fields.Víctor Paesa2010-07-111-1/+2
* 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