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
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
2007-06-15Add support for track numbers when they are set via stringsPatrice Bensoussan
2007-06-12misc spelling fixesDiego Biurrun
2007-05-06cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng
2007-04-30use asf stream information to set bitrateZuxy Meng
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-12DVR-MS probe audio formatJohn Donaghy
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-30fix demuxing of IMAG0002.ASFMichael Niedermayer
2007-03-28revert r8538 (set bit rate for asf format) until regression tests issue is st...Baptiste Coudurier
2007-03-28set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng
2007-03-11fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer
2007-03-05off by one errorMichael Niedermayer
2007-02-21Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell
2007-02-10use dvr-ms timestampsMichael Niedermayer
2007-02-02Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng
2007-02-01extract aspect ratioMichael Niedermayer
2007-01-29fix seeking in wmaMichael Niedermayer
2007-01-27stealing a few field names from mplayers asf demuxerMichael Niedermayer
2007-01-24make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer