]> git.sesse.net Git - vlc/history - modules/codec/dirac.c
Spell "separate"
[vlc] / modules / codec / dirac.c
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-03-15 Rémi Denis-Courmontdirac: an existing option cannot be a deprecated alias
2010-01-28 Rémi Denis-Courmontdirac encoder: remove write-only b_error
2010-01-25 Jean-Baptiste KempfSet Shortname for Dirac and spudec
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-03 Jean-Baptiste KempfDirac: fix typo.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-18 Rémi Denis-Courmontdirac: missing #include
2008-11-22 Christophe MutricyDon't i18n'd ""
2008-11-15 David Flynncodec/dirac: Fix video format guessing
2008-11-12 Laurent AimarFixed output bitrate value + cosmetics.
2008-11-12 David Flynncodec/dirac: Rewrite libdirac(-research) encoding support
2008-11-10 David Flynncodec/dirac: remove decoder functionality
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...