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
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
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-14Add support for reading WM/Year tagPatrice Bensoussan
2007-11-06Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson
2007-10-20Add support for decrypting asf filesReimar Döffinger
2007-10-14cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun
2007-10-13Fix memleakRamiro Polla
2007-09-09Improve track number decoding for some WMA filesPatrice Bensoussan
2007-09-02workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer
2007-08-17store asf streaming bitrates consistentlyBjörn Axelsson
2007-08-07more verbose errorMichael Niedermayer
2007-08-07ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer
2007-07-27ignore invalid packet_obj_sizeMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris