69 Commits (00952be424ba7403d71c338933354d2172df8e67)

Author SHA1 Message Date
Anton Khirnov 569ff02168 asfdec: remove some write-only values from the context 14 years ago
Anton Khirnov 4bc328a2bd asf: split ASFContext into muxer and demuxer parts. 14 years ago
Anton Khirnov e4e234fad7 asf: make ff_guidcmp inline and move it to asf.h 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Anton Khirnov 042950542d asfdec: ensure that the whole tag is read. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 2934cd9dbf asfdec: remove some commented-out cruft 14 years ago
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Peter Ross a750050f4c make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) 14 years ago
Reimar Döffinger bf09a01981 Change ASF demuxer to return incomplete last packets. 14 years ago
Reimar Döffinger 4172951ba7 Return an error when get_buffer reads none or only partial data instead 14 years ago
Reimar Döffinger 3c3ef81b9b Ensure that packets returned from ASF demuxer are properly 0-padded. 14 years ago
Stefan Gehrer 77b7c334be skip top-level objects to search for the simple index in ASF files 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Carl Eugen Hoyos b7d56a17ae Fix indentation after r25158. 14 years ago
Richard Buteau 6ac6e3d123 Fix aspect ratio for files that have it stored in 14 years ago
Martin Storsjö d970ec7554 asfdec: 10l, fix the minimum asf video stream header size 15 years ago
Martin Storsjö fed7959271 asfdec: Don't read the video stream header if there isn't enough data 15 years ago
Martin Storsjö a3ab7c3249 asfdec: Handle asf_jfif_media 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Michael Niedermayer 3124766959 Ignore extradata & w/h in asf/dvr. 15 years ago
Måns Rullgård 30cdfb49b4 asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() 15 years ago
Michael Niedermayer 1d4c1c3b7a Continue after guids in asf after which other guids are possible instead of skiping 15 years ago
Alex Converse 1ed87f800f Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its own packet. 15 years ago
Michael Niedermayer cb0061d453 Favor chunk size over hitting the correct position after reading the chunk size in asf. 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Vladimir Pantelic 88b51ea948 Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
Anton Khirnov e4ea625ab0 asfdec: don't strip the "WM/" prefix, this should be done during conversion. 15 years ago
Anton Khirnov fce4448948 Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our 15 years ago
Benoit Fouet 6538c0f1c6 asfdec: skip byte array tags. 15 years ago
Benoit Fouet 27e7492771 asfdec: add a debug message about skipped tags. 15 years ago
Benoit Fouet 47794b9d3e asfdec: fix a memleak. 15 years ago
Benoit Fouet 514b73cf0d asfdec: only unicode tags must have even length. 15 years ago
Anton Khirnov 4a3104a96a workaround for broken files created by previous versions of asfenc. 15 years ago
Michael Niedermayer 134271c232 Only add 1 index entry per keyframe. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Daniel G. Taylor febd1c90a6 Detect Windows Media DRM protected files and display warning if no key 15 years ago
Josh Harris f2086fb50e Fix incorrect display of ASF/WMV duration after r12926. 15 years ago
Ronald S. Bultje 2078ca16ee Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Reimar Döffinger 96f0731a26 Check for packet_length 0, it is already treated as invalid by the padding check, 16 years ago
Reimar Döffinger b098b30905 Fix indentation 16 years ago
Reimar Döffinger 68a10b40bc Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. 16 years ago
Ronald S. Bultje 91d19d471b Remove any reference to ASFContext.packet_size and replace it with 16 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago