]> git.sesse.net Git - vlc/history - modules/demux/tta.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / tta.c
2009-12-20 Laurent AimarFixed initial timestamp value in TTA demuxer.
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.
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-08-20 Jean-Baptiste KempfKill a warning and put i_datalength as an uint32_t
2008-08-20 Jean-Baptiste KempfTTA: Sanity check to avoid overflow and typo
2008-08-20 Rémi Denis-CourmontTTA: robustify and avoid one memcpy/allocation
2008-08-20 Rémi Denis-CourmontTTA: potential 0 divider
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-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-03-11 Rémi DuraffortUse VLC_ENOMEM instead of VLC_EGENERIC.
2008-03-11 Rémi DuraffortCheck malloc return value and fix a memory leak.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-02-25 Laurent AimarBunch of warning fixes.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Jean-Paul SamanRemove unused variable p_meta
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...