]> git.sesse.net Git - vlc/log
vlc
21 years agoNew "qte_main" module. It should be used by all plugins/modules that need QT embedded...
Jean-Paul Saman [Sun, 19 Jan 2003 22:16:13 +0000 (22:16 +0000)]
New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.

21 years ago * Compilation fix
Olivier Teulière [Sun, 19 Jan 2003 17:55:18 +0000 (17:55 +0000)]
 * Compilation fix

21 years agoRequalified some error messages into warnings.
Christophe Massiot [Sun, 19 Jan 2003 16:57:32 +0000 (16:57 +0000)]
Requalified some error messages into warnings.

21 years ago * avi.c : proper way to store fourcc.
Laurent Aimar [Sun, 19 Jan 2003 08:28:02 +0000 (08:28 +0000)]
 * avi.c : proper way to store fourcc.

21 years ago * all: change the way fourcc are stored in bitmapinfoheader.
Laurent Aimar [Sun, 19 Jan 2003 08:27:28 +0000 (08:27 +0000)]
 * all: change the way fourcc are stored in bitmapinfoheader.

21 years ago * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
Sam Hocevar [Sun, 19 Jan 2003 03:16:24 +0000 (03:16 +0000)]
  * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
    the GetProgramPath call, stored the path in p_libvlc instead. Fixes
    compilation under anything other than OS X.

21 years agoCompilation fix
Alexis de Lattre [Sat, 18 Jan 2003 20:24:33 +0000 (20:24 +0000)]
Compilation fix

21 years agoIncluding font-eutopiabold36.rle for DivX and ogg subtitles.
Christophe Massiot [Sat, 18 Jan 2003 13:24:44 +0000 (13:24 +0000)]
Including font-eutopiabold36.rle for DivX and ogg subtitles.

21 years ago* ./modules/gui/macosx/open.m
Derk-Jan Hartman [Sat, 18 Jan 2003 04:57:08 +0000 (04:57 +0000)]
* ./modules/gui/macosx/open.m
  - .bin files are now opened as disks, instead of as files

21 years ago* ./modules/gui/macosx/open.m:
Derk-Jan Hartman [Sat, 18 Jan 2003 04:10:58 +0000 (04:10 +0000)]
* ./modules/gui/macosx/open.m:
  - Removed the pretty animation. Wasn't working. This looks better.
  - fixed a potential memory problem

21 years ago * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
Sam Hocevar [Fri, 17 Jan 2003 23:59:18 +0000 (23:59 +0000)]
  * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
    the source comments.

21 years ago* ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the...
Derk-Jan Hartman [Fri, 17 Jan 2003 21:46:04 +0000 (21:46 +0000)]
* ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window

21 years ago * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
Sam Hocevar [Fri, 17 Jan 2003 19:36:53 +0000 (19:36 +0000)]
  * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.

21 years ago * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
Sam Hocevar [Fri, 17 Jan 2003 19:35:22 +0000 (19:35 +0000)]
  * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
    navigation fixes from the Gtk+ interface.

21 years ago * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
Sam Hocevar [Fri, 17 Jan 2003 19:22:21 +0000 (19:22 +0000)]
  * ./modules/control/rc/rc.c: boundary checks for chapter navigation.

21 years ago * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
Sam Hocevar [Fri, 17 Jan 2003 19:17:09 +0000 (19:17 +0000)]
  * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
    of boundary checks in the handling of title/chapter menus. Title 0 is no
    longer reachable (Closes: #26).

21 years ago Fixed the 'Do not use DVD menus' check box.
Eric Petit [Fri, 17 Jan 2003 18:19:43 +0000 (18:19 +0000)]
 Fixed the 'Do not use DVD menus' check box.

21 years agoUpdating slider only once a second now.
Jean-Paul Saman [Fri, 17 Jan 2003 18:19:11 +0000 (18:19 +0000)]
Updating slider only once a second now.

21 years ago.
Christophe Massiot [Fri, 17 Jan 2003 17:22:22 +0000 (17:22 +0000)]
.

21 years ago * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
Sam Hocevar [Fri, 17 Jan 2003 16:18:03 +0000 (16:18 +0000)]
  * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
    sent to the parent video output by all filters, and mouse coordinates are
    translated when necessary (Closes: #15).

21 years ago * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
Laurent Aimar [Fri, 17 Jan 2003 15:26:24 +0000 (15:26 +0000)]
 * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
 * mpeg4video: removed a bad code dealing with pts discontinuity.
 * pes.c: try to avoid copying the whole  PES. (the first 64ko
ins't any more copied :)

21 years ago * added missing static
Loïc Minier [Fri, 17 Jan 2003 14:51:09 +0000 (14:51 +0000)]
  * added missing static

21 years ago * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
Sam Hocevar [Fri, 17 Jan 2003 13:54:11 +0000 (13:54 +0000)]
  * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
    calculation in slow-mo.

21 years ago * ./Makefile.am: fixed distribution of MSVC files.
Sam Hocevar [Thu, 16 Jan 2003 23:37:59 +0000 (23:37 +0000)]
  * ./Makefile.am: fixed distribution of MSVC files.

21 years ago- my previous fix was a bad fix :(
Boris Dorès [Thu, 16 Jan 2003 23:33:20 +0000 (23:33 +0000)]
- my previous fix was a bad fix :(

21 years ago * configure.ac.in:
Loïc Minier [Thu, 16 Jan 2003 23:25:55 +0000 (23:25 +0000)]
  * configure.ac.in:
    . renamed access_slp to slp
    . slp is enabled by default if slp.h is present
  * modules/access/slp.c:
    . slp is now an access and a demux and forces the use of itself
    . cleanups and bug corrections
    . disappears of the playlist
      Thanks to fenrir for the help in debugging!

21 years ago* Bumped up revision number to 0.5.0-test3,
Christophe Massiot [Thu, 16 Jan 2003 23:00:47 +0000 (23:00 +0000)]
* Bumped up revision number to 0.5.0-test3,
* Rearranged fields in the OS X interface to accomodate for translations,
* modules/access/dvd/ifo.c: fixed a crash with bad streams,
* Auto-updated po files,
* Manually updated fr.po.

21 years ago- input.c : doesn't even try to use the headphone filter for
Boris Dorès [Thu, 16 Jan 2003 21:14:23 +0000 (21:14 +0000)]
- input.c : doesn't even try to use the headphone filter for
            unsupported format (S/PDIF, ...)
- m3u.c : support for MRLs
          better detection of absolute path under Windows
- configure.ac.in : off_t was defined twice for mingw32
- fr.po : translation of headphone filter strings

21 years ago * typo
Loïc Minier [Thu, 16 Jan 2003 20:08:00 +0000 (20:08 +0000)]
  * typo

21 years ago * InterfaceWindow.cpp : fixed DVD drag & drop
Eric Petit [Thu, 16 Jan 2003 15:26:23 +0000 (15:26 +0000)]
 * InterfaceWindow.cpp : fixed DVD drag & drop
 * PreferencesWindow.* : added the possibility not to use DVD menus

21 years agoSwedish is now sv, not se. Thanks yvounet. (c)
Christophe Massiot [Thu, 16 Jan 2003 14:40:04 +0000 (14:40 +0000)]
Swedish is now sv, not se. Thanks yvounet. (c)

21 years ago* codec/mad plugin is replaced by audio_filter/mpgatofixed32.
Yves Duret [Thu, 16 Jan 2003 14:39:22 +0000 (14:39 +0000)]
* codec/mad plugin is replaced by audio_filter/mpgatofixed32.
* new demux/m4v and mux/avi plugins

21 years ago * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
Sam Hocevar [Thu, 16 Jan 2003 14:34:55 +0000 (14:34 +0000)]
  * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.

21 years ago* modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
Christophe Massiot [Thu, 16 Jan 2003 14:08:39 +0000 (14:08 +0000)]
* modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
  I do not have any file to test ; more precise PTS handling when losing
  sync.
* src/audio_output/intf.c: fixed a warning.

21 years ago* ALL:
Derk-Jan Hartman [Thu, 16 Jan 2003 13:58:18 +0000 (13:58 +0000)]
* ALL:
- integrated play/pause toggled button
- global shortcut for play/pause by use of spacebar
- new pause.png
- removed pause button
- close button in intf window. register window in Window menuitem.
- rearranged the menu
- changed some key-combo's to be more OSX compliant/consistent
- The time text-field is no longer selectable
- The faster/slower/ff/stop etc button are only available during playback
- added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
- Added Add/Remove buttons to the llaylist.
- Made the drawer 10 pixels smaller. Looks much better.
- added a volume slider.

21 years ago* ./modules/gui/macosx/controls.m:
Derk-Jan Hartman [Thu, 16 Jan 2003 13:49:44 +0000 (13:49 +0000)]
* ./modules/gui/macosx/controls.m:
  - Added a volumeslider
  - removed pause button
  - added a fast forward action (increases speed in time)
  - changed the play method to allow for a toggled play pause button
  - volumeUp and VolumeDown take the state of the Mute Menuitem into account
  - volumeUp and VolumeDown take the volumeSlider into account
* ./modules/gui/macosx/intf.h:
  - added references for the volumeslider, new menuitems
* ./modules/gui/macosx/intf.m:
  - correct init of volumeslider and other new intf elements
  - new title for Controller window
  - the state of buttons is dependant on a movie being played
  - toggle the play/pause button if a play/pause action is detected.
* ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
* ./modules/gui/macosx/vout.m:
  - removed some control keys which were no longer necesarry
  - give the window the title of the item being played

21 years agoVolumeGet/VolumeSet now work even if no file is playing.
Derk-Jan Hartman [Thu, 16 Jan 2003 13:22:30 +0000 (13:22 +0000)]
VolumeGet/VolumeSet now work even if no file is playing.

21 years ago * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
Sam Hocevar [Thu, 16 Jan 2003 12:56:34 +0000 (12:56 +0000)]
  * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.

21 years ago * ./evc/config.h, ./msvc/config.h: proper generation of these files using
Sam Hocevar [Thu, 16 Jan 2003 12:49:28 +0000 (12:49 +0000)]
  * ./evc/config.h, ./msvc/config.h: proper generation of these files using
    information from configure.ac.in. Thanks to Stephane van Hardeveld for
    spotting this.

21 years ago * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
Sam Hocevar [Thu, 16 Jan 2003 09:05:37 +0000 (09:05 +0000)]
  * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.

21 years ago * ./include/vlc_common.h: fixed win32 plugin compilation.
Sam Hocevar [Thu, 16 Jan 2003 09:02:46 +0000 (09:02 +0000)]
  * ./include/vlc_common.h: fixed win32 plugin compilation.

21 years ago * ALL: merged more UI strings.
Sam Hocevar [Thu, 16 Jan 2003 09:00:32 +0000 (09:00 +0000)]
  * ALL: merged more UI strings.

21 years ago* Fixed MPEG audio layer III VBR,
Christophe Massiot [Wed, 15 Jan 2003 23:55:22 +0000 (23:55 +0000)]
* Fixed MPEG audio layer III VBR,
* Mac OS X interface thread gets a real-time priority as well to avoid
  lock-ups,
* VLAN error is now a warning.

21 years agoTypo.
Christophe Massiot [Wed, 15 Jan 2003 13:58:28 +0000 (13:58 +0000)]
Typo.

21 years ago * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
Sam Hocevar [Wed, 15 Jan 2003 13:48:14 +0000 (13:48 +0000)]
  * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
    events once our window has been properly mapped.

21 years agomessage queue overflow is now a warning.
Christophe Massiot [Wed, 15 Jan 2003 13:46:05 +0000 (13:46 +0000)]
message queue overflow is now a warning.

21 years ago * ALL: slightly changed some interface strings so that they are common to
Sam Hocevar [Wed, 15 Jan 2003 13:16:40 +0000 (13:16 +0000)]
  * ALL: slightly changed some interface strings so that they are common to
    all GUIs, thus making the translators' work easier.

21 years agoBetter recovery on emulated startcode. Still doesn't work with VBR mp3's,
Christophe Massiot [Wed, 15 Jan 2003 13:14:50 +0000 (13:14 +0000)]
Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
though.

21 years agoDutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
Christophe Massiot [Wed, 15 Jan 2003 12:25:11 +0000 (12:25 +0000)]
Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
and Jean-Paul Saman <jpsaman@wxs.nl>.

21 years ago Fixed --with-mad and --with-mad-tree
Eric Petit [Wed, 15 Jan 2003 11:46:27 +0000 (11:46 +0000)]
 Fixed --with-mad and --with-mad-tree

21 years agoVolumeUp/Down/Mute now work even if no file is playing.
Christophe Massiot [Wed, 15 Jan 2003 11:27:29 +0000 (11:27 +0000)]
VolumeUp/Down/Mute now work even if no file is playing.

21 years ago* Totally rewrote the mad plug-in, in order to fix the PTS problems :
Christophe Massiot [Wed, 15 Jan 2003 10:58:48 +0000 (10:58 +0000)]
* Totally rewrote the mad plug-in, in order to fix the PTS problems :
- Now using the low-level API of libmad,
- Decoding split in parsing & decoding (just like A/52),
- Should handle dual-mono files correctly,
* The old mpeg_audio plug-in can no longer work in this scheme and has
  been disabled. Please _always_ compile with mad from now on.
* Updated po files.

21 years ago * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
Jon Lech Johansen [Wed, 15 Jan 2003 00:49:49 +0000 (00:49 +0000)]
  * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.

21 years agoUpdated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
Christophe Massiot [Wed, 15 Jan 2003 00:10:29 +0000 (00:10 +0000)]
Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.

21 years ago * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
Sam Hocevar [Tue, 14 Jan 2003 22:44:29 +0000 (22:44 +0000)]
  * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
    Steven M. Schultz.

21 years ago Fixed playlist behaviour (draging a file replaces the playlist, and
Eric Petit [Tue, 14 Jan 2003 22:03:38 +0000 (22:03 +0000)]
  Fixed playlist behaviour (draging a file replaces the playlist, and
 draging a file while pressing the 'Shift' key appends it while the
 current one keeps playing.

21 years ago * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
Sam Hocevar [Tue, 14 Jan 2003 18:56:52 +0000 (18:56 +0000)]
  * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif

21 years ago Now you can save preferences.
Eric Petit [Tue, 14 Jan 2003 16:00:49 +0000 (16:00 +0000)]
 Now you can save preferences.

21 years ago * added a sanity lock
Eric Petit [Tue, 14 Jan 2003 15:31:12 +0000 (15:31 +0000)]
 * added a sanity lock

21 years ago* Fixed dual-mono handling of MPEG audio.
Christophe Massiot [Tue, 14 Jan 2003 14:51:02 +0000 (14:51 +0000)]
* Fixed dual-mono handling of MPEG audio.
* rc.c: fixed a warning.

21 years ago * Added a file panel for subtitles file selection.
Eric Petit [Tue, 14 Jan 2003 14:48:55 +0000 (14:48 +0000)]
 * Added a file panel for subtitles file selection.

21 years ago * stream_output.c: fix a bug with "null" stream.
Laurent Aimar [Tue, 14 Jan 2003 04:34:13 +0000 (04:34 +0000)]
 * stream_output.c: fix a bug with "null" stream.

21 years agochanged the a rule into add and made it work along with others such as play
Sigmund Augdal Helberg [Tue, 14 Jan 2003 01:30:09 +0000 (01:30 +0000)]
changed the a rule into add and made it work along with others such as play
even when nothing is currently playing. Added a playlist command to list the
entries currently in the playlist. plus some cleanups and sanity checks.

21 years agoUpdated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne...
Christophe Massiot [Mon, 13 Jan 2003 23:45:49 +0000 (23:45 +0000)]
Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.

21 years ago * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
Jon Lech Johansen [Mon, 13 Jan 2003 20:02:37 +0000 (20:02 +0000)]
  * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.

21 years ago * adpcm: changed the way that data are read and thus seek will work.
Laurent Aimar [Mon, 13 Jan 2003 17:39:05 +0000 (17:39 +0000)]
 * adpcm: changed the way that data are read and thus seek will work.

21 years ago * MacOSX interface: fixed a stupid bug
Olivier Teulière [Mon, 13 Jan 2003 17:11:14 +0000 (17:11 +0000)]
 * MacOSX interface: fixed a stupid bug
 * Win32 interface: completed support for channel selection

21 years agoCompilation fix.
Christophe Massiot [Mon, 13 Jan 2003 16:58:58 +0000 (16:58 +0000)]
Compilation fix.

21 years ago * ./toolbox: toolbox --update-po now automatically extracts strings from
Sam Hocevar [Mon, 13 Jan 2003 15:20:25 +0000 (15:20 +0000)]
  * ./toolbox: toolbox --update-po now automatically extracts strings from
    the Win32 interface.

21 years agoFixed typo
Alexis de Lattre [Mon, 13 Jan 2003 15:14:45 +0000 (15:14 +0000)]
Fixed typo

21 years agoDo not forget to register aout_ChannelsRestart as the callback for
Christophe Massiot [Mon, 13 Jan 2003 14:51:25 +0000 (14:51 +0000)]
Do not forget to register aout_ChannelsRestart as the callback for
audio-device, plus miscellaneous changes.

21 years ago * ./modules/video_output/sdl.c: protected libSDL initialization calls to
Sam Hocevar [Mon, 13 Jan 2003 13:28:55 +0000 (13:28 +0000)]
  * ./modules/video_output/sdl.c: protected libSDL initialization calls to
    avoid race conditions and deadlocks.

21 years ago * mux/avi.c: added index creation.
Laurent Aimar [Mon, 13 Jan 2003 04:46:49 +0000 (04:46 +0000)]
 * mux/avi.c: added index creation.
 * demux/avi.c: fix stream length calculation.
 * stream_output.c: forgot a return value ...

21 years ago * all: now mux and access_out can request to reserve some memory in front
Laurent Aimar [Mon, 13 Jan 2003 02:33:13 +0000 (02:33 +0000)]
 * all: now mux and access_out can request to reserve some memory in front
of each sout buffer (will prevent some unnecessary memcpy :). Not yet
really used.

21 years ago * mp4: added parsing of some mov boxes (alternate movies).
Laurent Aimar [Mon, 13 Jan 2003 02:30:11 +0000 (02:30 +0000)]
 * mp4: added parsing of some mov boxes (alternate movies).

21 years ago * ./debian/rules: compilation bypasses for the Debian maintainer.
Sam Hocevar [Mon, 13 Jan 2003 01:11:00 +0000 (01:11 +0000)]
  * ./debian/rules: compilation bypasses for the Debian maintainer.

21 years agoFixed some paths.
Jean-Paul Saman [Sun, 12 Jan 2003 19:08:40 +0000 (19:08 +0000)]
Fixed some paths.

21 years agoUse gtk_main_quit only in one place (the function Manage()).
Jean-Paul Saman [Sun, 12 Jan 2003 19:08:09 +0000 (19:08 +0000)]
Use gtk_main_quit only in one place (the function Manage()).

21 years ago * avi: partial fix for non interleaved file with incorrect( I'm not sure
Laurent Aimar [Sun, 12 Jan 2003 18:26:09 +0000 (18:26 +0000)]
 * avi: partial fix for non interleaved file with incorrect( I'm not sure
about that) stream descriptor. Now at least video will be played.

21 years ago * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
Jon Lech Johansen [Sun, 12 Jan 2003 18:25:05 +0000 (18:25 +0000)]
  * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).

21 years ago * src/video_output/video_output.c: add a key-pressed variable to p_vout
Sigmund Augdal Helberg [Sun, 12 Jan 2003 15:38:35 +0000 (15:38 +0000)]
 * src/video_output/video_output.c: add a key-pressed variable to p_vout
 * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
by reading the key-pressed variable
 * modules/control/lirc/lirc.c: allow navigation with remote control by
faking keypresses (closes #38). I think the remotes for dvdplayers usually
have buttons for "root menu" and "title menu". Whould this be easily
implemented in vlc?

21 years ago * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
Laurent Aimar [Sun, 12 Jan 2003 06:39:45 +0000 (06:39 +0000)]
 * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
You have to force this demuxer.

21 years ago * avi.c: avi muxer. (It produces broken files, but vlc is able to read
Laurent Aimar [Sun, 12 Jan 2003 04:30:14 +0000 (04:30 +0000)]
 * avi.c: avi muxer. (It produces broken files, but vlc is able to read
them).

21 years ago * some workaround for clock.
Laurent Aimar [Sun, 12 Jan 2003 04:11:35 +0000 (04:11 +0000)]
 * some workaround for clock.

21 years ago * beos/* : fixed a bug in the progress bar with big files
Eric Petit [Sun, 12 Jan 2003 02:08:39 +0000 (02:08 +0000)]
 * beos/* : fixed a bug in the progress bar with big files
 * beos_specific.cpp : fixed the app signature
 * VlcWrapper.* : removed unused code

21 years ago new rule for remote controls with combined play/pause button (like mine has)
Sigmund Augdal Helberg [Sun, 12 Jan 2003 01:26:36 +0000 (01:26 +0000)]
 new rule for remote controls with combined play/pause button (like mine has)

21 years ago Corrected the list of supported MIME types.
Eric Petit [Sun, 12 Jan 2003 00:22:37 +0000 (00:22 +0000)]
 Corrected the list of supported MIME types.

21 years ago * Needed update because variables names changed in the 'adjust' module.
Eric Petit [Sat, 11 Jan 2003 20:42:47 +0000 (20:42 +0000)]
 * Needed update because variables names changed in the 'adjust' module.

21 years ago* SAP is disabled by default.
Arnaud Schauly [Sat, 11 Jan 2003 20:25:36 +0000 (20:25 +0000)]
* SAP is disabled by default.

21 years agofixed flickering of skip buttons (and consequently crashing if you pressed them)
Stephan Assmus [Sat, 11 Jan 2003 19:33:09 +0000 (19:33 +0000)]
fixed flickering of skip buttons (and consequently crashing if you pressed them)

21 years ago * avi: fix my last fix :)
Laurent Aimar [Sat, 11 Jan 2003 18:31:17 +0000 (18:31 +0000)]
 * avi: fix my last fix :)

21 years ago * asf: prevent some segfault with broken file. (partially fix bug 72)
Laurent Aimar [Sat, 11 Jan 2003 18:10:49 +0000 (18:10 +0000)]
 * asf: prevent some segfault with broken file. (partially fix bug 72)
 * avi: respect frame size (for audio codec) and close bug 75.
 * ffmpeg: can now read multiples audio frames from the same buffer.

21 years ago * Fixed my previous commit (thanks fenrir)
Olivier Teulière [Sat, 11 Jan 2003 17:23:13 +0000 (17:23 +0000)]
 * Fixed my previous commit (thanks fenrir)

21 years ago * compilation fix
Olivier Teulière [Sat, 11 Jan 2003 14:09:22 +0000 (14:09 +0000)]
 * compilation fix

21 years ago * re-included playlist.h (got confused with vlc-playlist.h)
Loïc Minier [Fri, 10 Jan 2003 17:30:18 +0000 (17:30 +0000)]
  * re-included playlist.h (got confused with vlc-playlist.h)

21 years ago Thread priority management on BeOS.
Eric Petit [Fri, 10 Jan 2003 17:01:53 +0000 (17:01 +0000)]
 Thread priority management on BeOS.

21 years ago Definitively fixed sync (I hope).
Eric Petit [Fri, 10 Jan 2003 16:21:39 +0000 (16:21 +0000)]
 Definitively fixed sync (I hope).

21 years agoFixed liba52 detection using --with-a52.
Christophe Massiot [Fri, 10 Jan 2003 13:21:17 +0000 (13:21 +0000)]
Fixed liba52 detection using --with-a52.

21 years ago* fixed previous commit (didn't work everytime)
Cyril Deguet [Fri, 10 Jan 2003 12:34:50 +0000 (12:34 +0000)]
* fixed previous commit (didn't work everytime)

21 years ago* enable the network channel box when selecting network channel input
Cyril Deguet [Fri, 10 Jan 2003 11:02:21 +0000 (11:02 +0000)]
* enable the network channel box when selecting network channel input
  (gnome interface)