1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
Sam Hocevar
f4fd4afc62 * Mouse motion and mouse click support in the libcaca vout. 2006-11-01 09:20:20 +00:00
Clément Stenac
f485214f09 For consistency, remove references to vlc from libvlc
Also, make it clearer what is shared and instance-specific

So,
libvlc_t ==> libvlc_global_t
vlc_t ==> libvlc_int_t (internal instance)

p_object->p_libvlc ==> p_object->p_libvlc_globale
p_object->p_vlc ==> p_object->p_libvlc

VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC

And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
2006-09-15 14:31:51 +00:00
Christophe Mutricy
4a935b11d3 caca.c: compile fix 2006-06-01 13:10:28 +00:00
Sam Hocevar
41f79cdb76 * modules/video_output/caca.c: fixed typedefs for older libcaca versions. 2006-06-01 10:34:32 +00:00
Sam Hocevar
61c29c8f4f * modules/video_output/caca.c: many code simplifications. 2006-06-01 09:57:01 +00:00
Sam Hocevar
ec4b9fba24 * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1. 2006-04-24 08:53:26 +00:00
Sam Hocevar
1548a691c7 * modules/video_output/caca.c: Compilation fixes. 2006-03-22 17:51:17 +00:00
Christophe Mutricy
6ba683e602 caca.c: Typo 2006-03-19 18:16:56 +00:00
Sam Hocevar
053e3a9a01 * Support for newer libcaca/libcucul versions. 2006-03-19 17:17:57 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Rémi Denis-Courmont
fe087a3828 Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Felix Paul Kühne
b7c52465b1 * backport of [11257] to trunk 2005-06-03 19:32:11 +00:00
Clément Stenac
ba9826cacf Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
+ put access and demux in the right place
2005-03-03 06:58:04 +00:00
Clément Stenac
a90a19a6b0 Improvements to preferences
* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator
2004-12-11 14:45:46 +00:00
Gildas Bazin
56b5483c56 * ALL: use i_visible_lines in plane_t. 2004-08-28 17:36:02 +00:00
Sam Hocevar
4b9f4ff644 * Massive spelling corrections. 2004-04-27 16:35:15 +00:00
Clément Stenac
64ae4f172c String review 2004-01-26 16:45:03 +00:00
Sam Hocevar
5872e863da * modules/video_output/caca.c:
+ Set the window title upon startup.
    + Support for window resizing (requires libcaca 0.8).
2004-01-18 04:55:19 +00:00
Gildas Bazin
dd05490e3c * modules/video_output/caca.c: ported to win32. 2004-01-12 16:16:41 +00:00
Sam Hocevar
c53b4c332f * modules/video_output/caca.c:
+ Updated for libcaca 0.7.
2004-01-08 19:22:10 +00:00
Sam Hocevar
9e519df88e * modules/video_output/caca.c:
+ Ported to libcaca 0.6.
    + Removed dithering configuration variable; use the CACA_DITHERING
      environment variable instead, until the API is polished.
  * include/codecs.h:
    + Minor coding style fix.
2004-01-04 04:50:24 +00:00
Sam Hocevar
3d6ee48d4a * modules/misc/dummy/renderer.c:
+ Removed evil ^Ms from the file.
  * modules/video_output/caca.c:
    + Support for new dithering modes (libcaca HEAD only).
  * modules/* src/*:
    + Grammar and spelling fixes.
    + Coding style fixes.
  * po/fr.po:
    + Spelling fixes.
    + Updated a few translations.
  * po/en_GB.po:
    + Updated a few translations.
2003-12-04 16:49:45 +00:00
Sam Hocevar
9d3e0fb5bc * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub). 2003-11-22 16:18:05 +00:00
Sam Hocevar
3aa3ecc18a * configure.ac:
+ Fixed internal symbols for version numbers containing "+".
    + Added a --enable-caca flag.
  * modules/video_output/caca.c:
    + Updated libcaca video output to the released version.
    + Added --caca-dithering flag (none, dither, random).
2003-11-22 15:53:18 +00:00
Sam Hocevar
45cb9defb3 * modules/video_output/caca.c: color ASCII art video output using libcaca. 2003-11-16 22:29:33 +00:00