summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* cosmetic: alignmentAurelien Jacobs2010-10-15
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-15
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-15
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-15
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-15
* Deprecate old API.Anton Khirnov2010-10-15
* Add a SAP demuxerMartin Storsjö2010-10-13
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-11
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-08
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-06
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-06
* document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs2010-10-06
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-01
* 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