]> git.sesse.net Git - vlc/history - modules/codec/realaudio.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / realaudio.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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-02-14 Laurent AimarUse calloc when applicable (decoders).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-08-03 Justus PiaterDeclared many static variables const
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-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-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-11-13 Jean-Baptiste KempfReal decoder: Use the real libraries to decode atrac...
2007-11-11 Jean-Baptiste KempfReal Audio: Add support for RealPlayer 10/10GOLD .so
2007-11-11 Jean-Baptiste KempfMore Real Codecs paths.
2007-11-11 Jean-Baptiste KempfRealAudio, more paths to search realAudio codecs.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-19 Derk-Jan Hartman* prevent potential crashes on files with broken channe...
2006-05-27 Sam Hocevar * modules/codec/realaudio.c: oh, after all, let's...
2006-05-27 Sam Hocevar * modules/codec/realaudio.c: only use WINAPI for...
2006-01-12 Antoine CellerierFSF address change.
2005-12-10 Gildas Bazin* modules/codec/realaudio.c: subpackets re-ordering...
2005-12-04 Gildas Bazin* modules/codec/realaudio.c: try to detect dropped...
2005-10-23 Gildas Bazin* modules/codec/realaudio.c: on win32, use codecs insta...
2005-09-19 Gildas Bazin* modules/codec/realaudio.c: split the audio output...
2005-09-18 Gildas Bazin* modules/codec/realaudio.c: real audio (cook) decoder...