585 Commits (cf0b7cf953a80e78c1778e819b4d5b03216dc165)
 

Author SHA1 Message Date
Henri Fallon a5d3d16530 - Order : if a then b are initialized, release b then a ; 26 years ago
Henri Fallon 393a5d5241 - Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads. 26 years ago
Benoit Steiner eb8d4519bc Fixed compilation pb under solaris 2.6 26 years ago
Benoit Steiner eed018b6f8 Fixed solaris libraries 26 years ago
Sam Hocevar ffa693e8bd . should compile & run on Solaris with ./configure --disable-dsp 26 years ago
Henri Fallon 4542979c0f Fixed a typo than prevented from building ... 26 years ago
Henri Fallon 9385e1d576 Fixed initialization of payload_start and payload_end 26 years ago
Christophe Massiot 454454b554 BSD port, including : 26 years ago
Sam Hocevar 6eb6044c0b . src/misc/modules.c is in a workable state now. 26 years ago
Sam Hocevar 2a8ef11d88 (previous commit foired) 26 years ago
Sam Hocevar a132d75cac . this is a coding style patch which removes all "foo(bar){" constructions 26 years ago
Sam Hocevar df5793c289 . splitted modules.h into modules.h and modules_core.h to enable 26 years ago
Sam Hocevar bcaed52cad . added the Null Module, the module that does nothing but that is going 26 years ago
Sam Hocevar 32d3e55a6e . Added files needed for the forthcoming module management. 26 years ago
Arnaud de Bossoreille de Ribou 38e1bc0730 - fixed pitch bug; 26 years ago
Christophe Massiot afb5d2e65b * Fixed a deadlock (the vout unlocked a mutex locked by another thread, 26 years ago
Christophe Massiot fb0d0da763 Better display of the fps. 26 years ago
Christophe Massiot 2ac915c53c Comments for Henri. 26 years ago
Sam Hocevar 12d3f35f98 . fixed default subtitle stream handling (default: no subtitles) 26 years ago
Henri Fallon 671e8844b4 - Removed i_iovec_start and i_iovec_end. Used i_data instead 26 years ago
Christophe Massiot 67bef28829 Fixed THX Cimmarron bug (it was _not_ a synchro bug). 26 years ago
Christophe Massiot 555bac0848 * Fixed a bug in the DTS/PTS parsing ; 26 years ago
Christophe Massiot 848944e507 Cosmetic change of the debug messages. 26 years ago
Christophe Massiot 18af5a197d Fixed a bug in the PSM decoder. 26 years ago
Christophe Massiot 2535b235d0 We now read the DTS (but we don't use it for the moment). 26 years ago
Christophe Massiot a8bca7260e New synchro statistics and warnings. 26 years ago
Sam Hocevar 8a38b8fb17 . avoid calling SafeRead() with a null packet size. 26 years ago
Christophe Massiot 9589dcb78b * Use of ptrdiff_t whenever necessary (IA-64 port) ; 26 years ago
Sam Hocevar 19324a9843 . changed subtitles palette. 26 years ago
Sam Hocevar 4ec43b888c . SPU decoder now uses Meuuh's GetChunk() code. 26 years ago
Arnaud de Bossoreille de Ribou c3d418231b - sdl resising rulze, still buggy 26 years ago
Christophe Massiot be1eb4bbf3 * Using i_id instead of i_stream_id whenever possible ; 26 years ago
Christophe Massiot 10dda32d99 * Fixed a compile pbm in debug mode (f34r d4 1-line fix) 26 years ago
Sam Hocevar 66f4bbb439 . fixed AC3 and SPU PES reading (ph34r da one-byte patch) 26 years ago
Sam Hocevar f25dd402df . no need to add "\n" at the end of intf_*Msg() messages anymore. 26 years ago
Christophe Massiot 174e054737 * Moved input_DecodePES() to input_dec.c ; 26 years ago
Christophe Massiot badd37394f * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should 26 years ago
Christophe Massiot 91bc3eb7c4 * New decoder spawning API input_dec.c ; 26 years ago
Christophe Massiot 423a3bcf98 * Moved video_decoder's headers from include/ to src/video_decoder. 26 years ago
Christophe Massiot 434f379655 * Splitted up p_method_data/p_plugin_data ; 26 years ago
Christophe Massiot dca61827d1 Fixed various memory leaks. 26 years ago
Christophe Massiot c570d9bc89 * Removed all arbitrary limits on the number of elementary streams. 26 years ago
Christophe Massiot cc50abf770 * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t). 26 years ago
Christophe Massiot 3bf927ec7f Comments for Henri. 26 years ago
Christophe Massiot 1b7b08f558 * Fixed a bug which prevented the input to exit normally (non-selected 26 years ago
Henri Fallon 9679481fdc Added netlist support. 26 years ago
Renaud Dartus b754a016b9 D�sol� ! 26 years ago
Renaud Dartus 06b3185a56 Added U8_Mono audio output 26 years ago
Sam Hocevar 065a61df6d . fixed "-a [ mpeg | ac3 | lpcm | off ]" option 26 years ago
Christophe Massiot 6aaf635c35 Only pre-parse the first 32 MB of data. 26 years ago