]> git.sesse.net Git - vlc/shortlog
vlc
2001-01-12 Henri FallonDone :
2001-01-12 Christophe... * Fixed 32 bits bitstream bugs.
2001-01-11 Sam Hocevar . moved the MPEG audio decoder to the new bitstream
2001-01-11 Sam Hocevar . moved swab32 from input_ext-dec.h to common.h. We...
2001-01-10 Sam Hocevar . fixed a missing #ifdef STATS
2001-01-10 Christophe... * Changed code for handling b_die in bitstream ;
2001-01-10 Christophe... * Placed a callback to the decoder in the bitstream...
2001-01-10 Sam Hocevar . complete commenting of modules_core.h and small...
2001-01-09 Sam Hocevar . just removed a forgotten debug message in the setpal...
2001-01-09 Pierre Baillet.Added 8bits palette SDL support.
2001-01-09 Sam Hocevar . fixed a warning under FreeBSD (dlerror() is a const...
2001-01-08 Arnaud de Bossoreill... - maybe found the fullscreen bug, please test :)
2001-01-08 Arnaud de Bossoreill... - fixed colors' bug (TODO: write a function in vout...
2001-01-08 Sam Hocevar . Added a missing mutex_unlock in video_output.c
2001-01-08 Arnaud de Bossoreill... - cleaning of SDL Lock/Unlock Surface.
2001-01-07 Sam Hocevar . added a .cvsignore file in lib/ so that the director...
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
2001-01-07 Pierre BailletNoSEGfault Kl�dge added.
2001-01-07 Benoit SteinerHum, ouais bon ben euhh, j'avais fume, donc je repare...
2001-01-07 Benoit SteinerOptimisation de BinaryLog
2001-01-07 Henri Fallon- Order : if a then b are initialized, release b then a ;
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2001-01-06 Benoit SteinerFixed compilation pb under solaris 2.6
2001-01-06 Benoit SteinerFixed solaris libraries
2001-01-06 Sam Hocevar . should compile & run on Solaris with ./configure...
2001-01-06 Henri FallonFixed a typo than prevented from building ...
2001-01-06 Henri FallonFixed initialization of payload_start and payload_end
2001-01-05 Christophe... BSD port, including :
2001-01-05 Sam Hocevar . src/misc/modules.c is in a workable state now.
2001-01-05 Sam Hocevar(previous commit foired)
2001-01-05 Sam Hocevar . this is a coding style patch which removes all ...
2001-01-05 Sam Hocevar . splitted modules.h into modules.h and modules_core...
2001-01-05 Sam Hocevar . added the Null Module, the module that does nothing...
2001-01-05 Sam Hocevar . Added files needed for the forthcoming module manage...
2001-01-04 Arnaud de Bossoreill... - fixed pitch bug;
2001-01-04 Christophe... * Fixed a deadlock (the vout unlocked a mutex locked...
2001-01-02 Christophe... Better display of the fps.
2000-12-30 Christophe... Comments for Henri.
2000-12-29 Sam Hocevar . fixed default subtitle stream handling (default...
2000-12-29 Henri Fallon- Removed i_iovec_start and i_iovec_end. Used i_data...
2000-12-29 Christophe... Fixed THX Cimmarron bug (it was _not_ a synchro bug).
2000-12-29 Christophe... * Fixed a bug in the DTS/PTS parsing ;
2000-12-28 Christophe... Cosmetic change of the debug messages.
2000-12-28 Christophe... Fixed a bug in the PSM decoder.
2000-12-27 Christophe... We now read the DTS (but we don't use it for the moment).
2000-12-27 Christophe... New synchro statistics and warnings.
2000-12-27 Sam Hocevar . avoid calling SafeRead() with a null packet size.
2000-12-26 Christophe... * Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-24 Sam Hocevar . changed subtitles palette.
2000-12-23 Sam Hocevar . SPU decoder now uses Meuuh's GetChunk() code.
2000-12-22 Arnaud de Bossoreill... - sdl resising rulze, still buggy
2000-12-22 Christophe... * Using i_id instead of i_stream_id whenever possible ;
2000-12-22 Christophe... * Fixed a compile pbm in debug mode (f34r d4 1-line...
2000-12-22 Sam Hocevar . fixed AC3 and SPU PES reading (ph34r da one-byte...
2000-12-22 Sam Hocevar . no need to add "\n" at the end of intf_*Msg() messag...
2000-12-22 Christophe... * Moved input_DecodePES() to input_dec.c ;
2000-12-21 Christophe... * Fixed a *major* memory leak in the pre-parsing code...
2000-12-21 Christophe... * New decoder spawning API input_dec.c ;
2000-12-21 Christophe... * Moved video_decoder's headers from include/ to src...
2000-12-21 Christophe... * Splitted up p_method_data/p_plugin_data ;
2000-12-21 Christophe... Fixed various memory leaks.
2000-12-21 Christophe... * Removed all arbitrary limits on the number of element...
2000-12-21 Christophe... * Removed b_die and b_error from all decoders (obsolete...
2000-12-21 Christophe... Comments for Henri.
2000-12-21 Christophe... * Fixed a bug which prevented the input to exit normall...
2000-12-21 Henri FallonAdded netlist support.
2000-12-20 Renaud DartusD�sol� !
2000-12-20 Renaud DartusAdded U8_Mono audio output
2000-12-20 Sam Hocevar . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
2000-12-20 Christophe... Only pre-parse the first 32 MB of data.
2000-12-20 Christophe... * Added -a, -c and -s options. (-a doesn't work but...
2000-12-20 Sam Hocevar . now we only try to open plugins which are existing...
2000-12-20 Christophe... * Big cleanup of the PS input plugin ;
2000-12-19 Renaud DartusMove #define from audio_output.h to config.h
2000-12-19 Arnaud de Bossoreill... - one typo.
2000-12-19 Christophe... GetChunk() : reads n bytes from the elementary stream...
2000-12-19 Arnaud de Bossoreill... sdl plugin :
2000-12-19 Christophe... Input-II now correctly handles private stream 1 (AC3...
2000-12-19 Sam Hocevar . split the audio decoder into adec_generic, adec_laye...
2000-12-19 Pierre Baillet- fixed the ratio/position problem in YUV, now patching...
2000-12-18 Christophe... We now display CPU usage statistics for each thread.
2000-12-18 Christophe... We can now read from stdin.
2000-12-18 Sam Hocevar . additional fix for Layer 1 mono
2000-12-18 Sam Hocevar . indentation fixes
2000-12-18 Arnaud de Bossoreill... - Hardware YUV overlay (SDL) with real colors ;p...
2000-12-17 Pierre Baillet- partial SDL YUV support (green stream for now, please...
2000-12-16 Stéphane BorelFixed support for broken MPEG-1 files.
2000-12-15 Christophe... * Cleaned up program and ES management by using input_p...
2000-12-15 Christophe... Enhanced handling of stream discontinuities.
2000-12-15 Christophe... More comments.
2000-12-15 Christophe... * Fixed two typos in the Makefile (sam you owe me at...
2000-12-14 Christophe... Some comments for Henri.
2000-12-14 Henri FallonNetlist embryo :
2000-12-11 Christophe... Fix in the SCR parser for high values.
2000-12-11 Christophe... Fixed a bug with DVD's SCR (too close from the PTS).
2000-12-11 Christophe... Another attempt for the audio bug...
2000-12-11 Christophe... Prototypes for netlist functions.
2000-12-11 Christophe... Another attempt for the same bug...
2000-12-11 Christophe... Mmmmh an endianness bug ?
2000-12-11 Christophe... Attempt to fix the audio.
next