summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-14
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-11
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-09
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-19
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-19
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-19
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-18
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
* Add RTP depacketization of VP8Josh Allmann2010-08-16
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-11
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-11
* Nit: fix weird spacing.Stefano Sabatini2010-08-11
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-11
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-01
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-27
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-27
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-27
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-20
* fix av_seek_frame_binary() documentationAurelien Jacobs2010-07-19
* Tele-typewriter demuxerPeter Ross2010-07-18
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-16
* 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