]> git.sesse.net Git - vlc/log
vlc
20 years ago* modules/codec/mpeg_audio.c: fixes and improvements.
Gildas Bazin [Sun, 5 Oct 2003 00:50:05 +0000 (00:50 +0000)]
* modules/codec/mpeg_audio.c: fixes and improvements.
* include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).

20 years agomodules/gui/wxwindows/preferences.cpp:
Sigmund Augdal Helberg [Sat, 4 Oct 2003 23:52:32 +0000 (23:52 +0000)]
modules/gui/wxwindows/preferences.cpp:
 * Increased size of and decreased margins around the section heading. It
   looks nice now.

20 years ago* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdi...
Gildas Bazin [Sat, 4 Oct 2003 18:55:13 +0000 (18:55 +0000)]
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
* modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
* modules/LIST: update.

20 years agoFurther doxygenization.
Sigmund Augdal Helberg [Sat, 4 Oct 2003 15:51:22 +0000 (15:51 +0000)]
Further doxygenization.

20 years ago * src/misc/modules_plugin.h.in: Added a missing return value that caused
Sam Hocevar [Sat, 4 Oct 2003 15:49:13 +0000 (15:49 +0000)]
  * src/misc/modules_plugin.h.in: Added a missing return value that caused
    module loading to fail.

20 years ago * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
Sam Hocevar [Sat, 4 Oct 2003 15:04:49 +0000 (15:04 +0000)]
  * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
    loader.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even...
Gildas Bazin [Sat, 4 Oct 2003 14:59:38 +0000 (14:59 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.

20 years agoFixed dyld commit.
Christophe Massiot [Sat, 4 Oct 2003 12:30:53 +0000 (12:30 +0000)]
Fixed dyld commit.

20 years ago * include/modules.h: Fixed the OS X build by adding a required header.
Sam Hocevar [Sat, 4 Oct 2003 12:25:00 +0000 (12:25 +0000)]
  * include/modules.h: Fixed the OS X build by adding a required header.

20 years ago* modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
Gildas Bazin [Sat, 4 Oct 2003 12:04:06 +0000 (12:04 +0000)]
* modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
* modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).

20 years ago* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*...
Gildas Bazin [Sat, 4 Oct 2003 12:00:00 +0000 (12:00 +0000)]
* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.

20 years ago * configure.ac:
Sam Hocevar [Sat, 4 Oct 2003 11:17:04 +0000 (11:17 +0000)]
  * configure.ac:
    + First try to detect the OS X native dynamic linker before falling
      back to dlfcn.h.
    + Enhanced the dlopen-style loader detection.
    + Added a check for HP-UX's shl_* functins.
  * src/misc/modules_plugin.h.in:
    + Support for the dylib dynamic loader on OS X.
    + Support for the shl dynamic loader on HP-UX.

20 years ago* configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled...
Gildas Bazin [Sat, 4 Oct 2003 10:54:45 +0000 (10:54 +0000)]
* configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
* modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.

20 years agosrc/libvlc.h: fixed line length of a string
Sigmund Augdal Helberg [Fri, 3 Oct 2003 23:31:43 +0000 (23:31 +0000)]
src/libvlc.h: fixed line length of a string
modules/gui/wxwindows/preferences.cpp:
 * slightly modified layout of the window
   * The help text is now below the controls
   * Neither heading nor help text is inside wxStaticBox but rather
     separated from the controls with a simple line.
 * changed a lot of strech-factors, makes the dialog look generally more tidy

20 years ago* modules/stream_out/transcode.c: get decoder specific info from the audio encoder...
Gildas Bazin [Fri, 3 Oct 2003 18:17:55 +0000 (18:17 +0000)]
* modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).

20 years agoSome fixes for file listing and playlist. Do not use this interface yet, it is not...
Jean-Paul Saman [Fri, 3 Oct 2003 18:04:58 +0000 (18:04 +0000)]
Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now.

20 years ago * src/misc/win32_specific.c: minor code clean-up.
Sam Hocevar [Fri, 3 Oct 2003 13:35:56 +0000 (13:35 +0000)]
  * src/misc/win32_specific.c: minor code clean-up.

