git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Used vlc_fourcc_GetCodecAudio when applicable.
[vlc.git]
/
modules
/
codec
/
araw.c
2009-05-15
Laurent Aimar
Used vlc_fourcc_GetCodecAudio when applicable.
blob
|
commitdiff
2009-05-15
Laurent Aimar
Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
blob
|
commitdiff
|
diff to current
2009-05-13
Laurent Aimar
Used VLC_CODEC_* and i_original_fourcc when applicable.
blob
|
commitdiff
|
diff to current
2009-05-13
Laurent Aimar
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
blob
|
commitdiff
|
diff to current
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
blob
|
commitdiff
|
diff to current
2008-10-23
Laurent Aimar
Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
blob
|
commitdiff
|
diff to current
2008-08-03
Justus Piater
Declared many static variables const
blob
|
commitdiff
|
diff to current
2008-06-28
Laurent Aimar
Fixed buffer size computation with non zero bits per...
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-21
Rémi Denis-Courmont
Use gettext_noop() consistently
blob
|
commitdiff
|
diff to current
2008-05-12
Rémi Duraffort
Don't print a message when an memory error occure and...
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
blob
|
commitdiff
|
diff to current
2008-01-29
Rafaël Carré
codecs & packetizers: fix warnings
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2007-10-04
Rémi Denis-Courmont
Export bitrate for the benefit of stream output
blob
|
commitdiff
|
diff to current
2007-10-04
Rémi Denis-Courmont
Put some static tables const
blob
|
commitdiff
|
diff to current
2007-07-11
Pavlov Konstantin
Allow playback of in24 little-endian or big-endian...
blob
|
commitdiff
|
diff to current
2006-12-31
Antoine Cellerier
Add quicktime in24 and in32 support (basically s24...
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-03-30
Christophe Mutricy
String review in codec. 1st part. ffmpeg.h to be improv...
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-12-14
Derk-Jan Hartman
* Support the "pcm " WAV fourcc. it's equal to "araw".
blob
|
commitdiff
|
diff to current
2005-10-02
Jean-Paul Saman
Fix compiler warning: 'araw.c:62: warning: static'...
blob
|
commitdiff
|
diff to current
2005-07-09
Rémi Denis-Courmont
Make Zorglub less unhappy
blob
|
commitdiff
|
diff to current
2005-07-08
Rémi Denis-Courmont
Copyright fixes
blob
|
commitdiff
|
diff to current
2005-03-17
Gildas Bazin
modules/codec/araw.c: a/ulaw encoding support. Patch...
blob
|
commitdiff
|
diff to current
2004-12-11
Clément Stenac
Improvements to preferences
blob
|
commitdiff
|
diff to current
2004-09-30
Gildas Bazin
* modules/codec/araw.c: compilation fix.
blob
|
commitdiff
|
diff to current
2004-09-30
Gildas Bazin
* modules/mux/wav.c: use aout_ChannelReorder().
blob
|
commitdiff
|
diff to current
2004-08-31
Gildas Bazin
* modules/codec/araw.c: got rid of the audio conversion...
blob
|
commitdiff
|
diff to current
2004-08-29
Gildas Bazin
* modules/audio_filter/converter/dtstofloat32.c: added...
blob
|
commitdiff
|
diff to current
2004-07-06
Gildas Bazin
* modules/codec/araw.c: increased priority of encoder.
blob
|
commitdiff
|
diff to current
2004-02-23
Gildas Bazin
* modules/demux/wav.c: more fixes for multichannel...
blob
|
commitdiff
|
diff to current
2004-02-14
Gildas Bazin
* modules/demux/wav.c: started support for WAVEFORMATEX...
blob
|
commitdiff
|
diff to current
2004-01-25
Gildas Bazin
* ALL: removed useless add_category_hint().
blob
|
commitdiff
|
diff to current
2003-12-20
Gildas Bazin
* modules/codec/araw.c: added "mlaw" as a fourcc for...
blob
|
commitdiff
|
diff to current
2003-12-16
Gildas Bazin
* modules/codec/araw.c: small fix.
blob
|
commitdiff
|
diff to current
2003-11-22
Laurent Aimar
* all: only include header that are needed (and no...
blob
|
commitdiff
|
diff to current
2003-11-16
Gildas Bazin
* ALL: final improvements to the decoders/packetizers...
blob
|
commitdiff
|
diff to current
2003-11-08
Laurent Aimar
* araw.c: prevent segfault with ulaw/alaw.
blob
|
commitdiff
|
diff to current
2003-11-05
Laurent Aimar
* all: who has seen that I have just forgot to release...
blob
|
commitdiff
|
diff to current
2003-11-04
Laurent Aimar
* araw: ported to new API.
blob
|
commitdiff
|
diff to current
2003-11-01
Laurent Aimar
* araw: mhh, aout_buffer_t.i_nb_samples is samples...
blob
|
commitdiff
|
diff to current
2003-11-01
Laurent Aimar
* araw: added pseudo raw encoder. (s16b and s16l ...
blob
|
commitdiff
|
diff to current
2003-10-25
Sam Hocevar
* include/vlc_common.h:
blob
|
commitdiff
|
diff to current
2003-09-02
Gildas Bazin
* ALL: Introduction of a new api for decoders.
blob
|
commitdiff
|
diff to current
2003-08-17
Laurent Aimar
* all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
blob
|
commitdiff
|
diff to current
2003-05-17
Gildas Bazin
* modules/access/cdda.c, modules/access/vcd/*: New...
blob
|
commitdiff
|
diff to current
2003-03-11
Laurent Aimar
* Clean up. (Sigmund, does it work ?).
blob
|
commitdiff
|
diff to current
2003-03-11
Laurent Aimar
* ffmpeg.h: added missing fourcc.
blob
|
commitdiff
|
diff to current
2003-03-11
Laurent Aimar
* Hugly hack: break huge block of samples into smaller...
blob
|
commitdiff
|
diff to current
2003-01-07
Laurent Aimar
* all: I have added two new variables in es_descriptor...
blob
|
commitdiff
|
diff to current
2003-01-02
Gildas Bazin
* modules/codec/*: reverted my previous patch that...
blob
|
commitdiff
|
diff to current
2002-12-30
Gildas Bazin
* modules/codec/*: make sure all audio decoders set
blob
|
commitdiff
|
diff to current
2002-11-28
Laurent Aimar
* all: some clean up with WAVEFORMATEX and endian...
blob
|
commitdiff
|
diff to current
2002-11-14
Christophe Massiot
Major change of the channels management. p_format-...
blob
|
commitdiff
|
diff to current
2002-11-08
Gildas Bazin
* configure.ac.in, modules/audio_filter/converter/...
blob
|
commitdiff
|
diff to current
2002-10-27
Gildas Bazin
* ALL: removed GetPES and NextPES, we now use input_Ext...
blob
|
commitdiff
|
diff to current
2002-10-24
Gildas Bazin
* src/input/input_ext-dec.c, include/input_ext-dec...
blob
|
commitdiff
|
diff to current
2002-10-21
Laurent Aimar
* input_ext-dec.* : add a new function to parse decode...
blob
|
commitdiff
|
diff to current
2002-10-20
Laurent Aimar
* all: fix for correct "i_channels" use.
blob
|
commitdiff
|
diff to current
2002-10-14
Laurent Aimar
* araw.c : pseudo pcm decoder
blob
|
commitdiff
|
diff to current