]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
In mov muxer, use correct metadata tag for encoder, and use the generic metadata...
[ffmpeg] / libavformat / avformat.h
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-15 Aurelien Jacobscosmetic: alignment
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARAMETERS_CODEC_ID define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_LAVF_UNUSED define to disable the unused...
2010-10-15 Aurelien Jacobsadd FF_API_READ_SEEK define to drop usage of AVInputFor...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_ALLOC_FORMAT_CONTEXT define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_UDP_GET_FILE define to disable the deprecate...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-15 Anton KhirnovDeprecate old API.
2010-10-13 Martin StorsjöAdd a SAP demuxer
2010-10-11 Martin StorsjöAdd forgotten minor bump and changelog entry for the...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-06 Aurelien Jacobsproperly check for FF_API_MAX_STREAMS instead of LIBAVF...
2010-10-06 Aurelien Jacobsadd new streams API without MAX_STREAMS limit
2010-10-06 Aurelien Jacobsdocument the fact that av_new_stream() can't be called...
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format
2010-10-01 Tomas HärdinAdd demuxer for LXF (Leitch/Harris' VR native stream...
2010-09-14 Michael NiedermayerClarify what av_read_frame() returns.
2010-09-11 David ByronRead all id3v2 tags at the beginning of mp3 files.
2010-09-09 Martin StorsjöAdd a muxer and demuxer for raw G.722
2010-08-19 Aurelien Jacobsadd FF_API_URL_RESETBUF define to disable the deprecate...
2010-08-19 Aurelien Jacobsadd FF_API_REGISTER_PROTOCOL define to disable the...
2010-08-19 Aurelien Jacobsadd FF_API_URL_CLASS define to enable usage of URLConte...
2010-08-18 Aurelien Jacobsadd a comment to clarify that FF_API_* defines are...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-16 Josh AllmannAdd RTP depacketization of VP8
2010-08-12 Martin StorsjöAdd RTP depacketization of MP4A-LATM
2010-08-11 Stefano SabatiniAdd documentation for the pm parameter of the av_metada...
2010-08-11 Stefano SabatiniFix reference to a wrong parameter name in the metadata...
2010-08-11 Stefano SabatiniNit: fix weird spacing.
2010-08-11 Stefano SabatiniAdd empty newlines between function descriptions and...
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-01 Alex ConverseAdd WebM to the Matroska demuxer name.
2010-07-27 Michael NiedermayerFix 2 doxy comments that referred to the wrong variable.
2010-07-27 Michael NiedermayerMake doxygen formatting more consistent.
2010-07-27 Alex ConverseDocument existing rules for AVInputFormat.name.
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-07-20 Rafaël CarréLego Mindstorms RSO muxer and demuxer.
2010-07-19 Aurelien Jacobsfix av_seek_frame_binary() documentation
2010-07-18 Peter RossTele-typewriter demuxer
2010-07-16 Martin StorsjöBump minor and add APIchanges entry for url_fskip retur...
2010-07-11 Víctor PaesaClarify the avoidance of usage of these AVStream fields.
2010-07-02 Jai MenonBump libavformat minor (as a result of r24003).
2010-07-02 Aurelien Jacobsadd AV_DISPOSITION_FORCED flag and use it in matroska...
2010-07-02 Diego BiurrunReplace incorrect @NOTE Doxygen command by @note; capit...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-01 Josh AllmannAdd RTP depacketization of SVQ3
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Stefano SabatiniMention how "now" is interpreted in the parse_date...
2010-06-22 Stefano SabatiniFix date specification accepted by parse_date().
2010-06-22 Martin StorsjöAdd priv_data_size and priv_data_class to URLProtocol
2010-06-22 Martin StorsjöSplit url_open and url_open_protocol into url_alloc...
2010-06-22 Martin StorsjöAdd an av_register_protocol2 function that takes a...
2010-06-16 Michael NiedermayerMarking what should be removed in relation to MAX_STREAMS.
2010-06-04 James ZernAdd WebM muxer
2010-06-04 Anton Khirnovmetadata: mention how to remove tags.
2010-05-27 David ConradOn2 IVF demuxer
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-24 Zhentan FengMMS-over-TCP protocol support. Patch by Zhentan Feng...
2010-05-23 Baptiste Coudurieroups, 100l, revert unrelated hunk from commit r23266
2010-05-23 Baptiste Coudurierchange author metadata to artist in mov de/muxer
2010-05-22 James Zernmatroskadec: Support webm doctype
2010-05-19 Martin StorsjöLate bump of the minor version, for the addition of...
2010-05-18 Martin StorsjöAdd a flag for enabling RTP hinting
2010-05-12 Stefano SabatiniDoxygen av_codec_get_id() and av_codec_get_tag().
2010-05-01 Reimar DöffingerFix off-by-one errors in description of score_max argum...
2010-05-01 Reimar DöffingerExport av_probe_input_format2.
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-04-05 Ronald S. BultjeActually add flag (somehow got lost in my previous...
2010-04-05 Anton KhirnovAdd a flag to not overwrite existing tags
2010-04-04 Michael NiedermayerAllow AVFormatContext.duration to be set if no individu...
2010-03-31 Stefano Sabatini Make av_match_ext() declaration public (move its decla...
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-29 Mohamed NaufalImplement YOP demuxer and video decoder.
2010-03-28 Howard ChuImplement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS...
2010-03-27 Stefano SabatiniDocument the behavior of av_metadata_get() if the prev...
2010-03-22 Josh AllmannRTP depacketization of Theora
2010-03-20 Justin RugglesAdd Changelog entry and bump lavf micro version for...
2010-03-15 Martin StorsjöAdd a new field AVFormatContext.start_time_realtime
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-08 Martin StorsjöAdd doxygen documentation for ff_url_split
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
2010-02-24 Anton KhirnovMention that metadata tags are (unvalidated) UTF-8.
2010-02-23 Michael NiedermayerPut codec_info_nb_frames back in AVStream and print...
2010-02-22 Martin StorsjöAdd an RTSP muxer
next