summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Collapse)AuthorAge
...
* cosmetics: indentationAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
| | | | | | | | | to use the protocol-native functionality if available. Patch by Björn Axelsson: bjorn point axelsson at intinor dot se Original thread: [FFmpeg-devel] [PATCH][4/4] Enable use of the extended API Date: Thu Nov 22 16:01:06 CET 2007 Originally committed as revision 11248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
| | | | | | | | | | 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
* Add support for decrypting asf filesReimar Döffinger2007-10-20
| | | | Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleakRamiro Polla2007-10-12
| | | | | | Closes issue 102 Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-09
| | | | | | | | | 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
* workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer2007-09-02
| | | | | | | 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
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-17
| | | | | | patch by Björn Axelsson: [bjorn axelsson intinor se] Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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