]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
* fixed several format string inconsistencies and deprecated C constructions.
[vlc] / src / video_output / video_output.c
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-18 Gildas Bazin* src/video_output/video_output.c: fixed a bug concerni...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c: added a --aspect...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-20 Gildas Bazin* src/video_output/video_output.c: fixed a really old...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-02 Gildas Bazin* src/video_output/video_output.c: small change to...
2002-10-17 Sam Hocevar * ./src/video_output/video_output.c: mouse coordinate...
2002-10-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed bad initializ...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-02 Jon Lech Johansen * darwin_specific.[ch]: added strndup needed by video...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-05 Stéphane Borel* Added mouse coordinates to vout struct. They are...
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
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...
next