]> git.sesse.net Git - vlc/history - modules/demux/au.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / au.c
2009-12-20 Laurent AimarUsed VLC_TS_0 in AU demuxer.
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 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.
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-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'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-01-12 Antoine CellerierFSF address change.
2005-07-10 Clément StenacWarning fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-11 Clément StenacImprovements to preferences
2004-05-15 Laurent Aimar* all: use 1 as starting time (allow to have a valid...
2004-03-03 Laurent Aimar * a52.c aac.c au.c dts.c flac.c wav.c: Converted all...
2004-01-29 Laurent Aimar * au: ported to demux2 API.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-11 Laurent Aimar * all: use es_format_t and es_out_*. (Not well tested...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-22 Laurent Aimar * all: use stream_Seek/Size/Tell wrappers.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-01 Laurent Aimar au.c : cleaned up and use ninput.h
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-03-11 Laurent Aimar * au.c : added au demuxer. Only ulaw/alaw/raw pcm...