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-12-12Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger
2010-12-03skip top-level objects to search for the simple index in ASF filesStefan Gehrer
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-09-23Fix indentation after r25158.Carl Eugen Hoyos
2010-09-23Fix aspect ratio for files that have it stored inRichard Buteau
2010-07-20asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö
2010-07-20asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö
2010-07-20asfdec: Handle asf_jfif_mediaMartin Storsjö
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-07Ignore extradata & w/h in asf/dvr.Michael Niedermayer
2010-06-24asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård
2010-06-23Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer
2010-05-26Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse
2010-05-07Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
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