]> git.sesse.net Git - vlc/history - modules/demux/rawvid.c
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
[vlc] / modules / demux / rawvid.c
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...