summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer2013-02-101-0/+1
|\
| * asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-091-0/+1
* | asfdec: parse payload extension listMichael Niedermayer2012-11-031-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-3/+3
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-3/+3
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-051-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-0/+2
|\ \ | |/
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
| * asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-091-58/+0
| * asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-091-1/+6
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-1/+0
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-071-9/+1
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-111-58/+0
* | asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-111-1/+6
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-231-1/+0
|/
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-261-0/+2
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-201-0/+1
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-241-0/+1
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-081-0/+1
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-111-0/+3
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-241-1/+0
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-091-19/+0
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-121-1/+1
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-121-0/+4
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-181-24/+24
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+3
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-261-90/+22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-181-0/+21
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+4
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-201-0/+1
* use dvr-ms timestampsMichael Niedermayer2007-02-101-1/+1
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-071-1/+0
* extract aspect ratioMichael Niedermayer2007-01-311-0/+4
* check fragment offset and sizeMichael Niedermayer2007-01-221-2/+2
* doxygenize commentsMichael Niedermayer2007-01-221-29/+29
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-221-5/+1
* simplify GUIDsMichael Niedermayer2007-01-211-28/+23
* Minor modifications to handle mms streaming.Ryan Martell2006-12-041-1/+1