]> git.sesse.net Git - vlc/history - src/input
* Move ac3 globals variables into structures
[vlc] / src / input /
2001-02-20 Sam Hocevar * Fixed a segfault in input.c when no input plugin...
2001-02-20 Stéphane BorelSecond step in area management ; everything is in place...
2001-02-20 Stéphane Borel First serie of changes in DVD module for the forthcomi...
2001-02-19 Christophe Massiot* mux_rate parsing ;
2001-02-18 Jean-Marc Dressler The BeOS port seems to work again.
2001-02-16 Sam Hocevar * Upgraded version number to 0.2.61. Release is today.
2001-02-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-14 Henri FallonBegining of TS Input
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-12 Christophe Massiot* We can now seek at position 0 :p ;
2001-02-12 Sam Hocevar . removed tests against i_rate and i_new_rate calculat...
2001-02-12 Sam Hocevar * Fixed my old stupid bug that disabled sound after...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-08 Christophe Massiot* Portability : changed off64_t to off_t and activated...
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-02-08 Christophe Massiot* Pause function implemented ('p' key).
2001-02-08 Sam Hocevar . moved the playlist handling from input/input.c to...
2001-02-08 Stéphane Borel-solved bug with cssdescrambling. The vlc might segfaul...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-02-08 Stéphane Borel-New method using netlist to read packets on DVD device...
2001-02-08 Renaud DartusWe can now choose the speed of forward (between 32...
2001-02-07 Christophe MassiotAnother mistake.
2001-02-07 Christophe Massiot* Functional fast forward and slow motion API ;
2001-02-07 Christophe Massiot* Centralized clock management, preparing for stream...
2001-01-30 Christophe Massiot* Fix for assholes who don't have a dvd players. :pppp
2001-01-30 Sam Hocevar . not a very nice hack, but will probably spare us...
2001-01-29 Stéphane Borel* Correction of two errors.
2001-01-29 Stéphane Borel-CSS support kludged for current DVD input.
2001-01-26 Christophe Massiot* Removed dead code.
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
2001-01-22 Christophe Massiot* Minor bitstream optimization.
2001-01-22 Stéphane Borel*Check for the needed headers for DVD ioctls
2001-01-21 Stéphane Borel*Some cleaning in the dvd authentification code
2001-01-20 Stéphane Borel* Beginning of support for encrypted DVDs.
2001-01-18 Christophe Massiot* 32-bit aligned bitstream (not that fast).
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-17 Stéphane Borel* Minor changes
2001-01-16 Sam Hocevar [ include/config.h.in has changed, don't forget tu...
2001-01-16 Stéphane Borel. Now use of 64 bits offsets to parse the whole DVD...
2001-01-15 Sam Hocevar OK, so I foired input.h once again. But this one...
2001-01-15 Sam Hocevar . correction d'un poliotage de copier-coller
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-15 Stéphane Borel. Correction of bugs in ifo parsing. Now the structures...
2001-01-14 Stéphane Borel. Beginning of dvd_input.
2001-01-12 Christophe Massiot* Changed default values :
2001-01-12 Sam Hocevar . destroy fifo mutex and cond variables _after_ they...
2001-01-10 Christophe Massiot* Changed code for handling b_die in bitstream ;
2001-01-10 Christophe Massiot* Placed a callback to the decoder in the bitstream...
2001-01-08 Sam Hocevar . Added a missing mutex_unlock in video_output.c
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
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 Henri FallonFixed a typo than prevented from building ...
2001-01-06 Henri FallonFixed initialization of payload_start and payload_end
2001-01-05 Christophe MassiotBSD port, including :
2001-01-05 Sam Hocevar . this is a coding style patch which removes all ...
2000-12-30 Christophe MassiotComments 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 Massiot* Fixed a bug in the DTS/PTS parsing ;
2000-12-28 Christophe MassiotCosmetic change of the debug messages.
2000-12-28 Christophe MassiotFixed a bug in the PSM decoder.
2000-12-27 Christophe MassiotWe now read the DTS (but we don't use it for the moment).
2000-12-27 Sam Hocevar . avoid calling SafeRead() with a null packet size.
2000-12-26 Christophe Massiot* Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-22 Christophe Massiot* Using i_id instead of i_stream_id whenever possible ;
2000-12-22 Christophe Massiot* 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 Massiot* Moved input_DecodePES() to input_dec.c ;
2000-12-21 Christophe Massiot* Fixed a *major* memory leak in the pre-parsing code...
2000-12-21 Christophe Massiot* New decoder spawning API input_dec.c ;
2000-12-21 Christophe Massiot* Splitted up p_method_data/p_plugin_data ;
2000-12-21 Christophe MassiotFixed various memory leaks.
2000-12-21 Christophe Massiot* Removed all arbitrary limits on the number of element...
2000-12-21 Christophe Massiot* Removed b_die and b_error from all decoders (obsolete...
2000-12-21 Christophe MassiotComments for Henri.
2000-12-21 Christophe Massiot* 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 MassiotOnly pre-parse the first 32 MB of data.
2000-12-20 Christophe Massiot* Added -a, -c and -s options. (-a doesn't work but...
2000-12-20 Christophe Massiot* Big cleanup of the PS input plugin ;
2000-12-19 Christophe MassiotInput-II now correctly handles private stream 1 (AC3...
2000-12-18 Christophe MassiotWe now display CPU usage statistics for each thread.
2000-12-18 Christophe MassiotWe can now read from stdin.
2000-12-18 Arnaud de Bossorei... - Hardware YUV overlay (SDL) with real colors ;p...
2000-12-16 Stéphane BorelFixed support for broken MPEG-1 files.
2000-12-15 Christophe Massiot* Cleaned up program and ES management by using input_p...
2000-12-15 Christophe MassiotEnhanced handling of stream discontinuities.
2000-12-15 Christophe MassiotMore comments.
2000-12-15 Christophe Massiot* Fixed two typos in the Makefile (sam you owe me at...
2000-12-14 Christophe MassiotSome comments for Henri.
2000-12-14 Henri FallonNetlist embryo :
2000-12-11 Christophe MassiotFix in the SCR parser for high values.
2000-12-11 Christophe MassiotFixed a bug with DVD's SCR (too close from the PTS).
2000-12-11 Christophe MassiotPrototypes for netlist functions.
2000-12-08 Christophe Massiot* Code to manage es_descriptors and program_descriptors...
next