20 years ago* modules/codec/cinepak.c: ported the cinepak decoder to the new api.
Gildas Bazin [Thu, 2 Oct 2003 21:12:45 +0000 (21:12 +0000)]
* modules/codec/cinepak.c: ported the cinepak decoder to the new api.

20 years ago* compilation fix
Derk-Jan Hartman [Thu, 2 Oct 2003 18:07:26 +0000 (18:07 +0000)]
* compilation fix

20 years agoRework in DVB plugin to allow tuning to DVB-T cards.
Jean-Paul Saman [Thu, 2 Oct 2003 15:43:44 +0000 (15:43 +0000)]
Rework in DVB plugin to allow tuning to DVB-T cards.
- cleanup of messages
- adding status events messages from frontend
- separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.

20 years ago* src/libvlc.h:
Derk-Jan Hartman [Thu, 2 Oct 2003 13:31:00 +0000 (13:31 +0000)]
* src/libvlc.h:
  - Removed a dupe.
  - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
    already is a 'Z' shortcut for random.
* modules/codec/subsdec.c: debug info.

20 years agoFix bug for DVB-T tuning. The code always used default upper and lower frequencies...
Jean-Paul Saman [Thu, 2 Oct 2003 10:28:04 +0000 (10:28 +0000)]
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.

20 years ago* Small fix to doxygen comments
Derk-Jan Hartman [Thu, 2 Oct 2003 00:16:05 +0000 (00:16 +0000)]
* Small fix to doxygen comments

20 years ago* modules/misc/freetype.c: spelling errors
Derk-Jan Hartman [Wed, 1 Oct 2003 22:44:58 +0000 (22:44 +0000)]
* modules/misc/freetype.c: spelling errors
* src/libvlc.h: spelling error
* include/ninput.h: There should not yet be a Subtitles section in Doxygen
* src/input/subtitles.c: Doxygen comments for this file

20 years ago* Did you know that VCR2 and PIM1 are actually MPEG1 ?
Derk-Jan Hartman [Wed, 1 Oct 2003 22:40:39 +0000 (22:40 +0000)]
* Did you know that VCR2 and PIM1 are actually MPEG1 ?

20 years ago* Added a bunch of fourcc's
Derk-Jan Hartman [Wed, 1 Oct 2003 22:39:43 +0000 (22:39 +0000)]
* Added a bunch of fourcc's
* Added the new cinepak and msrle codecs as well as some other forgotten stuff

20 years ago* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the...
Gildas Bazin [Wed, 1 Oct 2003 22:19:57 +0000 (22:19 +0000)]
* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.

20 years agoImplementing new PDA User Interface design using the GTK2 widget set. This interface...
Jean-Paul Saman [Wed, 1 Oct 2003 20:58:45 +0000 (20:58 +0000)]
Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
- it compiles ;-)
- will have more UI assets to tweak with, then the old interface had
  to name a few: supports stream out, camera's through v4l, use preferences,
  manage playlists, play audio/video local and from a network source
- is not functional (yet)

So expect more functionality to come in and the necessary bug fixes.

20 years ago* Fixed some small inconsistancy.
Derk-Jan Hartman [Wed, 1 Oct 2003 20:57:34 +0000 (20:57 +0000)]
* Fixed some small inconsistancy.

20 years ago* modules/codec/a52.c: fixes and simplifications.
Gildas Bazin [Wed, 1 Oct 2003 18:32:13 +0000 (18:32 +0000)]
* modules/codec/a52.c: fixes and simplifications.

20 years ago* modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack...
Gildas Bazin [Wed, 1 Oct 2003 17:44:25 +0000 (17:44 +0000)]
* modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.

20 years ago* modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will...
Gildas Bazin [Wed, 1 Oct 2003 12:01:46 +0000 (12:01 +0000)]
* modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.

20 years ago * Fixed license blurb; these files have always been *GPL*ed.
Sam Hocevar [Wed, 1 Oct 2003 03:38:24 +0000 (03:38 +0000)]
  * Fixed license blurb; these files have always been *GPL*ed.

