]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
Use correct length modifier for size comparison in printf expression, fixes:
[ffmpeg] / libavformat / avformat.h
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
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-02-10 Ronald S. BultjeRTP/AMR depacketizer, by Martin Storsjö <$firstname...
2010-02-07 Michele OrrùImplement a physical concatenation protocol.
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-31 Peter RossLatent libavformat version bump for Bink demuxer (r21569)
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-28 Ronald S. BultjeAdd RTP/H.263 depacketizer by Martin Storsjö <$firstnam...
2010-01-27 Jai MenonSchedule an increase in the maximum number of streams
2010-01-14 Peter RossLatent libavformat version bump and documentation updat...
2010-01-11 Martin StorsjöDeprecate resolve_host(). Patch by Martin Storsjö ...
2010-01-08 Art ClarkeImprove avformat_version() doxy.
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniDeprecate match_ext() in favor of av_match_ext(), and...
2010-01-01 Stefano SabatiniReindent.
2010-01-01 Stefano SabatiniDeprecate guess_format() in favor of av_guess_format().
2009-12-31 Stefano SabatiniDocument guess_format().
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-12-17 Michael TisonCD+G demuxer and decoder
2009-12-13 Michael NiedermayerAdd flags to prevent strdup() on arguments to av_metada...
2009-12-13 Michael NiedermayerAPIChanges & minor bump due to avg_frame_rate addition.
2009-12-13 Michael NiedermayerAdd avg_frame_rate.
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-03 Ramiro PollaUpdate Changelog, documentation, and libavformat minor...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-10-16 Justin RugglesAdd Speex support to the FLV muxer.
2009-10-13 Justin RugglesAdd Speex support to the Ogg muxer.
2009-09-24 Carl Eugen HoyosFix reading VDR files (broken since r19000).
2009-09-22 Benjamin LarssonHook up the MD studio demuxer and Atrac1 decoder.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-09-16 Michael NiedermayerMake packet interleaving in the muxer not scan through...
2009-09-09 shinya.tesutosan... Document padding for AVProbeData.
2009-08-21 Bartlomiej WolowiecAdd support for S/PDIF encapsulation.
2009-08-10 Aurelien Jacobsactually define AVSEEK_FLAG_FRAME as described in avfor...
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)
2009-07-01 Michael NiedermayerMake arguments of av_set_pts_info() unsigned.
2009-06-28 Stefano SabatiniRemove inconsistent use of a @brief command in av_write...
2009-06-28 Stefano SabatiniUse consistently the third person in doxy, as recommend...
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-22 Ronald S. BultjeChange packet_size from signed to unsigned, since it...
2009-05-31 Baptiste Coudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-27 Stefano SabatiniDocument match_ext().
2009-05-25 Stefano SabatiniRemove \p and \e doxygen markup.
2009-05-20 Kenan GilletAdd QCP demuxer.
2009-04-15 Michael NiedermayerClarify which exact variant of ISO 639 is used. (The...
2009-04-07 Reimar DöffingerDescribe read_alloc return value and required pkt handl...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
next