summaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
Commit message (Expand)AuthorAgeFilesLines
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-131-11/+9
* New codec probing system try #1.Michael Niedermayer2008-07-121-1/+1
* command_streams are type data not unknown.Michael Niedermayer2008-07-121-1/+1
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-201-1/+0
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-201-18/+7
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+3
* Read asf file header fields in the right orderRafaël Carré2008-04-221-1/+1
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-061-1/+2
* simplifyMichael Niedermayer2008-03-061-2/+2
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-031-14/+0
* Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger2008-02-021-0/+2
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-311-1/+1
* begining -> beginning typo fixReimar Döffinger2007-12-231-2/+2
* cosmetics: indentationAurelien Jacobs2007-12-201-1/+1
* remove double check of pb->read_seekAurelien Jacobs2007-12-201-1/+2
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-171-0/+8
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-21/+21
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-141-0/+5
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-061-0/+14
* Add support for decrypting asf filesReimar Döffinger2007-10-201-0/+4
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-141-15/+13
* Fix memleakRamiro Polla2007-10-121-0/+3
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-091-2/+2
* workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer2007-09-021-0/+13
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-171-1/+1
* more verbose errorMichael Niedermayer2007-08-061-1/+1
* ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer2007-08-061-3/+4
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-271-0/+9
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-151-0/+10
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-061-3/+3
* use asf stream information to set bitrateZuxy Meng2007-04-301-4/+12
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* DVR-MS probe audio formatJohn Donaghy2007-04-121-1/+8
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-301-10/+8
* revert r8538 (set bit rate for asf format) until regression tests issue is st...Baptiste Coudurier2007-03-281-14/+7
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-281-7/+14
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-111-9/+10
* off by one errorMichael Niedermayer2007-03-051-1/+1
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-201-0/+19
* use dvr-ms timestampsMichael Niedermayer2007-02-101-1/+15
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-021-5/+3
* extract aspect ratioMichael Niedermayer2007-01-311-4/+52
* fix seeking in wmaMichael Niedermayer2007-01-291-1/+2
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-271-15/+15
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-231-12/+17
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-221-1/+5
OpenPOWER on IntegriCloud