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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-31asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2010-07-20asf: Add asf_jfif_media guidMartin Storsjö
2010-03-31Remove superfluous space from a conversion table.Anton Khirnov
2010-03-24Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic
2010-02-25asf: indent.Benoit Fouet
2010-02-25asf: add more entries to metadata conv table.Benoit Fouet
2010-02-24Don't add WM prefixes to all written ASF tags.Anton Khirnov
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2009-10-12Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs
2009-02-20Re-indent after last commitAlex Converse
2009-02-20AAC in ASF does not need parsing.Alex Converse
2009-02-16Add a context to av_log() calls.Benoit Fouet
2009-02-04use new metadata API in asf demuxerAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje
2008-12-18Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje
2008-12-18Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje
2008-12-13Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje
2008-12-06Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje
2008-12-06Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-14timestamp is dts in wmv/asfBaptiste Coudurier
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-13ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård
2008-07-12New codec probing system try #1.Michael Niedermayer
2008-07-12command_streams are type data not unknown.Michael Niedermayer
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-23Read asf file header fields in the right orderRafaël Carré
2008-03-06Skip over unknown extended_content_header tags.Michael Niedermayer
2008-03-06simplifyMichael Niedermayer
2008-02-03Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger
2008-02-03Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger
2008-01-31typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier
2007-12-23begining -> beginning typo fixReimar Döffinger
2007-12-20cosmetics: indentationAurelien Jacobs
2007-12-20remove double check of pb->read_seekAurelien Jacobs
2007-12-17Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson