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
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
2007-01-23consistant error return for asf_get_packet()Michael Niedermayer
2007-01-23better padsize checkMichael Niedermayer
2007-01-23more correct error messageMichael Niedermayer
2007-01-23replace wrong return 0 by -1Michael Niedermayer
2007-01-23check to detect nonsense fragment sizeMichael Niedermayer
2007-01-22inden(ta)tionMichael Niedermayer
2007-01-22replace nonsense code by something which makes at least some senseMichael Niedermayer
2007-01-22check fragment offset and sizeMichael Niedermayer
2007-01-22move frame header reading into its own functionMichael Niedermayer
2007-01-22more correct packet alignment check and correctionMichael Niedermayer
2007-01-2210lMichael Niedermayer
2007-01-22cosmetics (aligne stuff nicely)Michael Niedermayer
2007-01-22get rid of some sensless malloc/freeMichael Niedermayer
2007-01-22simplifyMichael Niedermayer
2007-01-22remove a few unused and duplicated variablesMichael Niedermayer
2007-01-22adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer
2007-01-22cosmeticMichael Niedermayer
2007-01-22these variables seem to be unused on the demuxer side so theres no sense in s...Michael Niedermayer
2007-01-22get rid of a few idiotic asserts()Michael Niedermayer