Commit Graph

9102 Commits

Author SHA1 Message Date
Sigmund Augdal Helberg 24ca1e6df8 libvlc.h: Remove --audio-type which was never used according to grep 2004-12-08 16:46:52 +00:00
Rocky Bernstein b5896d4893 Forgot that the lsn internal structure is 0-origin.
Better really would be to remove lsn altogether from cdda_data_t.
2004-12-08 12:44:09 +00:00
Sigmund Augdal Helberg ca1b3a2cf1 TODO: removed ^M. Added some subtitle anormalites that needs to be fixed. 2004-12-08 11:37:12 +00:00
Rocky Bernstein 9fbb4ad37d Set duration in playlist.
Allow for CD-Text in custom format
%t now defaults to MRL when we can't get CD-Text or CDDB info
Default "title" format when CDDB not enabled now is %t rather than %m (MRL)
2004-12-08 03:00:00 +00:00
Rocky Bernstein 6bc65afd85 Up requirements on libcdio, libcddb (and will also later add vcdimager). 2004-12-08 02:07:32 +00:00
Rocky Bernstein 3b8f14f8d7 Allow automake 1.9.2 2004-12-08 02:06:58 +00:00
Christophe Massiot 5c856bccc3 * src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
compatibility with MPEG-2 HD, the current frame skipping algorithm seems
  to be too aggressive).
2004-12-08 00:15:30 +00:00
Gildas Bazin f45e22e5ef * configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
* modules/codec/speex.c: update for newer speex.
2004-12-07 19:46:45 +00:00
Gildas Bazin 2b2cba2a58 * modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6.4->WMP10. 2004-12-07 14:27:06 +00:00
Clément Stenac f5009d6fe6 Recommit 9469->9479 + fix wxT/wxU 2004-12-07 14:18:47 +00:00
Felix Paul Kühne d8e40e929d * fixed pkgconfig-url 2004-12-02 20:29:55 +00:00
Benjamin Pracht c63d077d1a * fixes item deletion when pressing backspace. Doesn't work for nodes yet 2004-12-02 20:19:15 +00:00
Felix Paul Kühne 50f6b0f625 * ALL: moved the about-window to a seperate nib-file 2004-12-02 19:51:41 +00:00
Benjamin Pracht 6d79bfebc0 * Fix the status bar 2004-12-02 19:04:55 +00:00
Gildas Bazin e5ba909ea8 * mozilla/vlcshell.cpp: added a mute start option. 2004-12-02 16:54:47 +00:00
Andre Pang c25791879f Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
attributes in chapter 7 of the VLC user guide actually work ;).
2004-12-02 16:07:24 +00:00
Gildas Bazin 94f55cc6e1 * modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth displays. 2004-12-02 12:56:46 +00:00
Gildas Bazin 935a2e8d90 * modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me. 2004-12-02 11:14:43 +00:00
Gildas Bazin 703ed7fc74 * modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_directx and glwin32 as builtins. 2004-12-02 09:50:27 +00:00
Rocky Bernstein dfef7d7151 A little bit better if CDDB is not enabled or doesn't exist. Well, at
least it it no longer core dumps.
2004-12-02 03:55:50 +00:00
Benjamin Pracht ec5590ea0a Fix the search field in OSX playlist 2004-12-01 21:50:17 +00:00
Gildas Bazin cdedc9a625 * modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well. 2004-12-01 16:45:55 +00:00
Sigmund Augdal Helberg 610e45330c sap.c: attemt to fix sap demux for unhandled streams 2004-12-01 15:43:03 +00:00
Gildas Bazin 743856ce55 * modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup by me) 2004-12-01 11:06:19 +00:00
Rocky Bernstein 428e94bfc5 Some compilation fixes when HAVE_LIBCDDB is not defined.
(There remain still some core dumps to fix.)
2004-12-01 01:12:12 +00:00
Rocky Bernstein 2448f5e441 Simplify and streamline CD-DA open error error logic. Remove a compilation
warning, guard against dereferencing more unitialized pointers.
2004-11-30 04:14:19 +00:00
Benjamin Pracht b2b37ee9d5 * recrate some missing actions (mainly copy paste from the old playlist)
* Link some actions and outlets in IB
* some small visual fixes
2004-11-30 00:04:45 +00:00
Felix Paul Kühne 966d7c6ccf * added aiff, mod and IT to the list of supported document types 2004-11-29 17:34:48 +00:00
Gildas Bazin d9aa5ddb7a * mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction. 2004-11-29 15:38:01 +00:00
Gildas Bazin f8adde048a * modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we can't unregister our window classes. This fixes crashes with the mozilla plugin. 2004-11-29 15:36:51 +00:00
Eric Petit 14ec07cd2d src/misc/net.c: BeOS fix 2004-11-28 21:47:40 +00:00
Gildas Bazin f992190eeb * src/input/mem_stream.c: fixed a couple of bugs.
* modules/demux/mp4/libmp4.c: use stream_MemoryDelete() instead of free() + some coding style changes.
2004-11-28 21:20:18 +00:00
Eric Petit e3204a6d7d packages.mak: upgraded freetype
ffmpeg.patch.cvs: BeOS fix
2004-11-28 20:11:38 +00:00
Gildas Bazin 2d91e6df04 * src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes. 2004-11-28 14:37:57 +00:00
Gildas Bazin feaa552cb4 * modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox). 2004-11-28 14:26:28 +00:00
Gildas Bazin 02aeea039a * modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample at a time + coding style changes. 2004-11-28 13:06:43 +00:00
Gildas Bazin 321d555031 * modules/demux/mp4/mp4.c: couple of fixes for audio demuxing. 2004-11-28 11:23:50 +00:00
Gildas Bazin e02be51a12 * modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs. 2004-11-28 10:45:44 +00:00
Gildas Bazin c985e79699 * modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb. 2004-11-27 21:44:57 +00:00
Clément Stenac 9029e6b669 hopefully fix SAP crash
some more size verifications
2004-11-27 20:27:06 +00:00
Sigmund Augdal Helberg 12b32fc218 playlist.cpp: wxT -> wxU 2004-11-27 16:17:10 +00:00
Clément Stenac e264fefe4f Minimalistic status bar 2004-11-27 14:38:01 +00:00
Felix Paul Kühne 731779200b * fixed some other incorrect translations of 'Quit' -- thanks to the forum users 'jfsch01' and 'sushi' 2004-11-27 14:03:33 +00:00
Gildas Bazin 1ee2238d6c * modules/access/udp.c: force proper demuxers in rtp mode. 2004-11-27 11:45:53 +00:00
Gildas Bazin e4ab29ef61 * AUTHORS: added Frederic Ruget for the portaudio audio output. 2004-11-27 11:32:22 +00:00
Sigmund Augdal Helberg a4666527ce mem_stream.c: minor cleanup + shut up compiler warnings 2004-11-27 11:28:13 +00:00
Clément Stenac fd19515237 Fix images order 2004-11-27 00:27:05 +00:00
Sigmund Augdal Helberg 1f69351848 all: got rid of MP4_Stream 2004-11-26 23:55:34 +00:00
Sigmund Augdal Helberg efc525bf53 all: new stream_t reading from a buffer. 2004-11-26 23:52:42 +00:00
Clément Stenac bac8d8e5cf Fix crash 2004-11-26 21:50:51 +00:00