Commit Graph

4504 Commits

Author SHA1 Message Date
Sam Hocevar 43ac528d8f * toolbox:
+ Disabled useless verbosity.
    + Fixed some incorrect ">/dev/null 2>&1" semantics.
2003-06-25 03:08:57 +00:00
Laurent Aimar 9269acf9a7 * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
(the stream isn't free bitrate) SyncInfo think it's free bitrate but
return a frame size of 1. Now, I test bitrate.
2003-06-25 00:40:41 +00:00
Laurent Aimar b8e299a790 * lalala ;) 2003-06-24 23:11:35 +00:00
Laurent Aimar c885158baa * mkv : spelling mistakes. 2003-06-24 23:00:32 +00:00
Laurent Aimar 4ce9191c08 * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
percent and not time, it's better.
 Please test.
2003-06-24 22:53:25 +00:00
Cyril Deguet 4096fbfc69 * all: show/hide the interface with middle-click on the vout
(when the last vout is closed, the interface reappears)
       Works only with the skins interface and X11/Xvideo vouts, but it's
       very easy to implement (just add a callback on "intf-show" in the
       interface, and trigger it in the vout)
2003-06-24 22:26:01 +00:00
Laurent Aimar bcac9ff0b9 * mkv: remove unnecessary header. 2003-06-24 19:59:27 +00:00
Laurent Aimar 43e1d0d34a * mkv: when seeking, by default, try to reach the file position not the
time (seek seems better).
2003-06-24 19:35:46 +00:00
Laurent Aimar a00addffa7 * mkv: clean up, more input infos, begin to parse Tags element (don't work
yet).
2003-06-24 18:42:50 +00:00
Sam Hocevar 80e0bf5c9c * Makefile.am: changed interface.h to vlc_interface.h. 2003-06-24 15:50:47 +00:00
Sam Hocevar 80a6849ece * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
linkage instead.
2003-06-24 15:37:40 +00:00
Sam Hocevar e01eb15e2a * include/interface.h: renamed this file to vlc_interface.h to avoid name
collisions with a couple of plugins.
2003-06-24 13:33:49 +00:00
Gildas Bazin a38fc196bd * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
2003-06-24 11:26:32 +00:00
Sam Hocevar 07b9ad3823 * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
well as .lo/.la files.
2003-06-24 09:31:16 +00:00
Laurent Aimar d9ebc11202 * mkv: use b_mute and add meta informations. 2003-06-24 06:07:14 +00:00
Laurent Aimar 37312a8bb4 * avi : don't resynch on key frame for audio stream. 2003-06-24 00:50:52 +00:00
Laurent Aimar 7e1d4d1774 * mkv: avoid seeking at the same place (was sooooo slow 'cause of
buffer filling)
        can seek in file without cues (slow)
        can play file over http and unseekable input.
