]> git.sesse.net Git - vlc/log
vlc
19 years ago * INSTALL: added a note about bootstrapping.
Sam Hocevar [Thu, 26 Aug 2004 16:02:34 +0000 (16:02 +0000)]
  * INSTALL: added a note about bootstrapping.

19 years ago + demux/ts.c: gcc < 3 fix
Eric Petit [Thu, 26 Aug 2004 13:11:16 +0000 (13:11 +0000)]
 + demux/ts.c: gcc < 3 fix

19 years ago + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
Eric Petit [Thu, 26 Aug 2004 12:59:31 +0000 (12:59 +0000)]
 + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
     so AttachSPU can still reach p_input
 + src/video_output/*: init mouse variable before attaching p_vout so
     dvdnav can't add callbacks on those before there're created
 + beos/VideoOutput.cpp: removed tabs, sanity check

19 years ago * Update the docs
Olivier Teulière [Wed, 25 Aug 2004 21:36:03 +0000 (21:36 +0000)]
 * Update the docs

19 years ago * skins2: new "playlist.load()" and "playlist.save()" actions
Olivier Teulière [Wed, 25 Aug 2004 21:32:15 +0000 (21:32 +0000)]
 * skins2: new "playlist.load()" and "playlist.save()" actions

19 years ago ts.c: send pid select/unselect to access. (untested).
Laurent Aimar [Wed, 25 Aug 2004 20:09:16 +0000 (20:09 +0000)]
 ts.c: send pid select/unselect to access. (untested).

19 years ago * input: send DEMUX_SET_GROUP.
Laurent Aimar [Wed, 25 Aug 2004 20:08:23 +0000 (20:08 +0000)]
 * input: send DEMUX_SET_GROUP.

19 years ago * dvb: fixes.
Laurent Aimar [Wed, 25 Aug 2004 20:06:00 +0000 (20:06 +0000)]
 * dvb: fixes.

19 years ago * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
Laurent Aimar [Wed, 25 Aug 2004 18:50:36 +0000 (18:50 +0000)]
 * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
 * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
 * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).

19 years ago* Makefile.am: fixed make package-win32-base.
Gildas Bazin [Wed, 25 Aug 2004 15:09:50 +0000 (15:09 +0000)]
* Makefile.am: fixed make package-win32-base.

19 years ago * dvb: compilation fix. With great luck it may, perhaps, work in budget
Laurent Aimar [Tue, 24 Aug 2004 22:07:54 +0000 (22:07 +0000)]
 * dvb: compilation fix. With great luck it may, perhaps, work in budget
mode (else I still need to hack ts demuxer).

19 years ago * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
Laurent Aimar [Tue, 24 Aug 2004 21:58:24 +0000 (21:58 +0000)]
 * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
I haven't tried :)

19 years agoshare/Makefile.am: update for default skin change
Sigmund Augdal Helberg [Tue, 24 Aug 2004 20:50:36 +0000 (20:50 +0000)]
share/Makefile.am: update for default skin change

19 years ago * udp: unused line.
Laurent Aimar [Tue, 24 Aug 2004 20:03:15 +0000 (20:03 +0000)]
 * udp: unused line.

19 years ago* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
Gildas Bazin [Tue, 24 Aug 2004 19:38:09 +0000 (19:38 +0000)]
* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3

19 years ago * the default skin is now shipped as a .vlt (whether you like it or not ;)
Cyril Deguet [Tue, 24 Aug 2004 19:01:32 +0000 (19:01 +0000)]
  * the default skin is now shipped as a .vlt (whether you like it or not ;)
  * missing "Id" property

19 years ago * all: removed obsolete b_blocking in intf_dialogs_arg_t
Cyril Deguet [Tue, 24 Aug 2004 18:43:41 +0000 (18:43 +0000)]
  * all: removed obsolete b_blocking in intf_dialogs_arg_t

19 years ago* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts...
Gildas Bazin [Tue, 24 Aug 2004 18:31:13 +0000 (18:31 +0000)]
* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).

19 years ago * ts.c: fixed --ts-out.
Laurent Aimar [Tue, 24 Aug 2004 17:51:44 +0000 (17:51 +0000)]
 * ts.c: fixed --ts-out.

19 years ago * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
Jon Lech Johansen [Tue, 24 Aug 2004 16:30:53 +0000 (16:30 +0000)]
  * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.

19 years ago * ps.c: handle PES with 0 size. (look for next start code, slow but
Laurent Aimar [Mon, 23 Aug 2004 22:16:58 +0000 (22:16 +0000)]
 * ps.c: handle PES with 0 size. (look for next start code, slow but
better that nothing).

19 years ago* src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
Gildas Bazin [Mon, 23 Aug 2004 15:19:56 +0000 (15:19 +0000)]
* src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.

19 years ago* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture...
Gildas Bazin [Mon, 23 Aug 2004 10:09:52 +0000 (10:09 +0000)]
* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.

19 years ago* src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
Gildas Bazin [Sun, 22 Aug 2004 22:44:27 +0000 (22:44 +0000)]
* src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.

19 years ago* modules/codec/ogt/*: updated the prototype of the decode function.
Gildas Bazin [Sun, 22 Aug 2004 17:15:35 +0000 (17:15 +0000)]
* modules/codec/ogt/*: updated the prototype of the decode function.

19 years ago * all: french translation for skin popup menu
Cyril Deguet [Sun, 22 Aug 2004 15:24:48 +0000 (15:24 +0000)]
  * all: french translation for skin popup menu

19 years ago * compilation fix.
Laurent Aimar [Sun, 22 Aug 2004 15:17:35 +0000 (15:17 +0000)]
 * compilation fix.

19 years ago* Added the new OSX vout files
Derk-Jan Hartman [Sun, 22 Aug 2004 15:16:03 +0000 (15:16 +0000)]
* Added the new OSX vout files
* added the new OSX vout files to pb proj.

19 years ago * theme_repository.*: the popup menu for skin selection works !
Cyril Deguet [Sun, 22 Aug 2004 15:00:19 +0000 (15:00 +0000)]
  * theme_repository.*: the popup menu for skin selection works !
  (it looks for .vlt files in all the directories of the resource path)
  * dialogs.cpp: fixed a stupid copy/paste mistake

19 years ago * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
Olivier Teulière [Sun, 22 Aug 2004 14:39:16 +0000 (14:39 +0000)]
 * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
 * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
 * doc/skins/skins2-howto.xml: doc updated

19 years ago* initialize variables and don't use arguments that failed being created.
Derk-Jan Hartman [Sun, 22 Aug 2004 14:32:51 +0000 (14:32 +0000)]
* initialize variables and don't use arguments that failed being created.
  (fixes glx when X11 isn't runnning)

19 years ago* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
Gildas Bazin [Sun, 22 Aug 2004 14:16:37 +0000 (14:16 +0000)]
* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.

19 years ago* modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
Gildas Bazin [Sun, 22 Aug 2004 14:10:27 +0000 (14:10 +0000)]
* modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.

19 years ago * all: skeleton of a popup menu entry for skin selection
Cyril Deguet [Sun, 22 Aug 2004 12:50:39 +0000 (12:50 +0000)]
  * all: skeleton of a popup menu entry for skin selection

19 years ago* modules/access/dvdread.c: fixed chapter change detection.
Gildas Bazin [Sun, 22 Aug 2004 11:06:28 +0000 (11:06 +0000)]
* modules/access/dvdread.c: fixed chapter change detection.

19 years ago * ctrl_list.cpp: beginning of key handling in the playlist
Cyril Deguet [Sun, 22 Aug 2004 10:38:26 +0000 (10:38 +0000)]
  * ctrl_list.cpp: beginning of key handling in the playlist

19 years ago * Makefile.am: don't forget to copy reduce_mouseover.png !
Cyril Deguet [Sun, 22 Aug 2004 09:40:07 +0000 (09:40 +0000)]
 * Makefile.am: don't forget to copy reduce_mouseover.png !

19 years agoautomake 1.8 works, so accept that as well.
Rocky Bernstein [Sun, 22 Aug 2004 02:17:43 +0000 (02:17 +0000)]
automake 1.8 works, so accept that as well.

19 years ago* Fix a X11 GLX crash
Derk-Jan Hartman [Sat, 21 Aug 2004 19:45:40 +0000 (19:45 +0000)]
* Fix a X11 GLX crash

19 years ago* configure.ac: added an option for x264 support.
Gildas Bazin [Sat, 21 Aug 2004 16:38:10 +0000 (16:38 +0000)]
* configure.ac: added an option for x264 support.

19 years ago* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to
Antoine Cellerier [Sat, 21 Aug 2004 16:02:06 +0000 (16:02 +0000)]
* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to
  "Restore Defaults" so it gets translated

* po/fr.po : Chanded "Restore Defaults" translation

19 years ago * Makefile.am: yet another humiliating submission of automake.
Sam Hocevar [Sat, 21 Aug 2004 14:11:41 +0000 (14:11 +0000)]
  * Makefile.am: yet another humiliating submission of automake.

19 years ago * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
Cyril Deguet [Sat, 21 Aug 2004 14:06:08 +0000 (14:06 +0000)]
 * Makefile.am: "noinst_lib_DATA" broke bootstrap :(

19 years ago * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
Cyril Deguet [Sat, 21 Aug 2004 13:54:36 +0000 (13:54 +0000)]
 * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
   doesn't work. Better than nothing but the sound is still poor with DVDs :(

19 years ago* modules/gui/wxwindows/*: updated open disc dialog.
Gildas Bazin [Sat, 21 Aug 2004 13:06:42 +0000 (13:06 +0000)]
* modules/gui/wxwindows/*: updated open disc dialog.

19 years ago * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
Cyril Deguet [Sat, 21 Aug 2004 12:57:32 +0000 (12:57 +0000)]
 * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
   snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
   fix because in fact it is not perfect (there are "clicks" with DVDs)

19 years ago * src/audio_output/output.c: check if start_date is null in
Cyril Deguet [Sat, 21 Aug 2004 12:38:53 +0000 (12:38 +0000)]
 * src/audio_output/output.c: check if start_date is null in
   aout_OutputNextBuffer(), then do not try to resample or play silences.
   Now everything works perfectly with screwed ALSA drivers that always
   return zero in snd_pcm_status_get_tstamp() (at last!!!)

19 years agoRemoved the default skin for the skins1 module
Olivier Teulière [Sat, 21 Aug 2004 11:47:04 +0000 (11:47 +0000)]
Removed the default skin for the skins1 module

19 years agoRemoved the old skins plugin
Olivier Teulière [Sat, 21 Aug 2004 11:34:33 +0000 (11:34 +0000)]
Removed the old skins plugin

19 years ago* src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapt...
Gildas Bazin [Sat, 21 Aug 2004 11:06:19 +0000 (11:06 +0000)]
* src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
   The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
* src/libvlc.h: updated useage.

19 years ago * Makefile.am:
Sam Hocevar [Sat, 21 Aug 2004 10:46:32 +0000 (10:46 +0000)]
  * Makefile.am:
    + Don't use vlc_app_DATA for the BeOS bundle.
    + Build the BeOS bundle in $(top_builddir).

19 years ago* src/libvlc.h: updated useage.
Gildas Bazin [Sat, 21 Aug 2004 00:22:44 +0000 (00:22 +0000)]
* src/libvlc.h: updated useage.
* src/input/input.c: hack for udp access and MRLSections().

19 years ago* src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directl...
Gildas Bazin [Fri, 20 Aug 2004 23:37:40 +0000 (23:37 +0000)]
* src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
  - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
  - core also handles start/end boundaries itself (simplifies the access plugins).
* modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.

19 years ago beos/MessagesWindow*: fixed messages window
Eric Petit [Fri, 20 Aug 2004 15:49:09 +0000 (15:49 +0000)]
 beos/MessagesWindow*: fixed messages window

19 years ago * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
Sam Hocevar [Fri, 20 Aug 2004 15:21:43 +0000 (15:21 +0000)]
  * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
    + Added macros for AltiVec versions of these modules. Will not work at all
      for the moment.

19 years ago * src/input/control.c: minor typo in a comment.
Sam Hocevar [Fri, 20 Aug 2004 15:09:43 +0000 (15:09 +0000)]
  * src/input/control.c: minor typo in a comment.

19 years ago * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
Sam Hocevar [Fri, 20 Aug 2004 14:57:18 +0000 (14:57 +0000)]
  * configure.ac: Added --enable-ffmpegaltivec. Do not use it.

19 years ago + configure.ac: always build the beos module built-in
Eric Petit [Fri, 20 Aug 2004 14:40:23 +0000 (14:40 +0000)]
 + configure.ac: always build the beos module built-in
   (really strange crashes happen otherwise, can't figure out why)
 + Makefile.am: don't forget to build vlc-bundle on BeOS

19 years ago* modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
Gildas Bazin [Fri, 20 Aug 2004 13:01:49 +0000 (13:01 +0000)]
* modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
  - if no title-start/end are specified, the whole cd is played.
  - if only a title-start is specified, only this title is played.
  - if a title-start and end are specified, this range is played.
  - "@title-start-" will play everything from the specified start position.

19 years ago extras/contrib/*: don't use gettext *printf replacements on BeOS even
Eric Petit [Fri, 20 Aug 2004 11:57:51 +0000 (11:57 +0000)]
 extras/contrib/*: don't use gettext *printf replacements on BeOS even
  though there're not 100% posix compliant - this way we can build vlc
  with dynamic plugins (not linked against libintl) again

19 years ago* NEWS: updated
Gildas Bazin [Fri, 20 Aug 2004 10:19:42 +0000 (10:19 +0000)]
* NEWS: updated

19 years ago* src/input/*: update position on title change.
Gildas Bazin [Fri, 20 Aug 2004 09:01:19 +0000 (09:01 +0000)]
* src/input/*: update position on title change.

19 years ago* src/input/input.c: re-enabled the --bookmarks option.
Gildas Bazin [Fri, 20 Aug 2004 08:27:59 +0000 (08:27 +0000)]
* src/input/input.c: re-enabled the --bookmarks option.

19 years ago* modules/stream_out/transcode.c: implemented fps option for video only streams.
Gildas Bazin [Thu, 19 Aug 2004 17:06:51 +0000 (17:06 +0000)]
*  modules/stream_out/transcode.c: implemented fps option for video only streams.

19 years agolivedotcom.cpp: update the StreamRead function to non-deprecated api, new
Sigmund Augdal Helberg [Thu, 19 Aug 2004 15:31:22 +0000 (15:31 +0000)]
livedotcom.cpp: update the StreamRead function to non-deprecated api, new
api gives proper detection for too small buffer. Thanks to Ross for pointing
this out.

19 years ago* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy...
Gildas Bazin [Thu, 19 Aug 2004 15:11:32 +0000 (15:11 +0000)]
* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.

19 years ago* modules/codec/dmo/*: flag sync-points in the video encoder.
Gildas Bazin [Thu, 19 Aug 2004 15:02:51 +0000 (15:02 +0000)]
* modules/codec/dmo/*: flag sync-points in the video encoder.

19 years ago* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output...
Gildas Bazin [Thu, 19 Aug 2004 15:01:54 +0000 (15:01 +0000)]
* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).

19 years ago* modules/mux/asf.c: small cleanup
Gildas Bazin [Thu, 19 Aug 2004 12:25:22 +0000 (12:25 +0000)]
* modules/mux/asf.c: small cleanup

19 years ago* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
Gildas Bazin [Thu, 19 Aug 2004 11:32:20 +0000 (11:32 +0000)]
* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.

19 years agolivedotcom.cpp: use geometric growth for the buffer. Should reduce in much
Sigmund Augdal Helberg [Wed, 18 Aug 2004 16:30:45 +0000 (16:30 +0000)]
livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
fewer garbled frames. Still not perfect though.

19 years agolivedotcom.cpp: dynamically determine the buffer size passed to live.com
Sigmund Augdal Helberg [Wed, 18 Aug 2004 16:04:01 +0000 (16:04 +0000)]
livedotcom.cpp: dynamically determine the buffer size passed to live.com
    When the buffer passed to live.com don't have space for another packet
    when we get it back we assume that the stream uses larger frames than
    our current buffer and we increase the buffer.

19 years ago* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode...
Gildas Bazin [Wed, 18 Aug 2004 15:46:01 +0000 (15:46 +0000)]
* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)

19 years agopo/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
Sigmund Augdal Helberg [Wed, 18 Aug 2004 12:06:52 +0000 (12:06 +0000)]
po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)

19 years ago* modules/mux/asf.c: a few coding style changes.
Gildas Bazin [Wed, 18 Aug 2004 12:04:03 +0000 (12:04 +0000)]
* modules/mux/asf.c: a few coding style changes.

19 years agoModules.am: fixed incorrect filename
Sigmund Augdal Helberg [Wed, 18 Aug 2004 11:46:40 +0000 (11:46 +0000)]
Modules.am: fixed incorrect filename

19 years ago* modules/codec/dmo/*: fixed video encoding.
Gildas Bazin [Wed, 18 Aug 2004 11:08:54 +0000 (11:08 +0000)]
* modules/codec/dmo/*: fixed video encoding.

19 years agoalsa.c: support mono on stereo only boards
Sigmund Augdal Helberg [Wed, 18 Aug 2004 09:59:29 +0000 (09:59 +0000)]
alsa.c: support mono on stereo only boards

19 years agoalsa.c: don't fail the probe without giving a reason in the log.
Sigmund Augdal Helberg [Wed, 18 Aug 2004 09:45:07 +0000 (09:45 +0000)]
alsa.c: don't fail the probe without giving a reason in the log.

19 years ago beos/*: fixed seek, clean up
Eric Petit [Tue, 17 Aug 2004 20:55:55 +0000 (20:55 +0000)]
 beos/*: fixed seek, clean up

19 years ago + src/libvlc.h: use KEY_SPACE instead of ' '
Eric Petit [Tue, 17 Aug 2004 17:24:02 +0000 (17:24 +0000)]
 + src/libvlc.h: use KEY_SPACE instead of ' '
 + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
               complex now that we have variables

 Language/subtitle selection works again in the BeOS UI, but there's
 still a lot to fix :|

19 years ago + macosx/equalizer.m: missing vlc_object_release()
Eric Petit [Tue, 17 Aug 2004 16:59:02 +0000 (16:59 +0000)]
 + macosx/equalizer.m: missing vlc_object_release()
 + macosx/vout*: --macosx-vout and --macosx-opengl-effect
                 no longer exist

19 years ago ALL: OS X OpenGL provider
Eric Petit [Tue, 17 Aug 2004 15:17:04 +0000 (15:17 +0000)]
 ALL: OS X OpenGL provider
  + vout.m contains the common code for the QT video output and the
    GL provider (window creation, events handling)
  + opengl.c: higher priority on OS X
 Things are a bit broken atm, any help to debug is welcome ;p

19 years ago* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
Gildas Bazin [Tue, 17 Aug 2004 10:31:51 +0000 (10:31 +0000)]
* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).

19 years ago* modules/codec/ffmpeg/demux.c: a few fixes.
Gildas Bazin [Tue, 17 Aug 2004 08:21:07 +0000 (08:21 +0000)]
* modules/codec/ffmpeg/demux.c: a few fixes.

19 years ago gcc < 3 compile fix
Eric Petit [Mon, 16 Aug 2004 13:35:33 +0000 (13:35 +0000)]
 gcc < 3 compile fix

19 years ago ALL: BeOS fixes
Eric Petit [Mon, 16 Aug 2004 12:51:11 +0000 (12:51 +0000)]
 ALL: BeOS fixes
 There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
 and build matroska support

19 years ago* modules/video_output/x11/xcommon.c: play nice even when there isn't any window...
Gildas Bazin [Mon, 16 Aug 2004 10:06:54 +0000 (10:06 +0000)]
* modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.

19 years agomodules/codec/ffmpeg/ffmpeg.c: corrected a build number
Sigmund Augdal Helberg [Mon, 16 Aug 2004 09:39:14 +0000 (09:39 +0000)]
modules/codec/ffmpeg/ffmpeg.c: corrected a build number

19 years ago * configure.ac:
Sam Hocevar [Mon, 16 Aug 2004 08:42:33 +0000 (08:42 +0000)]
  * configure.ac:
    + Build memcpyaltivec and deinterlace with -maltivec.
    + Check for -ldts_pic before -ldts.

19 years ago * debian/patches/20_configure.dpatch:
Sam Hocevar [Mon, 16 Aug 2004 08:29:06 +0000 (08:29 +0000)]
  * debian/patches/20_configure.dpatch:
    + Don't manage this patch with dpatch since it causes ownership issues.
  * debian/control:
    + Added a missing dpatch build dependency (Closes: #263363).
    + Removed the modplug plugin until libmodplug-dev enters Debian.

19 years ago* Fix a problem with empty subtitles with Subviewer subs
Derk-Jan Hartman [Mon, 16 Aug 2004 00:45:24 +0000 (00:45 +0000)]
* Fix a problem with empty subtitles with Subviewer subs
* fixed a line ending replace problem with subviewer subs
* single char subtitle lines should now work subviewer and subrip

19 years ago* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
Gildas Bazin [Sun, 15 Aug 2004 17:08:10 +0000 (17:08 +0000)]
* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
* modules/stream_out/transcode.c: support for subtitles transcoding.
* modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
  + only works on YUVP subpictures for now.
  + not completely spec compliant yet.

19 years ago* modules/codec/a52.c: fixed segfault
Gildas Bazin [Sun, 15 Aug 2004 16:09:03 +0000 (16:09 +0000)]
* modules/codec/a52.c: fixed segfault

19 years ago* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer...
Gildas Bazin [Sun, 15 Aug 2004 15:59:25 +0000 (15:59 +0000)]
* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.

19 years ago* modules/access/dshow/dshow.cpp: compilation fix.
Gildas Bazin [Sun, 15 Aug 2004 15:05:11 +0000 (15:05 +0000)]
* modules/access/dshow/dshow.cpp: compilation fix.

19 years ago* modules/codec/mpeg_audio.c: fixed segfault
Gildas Bazin [Sun, 15 Aug 2004 14:57:47 +0000 (14:57 +0000)]
* modules/codec/mpeg_audio.c: fixed segfault

19 years ago* Adds postprocessing menu
Benjamin Pracht [Sun, 15 Aug 2004 14:22:28 +0000 (14:22 +0000)]
* Adds postprocessing menu

19 years agoSet the preamp value on a preset change
Jérome Decoodt [Sun, 15 Aug 2004 12:10:46 +0000 (12:10 +0000)]
Set the preamp value on a preset change

19 years ago*.nib: continuous sliders
Jérome Decoodt [Sat, 14 Aug 2004 23:28:31 +0000 (23:28 +0000)]
*.nib: continuous sliders
intf: Equalizer window in window menu
equalizer.m: presets should work now
equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file