]> git.sesse.net Git - ffmpeg/history - libavcodec/vmnc.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / vmnc.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-30 Stefano SabatiniTransform codec short name into a single word.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-27 Kostya ShishkovRemove redundant assign
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-10-01 Kostya Shishkov1l: correct argument order in avcodec_check_dimensions
2006-09-07 Kostya ShishkovHandle the rest of known blocks (by skipping them)
2006-09-07 Kostya ShishkovTests for overreading input data
2006-09-07 Kostya ShishkovCursor drawing support
2006-09-05 Kostya ShishkovTry to handle all chunks, previous scheme was not correct.
2006-09-05 Kostya ShishkovHandle raw blocks correctly (both updating pointer...
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)