]> git.sesse.net Git - vlc/history - src/input/input_ext-intf.c
* ./src/libvlc.c: added a debug message to test the translation system.
[vlc] / src / input / input_ext-intf.c
2002-12-25 Sam Hocevar * ./src/libvlc.c: added a debug message to test the...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-21 Sam Hocevar * src/input/input_ext-plugins.c, src/input/input_ext...
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-02-24 Johan BilienAdded a menu in the GTK and gnome interfaces to change...
2002-01-10 Sam Hocevar * ./src/input/input.c: fixed a few segfaults caused...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
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 ;