Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-13Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini
2010-05-01Fix off-by-one errors in description of score_max argument forReimar Döffinger
2010-05-01Export av_probe_input_format2.Reimar Döffinger
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-04-05Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje
2010-04-05Add a flag to not overwrite existing tagsAnton Khirnov
2010-04-04Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer
2010-03-31 Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini
2010-03-31Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu
2010-03-28Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini
2010-03-22RTP depacketization of TheoraJosh Allmann
2010-03-20Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles
2010-03-15Add a new field AVFormatContext.start_time_realtimeMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-09Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
2010-03-08Add doxygen documentation for ff_url_splitMartin Storsjö
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse
2010-03-06Add a function ff_url_join for assembling URLsMartin Storsjö
2010-02-24Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov
2010-02-23Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-12Add flag so muxers not needing width/height can signal this.Michael Niedermayer
2010-02-10RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje
2010-02-07Implement a physical concatenation protocol.Michele Orrù
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-31Latent libavformat version bump for Bink demuxer (r21569)Peter Ross
2010-01-31Flag to ignore dts on frames that contain pts.Michael Niedermayer
2010-01-28Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje
2010-01-27Schedule an increase in the maximum number of streamsJai Menon
2010-01-14Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross
2010-01-11Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö
2010-01-08Improve avformat_version() doxy.Art Clarke
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2010-01-02Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini
2010-01-01Reindent.Stefano Sabatini
2010-01-01Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini
2009-12-31Document guess_format().Stefano Sabatini
2009-12-31Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-13Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer
2009-12-13APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer
2009-12-13Add avg_frame_rate.Michael Niedermayer