summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-28
* asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-19
* asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-19
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-09
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-20
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-08
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-11
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18
* 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
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-18
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* typo: begining --> beginningDiego Biurrun2007-12-23
* spellingVitor Sessak2007-12-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20
* use dvr-ms timestampsMichael Niedermayer2007-02-10
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
* extract aspect ratioMichael Niedermayer2007-01-31
* check fragment offset and sizeMichael Niedermayer2007-01-22
* doxygenize commentsMichael Niedermayer2007-01-22
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22
* simplify GUIDsMichael Niedermayer2007-01-21
* Minor modifications to handle mms streaming.Ryan Martell2006-12-04
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix fallback if theres no indexMichael Niedermayer2006-08-23
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-29
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22