]> git.sesse.net Git - vlc/log
vlc
20 years ago* ALL: updated for the 0.7.2-test1 release.
Gildas Bazin [Mon, 26 Apr 2004 21:34:32 +0000 (21:34 +0000)]
* ALL: updated for the 0.7.2-test1 release.

20 years ago* modules/demux/avi/libavi.h: added h264 fourccs.
Gildas Bazin [Mon, 26 Apr 2004 21:25:11 +0000 (21:25 +0000)]
* modules/demux/avi/libavi.h: added h264 fourccs.

20 years ago * src/interface/interface.c:
Sam Hocevar [Mon, 26 Apr 2004 21:20:03 +0000 (21:20 +0000)]
  * src/interface/interface.c:
    + Do not crash miserably if an interface switch failed at the module_Need
      stage.

20 years ago* punctuation and spelling fixes
Derk-Jan Hartman [Mon, 26 Apr 2004 21:14:02 +0000 (21:14 +0000)]
* punctuation and spelling fixes

20 years ago* modules/mux/mpeg/ts.c: revised config options descriptions.
Gildas Bazin [Mon, 26 Apr 2004 21:07:04 +0000 (21:07 +0000)]
* modules/mux/mpeg/ts.c: revised config options descriptions.

20 years agoOS X build system fixes
Derk-Jan Hartman [Mon, 26 Apr 2004 21:06:51 +0000 (21:06 +0000)]
OS X build system fixes
- updated version of speex, theora, libebml, libmatroska

20 years agoOptions descriptions for TS muxer
Clément Stenac [Mon, 26 Apr 2004 20:07:30 +0000 (20:07 +0000)]
Options descriptions for TS muxer

** FIXME : Unfinished, shaping and use-key-frames are not documented **

20 years ago* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition...
Gildas Bazin [Mon, 26 Apr 2004 17:50:44 +0000 (17:50 +0000)]
* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).

20 years ago * debian/rules: fixed shell syntax.
Sam Hocevar [Mon, 26 Apr 2004 15:24:21 +0000 (15:24 +0000)]
  * debian/rules: fixed shell syntax.

20 years ago* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because...
Gildas Bazin [Mon, 26 Apr 2004 14:36:13 +0000 (14:36 +0000)]
* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.

20 years ago * modules/codec/Modules.am:
Sam Hocevar [Mon, 26 Apr 2004 13:58:25 +0000 (13:58 +0000)]
  * modules/codec/Modules.am:
    + Added disabled plugin sources to EXTRA_DIST.
  * modules/stream_out/transrate/Modules.am:
    + Added missing transrate.h to _SOURCES.

20 years ago * Makefile.am:
Sam Hocevar [Mon, 26 Apr 2004 13:14:57 +0000 (13:14 +0000)]
  * Makefile.am:
    + Copy the original ebuild instead of copying it, to allow recursive
      "make dist" calls.

20 years ago* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the...
Gildas Bazin [Mon, 26 Apr 2004 13:10:09 +0000 (13:10 +0000)]
* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.

20 years ago* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can...
Gildas Bazin [Mon, 26 Apr 2004 13:06:17 +0000 (13:06 +0000)]
* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.

20 years ago* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
Gildas Bazin [Mon, 26 Apr 2004 10:00:53 +0000 (10:00 +0000)]
* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.

20 years ago* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer...
Gildas Bazin [Mon, 26 Apr 2004 09:43:45 +0000 (09:43 +0000)]
* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).

20 years ago* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
Gildas Bazin [Mon, 26 Apr 2004 09:22:28 +0000 (09:22 +0000)]
* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes

20 years ago* modules/codec/ffmpeg/encoder.c: win32 compilation fix
Gildas Bazin [Mon, 26 Apr 2004 09:10:53 +0000 (09:10 +0000)]
* modules/codec/ffmpeg/encoder.c: win32 compilation fix

