summaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-18/+18
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-15/+15
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-12/+12
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-127/+127
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-14/+14
* asfdec: fix build for big endian targetsMans Rullgard2011-02-131-0/+1
* asfdec: don't export empty metadataAnton Khirnov2011-02-131-1/+2
* asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-131-176/+186
* asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-101-5/+4
* asfdec: split asf_read_header()Anton Khirnov2011-02-101-151/+214
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-101-15/+0
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-091-5/+2
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-091-10/+9
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-091-4/+1
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-091-0/+41
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-091-5/+0
* Replace dprintf with av_dlogLuca Barbato2011-01-291-7/+7
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-281-4/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-251-43/+0
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-251-20/+10
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-261-42/+42
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-181-4/+16
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-111-2/+5
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-111-1/+2
* skip top-level objects to search for the simple index in ASF filesStefan Gehrer2010-12-031-1/+14
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-231-1/+2
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-231-3/+16
* asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö2010-07-201-1/+1
* asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö2010-07-201-1/+2
* asfdec: Handle asf_jfif_mediaMartin Storsjö2010-07-201-0/+3
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-071-1/+7
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-241-1/+7
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-231-0/+2
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-261-0/+2
* Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer2010-05-071-2/+5
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-10/+10
* Replace @returns by @return.Benoit Fouet2010-03-301-2/+2
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-081-0/+27
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-251-2/+0
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-241-6/+10
* asfdec: skip byte array tags.Benoit Fouet2010-02-241-2/+2
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-241-0/+1
* asfdec: fix a memleak.Benoit Fouet2010-02-241-0/+1
OpenPOWER on IntegriCloud