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 (Collapse)Author
2007-11-14Add support for reading WM/Year tagPatrice Bensoussan
Patch by: patrice bensoussan a free d fr Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-06Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson
MMSH protocol handler. Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer Date: 11/02/2007 11:51 AM Originally committed as revision 10935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20Add support for decrypting asf filesReimar Döffinger
Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun
Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Fix memleakRamiro Polla
Closes issue 102 Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Improve track number decoding for some WMA filesPatrice Bensoussan
patch by Patrice Bensoussan %patrice P bensoussan A free P fr% Original thread: Date: Sep 9, 2007 12:33 PM Subject: [FFmpeg-devel] [PATCH] Improve track number decoding for some WMA files Originally committed as revision 10462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-02workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer
yes kids you do not make 90% of your file contain empty dummy packets closes issue76 Originally committed as revision 10280 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-17store asf streaming bitrates consistentlyBjörn Axelsson
patch by Björn Axelsson: [bjorn axelsson intinor se] Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07more verbose errorMichael Niedermayer
Originally committed as revision 9964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer
Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-27ignore invalid packet_obj_sizeMichael Niedermayer
fixes video5.asf Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-15Add support for track numbers when they are set via stringsPatrice Bensoussan
patch by Patrice Bensoussan: patrice bensoussan free fr Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-06cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng
Originally committed as revision 8917 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-30use asf stream information to set bitrateZuxy Meng
patch by Zuxy Meng zuxy dot meng chez gmail tod com reference thread: [Ffmpeg-devel] Third Try: Set bit_rate for asf format Originally committed as revision 8861 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-12DVR-MS probe audio formatJohn Donaghy
patch by John Donaghy \ johnfdonaghy chez gmail dot com / Original thread: date: 03/13/2007 04:56 PM subject: [Ffmpeg-devel] [PATCH] DVR-MS probe audio format - was DVR-MS bug (MP2 decoding) Originally committed as revision 8715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-30fix demuxing of IMAG0002.ASFMichael Niedermayer
Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-28revert r8538 (set bit rate for asf format) until regression tests issue is ↵Baptiste Coudurier
stated Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-28set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng
Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-11fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer
Originally committed as revision 8320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05off by one errorMichael Niedermayer
Originally committed as revision 8236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell
properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-10use dvr-ms timestampsMichael Niedermayer
Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-02Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng
Patch by Zuxy Meng (mail = `echo "Zuxy Meng" | tr "[A-Z] " "[a-z]." | sed "s/$/@gmail.com/"`) Originally committed as revision 7806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01extract aspect ratioMichael Niedermayer
Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-29fix seeking in wmaMichael Niedermayer
Originally committed as revision 7759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27stealing a few field names from mplayers asf demuxerMichael Niedermayer
Originally committed as revision 7725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-24make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer
Originally committed as revision 7672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23consistant error return for asf_get_packet()Michael Niedermayer
Originally committed as revision 7657 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23better padsize checkMichael Niedermayer
Originally committed as revision 7656 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23more correct error messageMichael Niedermayer
Originally committed as revision 7655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23replace wrong return 0 by -1Michael Niedermayer
Originally committed as revision 7654 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23check to detect nonsense fragment sizeMichael Niedermayer
Originally committed as revision 7653 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22inden(ta)tionMichael Niedermayer
Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22replace nonsense code by something which makes at least some senseMichael Niedermayer
Originally committed as revision 7651 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22check fragment offset and sizeMichael Niedermayer
yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22move frame header reading into its own functionMichael Niedermayer
Originally committed as revision 7649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22more correct packet alignment check and correctionMichael Niedermayer
Originally committed as revision 7648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-2210lMichael Niedermayer
Originally committed as revision 7647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22cosmetics (aligne stuff nicely)Michael Niedermayer
Originally committed as revision 7645 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22get rid of some sensless malloc/freeMichael Niedermayer
Originally committed as revision 7644 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22simplifyMichael Niedermayer
Originally committed as revision 7643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22remove a few unused and duplicated variablesMichael Niedermayer
Originally committed as revision 7642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22adding a few checks to the audio packet descrambling, this should hopefully ↵Michael Niedermayer
catch all related out of array accesses note, the original code might have been exploitable Originally committed as revision 7640 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22cosmeticMichael Niedermayer
Originally committed as revision 7639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22these variables seem to be unused on the demuxer side so theres no sense in ↵Michael Niedermayer
setting them Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22get rid of a few idiotic asserts()Michael Niedermayer
Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk