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-06-27Make ff_url_split() publicMåns Rullgård
2010-06-23Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini
2010-06-23Fix date specification accepted by parse_date().Stefano Sabatini
2010-06-22Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö
2010-06-22Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö
2010-06-22Add an av_register_protocol2 function that takes a size parameterMartin Storsjö
2010-06-16Marking what should be removed in relation to MAX_STREAMS.Michael Niedermayer
2010-06-05Add WebM muxerJames Zern
2010-06-04metadata: mention how to remove tags.Anton Khirnov
2010-05-28On2 IVF demuxerDavid Conrad
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-05-25MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng
2010-05-24oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier
2010-05-24change author metadata to artist in mov de/muxerBaptiste Coudurier
2010-05-22matroskadec: Support webm doctypeJames Zern
2010-05-19Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö
2010-05-18Add a flag for enabling RTP hintingMartin Storsjö
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