]> git.sesse.net Git - vlc/history - modules/codec/rawvideo.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / rawvideo.c
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...