20 years ago* modules/codec/theora.c: new --sout-theora-quality option.
Gildas Bazin [Mon, 26 Apr 2004 06:09:15 +0000 (06:09 +0000)]
* modules/codec/theora.c: new --sout-theora-quality option.

20 years ago* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
Gildas Bazin [Mon, 26 Apr 2004 05:48:11 +0000 (05:48 +0000)]
* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.

20 years ago* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
Gildas Bazin [Mon, 26 Apr 2004 05:26:53 +0000 (05:26 +0000)]
* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
  + convention is to use '-' in composed option names (not '_').

20 years ago* when you use object_find you need to do a object_release as well
Derk-Jan Hartman [Mon, 26 Apr 2004 00:07:02 +0000 (00:07 +0000)]
* when you use object_find you need to do a object_release as well

20 years ago* modules/codec/vorbis.c: fix for quality setting.
Gildas Bazin [Sun, 25 Apr 2004 20:48:54 +0000 (20:48 +0000)]
* modules/codec/vorbis.c: fix for quality setting.

20 years agoAdded --enable-cddax to make building with cdrom support possible. Just use --disable...
Jean-Paul Saman [Sun, 25 Apr 2004 20:25:00 +0000 (20:25 +0000)]
Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.

20 years ago* modules/codec/vorbis.c:
Gildas Bazin [Sun, 25 Apr 2004 19:23:40 +0000 (19:23 +0000)]
* modules/codec/vorbis.c:
  + added an --sout-vorbis-quality option for VBR encoding.
  + new --sout-vorbis-min/max-bitrate options.

20 years ago * x264: compilation fix.
Laurent Aimar [Sun, 25 Apr 2004 18:37:47 +0000 (18:37 +0000)]
 * x264: compilation fix.
 * stream_output.c: sout_ParseCfg warns about unknown option.

20 years ago* modules/stream_out/transcode.c:
Gildas Bazin [Sun, 25 Apr 2004 18:08:13 +0000 (18:08 +0000)]
* modules/stream_out/transcode.c:
  + avoid a few unneeded memcpy().
  + fixed memory leaks.
* modules/codec/flac.c:
  + added a "flac" shortcut.

20 years ago* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
Gildas Bazin [Sun, 25 Apr 2004 17:33:37 +0000 (17:33 +0000)]
* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.

20 years ago* modules/stream_out/transcode.c: fix for when forcing encoder.
Gildas Bazin [Sun, 25 Apr 2004 17:21:16 +0000 (17:21 +0000)]
* modules/stream_out/transcode.c: fix for when forcing encoder.

20 years ago* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
Gildas Bazin [Sun, 25 Apr 2004 17:02:49 +0000 (17:02 +0000)]
* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.

20 years ago* modules/stream_out/transcode.c:
Gildas Bazin [Sun, 25 Apr 2004 16:35:39 +0000 (16:35 +0000)]
*  modules/stream_out/transcode.c:
   + new options to allow forcing an encoder and passing options to it.
     (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
   + got rid of aopts/vopts which is not needed anymore ;)

20 years agoUpdated
Clément Stenac [Sun, 25 Apr 2004 16:07:15 +0000 (16:07 +0000)]
Updated

20 years agoDo not translate wizard strings, and stop ignoring old win32 gui plugin
Clément Stenac [Sun, 25 Apr 2004 15:32:28 +0000 (15:32 +0000)]
Do not translate wizard strings, and stop ignoring old win32 gui plugin

20 years ago * ctrl_text.cpp: put the control text in the "moving" state initially
Cyril Deguet [Sun, 25 Apr 2004 15:04:45 +0000 (15:04 +0000)]
  * ctrl_text.cpp: put the control text in the "moving" state initially

20 years ago* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
Gildas Bazin [Sun, 25 Apr 2004 14:15:29 +0000 (14:15 +0000)]
* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
* modules/stream_out/duplicate.c: small coding style changes.
* modules/stream_out/transcode.c:
  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
  + Got rid of the ffmpeg encoder specific options.
