]> git.sesse.net Git - vlc/history - src/video_output
*) Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
[vlc] / src / video_output /
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-05 Gildas Bazin* Big rewrite of the DirectX audio plugin. The audio...
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-25 Sam Hocevar * Compile fix for newer versions of MacOS X by Colin...
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-31 Sam Hocevar * Win2000 DVD input by Jon Lech Johansen <jon-vl...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
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-28 Sam Hocevar * Coding style fixes here and there.
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-04-12 Sam Hocevar * BeOS icon and MIME resources courtesy of Wade Major...
2001-04-11 Eugenio JarosiewiczUpdated & cleaned up intf_macosx.c and vout_macosx...
2001-04-06 Christophe Massiot* Sync MOSX dev/CVS tree : code support for MacOS X...
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
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-28 Sam Hocevar * Additional optimizations to the subtitle decoder
2001-02-26 Sam Hocevar * Optimizations done to the SPU decoder. Now the...
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-02-04 Sam Hocevar . removed obsolete video_yuv_mmx.S
2001-01-16 Sam Hocevar . merged the YUV plugins in the same directory to...
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-24 Sam Hocevar . changed subtitles palette.
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
2000-10-25 Renaud DartusSuppression du d�codage de la chrominance en B&W
2000-10-24 Pierre Baillet. Added a very basic splash screen, to be continued.
2000-10-24 Sam Hocevar * correction de l'affichage des fps (affichage, pas...
2000-08-29 Pierre Baillet. Arranged a few things
2000-08-28 Pierre Baillet. Added a 'f' shortcut to the SDL output (fullscreen...
2000-08-26 Henri FallonPut a test outside a loop : fixes task 0x31
2000-08-21 Pierre BailletA few new things:
2000-08-13 Sam Hocevar * now scaling is on by default, so that people won...
2000-08-08 Sam Hocevar . vir� les aliases � xvlc �, � ggivlc � etc. qui faisa...
2000-08-07 Sam Hocevar * vlc.init becomes ~/.vlcrc
2000-07-30 Sam Hocevar . rajout de l'option -Winline
2000-07-30 Sam Hocevar . autod�tection des plugins
2000-07-04 Sam HocevarBon, puisque �a semble commiter sous BeOS, je commite.
2000-06-23 Sam Hocevar . nouveaux plugins - ne fonctionnent pas encore tous
2000-06-14 Brieuc Jeunhommer�paration de mes betises sur la yuv (d�sol� tm), mais...
2000-06-14 Sam Hocevar . disparition de la plupart des printf
2000-06-09 Sam Hocevar . correction des conneries de BBP :)
2000-06-07 Brieuc JeunhommePetites optims dans SCALE_HEIGHT pour les images de...
2000-06-05 Sam Hocevar . bug dans le code des sous-titres (mauvais scaling...
2000-06-05 Gaël Hendryckx Ajout cradement d'une yuv en mmx 4:2:0 en 16 bpp...
2000-05-28 Sam Hocevar . suppression d'un bug cosm�tique dans l'affichage...
2000-05-28 Sam Hocevar . correction d'un bug dans les sous-titres pour un...
2000-05-27 Sam Hocevar . scaling des sous-titres (� proprifier)
next