summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Collapse)AuthorAge
* 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
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
| | | | | | | | | | | | | utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’ mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’ Approved by Michael. Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
| | | | Originally committed as revision 6361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fallback if theres no indexMichael Niedermayer2006-08-23
| | | | | | fix index less seeking Originally committed as revision 6055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read and use index (based on a patch by John Donaghy on the 23-03-2006 ↵Michael Niedermayer2006-08-23
| | | | | | '[Ffmpeg-devel] dvr-ms seek help request') Originally committed as revision 6054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* value_num should also be 64bit (1 hunk from the asf seeking patch by ↵Steve L'Homme2006-08-23
| | | | | | DrDivx/Steve Lhomme) Originally committed as revision 6053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / ↵Michael Niedermayer2006-08-23
| | | | | | Steve Lhomme) Originally committed as revision 6052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-29
| | | | | | | | | | | | | | | reading even beyond it. Therefore if the ASF file includes an index object at its end, the reader will treat the index like data, but of course will fail since it thinks that the data is corrupted. When reading an asf file with an index object, ffmpeg will complain at the end of the file that it read an invalid header. Patch by Kohn Emil Dan, < emild A cs P technion P ac P il > Original thead: Date: Apr 18, 2006 4:11 PM Subject: [Ffmpeg-devel] Two ASF related bugs and fixes Originally committed as revision 5857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timebase fixMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk