]> git.sesse.net Git - ffmpeg/history - libavformat/asfdec.c
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at...
[ffmpeg] / libavformat / asfdec.c
2009-12-16 Michael NiedermayerOnly add 1 index entry per keyframe.
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-08-30 Josh HarrisFix incorrect display of ASF/WMV duration after r12926.
2009-07-26 Ronald S. BultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-06 Reimar DöffingerCheck for packet_length 0, it is already treated as...
2009-07-03 Reimar DöffingerFix indentation
2009-07-03 Reimar DöffingerAvoid divisions by 0 in the ASF demuxer if packet_size...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-05-24 Baptiste Coudurierfix get_str16_nolen with odd len, fix #1065
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-12 Cyril ComparonPer-stream language-tags extraction in asfdec.
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-18 Diego BiurrunRemove unused variable gsize, fixes the warning:
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
2009-04-16 Ronald S. BultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-03-28 Ronald S. BultjeDon't strip the first three characters off of any metad...
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 Reimar DöffingerAdd a special guidcmp function to compare ASF guids...
2009-03-17 avcodercosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...