]> git.sesse.net Git - vlc/log
vlc
20 years ago * modules/LIST, modules/video_output/Modules.am: removed references to
Loïc Minier [Thu, 18 Sep 2003 16:46:02 +0000 (16:46 +0000)]
  * modules/LIST, modules/video_output/Modules.am: removed references to
    deleted file encoder.c

20 years ago * debian/changelog: 0.6.2-3 upload.
Sam Hocevar [Mon, 15 Sep 2003 19:31:28 +0000 (19:31 +0000)]
  * debian/changelog: 0.6.2-3 upload.

20 years ago * Updated long descriptions.
Sam Hocevar [Mon, 15 Sep 2003 19:20:26 +0000 (19:20 +0000)]
  * Updated long descriptions.

20 years ago * debian/control: Updated the libxosd build dependency to fix a build
Sam Hocevar [Mon, 15 Sep 2003 18:28:47 +0000 (18:28 +0000)]
  * debian/control: Updated the libxosd build dependency to fix a build
    issue on Debian s390.

20 years ago * input: one lock issue.
Laurent Aimar [Mon, 15 Sep 2003 18:05:13 +0000 (18:05 +0000)]
 * input: one lock issue.

20 years agoFix for bad SAP packets with no \0 between headers and payload
Clément Stenac [Mon, 15 Sep 2003 08:33:29 +0000 (08:33 +0000)]
Fix for bad SAP packets with no \0 between headers and payload

20 years ago * playlist.c: coding and potential deadlock fixes.
Laurent Aimar [Mon, 15 Sep 2003 00:01:49 +0000 (00:01 +0000)]
 * playlist.c: coding and potential deadlock fixes.

20 years ago* modules/visualisation/visual/visual.c: thou shall not use //
Clément Stenac [Sun, 14 Sep 2003 16:41:48 +0000 (16:41 +0000)]
* modules/visualisation/visual/visual.c: thou shall not use //

* modules/access/slp.c : do not add udp:@ automatically

* modules/stream_out/announce.c : always use the same service name
  add udp:@ (hack !)

20 years agosrc/video_output/video_output.c:
Sigmund Augdal Helberg [Sun, 14 Sep 2003 13:54:43 +0000 (13:54 +0000)]
src/video_output/video_output.c:
 * if the given vout thread is a filter, then don't sleep untill the display
date. This reduces the chance of pictures being late when reaching the vout
if one or more filters are in use
 * don't include current render time in the render_time sliding mean if it
is way too large ( as inspired by Simon Gittins ).
 * weight the current sliding mean tree times more than the current render
time when calculating the new render time. This should make the code more
robust to jitter in render time

20 years ago * standard : added .ts and .ps
Laurent Aimar [Sat, 13 Sep 2003 17:44:13 +0000 (17:44 +0000)]
 * standard : added .ts and .ps

20 years ago * src/video_output/video_output.c : do not use FIND_ANYWHERE to catch
Laurent Aimar [Sat, 13 Sep 2003 17:42:16 +0000 (17:42 +0000)]
 * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
 the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
 use p_obj->p_vlc as a starting point  and that doesn't work as playlist
 is  detach from  vlc before  vout is  destroyed by  the decoders  (when
 shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
 root object, but I'm not sure.

 * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
 should works with all file types _BUT_ won't be in synch if the demuxer
 doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
 be ok. Others could works if perfectly cbr.
  Now  Subtitle  track is  only  selected  when specified  by  sub-file
 option.(auto-dectected file is always added but not selected by default)
  Btw, the code could support multiple  subs files, but I don't know how
 to pass multiple filenames, any ideas ?

 * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
 don't use that elsewhere.

20 years ago * include/stream_output.h include/vlc_common.h : move TAB_APPEND,
Laurent Aimar [Fri, 12 Sep 2003 18:34:45 +0000 (18:34 +0000)]
 *  include/stream_output.h  include/vlc_common.h   :  move  TAB_APPEND,
 TAB_FIND and  TAB_APPEND (could be used  every where now). There  are a
 bit like  INSERT_ITEM, ...  but not  exactly, perhaps  I should  try to
 merge them).

 * src/input/input.c : begin to implement es_out_t thing (unsusable now).

