21 Commits (eb6c45093a933c68bcedfb4e75a7185ccf1dded9)

Author SHA1 Message Date
Gildas Bazin 1374a69a56 * modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas). 22 years ago
Gildas Bazin 3ea1b0e909 * ALL: Major rework of the subpictures architecture. 22 years ago
Yoann Peronneau 11e8ae9200 * src/video_output/vout_subpictures.c : New OSD channels 22 years ago
Yoann Peronneau 50b658157c Support for multiple OSD channels : 22 years ago
Derk-Jan Hartman 5cd1cfe245 * modules/demux/util/sub.? 23 years ago
Laurent Aimar 3439df8101 * all: removed decoder_fifo_t. 23 years ago
Laurent Aimar 61f6d450b1 * all: only include header that are needed (and no more stdlib.h, string.h 23 years ago
Laurent Aimar 82ca25cb19 * all: ported to new API. 23 years ago
Gildas Bazin 55c20a717b * modules/codec/spudec/parse.c: fixed typo found by Meuuh. 23 years ago
Derk-Jan Hartman cf3bb5c007 * ALL: 23 years ago
Gildas Bazin ec22d731d3 * configure.ac.in: don't include the screensaver plugin on win32. 23 years ago
Gildas Bazin 4bcfe96c4e * src/video_output/video_output.c: we were still using free instead of 24 years ago
Sam Hocevar 5f0dad5602 * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date 24 years ago
Sam Hocevar 08d62d373b * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles 24 years ago
Christophe Massiot cb07a7161e Fixed (again) a rendering bug on big endian systems. :-p 24 years ago
Sam Hocevar ade615bfc0 * ./configure.ac.in: removed -W in favour of -Wtraditional. 24 years ago
Gildas Bazin 85071f3419 * modules/codec/spudec/*: modified the spu decoder to handle text subtitles. 24 years ago
Sam Hocevar 8b09b55dd7 * ./modules/access/dvdplay/access.c: activated button highlighting. 24 years ago
Gildas Bazin cae5489acf * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple 24 years ago
Sam Hocevar cea09ed893 * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha 24 years ago
Sam Hocevar ba97736ab8 * ./modules/codec/spudec/*: split spudec into the parsing and the rendering 24 years ago
Sam Hocevar 19ea8feb6d * ./modules/*: moved plugins to the new tree. Yet untested builds include 24 years ago
Sam Hocevar 976dfc3eb4 * ALL: new module API. Makes a few things a lot simpler, and we gain 24 years ago
Sam Hocevar 64d33dc9bc * ALL: decoders now use a fourcc as a probe value. 24 years ago
Sam Hocevar 660db6d877 * ./plugins/dvd/dvd_es.c: error in selecting SPU stream. 24 years ago
Stéphane Borel 92cae559e9 * Release vout when we close spudec. 24 years ago
Sam Hocevar e058a31531 (new in MAIN) 24 years ago
Sam Hocevar 695669c95f (new in MAIN) 24 years ago
Sam Hocevar 9e3ab283c2 * ALL: the first libvlc commit. 24 years ago
Gildas Bazin 830af7ae30 * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call 24 years ago
Stéphane Borel d550a0f854 *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does 24 years ago
Stéphane Borel 7bfa775b70 *Mark subpictures destroyed when we end spudec thread. 24 years ago
Gildas Bazin 7adf5042d1 * updated the MSVC++ project files and added support for dirent (vlc compiled 24 years ago
Sam Hocevar e1e9e7b7dd * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors 24 years ago
Christophe Massiot 4bef8ffbce * Fixed menus [Mac OS X port] 24 years ago
Sam Hocevar d630f58f97 * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia 24 years ago
Gildas Bazin 69c174d7ed * DirectX video output plugin now uses triple buffering for YUV overlay. This 24 years ago
Sam Hocevar 4b22a29123 * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix 24 years ago
Sam Hocevar 3eb0086e09 * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh. 24 years ago
Gildas Bazin 5322a29b72 * various little portability fixes 24 years ago
Sam Hocevar dffb93e15d * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image 24 years ago
Sam Hocevar 0d972bf52f * ./Makefile: fixed OS X vlc.app compilation dependencies. 24 years ago
Stéphane Borel 9c49d6f872 *p_es->p_demux_data is available in p_config->p_demux_data so that the input 24 years ago
Sam Hocevar 730cc399c5 * Got rid of TRACE and intf_DbgMsg which were seldom used anyway. 25 years ago
Sam Hocevar 48cbd8f360 * ALL: got rid of *_Probe functions because most of them were duplicates 25 years ago
Christophe Massiot d970994cc0 * Decoders do not necessarily use bit stream (see mad plug-in) 25 years ago
Sam Hocevar 53b978f865 * ./BUGS: added a list of known bugs. Please add your findings! 25 years ago
Sam Hocevar cc0f0bb6fd Some heavy changes today: 25 years ago
Sam Hocevar fafbe100b1 * Put ErrorThread() in input_ext-dec.h because it was the same function 25 years ago
Christophe Massiot abde4bbfb7 * Changed the way decoder_fifo_t works ; 25 years ago