summaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-241-1/+1
* workaround for broken files created by previous versions of asfenc.Anton Khirnov2010-02-151-0/+4
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-161-1/+4
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-4/+12
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-111-0/+9
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-301-1/+1
* Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje2009-07-261-0/+8
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger2009-07-061-1/+1
* Fix indentationReimar Döffinger2009-07-031-2/+2
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-031-0/+4
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-241-11/+10
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-091-2/+17
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-241-2/+3
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-241-6/+6
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-121-1/+32
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-191-1/+1
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-191-0/+1
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-181-1/+0
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-171-1/+1
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-171-10/+7
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-161-1/+1
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-281-1/+1
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-181-7/+7
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-181-19/+24
* cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder2009-03-171-26/+25
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+1
OpenPOWER on IntegriCloud