Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic
2010-02-25asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov
2010-02-24Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov
2010-02-24asfdec: skip byte array tags.Benoit Fouet
2010-02-24asfdec: add a debug message about skipped tags.Benoit Fouet
2010-02-24asfdec: fix a memleak.Benoit Fouet
2010-02-24asfdec: only unicode tags must have even length.Benoit Fouet
2010-02-16workaround for broken files created by previous versions of asfenc.Anton Khirnov
2009-12-17Only add 1 index entry per keyframe.Michael Niedermayer
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-10-12Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor
2009-08-30Fix incorrect display of ASF/WMV duration after r12926.Josh Harris
2009-07-26Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-06Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger
2009-07-03Fix indentationReimar Döffinger
2009-07-03Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger
2009-06-25Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-10Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje
2009-05-24fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier
2009-05-24move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon
2009-04-19Mark gsize variable as av_unused, fixes the warning:Diego Biurrun
2009-04-19Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun
2009-04-18Remove unused variable gsize, fixes the warning:Diego Biurrun
2009-04-17Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer
2009-04-17Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer
2009-04-17Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje
2009-04-17Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer
2009-04-16Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje
2009-03-28Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-18Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger
2009-03-17cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs