]> git.sesse.net Git - vlc/history - modules/demux/au.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / demux / au.c
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...