]> git.sesse.net Git - vlc/history - modules/codec/rawvideo.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / rawvideo.c
2010-05-24 Laurent AimarFixed raw picture size in rawvideo codec.
2010-02-08 Laurent AimarAdded a few missing fourcc to rawvideo decoder.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-07 Rafaël Carrérawvideo: use VLC_TS_INVALID (refs #3135)
2009-10-03 Antoine CellerierMake it possible to flag blocks as interlaced and use...
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-11-19 Laurent AimarFixed rawvideo packetizer.
2008-11-07 Laurent AimarDo not reject rawvideo without a frame rate but use...
2008-11-07 David Flynnrawvideo: Fix timestamps & input options
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Antoine CellerierFix the rawvideo codec when visible_pitch != pitch...
2008-05-26 Antoine CellerierRemove unused variable.
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
2007-09-23 Jean-Baptiste KempfAdd HDYC fourCC for some HD Raw Videos.
2007-09-23 Jean-Baptiste KempfAdd Y41B and Y42B FourCC. Solves rare raw video detection.
2007-09-23 Jean-Baptiste KempfAdd AVUI fourCC, fix the problem with http://samples...
2007-07-03 Jean-Baptiste KempfAdd 2Vuy FourCC case flavour to rawvideo.
2007-06-28 Jean-Baptiste KempfAdd support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
2007-02-28 Derk-Jan Hartman* rawvideo.c: Do not use visible_pitch when walking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
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
2005-03-05 Gildas Bazin* ALL: a few fixes.
2004-12-11 Clément StenacImprovements to preferences
2004-09-10 Gildas Bazin* modules/codec/rawvideo.c: packetizer will also invert...
2004-08-30 Gildas Bazin* modules/demux/avi/avi.c, modules/codec/rawvideo.c...
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-02-27 Laurent Aimar * rawvideo.c, ffmpeg/chroma.c: added YVU9.
2004-02-22 Laurent Aimar * all: compilation warning fixes (mainly missings...
2004-01-07 Gildas Bazin* src/playlist/*: fixed memory leaks.
2003-12-22 Sam Hocevar * toolbox:
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-05-02 Laurent Aimar * rawvideo.c: fix a bug while filling picture.
2003-04-27 Gildas Bazin* src/video_output/vout_pictures.c, include/video_outpu...
2003-04-27 Gildas Bazin* src/video_output/video_output.c: small bugfix + vout_...
2003-04-26 Gildas Bazin* modules/codec/rawvideo.c: added support for YUY2...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...