2003-06-24 00:33:39 +00:00
Gildas Bazin 72bb01efde * modules/demux/ogg.c: fix for ogg web streams. 2003-06-24 00:31:34 +00:00
Gildas Bazin 8b67039c5f * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
* modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
* modules/demux/ogg.c: added vorbis channels info.
* modules/misc/httpd.c: bug fix for stream header generation.
2003-06-23 23:51:31 +00:00
Cyril Deguet 48e78c14b1 * src/playlist/playlist.c: set "intf-change" in SkipItem
* modules/gui/skin/*: InterfaceRefresh is now triggered by a
  callback on intf-change
2003-06-23 20:35:36 +00:00
Benjamin Pracht b00f1988cb Copy / paste of code so that the pvr input parse all parameters. Doesn't
work for the standard (PAL/SECAM/NTSC) yet.
2003-06-23 17:01:36 +00:00
Gildas Bazin 79e27cb319 * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
* modules/demux/util/id3tag.c: small cleanup.
2003-06-23 16:09:13 +00:00
Clément Stenac 6ccfada5ee Fixed a segfault that could happen if you have ipv6 support enabled, but no address 2003-06-23 13:45:30 +00:00
Clément Stenac 0c0ca771b8 * Stream output now support IPv6 SAP announces
* Code cleanup in SAP
2003-06-23 11:41:26 +00:00
Sam Hocevar 206fe3c148 * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
due to Debian bug #158383 in gettext (upstream bug).
2003-06-23 10:21:25 +00:00
Laurent Aimar 43ccd1f0e2 * mkv: fix for blocks using lacing. (Now vorbis plays without any problem) 2003-06-23 00:30:41 +00:00
Derk-Jan Hartman abd56a2783 * You check it three times and I still managed to miss a link.
Ebuild doesn't work in the 0.6.0 release :(
2003-06-23 00:18:50 +00:00
Laurent Aimar fd2b49be0f * mkv: fix vorbis track. But sound quality is horrible ( probably
timestamps problems)
2003-06-22 23:22:11 +00:00
Gildas Bazin d4f7b4655c * doc/Makefile.am: one more like this and I'll become crazy. 2003-06-22 18:56:28 +00:00
Gildas Bazin 7153b18000 * doc/Makefile.am: fixed make dist 2003-06-22 18:30:35 +00:00
Gildas Bazin 6bac5d0123 * NEWS: added an entry for the experimental matroska demux. 2003-06-22 18:07:23 +00:00
Gildas Bazin f0ca77dd0e * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
* modules/gui/skins/src/skin_main.cpp: fixed icon loading.
2003-06-22 17:52:12 +00:00
Gildas Bazin 2cf16a2017 * configure.ac: really removed -Wdisabled-optimization this time. 2003-06-22 16:52:31 +00:00
Laurent Aimar a7c63dfe6e * mkv: fix a double delete. 2003-06-22 16:27:11 +00:00
Gildas Bazin b2dd679bac * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
2003-06-22 16:00:57 +00:00
Gildas Bazin ea85d81fb0 * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
* include/interface.h: updated comment.
2003-06-22 15:43:54 +00:00
Derk-Jan Hartman c4545f5d3e * Removed mp4 muxer support (temporarily) 2003-06-22 15:30:22 +00:00
Cyril Deguet c6e8123d0a * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !! 2003-06-22 15:07:13 +00:00
Derk-Jan Hartman 6ddcf95676 * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
2003-06-22 15:03:33 +00:00
Laurent Aimar ac2a4ae1cb * mkv: better seeking support. 2003-06-22 14:36:34 +00:00
Gildas Bazin a4b28e620a * configure.ac: compile fix for sunos 2003-06-22 14:06:59 +00:00
Gildas Bazin 9cd192e3b4 * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
2003-06-22 13:31:47 +00:00
Sigmund Augdal Helberg 0fb99cd548 turned a debug message into a comment 2003-06-22 13:27:41 +00:00
Cyril Deguet b9d0fb9456 * x11/x11_window.cpp: raise a window when clicking on it 2003-06-22 13:06:23 +00:00
Cyril Deguet b66504f595 * at least it compiles now ;) 2003-06-22 12:54:03 +00:00
Cyril Deguet fbe7f701ad * reverted my previous commit: cannot work as expected
* src/theme.cpp: fixed a delete[] / free mismatch
2003-06-22 12:46:49 +00:00
Laurent Aimar e265882b5f * mkv: basic seek support (only with file with cues, it doesn't search key
frame, ...)
        clean up.
2003-06-22 12:27:16 +00:00
Laurent Aimar 5c196547a0 * faad: can read stream with multiple frames per pes_packet_t (for mkv). 2003-06-22 08:49:11 +00:00
Laurent Aimar 57b971e9dd * mkv.cpp : begin of a matroska demuxer
TODO:
    * seek support
    * vorbis support (it's a decoder problem, as matroska embded raw
      vorbis data)
    * utf8 subtitles handling (probably at the decoder stage too)
    * clean up.
    * support of stream other than files.
    * ...
2003-06-22 07:39:39 +00:00
Sam Hocevar 221158d797 * Makefile.dep: the file that would never die. 2003-06-22 01:08:33 +00:00