]> git.sesse.net Git - vlc/history - modules/codec/aes3.c
upnp: change item b_net and i_type
[vlc] / modules / codec / aes3.c
2012-12-19 Rémi Denis-CourmontAES3: decode to S32N rather than S24 and simplify a...
2012-11-22 Rémi Denis-CourmontAES3: decode to native endian
2012-11-20 Rémi Denis-Courmontfile out: make time formatting optional (fixes #7768)
2012-11-20 Rémi Denis-Courmontaes3: use lookup table to speed up bit order inversion
2012-11-13 Jean-Baptiste KempfLGPL
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-04-21 Rémi Denis-CourmontRemove useless AOUT_PHYSMASK masking in some codecs
2012-04-16 Hugo Beauzée-Luyssenaes3: Add unlikely()
2012-04-16 Hugo Beauzée-Luyssenaes3: Remove write only variable.
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2010-02-11 Laurent AimarSet a non compressed format in aes3 decoder at open.
2009-12-07 Rafaël Carréaes3: use VLC_TS_INVALID (refs #3135)
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-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.
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
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-25 Laurent AimarFixed channel count index for aes3.
2008-08-25 Laurent AimarAdded AES3 (SMPTE 302M) decoder.