]> git.sesse.net Git - ffmpeg/history - libavformat/asfdec.c
support AVDISCARD_ALL in mpegts demuxer
[ffmpeg] / libavformat / asfdec.c
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...