]> git.sesse.net Git - vlc/history - modules/demux/rawdv.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / rawdv.c
2009-12-20 Laurent AimarUsed VLC_TS_0 in rawdv demuxer.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
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-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-04-25 Jean-Paul SamanPatch from Paul Corke for rawdv to advance the timestam...
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-05-15 Laurent Aimar* all: use 1 as starting time (allow to have a valid...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-02 Laurent Aimar * rawdv.c: demux -> demux2. (Untested so may be broken)
2004-02-29 Gildas Bazin* modules/demux/rawdv.c: DV audio support was removed...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-24 Laurent Aimar * rawdv.c: ported to es_out_* and stream_*.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-27 Gildas Bazin* modules/codec/ffmpeg/*: added chroma conversion capab...
2003-04-27 Gildas Bazin* modules/demux/rawdv.c: fixes for when the video and...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-01-23 Laurent Aimar * demux: fix segfault while trying to opening files...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-17 Gildas Bazin* modules/demux/rawdv.c: new raw dv demuxer (only video...