summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Collapse)AuthorAge
* more verbose errorMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-27
| | | | | | fixes video5.asf Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-15
| | | | | | patch by Patrice Bensoussan: patrice bensoussan free fr Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-06
| | | | Originally committed as revision 8917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use asf stream information to set bitrateZuxy Meng2007-04-30
| | | | | | | 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
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVR-MS probe audio formatJohn Donaghy2007-04-12
| | | | | | | | | 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
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-30
| | | | Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r8538 (set bit rate for asf format) until regression tests issue is ↵Baptiste Coudurier2007-03-28
| | | | | | stated Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-28
| | | | Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-11
| | | | Originally committed as revision 8320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by one errorMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20
| | | | | | | properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dvr-ms timestampsMichael Niedermayer2007-02-10
| | | | Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
| | | | | | | 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
* extract aspect ratioMichael Niedermayer2007-01-31
| | | | Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking in wmaMichael Niedermayer2007-01-29
| | | | Originally committed as revision 7759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-27
| | | | Originally committed as revision 7725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padsize checkMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct error messageMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inden(ta)tionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fragment offset and sizeMichael Niedermayer2007-01-22
| | | | | | yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move frame header reading into its own functionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct packet alignment check and correctionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few checks to the audio packet descrambling, this should hopefully ↵Michael Niedermayer2007-01-22
| | | | | | | | 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
* cosmeticMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* these variables seem to be unused on the demuxer side so theres no sense in ↵Michael Niedermayer2007-01-22
| | | | | | setting them Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless &0x80Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove sensless castsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify GUIDsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-28
| | | | | | patch by patrice.bensoussan _at_ free.fr Originally committed as revision 7379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor modifications to handle mms streaming.Ryan Martell2006-12-04
| | | | | | Patch by Ryan Martell rdm4 martellventures com. Originally committed as revision 7221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-14
| | | | | | | | Patch by Zuxy Meng, % zuxy P meng A gmail P com % date: Nov 5, 2006 9:56 AM subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 7059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk