51 Commits (8ef38f3f5030a7a1b7eab0a464d7fb36c6dbe565)

Author SHA1 Message Date
Martin Storsjö d970ec7554 asfdec: 10l, fix the minimum asf video stream header size 14 years ago
Martin Storsjö fed7959271 asfdec: Don't read the video stream header if there isn't enough data 14 years ago
Martin Storsjö a3ab7c3249 asfdec: Handle asf_jfif_media 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
Michael Niedermayer 3124766959 Ignore extradata & w/h in asf/dvr. 14 years ago
Måns Rullgård 30cdfb49b4 asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() 14 years ago
Michael Niedermayer 1d4c1c3b7a Continue after guids in asf after which other guids are possible instead of skiping 14 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: 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
Reimar Döffinger 96f0731a26 Check for packet_length 0, it is already treated as invalid by the padding check, 15 years ago
Reimar Döffinger b098b30905 Fix indentation 15 years ago
Reimar Döffinger 68a10b40bc Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. 15 years ago
Ronald S. Bultje 91d19d471b Remove any reference to ASFContext.packet_size and replace it with 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
Ronald S. Bultje 277a28e8fc Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: 16 years ago
Baptiste Coudurier 46b4019bfa fix get_str16_nolen with odd len, fix #1065 16 years ago
Baptiste Coudurier c9d7cd6dca move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG 16 years ago
Cyril Comparon 5f1ac36dd2 Per-stream language-tags extraction in asfdec. 16 years ago
Diego Biurrun dc1ed61432 Mark gsize variable as av_unused, fixes the warning: 16 years ago
Diego Biurrun e0a6d2c365 Revert previous removal of gsize variable. It breaks seeking. 16 years ago
Diego Biurrun 7b7b19b620 Remove unused variable gsize, fixes the warning: 16 years ago
Michael Niedermayer 5ce73e2352 Remove nonsensical assignment from asf_read_seek() found by CSA. 16 years ago
Michael Niedermayer 236580b478 Remove unused variable from asf_read_header() found by CSA. 16 years ago
Ronald S. Bultje 1d0036b01f Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, 16 years ago
Michael Niedermayer d728e3cd28 Moving variable declarations in asf_build_simple_index() to clarify&prettify code. 16 years ago
Ronald S. Bultje 799a0722fc Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist 16 years ago
Ronald S. Bultje be0395103a Don't strip the first three characters off of any metadata in ASF file. 16 years ago
Reimar Döffinger b8b00d9429 Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
Reimar Döffinger 4d0c3dc0d5 Add a special guidcmp function to compare ASF guids, to avoid the many 16 years ago
avcoder 6d050dd673 cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com 16 years ago
Aurelien Jacobs 719e721a14 Add some basic metadata conversion tables for matroska and asf. 16 years ago
Aurelien Jacobs 17af052531 move static tables from asf.h to non-static tables in asf.c 16 years ago