]> git.sesse.net Git - vlc/history - modules/codec/cinepak.c
Fix avcodec cinepak decoding and favour it.
[vlc] / modules / codec / cinepak.c
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-03-25 Rafaël Carrécinepak: do not access arrays beyond allocated size
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-03-10 Christophe MutricyAvoid integer overflow. Patch by Drew Yao.
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2003-11-23 Gildas Bazin* modules/codec/quicktime.c, modules/codec/cinepak...
2003-11-23 Laurent Aimar * cinepak: little clean up and increase priority ...
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-02 Gildas Bazin* modules/codec/cinepak.c: ported the cinepak decoder...