]> git.sesse.net Git - vlc/history - src/input/input_clock.c
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
[vlc] / src / input / input_clock.c
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-17 Stéphane Borel*Don't keep the control lock during the pause
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-12-05 Johan Bilien* Added 2 fields, p_selected_program and p_new_program...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-08 Stéphane Borel-kludge to have less discontinuity after a zero scr...
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-07-20 Christophe MassiotFixed the "paused movie won't restart" bug.
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-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-08 Arnaud de Bossorei... end of the last commit :-P
2001-05-08 Arnaud de Bossorei... - fix a discontinuity bug in input_ClockManageRef()
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-04-29 Stéphane Borel-slight modification in ClockManageRef: after a synchro...
2001-04-28 Henri Fallon- Fixed a bug in TS input. It should be more smooth now
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-26 Sam Hocevar * Commited Shane's XVideo patches. It works here...
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-03-14 Christophe Massiot* Tried to fix the "stream jumps at will" bug.
2001-02-22 Christophe Massiot* Added functions and hooks to display dates instead...
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-02-08 Christophe Massiot* Pause function implemented ('p' key).
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-24 Christophe Massiot* Hooks for fast forward and slow motion support.