]> git.sesse.net Git - vlc/history - modules/demux/rawvid.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / rawvid.c
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-05-24 Jean-Baptiste KempfRawvid: rewind to the beginning of the stream when...
2009-12-20 Laurent AimarUsed VLC_TS_0 in rawvid demuxer.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
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 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
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-01-27 Rémi Denis-CourmontTrailing ;
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
2008-11-07 Laurent AimarCleaned up a bit rawvideo demuxer.
2008-11-07 David Flynnrawvideo: Fix timestamps & input options
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-19 Rémi DuraffortFix a compilation warning.
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-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Jean-Baptiste KempfFix warning in rawvid demxuer.
2008-03-11 Rémi DuraffortUse VLC_ENOMEM instead of VLC_EGENERIC.
2008-03-11 Rémi DuraffortCheck malloc return value.
2008-03-08 Antoine CellerierFix issues with the VLC rawvid demux and bump it's...
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-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-07-18 Antoine CellerierAlso demux YUV4MPEG2 files with the raw video demux...
2007-07-17 Antoine CellerierAutomatically load files with the following extension...
2007-07-17 Antoine CellerierAdd aspect ratio and chroma option to the rawvid demux.
2007-04-21 Christophe Mutricysvn keywords
2007-04-21 Gildas Bazin* modules/demux/rawvid.c: raw video demuxer (only does...