* modules/codec/ffmpeg/*:
  + Changed the encoder options to normal config options.
  + Parse the options forwarded by transcode.
* include/vlc_codec.h:
  + encoder_t cleanup.
  + include a "sout_cfg_t *" in encoder_t to allow passing options.

20 years ago * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
Cyril Deguet [Sun, 25 Apr 2004 13:35:56 +0000 (13:35 +0000)]
  * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
  the dialog provider: fixes tons of errors such as
  "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.

20 years agoAdd options descriptions
Clément Stenac [Sun, 25 Apr 2004 08:53:52 +0000 (08:53 +0000)]
Add options descriptions

20 years agoAdd option descriptions
Clément Stenac [Sun, 25 Apr 2004 08:45:28 +0000 (08:45 +0000)]
Add option descriptions

20 years agoFix description
Clément Stenac [Sun, 25 Apr 2004 08:45:01 +0000 (08:45 +0000)]
Fix description

20 years ago* src/stream_output/stream_output.c: small coding style changes.
Gildas Bazin [Sun, 25 Apr 2004 08:24:24 +0000 (08:24 +0000)]
* src/stream_output/stream_output.c: small coding style changes.

20 years ago * debian/rules:
Sam Hocevar [Sun, 25 Apr 2004 00:27:12 +0000 (00:27 +0000)]
  * debian/rules:
    + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
    + Check for .svn directories in addition to CVS.

20 years ago * modules/access/dvb/dvb.c: fixed syntax errors.
Sam Hocevar [Sun, 25 Apr 2004 00:25:49 +0000 (00:25 +0000)]
  * modules/access/dvb/dvb.c: fixed syntax errors.

20 years agoProperly attach and detach the qte_main object
Jean-Paul Saman [Sat, 24 Apr 2004 16:28:21 +0000 (16:28 +0000)]
Properly attach and detach the qte_main object

20 years agoCompilation fix and give option descriptions
Clément Stenac [Sat, 24 Apr 2004 15:40:57 +0000 (15:40 +0000)]
Compilation fix and give option descriptions

20 years agoEndianness fix for xvideo vout on big endian processors (I still have problems when...
Benjamin Pracht [Sat, 24 Apr 2004 13:16:58 +0000 (13:16 +0000)]
Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).

20 years ago* modules/stream_out/*: attempt at adding descriptions to the config options.
Gildas Bazin [Sat, 24 Apr 2004 12:49:53 +0000 (12:49 +0000)]
* modules/stream_out/*: attempt at adding descriptions to the config options.

20 years ago * standard: created sap/slp(boolean) sap-name/slp-name(string),
Laurent Aimar [Sat, 24 Apr 2004 11:34:27 +0000 (11:34 +0000)]
 * standard: created sap/slp(boolean) sap-name/slp-name(string),
sap-ipv6(boolean) options. (So that breaks the old way but it's easier).

20 years agodvb/access.c removed old commandline syntax
Jean-Paul Saman [Sat, 24 Apr 2004 10:18:08 +0000 (10:18 +0000)]
dvb/access.c  removed old commandline syntax
better debug information
dvb/dvb.c debug message beautifying
dvb/qpsk.c textual changes

20 years agoiPaq vlc-0.7.2-test1
Jean-Paul Saman [Sat, 24 Apr 2004 10:03:41 +0000 (10:03 +0000)]
iPaq vlc-0.7.2-test1

20 years ago* input/subtitles.c: first subtitle search path was not used.
Yoann Peronneau [Sat, 24 Apr 2004 07:27:41 +0000 (07:27 +0000)]
* input/subtitles.c: first subtitle search path was not used.

20 years ago * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
Laurent Aimar [Sat, 24 Apr 2004 03:38:10 +0000 (03:38 +0000)]
 * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
options (because we can't do the difference between missing option,
option and option="" when option is a string).

20 years ago * all: use sout_ParseCfg.
Laurent Aimar [Sat, 24 Apr 2004 00:47:04 +0000 (00:47 +0000)]
 * all: use sout_ParseCfg.
 (udp-sout-caching has been renamed sout-udp-caching).

20 years ago * ts: use sout_ParseCfg. (If people add description to options that
Laurent Aimar [Sat, 24 Apr 2004 00:18:37 +0000 (00:18 +0000)]
 * ts: use sout_ParseCfg. (If people add description to options that
would be pretty cool).

20 years agoSupport EXTVLCOPT in the new m3u demuxer
Clément Stenac [Fri, 23 Apr 2004 23:58:15 +0000 (23:58 +0000)]
Support EXTVLCOPT in the new m3u demuxer

20 years ago * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
Laurent Aimar [Fri, 23 Apr 2004 23:52:55 +0000 (23:52 +0000)]
 * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.

20 years ago * stream_output: fixed bool handling in sout_ParseCfg.
Laurent Aimar [Fri, 23 Apr 2004 23:51:46 +0000 (23:51 +0000)]
 * stream_output: fixed bool handling in sout_ParseCfg.

20 years ago * asf: use sout_ParseCfg and so added
Laurent Aimar [Fri, 23 Apr 2004 23:33:04 +0000 (23:33 +0000)]
 * asf: use sout_ParseCfg and so added
--sout-asf-{title,author,copyright,comment,rating} options.

20 years ago * stream_output: added bool support (untested).
Laurent Aimar [Fri, 23 Apr 2004 23:31:21 +0000 (23:31 +0000)]
 * stream_output: added bool support (untested).

20 years ago * stream_output: added a sout_ParseCfg to help sout modules, and attached
Laurent Aimar [Fri, 23 Apr 2004 23:25:47 +0000 (23:25 +0000)]
 * stream_output: added a sout_ParseCfg to help sout modules, and attached
access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
working.
 (Basically it takes an options list that will be 'var_Created' and if present
in sout_cfg_t initialised).

20 years ago* modules/video_output/x11/xcommon.c,
Gildas Bazin [Fri, 23 Apr 2004 20:23:16 +0000 (20:23 +0000)]
* modules/video_output/x11/xcommon.c,
  modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.

20 years ago* modules/video_filter/*: implemented a forwarding vout_vaControl().
Gildas Bazin [Fri, 23 Apr 2004 20:01:59 +0000 (20:01 +0000)]
* modules/video_filter/*: implemented a forwarding vout_vaControl().

20 years ago* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
Gildas Bazin [Fri, 23 Apr 2004 19:50:33 +0000 (19:50 +0000)]
* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().

20 years ago * x264: added aspect support.
Laurent Aimar [Fri, 23 Apr 2004 19:00:06 +0000 (19:00 +0000)]
 * x264: added aspect support.
 * transcode: added H264 codec id.
 * demux: added h264 demux shortcut.

20 years ago* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
Gildas Bazin [Fri, 23 Apr 2004 18:33:51 +0000 (18:33 +0000)]
* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.

20 years ago * h264: fixed nal decoding.
Laurent Aimar [Fri, 23 Apr 2004 16:06:57 +0000 (16:06 +0000)]
 * h264: fixed nal decoding.

20 years ago* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding...
Gildas Bazin [Fri, 23 Apr 2004 15:35:02 +0000 (15:35 +0000)]
* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.

20 years ago* play after loading intf.
Derk-Jan Hartman [Fri, 23 Apr 2004 15:03:45 +0000 (15:03 +0000)]
* play after loading intf.

20 years ago* modules/video_output/directx/directx.c: couple of fixes for fullscreen.
Gildas Bazin [Fri, 23 Apr 2004 14:39:57 +0000 (14:39 +0000)]
* modules/video_output/directx/directx.c: couple of fixes for fullscreen.

20 years ago* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
Yoann Peronneau [Fri, 23 Apr 2004 14:30:13 +0000 (14:30 +0000)]
* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)

20 years ago* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
Gildas Bazin [Fri, 23 Apr 2004 13:22:16 +0000 (13:22 +0000)]
* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)

20 years ago* src/libvlc.h: reverted my last change.
Gildas Bazin [Fri, 23 Apr 2004 13:06:53 +0000 (13:06 +0000)]
* src/libvlc.h: reverted my last change.

20 years ago* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
Gildas Bazin [Fri, 23 Apr 2004 12:46:34 +0000 (12:46 +0000)]
* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
* include/vlc_meta.h: vlc_meta_GetValue().
* modules/demux/m3u.c: increased MAX_LINE to 8192.
* modules/video_output/directx/events.c: portability fix.

20 years ago* src/*: portability fixes.
Gildas Bazin [Fri, 23 Apr 2004 12:38:04 +0000 (12:38 +0000)]
* src/*: portability fixes.
* msvc/vlc.dsw: httpd is not a plugin anymore.

20 years ago* src/input/subtitles.c: corrected bug in subtitle detection
Yoann Peronneau [Fri, 23 Apr 2004 11:56:21 +0000 (11:56 +0000)]
* src/input/subtitles.c: corrected bug in subtitle detection
* src/libvlc.h: modified subtitle paths for Windows

20 years ago* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
Gildas Bazin [Fri, 23 Apr 2004 11:38:14 +0000 (11:38 +0000)]
* src/input/es_out.c: fix for ES_OUT_RESET_PCR.

20 years ago* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free...
Gildas Bazin [Fri, 23 Apr 2004 09:13:43 +0000 (09:13 +0000)]
* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.

20 years ago* modules/codec/ffmpeg/encoder.c: fixed memory leak.
Gildas Bazin [Fri, 23 Apr 2004 07:07:20 +0000 (07:07 +0000)]
* modules/codec/ffmpeg/encoder.c: fixed memory leak.

20 years ago* src/playlist/item.c,item-ext.c: fixed memory leaks.
Gildas Bazin [Fri, 23 Apr 2004 06:53:00 +0000 (06:53 +0000)]
* src/playlist/item.c,item-ext.c: fixed memory leaks.

20 years ago* src/input/subtitles.c: fixed memory leak.
Gildas Bazin [Fri, 23 Apr 2004 06:32:52 +0000 (06:32 +0000)]
* src/input/subtitles.c: fixed memory leak.

20 years ago* src/playlist/item.c: fixed memory leak.
Gildas Bazin [Fri, 23 Apr 2004 06:25:03 +0000 (06:25 +0000)]
* src/playlist/item.c: fixed memory leak.

20 years ago* modules/demux/sgimb.c: fixed memory leak.
Gildas Bazin [Fri, 23 Apr 2004 06:12:30 +0000 (06:12 +0000)]
* modules/demux/sgimb.c: fixed memory leak.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
Gildas Bazin [Fri, 23 Apr 2004 05:46:59 +0000 (05:46 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.

20 years ago* modules/video_output/x11/*: implemented some locking so vout_Control() can be calle...
Gildas Bazin [Fri, 23 Apr 2004 05:44:18 +0000 (05:44 +0000)]
* modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.

20 years ago* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
Gildas Bazin [Fri, 23 Apr 2004 05:27:13 +0000 (05:27 +0000)]
* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
* modules/demux/mp4/Modules.am: get rid of mp4.h.

20 years ago contrib/src/Makefile : typo
Eric Petit [Thu, 22 Apr 2004 21:29:45 +0000 (21:29 +0000)]
 contrib/src/Makefile : typo

20 years ago* src/audio_output/input.c: too much locking.
Gildas Bazin [Thu, 22 Apr 2004 20:35:25 +0000 (20:35 +0000)]
* src/audio_output/input.c: too much locking.

20 years ago* modules/video_output/directx/*: only hide the mouse when in fullscreen.
Gildas Bazin [Thu, 22 Apr 2004 15:59:05 +0000 (15:59 +0000)]
* modules/video_output/directx/*: only hide the mouse when in fullscreen.

20 years ago * h264: added a h264-fps option.
Laurent Aimar [Thu, 22 Apr 2004 13:19:55 +0000 (13:19 +0000)]
 * h264: added a h264-fps option.

20 years ago* modules/video_output/directx/*:
Gildas Bazin [Thu, 22 Apr 2004 12:57:56 +0000 (12:57 +0000)]
* modules/video_output/directx/*:
  - Major changes to way the embedded vout is handled.
    + the vout windows are created in our event thread so we do receive the events now.
    + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
    + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
  - Improved the mouse auto-hide feature.
  - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.

20 years agoFix audio and do not read 1 byte without remembering it
Clément Stenac [Thu, 22 Apr 2004 12:54:05 +0000 (12:54 +0000)]
Fix audio and do not read 1 byte without remembering it

20 years ago * Added missing SVN properties.
Sam Hocevar [Thu, 22 Apr 2004 09:26:15 +0000 (09:26 +0000)]
  * Added missing SVN properties.

20 years ago * configure.ac:
Sam Hocevar [Thu, 22 Apr 2004 09:08:29 +0000 (09:08 +0000)]
 * configure.ac:
   + Factorized the Xinerama code check.
   + If libXv.so is present, ignore libXv_pic.
 * debian/control:
   + Build-depend on zlib1g-dev because ffmpeg uses it by default.
   + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
   + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
   + Added a build-dependency on libaudiofile-dev to fix the m68k build.
   + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
     on ppc/mpegvideo_altivec.o (Closes: #236442).
   + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
   + Override kdelibs4's shlibs value to get VLC into testing.
   + No longer build-depend on dvb-dev.
 * debian/rules:
   + Activated DTS decoding support.
   + Added symlinks for mozilla-firefox (Closes: #239352).
 * debian/copyright:
   + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).

20 years ago * mpeg/system.c, ts.c: added h264 to old TS demuxer.
Laurent Aimar [Thu, 22 Apr 2004 03:25:47 +0000 (03:25 +0000)]
 * mpeg/system.c, ts.c: added h264 to old TS demuxer.
 * mpeg/h264.c : use greater packet size.

20 years ago * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
Laurent Aimar [Thu, 22 Apr 2004 03:18:56 +0000 (03:18 +0000)]
 * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
http://lyra.via.ecp.fr). use qmin==qmax to change the qp.

20 years ago * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
Laurent Aimar [Thu, 22 Apr 2004 03:14:15 +0000 (03:14 +0000)]
 * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
messages).

20 years ago * configure: added h264 demuxer and packetizer.
Laurent Aimar [Thu, 22 Apr 2004 03:04:36 +0000 (03:04 +0000)]
 * configure: added h264 demuxer and packetizer.

20 years ago * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
Laurent Aimar [Thu, 22 Apr 2004 03:02:05 +0000 (03:02 +0000)]
 * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
b-frame and it doesn't do pts/dts computation but I fear it won't be
possible).
 * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.

20 years ago * ts.c: allow muxing of h264 stream.
Laurent Aimar [Thu, 22 Apr 2004 02:58:05 +0000 (02:58 +0000)]
 * ts.c: allow muxing of h264 stream.

20 years ago* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
Derk-Jan Hartman [Thu, 22 Apr 2004 01:55:45 +0000 (01:55 +0000)]
* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.

20 years ago* modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
Christophe Massiot [Wed, 21 Apr 2004 16:00:17 +0000 (16:00 +0000)]
* modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
  the whole PES because the contents may be corrupt.