20 years ago* include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
Gildas Bazin [Tue, 30 Sep 2003 20:36:46 +0000 (20:36 +0000)]
* include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)

20 years ago* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag...
Gildas Bazin [Tue, 30 Sep 2003 20:23:03 +0000 (20:23 +0000)]
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
* include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
* modules/codec/a52.c: modified to use the bytestream reading functions.
  The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.

20 years ago* compile before you commit
Derk-Jan Hartman [Tue, 30 Sep 2003 16:41:13 +0000 (16:41 +0000)]
* compile before you commit

20 years ago* src/input/input.c: fixed usage of sub-file variable.
Derk-Jan Hartman [Tue, 30 Sep 2003 16:09:58 +0000 (16:09 +0000)]
* src/input/input.c: fixed usage of sub-file variable.
* modules/misc/freetype.c: i_render_height and not i_window_height.

20 years ago* Select the subtitle track, if it's specified via the "sub-file" option.
Derk-Jan Hartman [Tue, 30 Sep 2003 15:36:39 +0000 (15:36 +0000)]
* Select the subtitle track, if it's specified via the "sub-file" option.

20 years ago* modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them...
Gildas Bazin [Mon, 29 Sep 2003 22:37:36 +0000 (22:37 +0000)]
* modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
  fixes for text subtitles muxing.
* modules/packetizer/copy.c: support for text subtitles.

20 years ago* include/os_specific.h: oops, fixed my last commit.
Gildas Bazin [Mon, 29 Sep 2003 18:20:37 +0000 (18:20 +0000)]
* include/os_specific.h: oops, fixed my last commit.

20 years ago* include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 speci...
Gildas Bazin [Mon, 29 Sep 2003 17:36:35 +0000 (17:36 +0000)]
* include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
 Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.

20 years agoDoxyfile:
Sigmund Augdal Helberg [Mon, 29 Sep 2003 15:45:19 +0000 (15:45 +0000)]
Doxyfile:
 * changed project name from 'vlc' to 'VLC'
 * excluded src/extras from the documentation
src/misc/variables.c, include/variables.h:
 * Doxygen-documented most of the vlc variables code

20 years ago* modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3...
Gildas Bazin [Sun, 28 Sep 2003 22:18:57 +0000 (22:18 +0000)]
* modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).

20 years ago* modules/codec/theora.c: don't forget to delete the sout instance.
Gildas Bazin [Sun, 28 Sep 2003 21:54:21 +0000 (21:54 +0000)]
* modules/codec/theora.c: don't forget to delete the sout instance.
* modules/mux/ogg.c: fix for embedding theora in Ogg.

20 years ago* modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
Gildas Bazin [Sun, 28 Sep 2003 19:58:19 +0000 (19:58 +0000)]
* modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().

20 years ago* modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
Gildas Bazin [Sun, 28 Sep 2003 16:50:05 +0000 (16:50 +0000)]
* modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
* modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.

20 years ago* modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should...
Gildas Bazin [Sat, 27 Sep 2003 15:33:02 +0000 (15:33 +0000)]
* modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.

20 years ago* modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
Gildas Bazin [Sat, 27 Sep 2003 14:32:54 +0000 (14:32 +0000)]
* modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).

20 years ago* install-win32: cosmetic changes.
Gildas Bazin [Sat, 27 Sep 2003 10:09:57 +0000 (10:09 +0000)]
* install-win32: cosmetic changes.
* configure.ac: forgot one include path for the mozilla plugin.

20 years ago* modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be...
Gildas Bazin [Fri, 26 Sep 2003 16:10:24 +0000 (16:10 +0000)]
* modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised.

