]> git.sesse.net Git - vlc/history - modules/codec/araw.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / araw.c
2010-02-06 Laurent AimarAdded non native float 32/64 to araw decoder.
2009-12-07 Rafaël Carréaraw: use VLC_TS_INVALID (refs #3135)
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
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-15 Laurent AimarUsed vlc_fourcc_GetCodecAudio when applicable.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-08-03 Justus PiaterDeclared many static variables const
2008-06-28 Laurent AimarFixed buffer size computation with non zero bits per...
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-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-04 Rémi Denis-CourmontExport bitrate for the benefit of stream output
2007-10-04 Rémi Denis-CourmontPut some static tables const
2007-07-11 Pavlov KonstantinAllow playback of in24 little-endian or big-endian...
2006-12-31 Antoine CellerierAdd quicktime in24 and in32 support (basically s24...
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Derk-Jan Hartman* Support the "pcm " WAV fourcc. it's equal to "araw".
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