summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* use new metadata API in asf demuxerAurelien Jacobs2009-02-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-07
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-18
* Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje2008-12-18
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-13
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-06
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-06
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-14
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
* New codec probing system try #1.Michael Niedermayer2008-07-12
* command_streams are type data not unknown.Michael Niedermayer2008-07-12
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Read asf file header fields in the right orderRafaël Carré2008-04-22
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-06
* simplifyMichael Niedermayer2008-03-06
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-03
* Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger2008-02-02
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-31
* begining -> beginning typo fixReimar Döffinger2007-12-23
* 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