]> git.sesse.net Git - vlc/history - src/input/input_ext-intf.c
* added functions in inputs to change the current program (most of
[vlc] / src / input / input_ext-intf.c
2001-12-07 Johan Bilien* added functions in inputs to change the current progr...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-07-08 Gildas BazinWin32 changes only:
2001-05-19 Stéphane Borel*More cleanification in gtk interface: now to change the
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Sam Hocevar * Fixed the continuous 'seeking position' bug in...
2001-04-08 Stéphane Borel-changes in gnome interface
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-04-01 Stéphane Borel-Various bug fixes in dvd_netlist. Some bugs seem to...
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-15 Stéphane Borel-Fixed most of the bugs in gnome interface menus
2001-03-07 Stéphane Borel-Working menus for run-time audio/spu/title/chapter...
2001-03-02 Christophe Massiot* Fixed miscellaneous alignment problems (alpha/sparc...
2001-02-22 Christophe Massiot* Added functions and hooks to display dates instead...
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-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-13 Sam Hocevar * added --intf option to vlc
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 Renaud DartusWe can now choose the speed of forward (between 32...
2001-02-07 Christophe Massiot* Functional fast forward and slow motion API ;