]> git.sesse.net Git - vlc/history - src/video_output/vout_pictures.c
Copyright fixes
[vlc] / src / video_output / vout_pictures.c
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2004-11-08 Gildas Bazin* src/video_output/vout_subpictures.c: proper subpictur...
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-12 Gildas Bazin* src/video_output: fixed a CPU heating loop in pause...
2004-09-10 Gildas Bazin* include/vlc_video.h, src/video_output/vout_pictures...
2004-08-29 Gildas Bazin* src/video_output/vout_pictures.c: RV24 is really...
2004-08-28 Gildas Bazin* src/video_output/vout_pictures.c: oups, inverted...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-05 Gildas Bazin* src/video_output/*: optimized/simplified vout_RenderP...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-07-02 Gildas Bazin* include/video_output.h, include/vlc_video.h, src...
2004-07-01 Sigmund Augdal HelbergDoxygenized some functions in vout_pictures.c. Prepared...
2004-05-19 Damien Fouilleul- added support for UYVY chroma for directx direct...
2004-02-27 Laurent Aimar * vout_pictures.*: added YVU9.
2004-02-22 Gildas Bazin* ALL: preparation for 0.7.1-test2.
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-08-28 Gildas Bazin* src/video_output/*, src/libvlc.h, include/video_outpu...
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-09 Christophe Massiot* include/video.h include/video_output.h src/video_outp...
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-20 Christophe Massiot* The libmpeg2 plug-in is now completely operational ;
2003-03-28 Gildas Bazin* modules/audio_output/waveout.c: compilation fix for...
2003-03-10 Gildas Bazin* src/video_output/vout_pictures.c: declaration of...
2003-01-22 Laurent Aimar * all: modified files for video transcoding. Still...
2003-01-15 Sam Hocevar * ALL: slightly changed some interface strings so...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-08-21 Sam Hocevar * ./modules/video_output/svgalib.c: SVGAlib video...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-28 Stéphane Borel*Added a b_force flag to picture_t so that we can force...
2002-05-20 Sam Hocevar * ./src/video_output/vout_pictures.c: workaround...
2002-05-20 Sam Hocevar * ./plugins/dummy/dummy.c: added --dummy-chroma option.
2002-04-29 Gildas Bazin* Restored vout_CopyPicture(). It is needed by the...
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-15 Christophe Massiot* Support for pictures with a pitch different from...
2002-04-05 Gildas Bazin* introduced a memalign wrapper that will align the...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-02-27 Sam Hocevar * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-02-13 Sam Hocevar * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
2002-02-08 Sam Hocevar * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB...
2002-01-21 Gildas Bazin* Fixed crashes on exit in the directx plugin
2002-01-17 Gildas Bazin* major rewrite of the directx video plugin to adapt...
2002-01-12 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software...
2002-01-05 Sam Hocevar * ./include/common.h: hton64 is now an inline function.
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Buffer choice optimizations - vout4 should eat...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...