]> git.sesse.net Git - vlc/log
vlc
19 years ago * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
Laurent Aimar [Sat, 28 Aug 2004 15:20:18 +0000 (15:20 +0000)]
 * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...

19 years ago * Spelling fixes.
Sam Hocevar [Sat, 28 Aug 2004 11:29:48 +0000 (11:29 +0000)]
  * Spelling fixes.

19 years ago* include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
Gildas Bazin [Sat, 28 Aug 2004 11:02:51 +0000 (11:02 +0000)]
* include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
* modules/demux/ogg.c, modules/demux/mkv.cpp:
  - store the vorbis/theora/speex headers in fmt.p_extra.
  - this change simplifies the code quite a bit and is a lot cleaner.
* modules/codec/vorbis.c, theora.c, speex.c, flac.c:
  - get the headers from fmt_in.p_extra or from the bitstream if empty.
* modules/mux/ogg.c:
  - recontstruct the headers from fmt.p_extra.

19 years agos/access/access2
Clément Stenac [Sat, 28 Aug 2004 10:04:15 +0000 (10:04 +0000)]
s/access/access2

19 years ago * debian/rules: typo.
Sam Hocevar [Fri, 27 Aug 2004 20:58:33 +0000 (20:58 +0000)]
  * debian/rules: typo.

19 years ago * debian/*.menu:
Sam Hocevar [Fri, 27 Aug 2004 20:46:35 +0000 (20:46 +0000)]
  * debian/*.menu:
    + Removed unused menu files.
  * debian/rules:
    + Build libavformat.
  * include/vlc_common.h:
    + PACKAGE overrides PACKAGE_NAME.

19 years ago* modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
Gildas Bazin [Fri, 27 Aug 2004 20:44:39 +0000 (20:44 +0000)]
* modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
* modules/mux/asf.c: bring the tracks back to a 0 based offset.

19 years ago* modules/mux/asf.c: flush our buffers on close.
Gildas Bazin [Fri, 27 Aug 2004 20:10:21 +0000 (20:10 +0000)]
* modules/mux/asf.c: flush our buffers on close.

19 years ago * debian/rules:
Sam Hocevar [Fri, 27 Aug 2004 19:32:44 +0000 (19:32 +0000)]
  * debian/rules:
    + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
      WxWidgets one.

19 years ago * include/vlc_common.h:
Sam Hocevar [Fri, 27 Aug 2004 19:30:37 +0000 (19:30 +0000)]
  * include/vlc_common.h:
    + Use PACKAGE_NAME instead of PACKAGE.
  * modules/codec/ffmpeg/ffmpeg.c:
    + This module does not require AltiVec for now.

19 years ago * po/POTFILES.in: updated for deprecated files.
Sam Hocevar [Fri, 27 Aug 2004 17:25:31 +0000 (17:25 +0000)]
  * po/POTFILES.in: updated for deprecated files.

19 years ago* configure.ac: added --with-ffmpeg-dts/zlib options.
Gildas Bazin [Fri, 27 Aug 2004 13:57:11 +0000 (13:57 +0000)]
* configure.ac: added --with-ffmpeg-dts/zlib options.

19 years ago* configure.ac: fixed typo.
Gildas Bazin [Fri, 27 Aug 2004 13:49:20 +0000 (13:49 +0000)]
* configure.ac: fixed typo.

19 years ago* configure.ac: add the audio format conversion filter.
Gildas Bazin [Fri, 27 Aug 2004 13:34:44 +0000 (13:34 +0000)]
* configure.ac: add the audio format conversion filter.

19 years ago* modules/stream_out/transcode.c:
Gildas Bazin [Fri, 27 Aug 2004 13:31:23 +0000 (13:31 +0000)]
* modules/stream_out/transcode.c:
  - Re-use our audio decoder modules instead of using libavcodec directly.
  - No more dependance on libavcodec.
  (downmixing is currently broken + you have to force the ffmpeg codec for a52)
* modules/audio_filter/format.c:
  - PCM audio format conversion filter using the new common filter architecture.
* modules/audio_filter/converter/mpgatofixed32.c:
  - implements both the old and new filter architecture (ie. useable in the transcoder).
* modules/codec/ffmpeg/audio.c:
  - fixes and cleanup.

19 years ago * extras: ignore extra directories.
Sam Hocevar [Fri, 27 Aug 2004 12:14:26 +0000 (12:14 +0000)]
  * extras: ignore extra directories.

19 years ago * debian/rules:
Sam Hocevar [Fri, 27 Aug 2004 12:10:17 +0000 (12:10 +0000)]
  * debian/rules:
    + Activated x264 support.
    + Re-enabled libmodplug support.
    + Build PIC plugins even on x86.
    + Disabled DVB and SLP because their code is broken.
  * debian/control:
    + Force the vlc-plugin-arts and qvlc dependencies.
    + Build-depend on jam and nasm because of x264.
  * debian/copyright:
    + Converted to UTF-8.

19 years ago* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
Gildas Bazin [Thu, 26 Aug 2004 21:27:06 +0000 (21:27 +0000)]
* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
  - chroma + resizing video filter (using the filter_t architecture).
* modules/codec/ffmpeg/*:
  - cleanup + small updates.
* modules/codec/speex.c, theora.c, vorbis.c:
  - got rid of pf_header() in the encoder.
  - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
* modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
  - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
* modules/stream_out/transcode.c:
  - heavy cleanup.
  - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
  - use video filters for chroma conversion and resizing.
  (a few things are broken now like deinterlacing but I'll repair them asap).

19 years ago* modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
Gildas Bazin [Thu, 26 Aug 2004 19:26:16 +0000 (19:26 +0000)]
* modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.

19 years ago* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2...
Gildas Bazin [Thu, 26 Aug 2004 19:19:08 +0000 (19:19 +0000)]
* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).

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