]> git.sesse.net Git - vlc/history - modules/demux/mpeg/es.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / demux / mpeg / es.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-02-14 Laurent AimarIncreased probing size for ac3/dts in wav (close #3298).
2010-02-06 Laurent AimarMerged m4v demuxer into es.c (close #2822).
2010-02-06 Laurent AimarNo functionnal changes (es demuxer).
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in ES demuxer.
2009-07-18 Laurent AimarReally improved a52 in wav detection robustness (see...
2009-07-18 Laurent AimarAdded support for mpga in wav (close #2957).
2009-07-18 Laurent AimarCosmetics (wav).
2009-07-18 Laurent AimarA bit more strict es demux probing in wav.
2009-06-25 Jean-Baptiste KempfDon't ignore DTS in wav.
2009-06-25 Jean-Baptiste KempfDecode correctly some ac3 in wav files.
2009-06-13 Laurent AimarAdded .thd extension and force TrueHD decoder in raw...
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-04-13 Laurent AimarImproved a52 in wav detection robustness.
2009-04-12 Laurent AimarAlways use swab.
2009-02-09 Laurent AimarFixed (common) broken dts in wav (close #2494)
2008-11-29 Laurent AimarAdded MLP support to es demuxer.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-14 Laurent AimarAdded support for E-AC3 in ES demuxer.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-12 Laurent AimarAdded support for DTS to es demuxer.
2008-09-12 Laurent AimarAdded A52 capability to es demuxer.
2008-09-12 Laurent AimarAdded mpeg4 audio support to es demuxer.
2008-09-12 Laurent AimarRenamed mpga to es demuxer.
2003-11-22 Laurent Aimar * stream_output.h, transrate.c : do not use SOUT_BUFFE...
2003-09-10 Laurent Aimar * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...