]> git.sesse.net Git - vlc/history - modules/codec/dirac.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / codec / dirac.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-06-20 Pavlov KonstantinUpdate dirac support to 0.10.0.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-01-28 Pavlov KonstantinFix builds with dirac >= 0.9.0, require it as well.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-19 Pavlov KonstantinBump required dirac version to 0.8.0 and fix dirac...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-03-25 Laurent AimarUpgrade dirac support to 0.6.0 (close #1129)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
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-12 Gildas Bazin* modules/codec/dirac.c: dirac decoder/encoder module...