20 years ago * include/input_ext-intf.h : added stream_t member to input_thread_t.
Laurent Aimar [Fri, 12 Sep 2003 16:26:40 +0000 (16:26 +0000)]
 * include/input_ext-intf.h : added stream_t member to input_thread_t.
 * modules/demux/* : use the stream_t from input_thread_t.
 * include/ninput.h : begin to add new way to register es. (unused for now).
 (in the long term I want to split input_thread_t and intoduce demux_t and
 access_t and perhaps something like access_demux_t)

20 years ago* modules/misc/sap.c: HTTP announcing support
Clément Stenac [Thu, 11 Sep 2003 15:34:16 +0000 (15:34 +0000)]
* modules/misc/sap.c: HTTP announcing support

20 years agoMore modifications to layout of PDA interface.
Jean-Paul Saman [Thu, 11 Sep 2003 11:50:43 +0000 (11:50 +0000)]
More modifications to layout of PDA interface.

20 years ago * mpegaudio.c : cosmetics.
Laurent Aimar [Wed, 10 Sep 2003 22:59:55 +0000 (22:59 +0000)]
 * mpegaudio.c : cosmetics.

20 years ago * all : added mpeg 2.5 support.
Laurent Aimar [Wed, 10 Sep 2003 21:56:44 +0000 (21:56 +0000)]
 * all : added mpeg 2.5 support.

20 years ago* a new option for the text rendering. It sets the fontsize taking into
Derk-Jan Hartman [Wed, 10 Sep 2003 21:54:27 +0000 (21:54 +0000)]
* a new option for the text rendering. It sets the fontsize taking into
  account the window size. This should allow consistent font sizes independant of
  how large a movie is.
  The options currently are smaller,small,normal,large,larger.
  It should be much more userfriendly.

20 years ago * ftp : use atoll.
Laurent Aimar [Wed, 10 Sep 2003 21:09:05 +0000 (21:09 +0000)]
 * ftp : use atoll.

20 years ago * http: Added 'Connection: Close' in the request. (Help with some http
Laurent Aimar [Wed, 10 Sep 2003 21:03:56 +0000 (21:03 +0000)]
 * http: Added 'Connection: Close' in the request. (Help with some http
         servers).
         Use atoll. (always defined).

20 years agoRemoved useless stuff for icecast
Clément Stenac [Wed, 10 Sep 2003 15:50:25 +0000 (15:50 +0000)]
Removed useless stuff for icecast

20 years ago* Fixed the subsdec variables
Derk-Jan Hartman [Wed, 10 Sep 2003 15:03:49 +0000 (15:03 +0000)]
* Fixed the subsdec variables

20 years ago* Workaround for buggy IceCast servers who identify themselves as HTTP
Clément Stenac [Wed, 10 Sep 2003 13:39:29 +0000 (13:39 +0000)]
* Workaround for buggy IceCast servers who identify themselves as HTTP
and not ICY (who talked about RadioPI ?)

20 years ago * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
Laurent Aimar [Wed, 10 Sep 2003 11:51:00 +0000 (11:51 +0000)]
 * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
 (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work).
 * demux/* : removed useless include

20 years ago * modules: do not take care of the case for shortcuts (fix #1165).
Laurent Aimar [Wed, 10 Sep 2003 11:37:53 +0000 (11:37 +0000)]
 * modules: do not take care of the case for shortcuts (fix #1165).
 * playlist : use new input variables.

20 years ago* visual.c: compilation fix in strings
Clément Stenac [Wed, 10 Sep 2003 10:21:09 +0000 (10:21 +0000)]
* visual.c: compilation fix in strings

* playlist.cpp: removed "..." in menu entries as we don't open a box

20 years ago* modules/visualization/visual/visual.c:
Derk-Jan Hartman [Tue, 9 Sep 2003 23:35:28 +0000 (23:35 +0000)]
* modules/visualization/visual/visual.c:
  Added the current available effects to the longdiscription of the 'visual-list' config option.

20 years agoFixed list of muxers. QT and mp4 might need to be disabled at a later point.
Derk-Jan Hartman [Tue, 9 Sep 2003 13:51:45 +0000 (13:51 +0000)]
Fixed list of muxers. QT and mp4 might need to be disabled at a later point.

20 years agoWe no longer need this.
Derk-Jan Hartman [Tue, 9 Sep 2003 13:28:58 +0000 (13:28 +0000)]
We no longer need this.

20 years agoFix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.
Jean-Paul Saman [Tue, 9 Sep 2003 12:54:19 +0000 (12:54 +0000)]
Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.

20 years agoFix the condition for old faad.
Derk-Jan Hartman [Tue, 9 Sep 2003 12:36:24 +0000 (12:36 +0000)]
Fix the condition for old faad.
Incorrect placing of logical operator

20 years ago* modules/visualisation/visual/effects.c
Clément Stenac [Mon, 8 Sep 2003 22:00:47 +0000 (22:00 +0000)]
* modules/visualisation/visual/effects.c
  modules/visualisation/visual/visual.h:
- Change default effect-height
- Less scaling in spectrum analyser

20 years ago * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
Laurent Aimar [Mon, 8 Sep 2003 13:37:52 +0000 (13:37 +0000)]
 * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
        set b_pace to true when using --rtsp-tcp. (eg DSS server send
        data to fast)

20 years ago * sdp: commented out a debug message and added some sort of eof detection.
Laurent Aimar [Mon, 8 Sep 2003 13:09:40 +0000 (13:09 +0000)]
 * sdp: commented out a debug message and added some sort of eof detection.

20 years ago* modules/gui/wxwindows/playlist.cpp
Clément Stenac [Mon, 8 Sep 2003 12:48:53 +0000 (12:48 +0000)]
* modules/gui/wxwindows/playlist.cpp
  modules/gui/wxwindows/wxwindows.h:
- give default to the search button when user enters text
- case-insensitive search

20 years ago* src/playlist/playlist.c
Clément Stenac [Mon, 8 Sep 2003 12:02:16 +0000 (12:02 +0000)]
* src/playlist/playlist.c
       include/playlist.h: playlist sorting
  (function playlist_Sort( playlist_t * , int type)

* modules/gui/wxwindows/playlist.cpp
  modules/gui/wxwindows/wxwindows.h :
* Implement playlist sorting & reverse sorting
* Playlist search

20 years ago-pvr.c
Benjamin Pracht [Mon, 8 Sep 2003 11:05:02 +0000 (11:05 +0000)]
-pvr.c
*reflects a change in ivtv_ioctl_codec struct
*adds he bitratemode commandline option (values are vbr and cbr

20 years ago * sdp: do not register 'rtp' name for access.
Laurent Aimar [Mon, 8 Sep 2003 07:38:30 +0000 (07:38 +0000)]
 * sdp: do not register 'rtp' name for access.

20 years ago * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
Laurent Aimar [Mon, 8 Sep 2003 07:36:34 +0000 (07:36 +0000)]
 * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
 mp3/raw audio should work.
 If you want to try download
 http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to
 change configure.ac yourself)

20 years ago * rtsp: useless.
Laurent Aimar [Mon, 8 Sep 2003 07:15:36 +0000 (07:15 +0000)]
 * rtsp: useless.

20 years ago* stream : convert a msg_Err into msg_Warn.
Laurent Aimar [Mon, 8 Sep 2003 00:36:26 +0000 (00:36 +0000)]
* stream : convert a msg_Err into msg_Warn.

20 years ago * all: clean up.
Laurent Aimar [Mon, 8 Sep 2003 00:35:16 +0000 (00:35 +0000)]
 * all: clean up.

20 years ago configure.ac : added gather stream_out.
Laurent Aimar [Sun, 7 Sep 2003 22:53:38 +0000 (22:53 +0000)]
 configure.ac : added gather stream_out.

20 years ago * control: use new variables and 'title*', 'chapter*' ones.
Laurent Aimar [Sun, 7 Sep 2003 22:53:09 +0000 (22:53 +0000)]
 * control: use new variables and 'title*', 'chapter*' ones.
 * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input
 state.
 * gui/wxwindows: use 'position' and 'time' variables -> seek improved
 for avi and mp4 and accurate time display :)

20 years ago * input: introduce 'position', 'time', 'length', 'state' and 'rate'
Laurent Aimar [Sun, 7 Sep 2003 22:51:11 +0000 (22:51 +0000)]
 * input: introduce 'position', 'time', 'length', 'state' and 'rate'
 object variables and begin to use pf_demux_control.
 * variables: new time type handling.

20 years ago * all : set pf_demux_control.
Laurent Aimar [Sun, 7 Sep 2003 22:49:05 +0000 (22:49 +0000)]
 * all : set pf_demux_control.

20 years ago * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
Laurent Aimar [Sun, 7 Sep 2003 22:48:29 +0000 (22:48 +0000)]
 * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
 is a generic handler)
 * avi, mp4 : begin to implement a specific pf_demux_control.

20 years ago * ninput.h : change control parameters.
Laurent Aimar [Sun, 7 Sep 2003 22:45:16 +0000 (22:45 +0000)]
 * ninput.h : change control parameters.
 * variables : changed time variables to signed long long type (I hope
 it is always more than 64 bits)
 * input.h : include ninput.h

20 years ago * libvlc: removed some unused options.
Laurent Aimar [Sun, 7 Sep 2003 22:43:17 +0000 (22:43 +0000)]
 * libvlc: removed some unused options.
           added sout-keep option to keep sout instance across playlist
           items (usefull with 'gather' stream_out)
 * stream_output : implement the sout-keep mode.
 * playlist, video_output, stream_output: vout and sout are now reattached
 to playlist instead of being destroyed. There are automatically destroy
 if unused byt the new input (200 ms after access and demuxer have finished
 their inittialisation step.)

20 years ago * gather: try to gather stream with similar properties (eg mp3), wait for
Laurent Aimar [Sun, 7 Sep 2003 20:12:44 +0000 (20:12 +0000)]
 * gather: try to  gather stream with similar properties (eg mp3), wait for
 next commits to be usable.

20 years ago * file: added an append option. (The default is to overwrite the file)
Laurent Aimar [Sun, 7 Sep 2003 20:08:31 +0000 (20:08 +0000)]
 * file: added an append option. (The default is to overwrite the file)

20 years ago* new event VLC_NET to open the network dialog ( "net" keyword in the
Cyril Deguet [Fri, 5 Sep 2003 15:55:30 +0000 (15:55 +0000)]
* new event VLC_NET to open the network dialog ( "net" keyword in the
 xml file)

20 years ago * debian/control:
Sam Hocevar [Fri, 5 Sep 2003 00:36:10 +0000 (00:36 +0000)]
  * debian/control:
    + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
      versions were broken on platforms where PIC/non-PIC cannot be mixed in
      objects (Closes Debian bug #208383).
    + Set policy to 3.6.1.0.

20 years ago * qdsk.c : fix a typo
Benjamin Pracht [Wed, 3 Sep 2003 11:28:32 +0000 (11:28 +0000)]
* qdsk.c : fix a typo
* access.c :
- new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
- "program" is still untested (anybody with a DVB card to try it ?)
- old syntax should still work, with a warning.

20 years ago* modules/codec/libmpeg2.c: fixed segfault on exit.
Gildas Bazin [Wed, 3 Sep 2003 10:23:17 +0000 (10:23 +0000)]
* modules/codec/libmpeg2.c: fixed segfault on exit.

20 years agoAdded descriptions
Clément Stenac [Wed, 3 Sep 2003 10:00:23 +0000 (10:00 +0000)]
Added descriptions
Fixed multiple effects enabling

20 years ago* modules/codec/theora.c: oops, introduced a bug in pts calculation.
Gildas Bazin [Tue, 2 Sep 2003 22:36:55 +0000 (22:36 +0000)]
* modules/codec/theora.c: oops, introduced a bug in pts calculation.

20 years agouse the configuration system, that is what it is there for
Sigmund Augdal Helberg [Tue, 2 Sep 2003 22:06:51 +0000 (22:06 +0000)]
use the configuration system, that is what it is there for

20 years ago* ALL: Introduction of a new api for decoders.
Gildas Bazin [Tue, 2 Sep 2003 20:19:26 +0000 (20:19 +0000)]
* ALL: Introduction of a new api for decoders.
   The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
   Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.

   Don't hold your breath, there is still much work to do before we reach this goal.

* modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
   Converted to the new api.
   Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
   New dts and theora packetizers (merged in their respective decoders).

20 years ago* src/audio_output/input.c: don't try to play sound if the input pipeline couldn...
Gildas Bazin [Tue, 2 Sep 2003 18:06:45 +0000 (18:06 +0000)]
* src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.

20 years ago* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only...
Gildas Bazin [Tue, 2 Sep 2003 16:00:24 +0000 (16:00 +0000)]
* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.

20 years ago * debian/rules:
Sam Hocevar [Tue, 2 Sep 2003 13:44:23 +0000 (13:44 +0000)]
  * debian/rules:
    + Disabled familiar plugin.
  * debian/changelog:
    + Updated for 0.6.2 packages.

20 years ago * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
Sam Hocevar [Tue, 2 Sep 2003 13:42:43 +0000 (13:42 +0000)]
  * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.

20 years ago* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
Gildas Bazin [Mon, 1 Sep 2003 18:30:01 +0000 (18:30 +0000)]
* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.

20 years agoSmall error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct...
Jean-Paul Saman [Mon, 1 Sep 2003 10:18:56 +0000 (10:18 +0000)]
Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.

20 years ago* modules/access/dshow/*: always try to get the video in I420 chroma if supported.
Gildas Bazin [Sun, 31 Aug 2003 22:06:17 +0000 (22:06 +0000)]
* modules/access/dshow/*: always try to get the video in I420 chroma if supported.
   Implemented a ":size=" and ":chroma=" option.

20 years agoMaybe fixes the crash (can't be sure, as it works on my computer)
Clément Stenac [Sun, 31 Aug 2003 16:01:14 +0000 (16:01 +0000)]
Maybe fixes the crash (can't be sure, as it works on my computer)

20 years ago configure.ac: fixed zeta check
Eric Petit [Sun, 31 Aug 2003 15:55:56 +0000 (15:55 +0000)]
 configure.ac: fixed zeta check

20 years ago* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
Gildas Bazin [Sat, 30 Aug 2003 16:34:12 +0000 (16:34 +0000)]
* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)

20 years ago* include/vlc_config.h: removed unused config stuff.
Gildas Bazin [Sat, 30 Aug 2003 13:59:15 +0000 (13:59 +0000)]
* include/vlc_config.h: removed unused config stuff.
* include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.

20 years ago* modules/access/v4l/v4l.c: fixed uninitialized variable.
Gildas Bazin [Sat, 30 Aug 2003 11:59:44 +0000 (11:59 +0000)]
* modules/access/v4l/v4l.c: fixed uninitialized variable.
* modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.

20 years ago * libavi.c: fixed a dead loop when data are missing.
Laurent Aimar [Sat, 30 Aug 2003 02:03:44 +0000 (02:03 +0000)]
 * libavi.c: fixed a dead loop when data are missing.

20 years ago * all: removed old encoding way.
Laurent Aimar [Fri, 29 Aug 2003 19:50:13 +0000 (19:50 +0000)]
 * all: removed old encoding way.

20 years ago * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
Laurent Aimar [Fri, 29 Aug 2003 19:49:33 +0000 (19:49 +0000)]
 * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
  meta data to your file. (use asf{title="my title"} for example)
 * standard: do not trash access/mux arguments when fixing.

20 years ago * v4l: removed encoder.h include.
Laurent Aimar [Fri, 29 Aug 2003 18:58:49 +0000 (18:58 +0000)]
 * v4l: removed encoder.h include.

20 years ago * all: fix some gcc warnings and removed all u8/u16/u32.
Laurent Aimar [Fri, 29 Aug 2003 18:58:05 +0000 (18:58 +0000)]
 * all: fix some gcc warnings and removed all u8/u16/u32.

20 years ago* effects.c :
Clément Stenac [Fri, 29 Aug 2003 16:56:43 +0000 (16:56 +0000)]
* effects.c :
  - added a spectrum analyser
  options are:
-nb :  number of bands , 20 or 80 (80 is default)
-separ : how many blank pixels between bands (1 default)
-amp : vertical amplification ( 3 default)
-peaks: draw peaks ? (default 1)

  - improved options parsing

* fft.c, fft.h :
FFT code mainly taken from XMMS (adapted coding style)

* visual.c:
Sanity checks (users aren't stupid, are they ? )

* LIST: updated the list

20 years ago * asf: added stream infos object and fix a bug in packetization.
Laurent Aimar [Fri, 29 Aug 2003 01:11:43 +0000 (01:11 +0000)]
 * asf: added stream infos object and fix a bug in packetization.
 -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)

20 years ago* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option...
Gildas Bazin [Thu, 28 Aug 2003 21:11:55 +0000 (21:11 +0000)]
* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
* modules/video_output/x11/xcommon.c: small cosmetic change.
* modules/access/v4l/v4l.c: clean-up (removed old references to encoders).

20 years ago * standard :
Laurent Aimar [Thu, 28 Aug 2003 21:02:14 +0000 (21:02 +0000)]
 * standard :
 - when muxer or access or both are missing try to do a guess (based on the
 other one or the extention).
 - if both are still missing -> abort.
 - it forces asfh when using mmsh
 - it issues a error message with non working couple (like udp/avi, ...)
 (but it doesn't fail)

20 years ago* Makefile.am: zip files have a .zip extension ;)
Gildas Bazin [Thu, 28 Aug 2003 19:26:29 +0000 (19:26 +0000)]
* Makefile.am: zip files have a .zip extension ;)

20 years ago* Makefile.am: grrr, should have tested my last commit ;)
Gildas Bazin [Thu, 28 Aug 2003 18:44:51 +0000 (18:44 +0000)]
* Makefile.am: grrr, should have tested my last commit ;)

20 years ago* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package...
Gildas Bazin [Thu, 28 Aug 2003 17:46:34 +0000 (17:46 +0000)]
* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.

20 years ago * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
Sam Hocevar [Thu, 28 Aug 2003 17:19:42 +0000 (17:19 +0000)]
  * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
  gprof. If you still want to profile pthread applications using gprof please
  see http://sam.zoy.org/writings/programming/gprof.html and also consider
  using oprofile if you are using ia32.

20 years ago* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx...
Gildas Bazin [Thu, 28 Aug 2003 15:59:04 +0000 (15:59 +0000)]
* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
* modules/gui/wxwindows/*: updated the stream output dialog.

20 years ago* modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
Gildas Bazin [Wed, 27 Aug 2003 12:59:11 +0000 (12:59 +0000)]
* modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.

20 years agomodules/misc/freetype.c:
Sigmund Augdal Helberg [Wed, 27 Aug 2003 12:24:52 +0000 (12:24 +0000)]
modules/misc/freetype.c:
 * Cleaned up the outline code. It may even be faster now
 * Removed some nasty debug messages
modules/codec/subsdec/subsdec.c:
 * Removed a nasty debug message

20 years ago* modules/gui/wxwindows/*: small clean-up in included headers.
Gildas Bazin [Wed, 27 Aug 2003 11:53:26 +0000 (11:53 +0000)]
* modules/gui/wxwindows/*: small clean-up in included headers.
   Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).

20 years agoUpdating a new PDA interface design.
Jean-Paul Saman [Wed, 27 Aug 2003 11:04:37 +0000 (11:04 +0000)]
Updating a new PDA interface design.

20 years ago * oups (forgot to erase a test line)
Simon Latapie [Wed, 27 Aug 2003 08:44:28 +0000 (08:44 +0000)]
 * oups (forgot to erase a test line)

20 years ago* configure.ac, modules/mux/Modules.am: enable the asf muxer.
Gildas Bazin [Wed, 27 Aug 2003 08:27:52 +0000 (08:27 +0000)]
* configure.ac, modules/mux/Modules.am: enable the asf muxer.

20 years ago* modules/access/dshow/*: handle upside down pictures (a bit hacky though).
Gildas Bazin [Wed, 27 Aug 2003 07:31:26 +0000 (07:31 +0000)]
* modules/access/dshow/*: handle upside down pictures (a bit hacky though).

20 years ago * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
Simon Latapie [Wed, 27 Aug 2003 07:21:07 +0000 (07:21 +0000)]
 * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
 * in /usr/local/lib/vlc for modules )

20 years ago * asf: fix waveformatex header for mp3 audio.
Laurent Aimar [Tue, 26 Aug 2003 23:14:11 +0000 (23:14 +0000)]
 * asf: fix waveformatex header for mp3 audio.

20 years ago * mpegaudio: set i_bitrate field. (won't work with vbr)
Laurent Aimar [Tue, 26 Aug 2003 23:12:37 +0000 (23:12 +0000)]
 * mpegaudio: set i_bitrate field. (won't work with vbr)

20 years ago* modules/demux/util/sub.c: fixed the subtitle autodetection.
Derk-Jan Hartman [Tue, 26 Aug 2003 19:43:51 +0000 (19:43 +0000)]
* modules/demux/util/sub.c: fixed the subtitle autodetection.
* modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.

20 years ago* modules/access/dshow/*: bug fixes.
Gildas Bazin [Tue, 26 Aug 2003 19:14:10 +0000 (19:14 +0000)]
* modules/access/dshow/*: bug fixes.

20 years ago * mkv : use stream_*
Laurent Aimar [Tue, 26 Aug 2003 18:11:02 +0000 (18:11 +0000)]
 * mkv : use stream_*

20 years ago * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
Laurent Aimar [Tue, 26 Aug 2003 18:01:16 +0000 (18:01 +0000)]
 * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
 (mpeg2 encoding has been added to vlc)

20 years ago * ts: clean my last commit for SPU. Btw, report any regression.
Laurent Aimar [Tue, 26 Aug 2003 01:04:29 +0000 (01:04 +0000)]
 * ts: clean my last commit for SPU. Btw, report any regression.