]> git.sesse.net Git - vlc/history - modules/packetizer/mlp.c
decoder: factor some common code into DecoderUpdateFormatLocked()
[vlc] / modules / packetizer / mlp.c
2013-10-06 Jean-Baptiste KempfMLP packetizer: avoid SIGFPE with samplerate of 0
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-04-21 Rémi Denis-CourmontRemove useless AOUT_PHYSMASK masking in some codecs
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2011-09-13 Rafaël Carrépacketizers: move state enum in packetizer_helper.h
2011-08-03 Rémi Denis-Courmontblock_BytestreamInit(): rationalize prototype
2010-02-13 Laurent AimarDo not loose pts on stream properties changes.
2009-12-07 Rafaël Carrémlp packetizer: use VLC_TS_INVALID
2009-08-20 Pierre d'Herbemontmlp: Fix a bunch of warnings.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in packetizers.
2009-06-13 Laurent AimarAllow MLP packetizer to parse TrueHD codec.
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 vlc_fourcc_GetCodec when suitable.
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-09 Laurent AimarRemoved debug leftover.
2008-11-30 Laurent AimarCorrectly reset date after a discontinuity in audio...
2008-11-29 Laurent AimarAdded MLP packetizer with TrueHD support (AC3 frame...