]> git.sesse.net Git - vlc/history - modules/codec/araw.c
Fix compiler warning: 'araw.c:62: warning: static' but never defined'
[vlc] / modules / codec / araw.c
2005-10-02 Jean-Paul SamanFix compiler warning: 'araw.c:62: warning: static'...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-17 Gildas Bazin modules/codec/araw.c: a/ulaw encoding support. Patch...
2004-12-11 Clément StenacImprovements to preferences
2004-09-30 Gildas Bazin* modules/codec/araw.c: compilation fix.
2004-09-30 Gildas Bazin* modules/mux/wav.c: use aout_ChannelReorder().
2004-08-31 Gildas Bazin* modules/codec/araw.c: got rid of the audio conversion...
2004-08-29 Gildas Bazin* modules/audio_filter/converter/dtstofloat32.c: added...
2004-07-06 Gildas Bazin* modules/codec/araw.c: increased priority of encoder.
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-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2003-12-20 Gildas Bazin* modules/codec/araw.c: added "mlaw" as a fourcc for...
2003-12-16 Gildas Bazin* modules/codec/araw.c: small fix.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-08 Laurent Aimar * araw.c: prevent segfault with ulaw/alaw.
2003-11-05 Laurent Aimar * all: who has seen that I have just forgot to release...
2003-11-04 Laurent Aimar * araw: ported to new API.
2003-11-01 Laurent Aimar * araw: mhh, aout_buffer_t.i_nb_samples is samples...
2003-11-01 Laurent Aimar * araw: added pseudo raw encoder. (s16b and s16l ...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-05-17 Gildas Bazin* modules/access/cdda.c, modules/access/vcd/*: New...
2003-03-11 Laurent Aimar * Clean up. (Sigmund, does it work ?).
2003-03-11 Laurent Aimar * ffmpeg.h: added missing fourcc.
2003-03-11 Laurent Aimar * Hugly hack: break huge block of samples into smaller...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-08 Gildas Bazin* configure.ac.in, modules/audio_filter/converter/...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-21 Laurent Aimar * input_ext-dec.* : add a new function to parse decode...
2002-10-20 Laurent Aimar * all: fix for correct "i_channels" use.
2002-10-14 Laurent Aimar * araw.c : pseudo pcm decoder