]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/asfdec.c
Per-stream language-tags extraction in asfdec.
[frescor/ffmpeg.git] / libavformat / asfdec.c
2009-05-12 benoitPer-stream language-tags extraction in asfdec.
2009-04-19 diegoMark gsize variable as av_unused, fixes the warning:
2009-04-19 diegoRevert previous removal of gsize variable. It breaks...
2009-04-18 diegoRemove unused variable gsize, fixes the warning:
2009-04-17 michaelRemove nonsensical assignment from asf_read_seek()...
2009-04-17 michaelRemove unused variable from asf_read_header() found...
2009-04-17 rbultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 michaelMoving variable declarations in asf_build_simple_index...
2009-04-16 rbultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-03-28 rbultjeDon't strip the first three characters off of any metad...
2009-03-18 reimarRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 reimarAdd a special guidcmp function to compare ASF guids...
2009-03-17 diegocosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...