summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
...
* cosmetics: indentationAurelien Jacobs2007-12-20
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-14
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
* Add support for decrypting asf filesReimar Döffinger2007-10-20
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-14
* Fix memleakRamiro Polla2007-10-12
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-09
* workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer2007-09-02
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-17
* more verbose errorMichael Niedermayer2007-08-06
* ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer2007-08-06
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-27
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-15
* misc spelling fixesDiego Biurrun2007-06-12
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-06
* use asf stream information to set bitrateZuxy Meng2007-04-30
* add an enum for need_parsingAurelien Jacobs2007-04-15
* DVR-MS probe audio formatJohn Donaghy2007-04-12
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-30
* revert r8538 (set bit rate for asf format) until regression tests issue is st...Baptiste Coudurier2007-03-28
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-28
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-11
* off by one errorMichael Niedermayer2007-03-05
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20
* use dvr-ms timestampsMichael Niedermayer2007-02-10
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
* extract aspect ratioMichael Niedermayer2007-01-31
* fix seeking in wmaMichael Niedermayer2007-01-29
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-27
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-23
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
* better padsize checkMichael Niedermayer2007-01-22
* more correct error messageMichael Niedermayer2007-01-22
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
* inden(ta)tionMichael Niedermayer2007-01-22
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-22
* check fragment offset and sizeMichael Niedermayer2007-01-22
* move frame header reading into its own functionMichael Niedermayer2007-01-22
* more correct packet alignment check and correctionMichael Niedermayer2007-01-22
* 10lMichael Niedermayer2007-01-22
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-22
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-22
* simplifyMichael Niedermayer2007-01-22
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22