20 years ago* modules/video_output/directx/*: some graphics card allow the creation of several...
Gildas Bazin [Fri, 26 Sep 2003 16:03:21 +0000 (16:03 +0000)]
* modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.

20 years agoUpdated design of PDA GUI.
Jean-Paul Saman [Fri, 26 Sep 2003 13:32:42 +0000 (13:32 +0000)]
Updated design of PDA GUI.

20 years agoAdding files for PDA interface using the opie libaries.
Jean-Paul Saman [Fri, 26 Sep 2003 12:11:26 +0000 (12:11 +0000)]
Adding files for PDA interface using the opie libaries.

20 years ago* src/misc/modules.c: removed an old win32 hack which was creating more problems...
Gildas Bazin [Fri, 26 Sep 2003 11:30:06 +0000 (11:30 +0000)]
* src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.

20 years ago* modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio...
Gildas Bazin [Thu, 25 Sep 2003 23:09:41 +0000 (23:09 +0000)]
* modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
* modules/mux/ogg.c: attempt at supporting theora.

20 years ago* modules/codec/vorbis.c: wait for the first dated packet before starting decoding...
Gildas Bazin [Wed, 24 Sep 2003 23:45:06 +0000 (23:45 +0000)]
* modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.

20 years ago* include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a ...
Gildas Bazin [Wed, 24 Sep 2003 21:31:55 +0000 (21:31 +0000)]
* include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
* modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().

20 years ago* modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
Gildas Bazin [Wed, 24 Sep 2003 16:10:02 +0000 (16:10 +0000)]
* modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
 The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.

20 years ago * all: set pf_run *only* if we accept this stream.
Laurent Aimar [Wed, 24 Sep 2003 14:59:21 +0000 (14:59 +0000)]
 * all: set pf_run *only* if we accept this stream.

20 years ago* modules/visualization/visual/visual.c: fixed strings
Clément Stenac [Wed, 24 Sep 2003 10:21:32 +0000 (10:21 +0000)]
* modules/visualization/visual/visual.c: fixed strings

* src/playlist/playlist.c: fixed sorting

20 years ago* configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for...
Gildas Bazin [Tue, 23 Sep 2003 16:07:49 +0000 (16:07 +0000)]
* configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left).
* src/misc/modules.c: small clean-up and fixed --plugin-path on win32.

20 years ago* modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
Gildas Bazin [Mon, 22 Sep 2003 21:07:35 +0000 (21:07 +0000)]
* modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
(indentations mainly).

20 years ago* modules/gui/wxwindows/preferences.cpp:
Clément Stenac [Mon, 22 Sep 2003 14:40:12 +0000 (14:40 +0000)]
* modules/gui/wxwindows/preferences.cpp:
- Created the "General Settings" section
- Added help strings in the two main sections,
in the libvlc categories,
and in the module capabilities

* modules/gui/wxwindows/playlist.cpp & wxwindows.h
-Implemented random, loop and repeat using variables
-The eye candy of the dialog box is not very good
 but I have no idea how to improve it.
-Focus on the currently playing item

* src/libvlc.h:
- Added help strings for the libvlc categories
- Changed a few "advanced" flag

* include/vlc_help.h:
- Help strings for the two main sections
- Help string for the module capabilities (both by Anil)

* po/*: updated potfiles with the new strings

20 years agoRemoved compatibility tweak for old satellite GUI.
Jean-Paul Saman [Mon, 22 Sep 2003 07:29:46 +0000 (07:29 +0000)]
Removed compatibility tweak for old satellite GUI.

20 years agoChanges to Red Hat spec file:
Jason Luka [Mon, 22 Sep 2003 06:04:59 +0000 (06:04 +0000)]
Changes to Red Hat spec file:
- Added wxwindows, alsa, and skin support
- Fixed dependancies, specifically a version conflict of xvidcore

20 years ago* modules/gui/macosx/playlist.?: implemented Save Playlist
Derk-Jan Hartman [Mon, 22 Sep 2003 03:40:06 +0000 (03:40 +0000)]
* modules/gui/macosx/playlist.?: implemented Save Playlist
* modules/gui/macosx/output.m: updated part of the Stream output dialog
* modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
  sub-autodetect file options to src/input/input.c
* src/input/input.c: added the moved options and use them to add subtitle
  tracks.
* src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
* src/input/subtitles.c: new subtitles_Detect() largely based on the
  code used by MPlayer. Adapted for coding style and structure differences.

The autodetect routine can now detect multiple subtitle files and assigns scores
based on their names. if they much well enough they are sorted based on their
score. It will then return this set, and they will all be added as SPU tracks
to the current stream. The (un)selecting of these tracks will need to be fixed
because they all get assigned the es id 0xFF currently.

20 years ago* modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist...
Gildas Bazin [Sun, 21 Sep 2003 18:07:51 +0000 (18:07 +0000)]
* modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.

20 years ago* modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox...
Gildas Bazin [Sun, 21 Sep 2003 17:52:43 +0000 (17:52 +0000)]
* modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).

20 years ago* modules/stream_out/duplicate.c: improved last fix.
Gildas Bazin [Sun, 21 Sep 2003 11:48:58 +0000 (11:48 +0000)]
* modules/stream_out/duplicate.c: improved last fix.

20 years ago* include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
Gildas Bazin [Sun, 21 Sep 2003 10:23:59 +0000 (10:23 +0000)]
* include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
* modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
* share/vlc_win32_rc.rc: stringify version number.
* mozilla/*: compilation fix and cosmetic changes to the .rc.

20 years ago* modules/stream_out/duplicate.c: fixed array overflow.
Gildas Bazin [Sat, 20 Sep 2003 23:46:01 +0000 (23:46 +0000)]
* modules/stream_out/duplicate.c: fixed array overflow.

20 years ago* mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from...
Gildas Bazin [Sat, 20 Sep 2003 22:52:27 +0000 (22:52 +0000)]
* mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.

20 years ago* include/vlc/vlc.h:
Derk-Jan Hartman [Sat, 20 Sep 2003 19:37:54 +0000 (19:37 +0000)]
* include/vlc/vlc.h:
  - removed the defines for i_mode concerning random and loop. We use config
    variables for all of these.
* src/libvlc.h:
  - removed the enqueue playlist config option. It's no longer used.
  - added a repeat option. vlc will keep playing the same playlist_item,
    until the option is unset.
* src/playlist/playlist.c:
  - added a repeat, random and loop variable.
  - wxwindows should use these as well I think.
* modules/gui/macosx:
  - added the INTF_ABOUT_MSG to the about dialog.
  - implemented the about and repeat items.

20 years ago* src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset...
Gildas Bazin [Sat, 20 Sep 2003 17:35:38 +0000 (17:35 +0000)]
* src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
* modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.

20 years agoFixed a typo.
Jason Luka [Sat, 20 Sep 2003 17:24:09 +0000 (17:24 +0000)]
Fixed a typo.

20 years agoUpdated for tentative 0.6.3 release.
Jason Luka [Sat, 20 Sep 2003 17:19:35 +0000 (17:19 +0000)]
Updated for tentative 0.6.3 release.

20 years ago* configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
Gildas Bazin [Sat, 20 Sep 2003 15:52:19 +0000 (15:52 +0000)]
* configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.

20 years ago* configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won...
Gildas Bazin [Sat, 20 Sep 2003 13:52:23 +0000 (13:52 +0000)]
* configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
 Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
 You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.

20 years ago * input: added position-offset and time-offset for relative seeking.
Laurent Aimar [Sat, 20 Sep 2003 13:50:14 +0000 (13:50 +0000)]
 * input: added position-offset and time-offset for relative seeking.
 (Untested)

20 years ago* modules/gui/macosx/*:
Derk-Jan Hartman [Sat, 20 Sep 2003 13:46:00 +0000 (13:46 +0000)]
* modules/gui/macosx/*:
  - implemented the new input variables for control.
  - reevaltuated the locking mechanisms in the osx intf.
    a lot of this can now be removed, because of the new input structures,
    and the vout garbage collector of playlist.

20 years ago * modules/list.sh:
Sam Hocevar [Sat, 20 Sep 2003 03:38:52 +0000 (03:38 +0000)]
  * modules/list.sh:
    + "==" is not valid shell test, use "=" instead.
    + Set LANG for consistency of sort output.
  (NB: this really belongs to the toolbox script).

20 years ago* NEWS: updated some entries
Derk-Jan Hartman [Sat, 20 Sep 2003 02:47:41 +0000 (02:47 +0000)]
* NEWS: updated some entries
* po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
* src/libvlc.h: Added es (Spanish) to the list of choices.

20 years ago* LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
Derk-Jan Hartman [Sat, 20 Sep 2003 01:36:57 +0000 (01:36 +0000)]
* LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
  ( Yes it's backwards compatible ).

20 years ago * all: clean up.
Laurent Aimar [Sat, 20 Sep 2003 00:37:53 +0000 (00:37 +0000)]
 * all: clean up.
        use vout_Request to release the vout (so vout isn't closed when
        changing playlist item).

20 years ago* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
Derk-Jan Hartman [Fri, 19 Sep 2003 23:03:27 +0000 (23:03 +0000)]
* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
  recognized by VLC
* modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
  Although it runs on OS X, it only plays back silence for some reason.
  Might be a problem with one of the converters?
* modules/gui/macosx/*:
  - 'fixed' several compiler warnings
  - removed some old no longer necesarry stuff

20 years ago * playlist.c : unlock playlist before calling vout_Destroy (for osx)
Laurent Aimar [Fri, 19 Sep 2003 21:53:48 +0000 (21:53 +0000)]
 * playlist.c : unlock playlist before calling vout_Destroy (for osx)
 * mp4: send complete atom for amr to the decoder.

20 years agoFix a crasher with strcasecmp and empty strings
Derk-Jan Hartman [Fri, 19 Sep 2003 21:53:32 +0000 (21:53 +0000)]
Fix a crasher with strcasecmp and empty strings

20 years ago * src/misc/objects.c: change the way that FIND_ANYWHERE work. Now we
Laurent Aimar [Fri, 19 Sep 2003 15:33:58 +0000 (15:33 +0000)]
 * src/misc/objects.c:  change the way  that FIND_ANYWHERE work.  Now we
 first search  the root of  the object  using p_parent and  not directly
 using p_vlc. If this first search  failed then we search using p_vlc if
 it wasn't the  case. (I'm not sure  it's harmless but I  think it's the
 correct behavour for FIND_ANYWHERE)

 * src/video_output/video_output.c  : we could now  use FIND_ANYWHERE to
 catch the  playlist (even when the  vlc is exiting. (Hehe, now visual
 effects won't reopen the vout every playlist item.)

20 years agoNew dvb and old satellite modules now use the *correct* order of unit for tuning...
Jean-Paul Saman [Fri, 19 Sep 2003 15:24:28 +0000 (15:24 +0000)]
New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!

20 years agoFrequency et al is really specified in KHz and not in Hz. I got an order of magnitude...
Jean-Paul Saman [Fri, 19 Sep 2003 13:09:57 +0000 (13:09 +0000)]
Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.

20 years ago * fixed some bugs in logo filter
Simon Latapie [Thu, 18 Sep 2003 21:42:54 +0000 (21:42 +0000)]
 * fixed some bugs in logo filter

20 years agoAdded some Doxygen doc
Clément Stenac [Thu, 18 Sep 2003 17:54:02 +0000 (17:54 +0000)]
Added some Doxygen doc

20 years ago * doc/Makefile.am: removed references to deleted files "subtitles/*"
Loïc Minier [Thu, 18 Sep 2003 17:40:22 +0000 (17:40 +0000)]
  * doc/Makefile.am: removed references to deleted files "subtitles/*"

20 years ago * po/*: ran "./toolbox --update-po" to get rid of missing files
Loïc Minier [Thu, 18 Sep 2003 17:27:26 +0000 (17:27 +0000)]
  * po/*: ran "./toolbox --update-po" to get rid of missing files
    listed in POTFILES.in

20 years ago * po/POTFILES.in: removed reference to deleted file "rtsp.c"
Loïc Minier [Thu, 18 Sep 2003 17:12:07 +0000 (17:12 +0000)]
  * po/POTFILES.in: removed reference to deleted file "rtsp.c"

20 years ago * po/POTFILES.in: removed reference to deleted file "encoder.h"
Loïc Minier [Thu, 18 Sep 2003 17:04:01 +0000 (17:04 +0000)]
  * po/POTFILES.in: removed reference to deleted file "encoder.h"

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.