587 Commits (18188c24971c0fa187494500b865fc12f3955d8d)
 

Author SHA1 Message Date
Christophe Massiot 18188c2497 * 32-bit aligned bitstream (not that fast). 26 years ago
Sam Hocevar 647cca0ebb The motion compensation routines are now modules as well ; choose your 26 years ago
Christophe Massiot cf0b7cf953 * Borrowed LiViD's MMX and MMX EXT IDCT. 26 years ago
Sam Hocevar fd1220a285 . removed a few useless malloc() and unused variables in the audio SDL stuff 26 years ago
Stéphane Borel 627633ae2b * Minor changes 26 years ago
Pierre Baillet 0a267fd4a9 - small tweak in the copy handling, reduce CPU usage. 26 years ago
Sam Hocevar 4743982b13 . --aout sdl now works 26 years ago
Pierre Baillet 63757407cb - minor cosmetic changes :P 26 years ago
Pierre Baillet 4cff691635 - Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill. 26 years ago
Christophe Massiot 3a8481df75 * Reverted something that wasn't supposed to go into the cvs :p 26 years ago
Christophe Massiot 91bf1a917f * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to 26 years ago
Sam Hocevar ba59eb048e . a few changes in the CPU extensions detection code, borrowed from the 26 years ago
Sam Hocevar 5464102fa7 . add check for MMX EXT extensions, which doesn't work, which is a good 26 years ago
Christophe Massiot c760db3810 * Change for the forthcoming fast forward and slow motion support. 26 years ago
Sam Hocevar 6eb707884c . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just 26 years ago
Sam Hocevar 619061c25c [ include/config.h.in has changed, don't forget tu run ./configure ] 26 years ago
Stéphane Borel 1cd850a856 . Now use of 64 bits offsets to parse the whole DVD. So we have all the 26 years ago
Sam Hocevar f56c4db12e . merged the YUV plugins in the same directory to avoid too much code 26 years ago
Christophe Massiot 2f64eb2998 * Fixed a bug in the frame rate handling ; 26 years ago
Christophe Massiot 3a3f1725ce * Finally fixed repeat_first_field and co. (pas encore tout compris...) 26 years ago
Christophe Massiot 4bcf1baec5 * Implemented video_parser bitstream callback for PTS/DTS. 26 years ago
Renaud Dartus 420ec3aac3 * Fixed close button support in SDL 26 years ago
Sam Hocevar b8899c0c16 OK, so I foired input.h once again. But this one works. For real. 26 years ago
Sam Hocevar 54eb1d5f51 . correction d'un poliotage de copier-coller 26 years ago
Sam Hocevar c0211e9a50 . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that 26 years ago
Stéphane Borel bba082093f . Correction of bugs in ifo parsing. Now the structures should be well 26 years ago
Stéphane Borel a9729877b7 . Beginning of dvd_input. 26 years ago
Sam Hocevar e360e2a431 . second part of the commit 26 years ago
Sam Hocevar 26ee312a6f . the IDCT functions are now located in modules : the classic IDCT, 26 years ago
Christophe Massiot a558a9bb47 * Changed default values : 26 years ago
Sam Hocevar ebfaed9be9 . destroy fifo mutex and cond variables _after_ they are used for 26 years ago
Sam Hocevar c393ff60e9 . Attempt to port the BeOS audio plugin to the new module API. Will 26 years ago
Henri Fallon 4af9ab12a5 Done : 26 years ago
Christophe Massiot a85534e5b5 * Fixed 32 bits bitstream bugs. 26 years ago
Sam Hocevar e3636eb15f . moved the MPEG audio decoder to the new bitstream 26 years ago
Sam Hocevar 993381a227 . moved swab32 from input_ext-dec.h to common.h. We probably won't need 26 years ago
Sam Hocevar bf10480df4 . fixed a missing #ifdef STATS 26 years ago
Christophe Massiot ecff1e713f * Changed code for handling b_die in bitstream ; 26 years ago
Christophe Massiot 0b625864d4 * Placed a callback to the decoder in the bitstream structure ; 26 years ago
Sam Hocevar 9f553534b0 . complete commenting of modules_core.h and small modifications 26 years ago
Sam Hocevar 9451c9b90e . just removed a forgotten debug message in the setpalette code 26 years ago
Pierre Baillet cbb9cfbfdf .Added 8bits palette SDL support. 26 years ago
Sam Hocevar ef05e7761e . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*). 26 years ago
Arnaud de Bossoreille de Ribou 5a88167734 - maybe found the fullscreen bug, please test :) 26 years ago
Arnaud de Bossoreille de Ribou 6473750311 - fixed colors' bug (TODO: write a function in vout that recalculate colors 26 years ago
Sam Hocevar 3ce24ee9dd . Added a missing mutex_unlock in video_output.c 26 years ago
Arnaud de Bossoreille de Ribou 618b891b23 - cleaning of SDL Lock/Unlock Surface. 26 years ago
Sam Hocevar c25e25c4d2 . added a .cvsignore file in lib/ so that the directory doesn't get 26 years ago
Sam Hocevar f8da8c9585 . all plugins now compile with -fPIC. 26 years ago
Pierre Baillet b7b3386b57 NoSEGfault Kl�dge added. 26 years ago