]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
* ALL: the first libvlc commit.
[vlc] / src / video_output / video_output.c
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-29 Sam Hocevar * ./src/video_output/video_output.c: when the video...
2002-05-28 Stéphane Borel*Added a b_force flag to picture_t so that we can force...
2002-05-23 Sam Hocevar * ./src/video_output/video_output.c: the video output...
2002-05-19 Christophe MassiotMac OS X-specific :
2002-05-17 Loïc Minier * video output patch to improve handling of late...
2002-05-06 Gildas Bazin* video plugins that don't handle rescaling themselves...
2002-05-05 Gildas Bazin* fixed the resizing and scaling of the X11 video output.
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-21 Gildas Bazin* added config_GetFloatVariable() and config_PutFloatVa...
2002-04-05 Gildas Bazin* introduced a memalign wrapper that will align the...
2002-04-04 Sam Hocevar * ./src/video_output/video_output.c: fixed a vout4...
2002-03-21 Gildas Bazin* the calculation for the initial video window dimensio...
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-03-15 Sam Hocevar * ./Makefile: fixed OS X vlc.app compilation dependen...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-03 Gildas Bazin* added network to the list of the plugins directories...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-18 Stéphane BorelFixed a typo in aspect ratio calculation
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-13 Gildas Bazin* Fixed all the problems related to ToggleFullScreen().
2002-01-12 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
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-31 Sam Hocevar * Fixed detection of the esd plugin.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-10-03 Sam Hocevar * Added an endianness check for cross-compilations.
2001-10-03 Xavier MarchesiniThe vlc now compiles when cross-compiling with Mingw32...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-09-26 Christophe MassiotBy default, use the real size of the stream for the...
2001-09-25 Christophe MassiotAltivec IDCT and motion compensation, courtesy of Miche...
2001-08-22 Gildas Bazin- The win32 port is once again using msvcrt.dll instead...
2001-08-14 Sam Hocevar * Fixed a crash in subtitle rendering.
2001-08-03 Gildas BazinOops, forgot to commit this file.
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-11 Sam Hocevar * libdvdcss enhancements by Billy Biggs <vektor@dumbt...
2001-07-10 Gildas Bazin- Fixed the segfault in vout_UnloadFont
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
2001-05-31 Sam Hocevar * BeOS fixes. renamed iovec.h to input_iovec.h becaus...
2001-05-31 Sam Hocevar * miscellaneous Win32 fixes by Gildas Bazin <gbazin...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-08 Sam Hocevar * Fixed an aspect ratio issue in the SPU decoder...
2001-05-08 Sam Hocevar * Speed optimization in the handling of the unusual...
2001-05-07 Sam Hocevar * Added support for some terribly braindead DVD subti...
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-05-06 Stéphane Borel*Much work on the gnome interface: added oct's playlist...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-27 Christophe MassiotChange --enable-debug into --enable-trace. Same with...
2001-04-25 Christophe Massiot* Removed my optimization attempt.
2001-04-25 Christophe Massiot* Fixed an alignment issue with the bit stream and...
2001-04-25 Sam Hocevar * Updated the TODO list.
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-04 Sam Hocevar Commited BeOS changes by Richard Shepherd and Tony...
2001-03-02 Christophe Massiot* Fixed miscellaneous alignment problems (alpha/sparc...
2001-02-26 Sam Hocevar * The Gtk+ interface is now built as a Debian package...
2001-02-20 Christophe MassiotMinor optimizations in the video decoder.
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-19 Christophe Massiot* Kludge of the kludge, removing an oddity in YUV initi...
2001-02-18 Sam Hocevar * Ported the framebuffer plugin to the new module...
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-12 Sam Hocevar * The pure Gnome part of the Gnome interface has been...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-06 Damien Lucas. Fixed a FIXME in SDL: p_vout->p_sys is no more used...
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-08 Sam Hocevar . Added a missing mutex_unlock in video_output.c
2001-01-07 Benoit SteinerHum, ouais bon ben euhh, j'avais fume, donc je repare...
2001-01-07 Benoit SteinerOptimisation de BinaryLog
2001-01-07 Henri Fallon- Order : if a then b are initialized, release b then a ;
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2001-01-05 Sam Hocevar(previous commit foired)
2001-01-04 Arnaud de Bossorei... - fixed pitch bug;
2001-01-04 Christophe Massiot* Fixed a deadlock (the vout unlocked a mutex locked...
2000-12-22 Sam Hocevar . no need to add "\n" at the end of intf_*Msg() messag...
2000-12-21 Christophe Massiot* Moved video_decoder's headers from include/ to src...
2000-12-19 Pierre Baillet- fixed the ratio/position problem in YUV, now patching...
2000-12-18 Christophe MassiotWe now display CPU usage statistics for each thread.
2000-12-10 Benoit Steinerdebut de portage sous solaris
2000-11-29 Christophe MassiotAdded hooks for the fothcoming YUV overlay support.
2000-11-29 Christophe Massiot* Added debug messages in the video synchro
2000-11-28 Christophe MassiotMore stats.
2000-11-28 Christophe MassiotThe YUV buffer is now freed after displaying (useful...
2000-11-27 Christophe Massiot * vlc is now compiled without the STATS mode by default.
2000-11-21 Stéphane Borel.Impl�mentation de intf_WarnMsg( int i_level, char...
2000-11-13 Christophe Massiot* Retirage du #define STATS ;
2000-11-13 Christophe Massiot * Totally new frame dropping algorithm.
2000-10-29 Sam Hocevar . le mode framebuffer vide l'�cran quand on quitte.
2000-10-26 Renaud DartusUne l�g�re modification pour le passage B&W � C
next