]> git.sesse.net Git - vlc/history - modules/demux/wav.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / demux / wav.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-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-08 Rémi Denis-CourmontSimplify
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-06-07 Rémi Denis-CourmontUse %u rather than %d for unsigned
2007-06-07 Rémi Denis-CourmontMemory leak
2007-05-27 Laurent AimarCompilation warning fixes.
2007-02-25 Laurent AimarBunch of warning fixes.
2006-11-26 Clément StenacA bit of headers cleanup
2006-05-08 Damien Fouilleulwav.c: added 'mlaw' fourcc, same as 'ulaw'
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Derk-Jan Hartman* Support the "pcm " WAV fourcc. it's equal to "araw".
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-07 Rémi Denis-CourmontFixes a compiler warning
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-01-14 Gildas Bazin* include/codecs.h, modules/demux/wav.c: patch by Matth...
2004-12-11 Clément StenacImprovements to preferences
2004-09-30 Gildas Bazin* modules/mux/wav.c: use aout_ChannelReorder().
2004-09-30 Gildas Bazin* modules/demux/wav.c: use aout_ChannelReorder().
2004-09-30 Gildas Bazin* modules/demux/wav.c: proper channels re-ordering...
2004-09-27 Gildas Bazin* modules/demux/wav.c: misc improvements.
2004-05-15 Laurent Aimar* all: use 1 as starting time (allow to have a valid...
2004-03-29 Laurent Aimar * all: cast of lvalues ...
2004-03-03 Laurent Aimar * a52.c aac.c au.c dts.c flac.c wav.c: Converted all...
2004-02-23 Gildas Bazin* modules/demux/wav.c: more fixes for multichannel...
2004-02-14 Gildas Bazin* modules/demux/wav.c: started support for WAVEFORMATEX...
2004-02-05 Gildas Bazin* modules/video_output/directx/directx.c: fixed the...
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 * wav: es_format_t
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-18 Laurent Aimar * all: move "wave format tag to fourcc" from demuxers...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-01 Laurent Aimar * configure.ac: audio -> mpga
2003-08-01 Laurent Aimar * wav.c : big clean up and use ninput.h