]> git.sesse.net Git - vlc/history - include/input_ext-intf.h
Some heavy changes today:
[vlc] / include / input_ext-intf.h
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for TS plug-in. Please...
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-07 Johan Bilien* added functions in inputs to change the current progr...
2001-12-05 Johan Bilien* Added 2 fields, p_selected_program and p_new_program...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-11 Sam Hocevar * Fixed compilation (and quite probably runtime)...
2001-11-08 Stéphane Borel-kludge to have less discontinuity after a zero scr...
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-06-27 Christophe MassiotElementary Stream input plugin (use it with --input...
2001-06-09 Stéphane Borel*Fixed a bug in synchro reinitialisation: we no longer...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-19 Stéphane Borel*More cleanification in gtk interface: now to change the
2001-05-01 Sam Hocevar * Fixed a segfault in the SPU decoder initialization.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-20 Stéphane Borel-corrected some bugs in gnome interface: language menu...
2001-04-13 Stéphane Borel*Added udf fix by Billy Biggs
2001-04-12 Stéphane Borel-added a field to p_input->stream to inform the interfa...
2001-04-10 Stéphane Borel-Fixed the lock segfault bug with some compilers
2001-04-08 Stéphane Borel-changes in gnome interface
2001-04-01 Stéphane Borel-Various bug fixes in dvd_netlist. Some bugs seem to...
2001-03-07 Stéphane Borel-Working menus for run-time audio/spu/title/chapter...
2001-03-02 Stéphane Borel-New function for DVD reading, that is able to read...
2001-02-22 Christophe Massiot* Added functions and hooks to display dates instead...
2001-02-22 Christophe Massiot* Added a 'd' keystroke to dump the stream contents...
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-19 Stéphane Borel-Change in the code to detect beginning of movie. It...
2001-02-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-12 Sam Hocevar . removed tests against i_rate and i_new_rate calculat...
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 Sam Hocevar This commit is a bit early, but it'll save Stef...
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 Sam Hocevar . not a very nice hack, but will probably spare us...
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
2001-01-14 Stéphane Borel. Beginning of dvd_input.
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 Massiot* Removed all arbitrary limits on the number of element...
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-15 Christophe MassiotEnhanced handling of stream discontinuities.
2000-12-15 Christophe Massiot* Fixed two typos in the Makefile (sam you owe me at...
2000-12-05 Christophe MassiotThe input-II. (more info by mail in about an hour)