ChangeLog-2004
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:767k
源码类别:
midi
开发平台:
Unix_Linux
- commit 7d4cf5242cd3859464e3d2808a48cae7cacd70bd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 12 09:14:00 2004 +0000
- * modules/gui/wxwindows/Modules.am: include streamdata.h
- commit cb3f739d6b561c35a3a4f2d2508e75c67531c8e3
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Aug 11 23:34:38 2004 +0000
- vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
- It wasn't implemented for all systems anyway, and isn't used anymore.
- (Terminates #23)
- commit cd1904bbacc5a3d96c2fe3085bc1891237ff7e02
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 11 11:12:59 2004 +0000
- * modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
- * modules/mux/ogg.c: generate proper oggds audio header.
- commit 06f5e60542215c34429398e4df0c877e5826bbe2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Aug 10 15:02:11 2004 +0000
- * include/stream_output.h: add a ip_version field to sap_address_t
- This way we can later on set IP6 instead of IP4 in a SDP.
- * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
- * src/stream_output/sap.c:
- - Set the SAP packet Hash headerfield to a unique value based on mtime
- Patch by Philippe van Hecke <philippe at belnet dot be>
- - Set SAP packet IPv6 field to 1 if we are a ipv6 session
- - Made some preperations for setting the origin ip address in the header as well,
- anyone any ideas on how to retrieve the current origin IP address???
- commit 46c00c6b841ca2dcb85c39f9b75a494f5ae4e08b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Aug 10 13:28:27 2004 +0000
- * fix x-plgroup detection
- commit 909aedf9de6444a79a281d788cfe80fa14b5c4c4
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Aug 9 22:19:40 2004 +0000
- * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
- commit 81cc781d448c7d070dfdaf031052db87afc94024
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 9 10:25:42 2004 +0000
- * modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
- commit 5f4ca8c8d70ba48002f44c6e04bf4d87655c9b7d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 9 08:16:22 2004 +0000
- * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
- commit 924e05dc3db078d17e8435ec427f8f4863b8f11d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Aug 8 21:14:38 2004 +0000
- * modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
- * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
- commit f5321d75ddb292892771f513677f8e7c12fb90c4
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Sun Aug 8 16:52:26 2004 +0000
- project.pbxproj: correct to relatives paths
- *.nib: presets disabled on startup
- equalizer.*: add property Id
- we prefer to change playlist variables instead of config
- coding style
- commit 5b630376f019b1ea09dd4c4ef7b11ebea78b03a6
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sun Aug 8 14:49:46 2004 +0000
- * demuxdump is working again
- commit 8525ef0aecc97f5794dcea6917885c9aa280868c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Aug 8 10:14:25 2004 +0000
- * modules/LIST: long time since it was updated
- commit a4385eef49a66fb51619e210ecc1a0a3c6a95fbd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 8 01:58:59 2004 +0000
- * demux: another way to break your config file, or, --demux is now taken
- into acount. (to make bigben happy, being able to do :demux=dump ;)
- commit 01d4b42206fc4cdb6cc1e25f61f7eab42bac35d9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 8 01:39:23 2004 +0000
- * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
- - force 16 bits output.
- - support for mplayer loader.
- I can't test under win32 so I hope it still compiles.
- commit c1aa70f30b83b49ed238b9843dc44aaa887f6162
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 8 01:36:56 2004 +0000
- * codecs.h: a few defines to avoid redefinitions.
- commit b9c45950f828987ef1497c9f14f05624a45fa1f4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Aug 7 23:38:05 2004 +0000
- * v4l: try to open the device only when a access name is given + warning fix.
- commit aa61785a30dbd9c019a6e0160657d1eac450d777
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Sat Aug 7 22:50:28 2004 +0000
- Fix bug when equalizer-bands is not set. Coding style will be apply soon.
- commit 8d605c16d3773871557ba86ecda8b2b06fe8f67f
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Sat Aug 7 22:14:38 2004 +0000
- *.png: forgotten images
- project.pbxproj: changed absolute link to relative
- commit a45c363019995672b02c8b319dbbd34ccb6631a4
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Sat Aug 7 21:56:42 2004 +0000
- All: equalizer window for MacOS. Need a bit of corrections for the presets part.
- Reviews welcome
- commit 2d29135d1a334c630f1ee9ce0c0e6935113e3946
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Aug 7 20:31:13 2004 +0000
- * treeble -> treble
- commit c69c9aae5bddf7c0f68a731bad15acfbe3529877
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Sat Aug 7 15:37:53 2004 +0000
- Bug fix and change in parse function
- commit 746cabe98fd1f1dd847eeaffdd687c9a7108294f
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Aug 7 14:35:41 2004 +0000
- *various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
- commit efe357eb264b2c114a0761ae3312cdcfec1bc7f7
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Fri Aug 6 22:08:57 2004 +0000
- * Adds the scale video option
- commit aa61b3ff078fd1cecd1c735c493fdbd6211196b0
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Fri Aug 6 20:56:46 2004 +0000
- * All :
- - added a sdp=file option
- - it is now possible to have a sap and a rtsp/http/file announce at the same time
- commit b5c2d452c919c7ae398969e5a8875858b35f2fa3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 6 17:28:36 2004 +0000
- * Really fixed strict aliasing breakage here and there.
- commit 7e6650a16c7cc9ddbca73d9f0338a2fa21fc4182
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Aug 6 13:50:05 2004 +0000
- * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
- commit a61500b244ce945d799ba28ac2e963a3345fb301
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Aug 6 13:29:18 2004 +0000
- * modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
- * modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
- commit 021645096ae1080e1bb45a441de064240cd9b8a9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Aug 5 21:32:32 2004 +0000
- * Fix Artist/Author info in playlist
- commit 68d0010f700e41406ecc4cfd3fb665f8c3ab8fd7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Aug 5 20:40:29 2004 +0000
- * Fix a crash with subtitle track hotkey, when no subtitles are available.
- commit ccc91416c1f0686ec59ff3f74e6db05cce1934d1
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Aug 5 19:52:59 2004 +0000
- * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
- commit 8826fb82cc30d9f4ef94089b5dfebb4c67fc62bd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 5 14:58:16 2004 +0000
- * src/video_output/*: optimized/simplified vout_RenderPicture().
- commit 716cd8704dc61c4d8ae714aa104f049405c707f7
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Aug 5 14:48:58 2004 +0000
- Build the opengl module on OS X (gl provider not done yet)
- commit 0e949ba4cd31aa3e444e37c80b9777b63f79cfb1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 5 14:05:51 2004 +0000
- * modules/video_filter/blend.c: do not compare signed and unsigned.
- commit c7ceea8a949fe168f22527f7fb3c97f8bc90d50b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 5 12:45:23 2004 +0000
- * src/input/control.c: bookmarks support is back (will need some more work though).
- * modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
- commit e2ff540dbb82d5505d869e422255fa57bc7b202a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 5 10:16:58 2004 +0000
- * modules/video_filter/blend.c: sanity checks.
- commit d82767397e842b8a2e5cd323bec6482116fed0c2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 23:55:51 2004 +0000
- * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
- commit 4cbb172e505d28dbf5eb6e43790bad2d669863f5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 22:54:31 2004 +0000
- * modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
- commit 1919be92457cf59bda6d5b2ef29c2b6c76f73a14
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Aug 4 21:53:24 2004 +0000
- * rtp.c: based on a patch/idea of Philippe Van Hecke:
- You can now use multiple sdp=
- (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
- commit 4e454f011c874bce730643c01083b3085398edbf
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Aug 4 21:50:59 2004 +0000
- * stream_output: sout_CfgParse will accept a special mode ('*' in the
- front of a option name) to allow handling of multiple string options.
- commit d8a183269d3d96021d037f254e55a9cfdf2d63b6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Aug 4 21:48:57 2004 +0000
- * Fix
- commit 7476804c47398720f7ac3a1ec370292f05feea58
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 21:13:11 2004 +0000
- * modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
- commit 7ef7ca63118a201c34d2a40b2c5ad968909d6d2e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Aug 4 21:11:32 2004 +0000
- * Fixed the udp SDPs. More spec compliant now.
- * Removed the old SAP code. announce.? in modules/stream_out is
- still required for SLP announces.
- commit 2120e79eec5bc10dc7610edb2092815b3d77744f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Aug 4 20:09:31 2004 +0000
- * avi.c: fixed fps computation, thanks markfm for testing.
- commit b54169292ea24d9ec14474cbcc580a0934030762
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 18:38:05 2004 +0000
- * modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
- commit e7e63a2d55fa90420245e2a0dcf3cc619c3ddbe1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 17:54:17 2004 +0000
- * modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
- commit 1909f528d9c2b7d45dc04daa98f0a997bac75111
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 16:05:12 2004 +0000
- * modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
- commit 0a9f281faef445de210909c4d007d4c82902eb45
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 15:43:04 2004 +0000
- * modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
- commit 90cccf3717c5d769bda727d6244ebe7c89033680
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Aug 4 11:58:44 2004 +0000
- * viedo_format_t -> video_format_t
- commit 95233b21c07194e0a0a6e3b2c3a62194b7c8302b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 11:13:04 2004 +0000
- * src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
- commit 1559e11e0001f39c791289c2c7f3734277934bdc
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Aug 4 10:40:43 2004 +0000
- * modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
- * src/input/input.c: auto-probe access_demux as well.
- * modules/access/vcd/vcd.c: raised priority above the file access one.
- commit ce2d74fd095331aff8bfbc0c3aa8af5f0a908d8b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Aug 4 00:04:13 2004 +0000
- * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
- commit 7978642482c17b9310bb01cbdfced7502752c772
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Aug 3 23:49:40 2004 +0000
- * input.c: fixed total length in playlist.
- commit 196a0c98829697729f1ae8834f1f82fe8f0fee9c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 23:19:01 2004 +0000
- * src/video_output/vout_subpictures.c: fixed OSD alignment
- commit 145e92db783b9de7a5ae3796ba5303b2f478f038
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Aug 3 23:08:10 2004 +0000
- * small addition to translations HOWTO
- * updated TODO and NEWS
- commit 136c1c2072a3f89f312d3b6dfa608758026e8335
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Aug 3 23:06:53 2004 +0000
- * modules/stream_out/announce.c: rn for SDP
- commit cefad26a090e0a1c667166156041f994a8e2c8ff
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 23:06:11 2004 +0000
- * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
- commit fb820b481b5aa477cfaa460a18f14b8aa884831d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 22:08:24 2004 +0000
- * modules/access/cdda.c: fixes + simplification.
- * modules/access/vcd/vcd.c: try to skip bad sectors.
- commit 5ad76c5508d9a39e025454f04ab2c70f180cf72e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 20:56:16 2004 +0000
- * modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
- commit 5ddc5a275ab184db4d97d934c3abec829bae2764
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 12:21:14 2004 +0000
- * modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
- commit 08ee63a2b2b6f337f1cf7befaa0131fe08b0c5bf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 09:45:39 2004 +0000
- * modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
- commit 09ab8e1ee3c9ea11665ece603e0b45d9f1165c6b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Aug 3 00:23:40 2004 +0000
- * modules/access/screen/mac.c:
- * Plugin now works perfectly in milj. of colors
- * Works in thousands of colors, in inverse colors
- commit 3ea1b0e909ff073d21a53e83e80fdfb57e5533ad
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Aug 3 00:11:32 2004 +0000
- * ALL: Major rework of the subpictures architecture.
- (expect some breakage).
- * modules/video_filter/blend.c: new alpha-blending module.
- commit 327a8a92704445afa16f3a9316c8f65437603a5d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 2 19:17:12 2004 +0000
- * include/ninput.h: removed left-over from access2/demux2 transition.
- * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
- commit bfa8fe76b2c826dd7fde303739ef23f64d0748ea
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 2 15:42:21 2004 +0000
- * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
- commit 06114cbeba9d05a9204801857115222febd2b5aa
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Aug 2 13:06:38 2004 +0000
- * modules/gui/macosx/vout: Output YUY2 to QT/QD.
- This way we bypass Apple's very, very, very unoptimized
- I420 -> YUY2 routine and use titer's altivec optimized one.
- Quartz output is herefore now altivec optimized and close to the opengl output.
- commit 52ac67894f72e2221d1ff5014bded9d63ae8befd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 2 09:46:17 2004 +0000
- modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
- commit f49bf98997691a4d98c235cfef2fb59513544773
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Aug 2 01:21:36 2004 +0000
- * hotkeys.c: add some more OSD
- commit 1c7da3ea99ff73d0996d5256a1bc49b43a021b70
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Aug 2 00:54:51 2004 +0000
- * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
- Testing would be welcomed very much.
- commit 18dd02783642d1ec6edce6d0f700dac211f58337
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Aug 1 20:46:01 2004 +0000
- * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
- commit a9a1ab081a821d0a7b44d97dff69b10b32443da0
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Aug 1 16:43:58 2004 +0000
- * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
- * doc/skins/skins2-howto.xml: Updated the doc
- commit 8bc23a1c3d9abc60bf0408e9838afd2ef263f032
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 1 16:03:42 2004 +0000
- * stream.c: increase precache for stream without title/chapter.
- commit f41dff04563590a3ca65d2c2944428b22663d3f5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 1 15:51:49 2004 +0000
- * mp4: with ref .mov, don't forget to add the access.
- commit af1086d081bd26cef5576bbc3e36b545429d20d3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 1 15:14:43 2004 +0000
- * input.c: mmh better fix for slow/fast (I hope).
- commit 246603bc8a012d0f6de42e51f0b5fc5d66e1752d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Aug 1 14:46:13 2004 +0000
- * fix avcodecbuild# prob with h.261
- commit 7b9761c3888a45f13d2c8a9804862a4ce6e67062
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sun Aug 1 13:23:53 2004 +0000
- * all : fix channels selection in the sout options dialog
- commit 08885df77db193cf9e3c501ddaa4d574aa4bc574
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 1 09:19:36 2004 +0000
- * input: fixed slower/faster rate.
- commit d054685ccfffbd9b5e0da721a9cc1c735ae02050
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 1 09:19:06 2004 +0000
- * stream.c: call Seek if stream_Read( s, NULL, skip );
- commit 2879411e6591619f1c05b6a9b6ccf398931a40a7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jul 31 17:29:44 2004 +0000
- * modules/control/joystick.c:
- + Compilation and coding style fixes.
- + Initialise the joystick in Open(), not Run().
- commit 4f6cc614ea1659c6451cd1b9461fee8365855ea8
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sat Jul 31 17:08:35 2004 +0000
- * all :
- - Get rid of the old TS over RTP stream output method in OSX interface
- - ab= and vb= parameters are now (hopefully) always updated
- commit a69c9d8f1f407100280cdf5c680eefa555e5f69f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 31 16:34:53 2004 +0000
- * print a debug message when our buffer gets it's first data.
- commit 91d3867d40de2545591054fb974b0a80d4795864
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Jul 31 11:38:22 2004 +0000
- * opengl.c: support "cube" and "transparent-cube" effect (with the
- --opengl-effect option). Now MacOSX guys you can write the opengl provider
- interface ;)
- commit 1573323869a5f2e5b6312a964fa5825c1d7e4a61
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 31 00:23:29 2004 +0000
- modules/stream_output/rtp.c:
- * set the required t= SDP parameter
- * added config options for description, url and email
- * send SDPs with description, url and email info when available
- * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
- commit 14c258d2bb7395426e666748e15c9912a02ff29b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 30 21:38:09 2004 +0000
- * SDP should use rn instead of n
- * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
- commit 2d1483b4091bafe3ae5e74e31a6a005e6b7add78
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 21:13:17 2004 +0000
- * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
- + Fixed compiler warnings.
- commit 10840a4a01ebe13f23ee5f7cfb5ff96f868fd0d0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 21:00:08 2004 +0000
- * mozilla/vlcpeer.cpp: proper float->int cast.
- commit 71b20c32ac1d44b139c0c2e6ec95f965e3dfd74c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 20:57:56 2004 +0000
- * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
- + Fixed compiler warnings due to bad argument types.
- commit 3c4a7fc5a5243e870a2ff2252b62242ee7f3acbe
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 20:51:05 2004 +0000
- * src/video_output/video_output.c:
- + Fixed an undefined function warning.
- commit 890ba5535fc44e6a590a303d6136fd6c94ebdf85
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 20:49:44 2004 +0000
- * modules/video_filter/invert.c: don't cast lvalues.
- commit d8da383228c365b1c13ca8911f71ce26996537fc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 17:39:27 2004 +0000
- * modules/codec/cmml/browser_open.c:
- + Fixed a compilation warning due to a missing return value.
- commit 2ec46a08a52dc53056af5abed438b348811c95eb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 15:46:01 2004 +0000
- * boostrap:
- + Remove the autotools directory and recreate it (forgot to commit that
- file before).
- commit 4efbb329d9bafe5348ff82251dc2f61adbb53c12
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 30 13:18:53 2004 +0000
- * check correct build# of libavcodec for SNOW support
- commit cc8ad2cd26284b57ac92cab718a3ed104bd7952f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 30 10:36:51 2004 +0000
- * Fix OSX build of dvdnav
- commit e527d4f9ef450f969c852bc1c44f3c7a6a669add
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Jul 30 09:24:32 2004 +0000
- Compile fix
- commit f33a03f8587d84742e08876d7a1a99c31bc07c0c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 09:23:37 2004 +0000
- * autotools: no longer manage this directory with SVN.
- commit 29b5143d4e2479887bad731fd38bd01e0e1ab58a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 30 09:23:08 2004 +0000
- * autotools: no longer manage this directory with SVN.
- commit 19248128916fcc7062c7e5e6d22939ae820b76a3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 29 18:48:01 2004 +0000
- * rtp: added port-audio and port-video option (for default port).
- commit dc30ef149e773a648fb090b82989b90950ed9a87
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 29 18:43:22 2004 +0000
- * modules/codec/toolame.c: compilation fix.
- commit bb8c0315c2271eceb6f8f6f467b3b2a013a0b5d3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 29 18:15:38 2004 +0000
- * modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
- commit dee99e902c785494648ef9f28b342f546ebdcd5d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 29 15:50:20 2004 +0000
- * modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
- commit 99b5f19f52866008d21b6dc02e94ca3486447f21
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 29 15:40:26 2004 +0000
- * debian/patches/20_configure.dpatch:
- + Fixed generated macros.
- commit b4dc90ada56e5061105afdc9283cd457605cb14c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 29 15:28:00 2004 +0000
- * debian/rules:
- + Switch build system to dpatch.
- commit 6a389c944249da1c0a8a8d184816a45b48d0f17e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 29 15:27:57 2004 +0000
- * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
- commit 6c4b8e5ab8d18bc08ac68d2fcec1d5ae7f1a0b6d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 29 15:18:04 2004 +0000
- * vcdx Coding style fixes.
- commit a3c3b3a8cac06c4539f48b5109e8b0ae1fa5d403
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 29 15:02:16 2004 +0000
- * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
- no inline asm version is available for this module.
- commit 9fc7367b90dc67d06675fab5d315312d9cb4b8a6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Jul 29 14:03:19 2004 +0000
- * added declares for the checkboxes in the nib to control the rtp-sout-modul
- commit 4feb30d653fd402f5fd27f6df7fcd24f0c0d20c3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 29 08:50:52 2004 +0000
- * src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
- commit ada036d03191886b68823114d8d425fd44298d8b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 28 22:39:52 2004 +0000
- * rtp: sdp can now be exported as a file (sdp=file://filename).
- Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
- commit ef198559c9b605461dc18b1946a7f8576222933c
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Wed Jul 28 15:57:33 2004 +0000
- Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
- commit eb83d508b94cb6a54213c29cfe507de3ec2e0468
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jul 28 14:53:16 2004 +0000
- contrib/src/Makefile: fixed OS X breakage
- commit 3a98418e965e451b4f33ff4a604c49397082750e
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jul 28 14:28:01 2004 +0000
- BeOS libdvdnav patch
- commit 7a4632411e4f5d3cf4275a43c64917d66f26dd04
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jul 28 10:48:44 2004 +0000
- configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
- commit fd598b8416278df5e1793854c4f538259a6c5e2b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 28 10:37:24 2004 +0000
- * modules/codec/ffmpeg/*:
- - added fourcc for SNOW and DTS.
- - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
- commit 766237dcb27c2cbf54e2d308eba2e6b2c9ce31ed
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 28 10:04:59 2004 +0000
- * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
- commit 26eb85c088d249df8b6e4d7ac92abddf8288d53d
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jul 28 07:48:30 2004 +0000
- configure.ac: typo
- commit 92b23685102224ea82635459905d261a0ba0e00c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 28 00:36:48 2004 +0000
- MacOSX intf work
- * vout_Control implemented for macosx
- * position slider fixed
- * p_input manage loops fixed (buttons, playstatus etc)
- * float on top works again
- * visual filters work
- * deinterlace filter selection broken
- * fullscreen button is not being updated atm
- * potential deadlocks between intf thread and vout thread???
- * the window title might not always be updated.
- OSX devs, please test as much as you can. This was all fairly low level stuff.
- We need to test it properly.
- commit 94cdda13e8bbf6a3bccbaf2d81b424e61050e2d9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 27 21:11:07 2004 +0000
- * More code cleanup for OSX vout. Man what a mess this is :)
- commit e4ceccd32365e7199085f248fb09454d8e989054
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 27 16:20:32 2004 +0000
- -
- commit 359a9bafcc9026aa095325087867fc2954f8a8b9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 27 16:16:31 2004 +0000
- * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
- commit 7c928551d9c979383f53e5e1fc25bdec993fa07e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 27 15:07:15 2004 +0000
- * ( p_vout->p_module && p_vout->p_module ) how pointless
- commit 7f29318ef3b90a97e9dc97ec37e3d03c15a4f36e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 27 11:33:26 2004 +0000
- * src/libvlc.h: cleanup in the hotkeys definitions.
- commit 4aff66399fe924896d69a20dfeba719279230ce2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 27 10:54:50 2004 +0000
- * release what you find. (this looks like a very old bug)
- commit 8efbcbdf1bb4f4a5b23934f66dd956fa159ffbc6
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jul 27 08:05:31 2004 +0000
- gettext BeOS patch is no longer necessary
- commit 1138ece4ce28db1c782d3d9e9b8a4380abbbdc18
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jul 26 23:37:03 2004 +0000
- * updated the used gettext version to 0.14.1
- commit f1e18327d8e442c5a5abd1bb876f639b002e4554
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 26 21:29:33 2004 +0000
- * Fix dts building on mac
- commit 36007ed770037dfb5c820502e8ae835f24c5e00b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 26 20:30:14 2004 +0000
- * remove patch that is no longer necessary.
- commit f82f3b3abcb54dd9216c36128d41fda718f036de
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 26 20:29:24 2004 +0000
- * modules/access/screen/*: added svn properties.
- commit 5cfe50f57481bba7e4f0c3eba47b285835b86693
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 26 19:49:05 2004 +0000
- * fix libebml and libmatroska downloads
- commit c4fbc7d31e92084fd71bf560204c0d21263f60b4
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Jul 26 17:54:12 2004 +0000
- screen/beos.cpp: test before you commit
- commit db11fea7033ce534bd2342ec9f454a8429f70e22
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Jul 26 17:03:00 2004 +0000
- * opengl.c: clear the color buffer before rendering
- commit c624c5f79002b425a62bad11baaea349203e1a34
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Jul 26 15:06:48 2004 +0000
- ALL: splitted screen module (needed as BeOS requires C++)
- commit ca9c15af3fdace5e20c7a5091e4ff6ddd6ba9b62
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 26 14:10:30 2004 +0000
- * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
- commit 8b6f120569dea38cf6fdcaec35e50e64d3e92293
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 26 10:27:55 2004 +0000
- * modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
- commit e7a3faac88cf8f6a13cfddef5f994730c93766c7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 26 09:28:16 2004 +0000
- * configure.ac: should fix detection of libpng.
- commit 293cd2f01ec1c3559df4bc93ec7021ce4532343a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jul 25 20:39:06 2004 +0000
- * modules/control/rc.c: removed useless code for the rc-host option.
- commit 5833047101c1dab068559115a3303f557cfae596
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jul 25 20:36:28 2004 +0000
- * modules/video_output/x11/*:
- - fixed exit in embedded mode when fullscreen.
- - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
- - add options to the opengl plugin.
- commit b3e49f8d767d1bf3fa681ad42eccf2dcdfd7fd13
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jul 25 17:47:05 2004 +0000
- Use VLC networking APIs: close -> net_Close, accept -> net_Accept
- commit 78c31cc1c0d05760f9933ddea53ed4d84b2070df
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jul 25 08:34:08 2004 +0000
- * NEWS: updated.
- commit 3480e333bbd44d7b01ea7d1cd7b2c9f3bde963a4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jul 25 08:20:09 2004 +0000
- - unlink Unix socket on exit,
- - bind to ::1 by default if --ipv6 is passed,
- - do not overflow Unix socket path,
- - use a different option (--rc-unix) for Unix socket.
- commit 8c869070a765767673a41462bae395f951bd6abf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jul 25 07:54:18 2004 +0000
- * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
- commit 9e63dcf871f87f7504110de8e1aa799800614d1c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 23:05:03 2004 +0000
- * src/misc/net.c, modules/control/rc.c: win32 fixes.
- commit 3e784cb13e54b8f23f204867bb62c0a41eecb9ed
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 22:49:28 2004 +0000
- * src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
- * modules/control/rc.c: added option to listen on a socket instead of only stdin.
- Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
- commit 32d2dd2e3466e863f4fbc5040f5acf5ac6cd8620
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 24 17:22:40 2004 +0000
- Specify port in Host: HTTP request header
- (thanks to Olivier Lourdais for the report)
- commit b95a3b3acfd439210a56efc6770611fb44fba5db
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 24 17:02:26 2004 +0000
- Fixed typo
- commit a7405bd021f45c2ec9cd843f4d60220be732a0e5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 16:33:00 2004 +0000
- * modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
- commit 7465431fe6fac201b1321ba7b4afc8994692295f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 13:40:17 2004 +0000
- * configure.ac: don't build the screen plugin on darwin.
- commit 3f174193ef3e99edc7bca732e356d01bd0ace96f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 24 12:42:26 2004 +0000
- * mp4.c: compute avg/max bitrate info. removed a fprintf...
- commit bb1eff8ac82f953826f2ddd52ac67f2b93020d1c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 12:33:15 2004 +0000
- * modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
- commit f9610dec231ac64230848c23afb4349346143352
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 24 11:57:47 2004 +0000
- * input: release p_playlist.
- commit 051cddc7d3ccb7811b3b5df8e75d5bb0332f9d96
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 24 11:28:50 2004 +0000
- * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
- report).
- commit 377df083e1149b4c9c545485b458034a7b9bf2ee
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 24 11:12:39 2004 +0000
- * equalizer : [0] isn't cool, use a define.
- commit 58b6fda7c58cc44d1d309e6c192087d96ea9679a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 10:24:11 2004 +0000
- * modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
- commit 52b43cc9a97f631d45e720508095df2f42c19c19
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 09:50:14 2004 +0000
- NEWS, TODO: comprehensive new features update.
- commit bff77b41192d54a3f22bf72db19855c8f8ff2a29
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 24 09:06:58 2004 +0000
- - really iterate through getaddrinfo(),
- - fixed read after freeaddrinfo() bug,
- - removed extraneous debug messages
- commit 50bbdbfefc8fbdc94b246410a3526cf1939e02cb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 24 00:20:19 2004 +0000
- * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
- commit e623637f12d5b574baff6fea71544deffcb8e3d9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 18:13:20 2004 +0000
- * modules/visualization/galaktos/plugin.c: usual test before you commit.
- commit 0df3e20904dbea7a6ac711be8b13b998a59de95e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 18:08:58 2004 +0000
- * modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
- commit e14fc1897f10ce1cb506fcadd2ecaaab2e746b5c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 16:43:22 2004 +0000
- * configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
- commit 6550c5d7c8f583b09c0cf06f9ec2de8cf1b184e4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 16:36:51 2004 +0000
- * modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
- commit 634e231f0f8010ed90275516a0a96de9d845e25d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 23 16:16:22 2004 +0000
- * configure.ac: fixed the AltiVec capabilities check.
- commit 97db316e661eb5a8ebb9b845236a5fe211c3e514
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 23 15:16:00 2004 +0000
- * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
- to trigger AltiVec optimisations in our generic code.
- commit 2088177805fdbf1387ecdf37fa0f6a3d03964aca
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jul 23 14:19:31 2004 +0000
- + configure.ac: BeOS dvdread linkage fix
- + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
- + Makefile.am: fixed BeOS packages generation
- commit 314a3b4167fa0be9a9efa8785d0de29040bea8ed
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 13:37:43 2004 +0000
- * modules/video_output/opengl.c: forward control queries to opengl provider.
- commit 58f8e5c469f59131e2917caa8cf824dbad28fbb8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 12:47:34 2004 +0000
- * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
- * modules/video_output/directx/events.c: removed unused code.
- commit 1eefd3dd7d97392d6e6dfee593538436263ca479
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 23 12:42:11 2004 +0000
- * src/video_output/vout_intf.c: small kludge for opengl providers.
- commit 5147198f2f346407f66f2dbb0b3e87f7c7f2568d
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jul 23 11:33:25 2004 +0000
- BeOS contrib bla bla
- commit 71445ddd89bf56391c9d0b00266dab4041db23ba
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri Jul 23 10:19:58 2004 +0000
- improved filter compatibility by favoring current connection media type in subsequent connections
- commit d1f89a0ca8d632af8e55e0b5b19941731fbb5981
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 22:59:50 2004 +0000
- + configure.ac: don't build OpenGL support on BeOS although it has gl.h
- + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
- (buggy compiler)
- + modules/gui/beos/*: quick compile fixes
- + modules/video_filter/deinterlace.c: require mmxext instead of mmx
- + Makefile.am: on BeOS, build a VLC bundle a la OS X
- commit 40a45dc8f3097d91a9d071d8a0dbdfd75b8d2a8c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 22:36:16 2004 +0000
- * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
- commit 32b211e47175cd50964950fc8beedc3c5f2deb02
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 22:14:42 2004 +0000
- * modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
- commit d049b8aa9c808b13db2582fc535d3f53d11eeac3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 21:53:43 2004 +0000
- * src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
- commit ff7d97cf89ba2787e111a5c0de5a3da217bab034
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 21:50:15 2004 +0000
- * modules/video_output/x11/glx.c: vlc_opengl.h was removed.
- commit f0f138425c6e74702e95c98a4f7a2d60806df2bf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 21:30:45 2004 +0000
- * Makefile.am: include/vlc_opengl.h was removed.
- commit bb13e2278049b34b5d8400f3887a5f2356e2cf4b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 21:27:45 2004 +0000
- * modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
- * modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
- * modules/visualization/galaktos/*: uses the new "opengl provider" module.
- commit 6129f1ce2060d74635559b70116c5b617244b970
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 16:48:38 2004 +0000
- contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
- commit 23d3f63ca53121de44137a0453f698f9d8d45bd9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 16:37:43 2004 +0000
- * modules/video_output/x11/glx.c: improvements.
- commit 031cb39a6f015aeaf347a6ec2e5394a258e9e415
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 15:45:54 2004 +0000
- * modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
- commit 3a4997f56f2b27d9802dadd17ad23b19a036582c
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 15:09:42 2004 +0000
- equalizer.c: compile fix for old compilers (thx sam)
- commit 17d02421a753534dc818690d4f0b31eff731a050
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 14:21:59 2004 +0000
- BeOS doesn't know about PF_INET
- commit 9cb381a08bc27874f064cf236e67268d86505b50
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 13:50:35 2004 +0000
- netsync.c: converted to unix file because BeOS' gcc chokes on dos files
- commit 64f0cbff552ab1a656299be2c6b4cc30b6c03fae
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 13:06:21 2004 +0000
- configure.ac: check for png_set_rows in libpng because early versions
- don't have it
- commit 7b93029460928ecaf0406950082f53f09fc65ed6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 22 11:49:14 2004 +0000
- * frenglish paquets -> packets
- commit 17a719713efbd7eefc90c7429605fa6e2f09b58a
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jul 22 08:51:40 2004 +0000
- contrib/*: started to adapt the contrib system for BeOS
- commit 94506eca9748d764075da8f52b25729edfa78b72
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 07:03:22 2004 +0000
- * modules/visualization/galaktos: added svn:ignore property.
- commit 1707c0ff66dea00af061476b0b906f75d3e84bfa
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 22 06:59:56 2004 +0000
- * Makefile.am: added include/vlc_opengl.h to the build.
- commit 4994baa7237b561a0f9259c606332baea2383ea1
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Jul 21 22:38:49 2004 +0000
- * all: created a new module type "opengl provider", which provides a
- simple interface to create and use OpenGL windows
- * modules/video_output/x11/glx.c: the GLX vout now implements the
- "opengl provider" interface
- * modules/visualization/galaktos/*: no more dependency on GLX: we use
- the generic opengl provider interface instead.
- commit 42d17b9d6a9abb8bdfc306e868f29692da3e8f8c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 21 19:03:34 2004 +0000
- * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
- commit 1005f6abc6777bc83f45f1c601b1aa906e326e29
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 21 18:45:06 2004 +0000
- * Fix the sap module compilation. Compile before you commit strikes once again.......
- commit d0f20f626b4a9a78b83b7dc75d33713a13bac395
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 20 23:15:33 2004 +0000
- * Fix livedotcom API change.
- Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
- commit 5d041ddd8ad083aee80d1d9b18582b99fc8a23d0
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Jul 20 22:25:06 2004 +0000
- * glx.c: don't scale the image with the chroma (supposed to speed up
- the conversion ??)
- commit d6cb888b458f61f46803222476cdc32d31762ff6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jul 20 21:36:51 2004 +0000
- * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
- commit c0a1dbea40aa511d41f644c0d19b51fffc384a5a
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Jul 20 20:25:25 2004 +0000
- * modules/video_output/x11/glx.c: new OpenGL vout for X11.
- TODO: - factorization with xcommon.c
- - factorization with glx.c in GaLaktos plugin
- - remove hard-coded values
- (If you don't like the rotating cube, hack the code yourself,
- the variables will come later ! ;)
- commit 3c3996cccb591768d9fc8d4bc1e0e728ed6df8cf
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Tue Jul 20 16:43:36 2004 +0000
- author :)
- commit 4a83848248b9fc3b5b93a75cdb0fd36cc4fcef51
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jul 20 11:49:04 2004 +0000
- mpjpeg.c: The rfc says to use rn so use rn. Also set the right mime type.
- This makes the served stream work with cambozola applet.
- commit 14f7e26d7807dab1fb4ecfcef010f5d06c6ac1cd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 20 09:53:24 2004 +0000
- * debian/control:
- + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
- versions of this library.
- + Recommend the videolan-doc package.
- + Build-conflict on libavcodec-dev, just in case it enters Sid at an
- unappropriate moment.
- * debian/README.Debian:
- + Removed mention of the libmpeg2 tree, which we no longer provide.
- commit 8600577eb84d04f49dcf2bb7f7950fb2b0555296
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 20 09:23:18 2004 +0000
- * src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
- commit c163444a0f19cc6689a995437205ddcbfc3f758a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 19 19:41:44 2004 +0000
- * darwin buildflag for vlc/libvlc
- commit 1d6a402600ac9f0abdc63b02366d10ac4fd2927d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 19 17:04:45 2004 +0000
- * stream.c: fixed seeking near the end of a stream.
- commit 245e5824e9de7b50efbe29fdad21c1cea620284b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 19 14:54:37 2004 +0000
- * modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
- commit 24a100c0362b3a73b3ae304f4a212981863e053c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 19 09:46:06 2004 +0000
- * src/misc/httpd.c: ipv6 win32 fix.
- commit cc0c26f4c80ec68fe8034e7fb483ceadde227efb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 19 08:57:42 2004 +0000
- * modules/control/http.c: portability fix.
- commit 491ca2206b201099e398c20fc7802a90943b6f92
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 18 17:05:45 2004 +0000
- stream.c: do not drop empty line.
- commit d8f026b7dfcfb750fd873bef178f04ba7fd40ddf
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 18 17:04:44 2004 +0000
- * subtitle: fixed a small memleak.
- commit 52500c689868b2e18d8951498af71e819ec313e8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 18 16:33:02 2004 +0000
- * mpga: fixed a memleak+warnings.
- commit 1e4bfd0dc1547a32b54057d9b62a0a1faf48ab9c
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Jul 18 13:56:08 2004 +0000
- * all: now both GLX 1.2 and 1.3 are supported
- commit 3a6efa71fa6dc0b7d2427ef9380203ac4d060454
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 18 12:03:37 2004 +0000
- * ftp: handle multiple lines answers.
- commit 760f9ce32b85710bdbca3b18478bdd2a044aa3a5
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jul 18 11:25:28 2004 +0000
- * spelling corrections
- commit 0168eda004d827d1237d99c7bf5e35ad8a498c05
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 17 20:43:52 2004 +0000
- * additions to TODO list
- commit 87d724096cfb1bce0758ab4f56a390527fcf5713
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 17 16:56:59 2004 +0000
- Fix socket errors handling.
- Fallback to IPv4 with option --ipv6 if IPv6 fails
- commit d16c1ff9a482b90f6fa4aa3ee432c387b93893bc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 17 15:04:42 2004 +0000
- Fallback for UDP if not using IPv4
- commit 87c112340bcb4e555dbda4747896846d25b6756f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 17 14:07:40 2004 +0000
- Fix corner case introduced in HTTPd IPv6 patch
- commit b45ccdd52dca2da203ee37d7ef409c8c26089708
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Jul 17 13:55:48 2004 +0000
- * all: first implementation of a MilkDrop-compatible visualization plugin,
- based on ProjectM (xmms-projectm.sourceforge.net), without the
- dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
- I didn't manage to have it working with the 1.2 API :(
- SGI Pbuffers are not used yet, I didn't manage to have them working
- well either :(
- Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
- With projectM presets, colours look a bit "flashy", I wonder if it
- is normal...
- To compile the plugin, add --enable-galaktos in configure. The only
- dependencies are on X11 and OpenGL libs.
- Enjoy !
- commit 918eef5228b19cc57489387617ec972550db2702
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 17 12:30:59 2004 +0000
- IPv6 support for HTTPd
- commit fa2921eae1ade188e719fbfe19030bf3ef8ab8ab
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 17 11:51:46 2004 +0000
- * strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
- added configure.ac check and use strtod with cast as backup since it is ANSI C
- commit f7f0f42f820f89f55bc243f1c318c2751aeee934
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jul 17 11:50:43 2004 +0000
- Check for getnameinfo() - required for later patch
- commit e0b120ba95a952d1f40febab080c666b6136b6cd
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 16 23:04:57 2004 +0000
- * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
- commit bed33d5d1877aaf737b066e1b2f1817afa196de7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 16 21:05:52 2004 +0000
- * no more need for unistd.h patch in rtsp.c of ffmpeg either
- commit f07094cb48bde735aecdcf8e649bada433d57fed
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 16 20:05:03 2004 +0000
- * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
- commit d4f8c8201cae9e990d6fd64db696a7a4a559beaa
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 16 19:33:20 2004 +0000
- * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
- * mp4.c: hdlr atom in the .mp4 and .mov way.
- commit 24aecbe0eb61c9ac14c36e13f334c3de56f9a06a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 16 18:35:50 2004 +0000
- * equalizer: fixed a bug with strtof.
- (Please look at the warnings, most of the time "incompatible pointer
- type" isn't really good ;)
- commit 556addaeda2da3c64911acf068998fa2dc6dbd00
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 16 16:34:11 2004 +0000
- * Fix alignment on a configure --help message
- commit fe240da5f4e4333e811e57df84929ecd84191801
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 16 13:10:34 2004 +0000
- * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
- commit f6f3342c40b4427e55fb87e6a879e56dbbf8b1ff
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 16 11:50:27 2004 +0000
- * configure.ac:
- + Added full library dependencies to the -lXt check.
- commit 2e11ee156299d7c2730d17bca35ebf09c02967ec
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 16 11:33:32 2004 +0000
- * it's information, not informations (you missed some, dj :P)
- commit 1954049294be0f83166c20d1bbff7faf14f2ed57
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 16 11:29:21 2004 +0000
- * it's information, not informations (grep -r)
- * modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
- this allows you to play avi in uncompressed .rar (only first part of course).
- commit 202b7bf8b16fc3fe1f936cca83a822586c83d64d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 16 11:26:48 2004 +0000
- * debian/rules:
- + Activated Theora support (Closes: #259061).
- + Re-enabled the KDE plugin (Closes: #258295).
- * debian/control:
- + Set policy to 3.6.1.1.
- + Build-depend on libid3tag0-dev for ID3 tag support.
- + Made vlc depend on wxvlc for the moment.
- commit 3460771a329d1706ec90b17fe6821315f63e61ab
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 15 18:47:32 2004 +0000
- * removed the hog elements. They are breaking stuff..
- commit 89c4bf7402b4ebd4e36af6023f8b1bb4bfb882f7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 15 15:24:53 2004 +0000
- * reenable the prefs. this was a small leftover from debugging
- commit 4bfdf490d71eca050f9090ae1ed0d5a635925370
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 15 15:20:46 2004 +0000
- * spelling error
- commit b0536abaa69367da6abdfd1b9e872c3ee8c4dec5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 15 12:41:38 2004 +0000
- * modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
- commit 9105991c67a622bcf267c9e7915a1de4467dbe8b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 14 19:26:30 2004 +0000
- * modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
- commit 40cbe6a355c8754930bc9e11806c582b4b0cf52a
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Jul 14 13:03:54 2004 +0000
- * all: just a basic OpenGL scope at the moment
- commit ca0486330a6c9eda65e5bdd7f5750776796a540a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 14 10:21:21 2004 +0000
- * src/misc/threads.c: fixed long standing win32 thread handles leak.
- commit 027bb3fe99cd16d18f8fa0433a4efdbc5ab5f89d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jul 13 12:05:21 2004 +0000
- mpga.c: fixed some memleaks in the probing process
- commit c16efd6ca3eea3d6bd7d9fb7a6fcaa88d9bb873f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jul 13 11:41:21 2004 +0000
- Couple of fixes
- commit 421866e2f073d8ff0fa0bf90477bb120b4dd5df5
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Jul 12 18:02:57 2004 +0000
- * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
- with MilkDrop for winamp.
- commit ce1924e31356b475e85cc73cdbe1e4ccee8913ca
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 12 11:57:49 2004 +0000
- * modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
- commit c99d445e1e93d6804435ada2490653aed29c6b10
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 12 08:30:12 2004 +0000
- * configure.ac: added new normvol module to the build.
- commit a8f31b962459631885f62ab1c6893cd3480b6966
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jul 12 07:33:02 2004 +0000
- * unicode fixes
- commit 426d10df6f1c1b715cdca6557207b2ff4ad5e9d5
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Jul 12 06:56:05 2004 +0000
- Fixed norm-max-level description
- commit de57ea2f3d8e1aa1ac6217e66de7546fea17038e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:48:37 2004 +0000
- Updated TODO
- commit 6c43e73ea9635127a35511bb5ff00a63a9863f9d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:47:15 2004 +0000
- Removed the old streaming wizardnSplitted the interface file into interface+extrapanelnExtrapanel is now a notebooknReworked the video extrapanel (removed ratio,added filters)nImplemented a graphical equaliwer
- commit da38b336b92228be9ba6e97b588f5618731bd71f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:45:48 2004 +0000
- Added a very trivial volume normalizer
- commit f8c95ffa2ba4bf2d21105a622ef805802605e224
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:45:07 2004 +0000
- Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
- commit 39322a9027e425c1e1841a5633f0da2ff15051c1
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:43:28 2004 +0000
- Fix refcount problem when creation fails
- commit 707ee8ea31dd8f0c92ad4e9fdec955ee6205f2df
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jul 12 06:42:47 2004 +0000
- Fix segfault when child vout creation fails
- commit fd59fcbf16dc16c2057a27d33a6ea8d07dbb6cfe
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jul 11 16:26:58 2004 +0000
- NEWS: not that 0.7.3 is not released yet
- TODO: updates more stuff to do :)
- commit c7a0be70d2e408d8ba7b5260498c2428db064115
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jul 11 16:26:21 2004 +0000
- * Fix audio subtitle track changer hotkey on OSX.
- commit 983e111fce0d95571d25dbf22f5b6289f5b3f17f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Jul 11 11:15:43 2004 +0000
- * x11_timer.cpp: compilation fix
- commit 080dfc9b77ebfcc3001130a6ca732f56e1e4134d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 11 09:58:24 2004 +0000
- * theora: compilation fix.
- commit f93b1504d93a524939c114349886ba5fb45a3b35
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 18:12:56 2004 +0000
- * all: compilation fix.
- commit e414aa3236f4562b5796aca8098319a5d3020aeb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jul 10 18:08:09 2004 +0000
- * src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
- (is going to replace audio_date_t).
- commit 32f808e2b53be404078de7e50c64655c94f4240c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:22:35 2004 +0000
- * all: sout_ParseCfg -> sout_CfgParse.
- commit 9ea870aa6c8bbd34df0199fe31cdd2ef9cdb1d8e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:22:10 2004 +0000
- * vlc_common: moved a few typedefs from stream_output.h
- commit 43a8115c06ed15f17b9c5a78057d616c9e42e24b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:20:59 2004 +0000
- * all: cosmetics.
- commit 179f1381ce3b2c90d34485c0d186c1ed6cfec2d5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:20:11 2004 +0000
- * all: cosmetics + MUX_GET_MIME.
- commit a3da721928b917b5ca74ff750565a884a8190d28
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:19:28 2004 +0000
- all: sout_ParseCfg -> sout_CfgParse.
- commit 5363e037cc0c01bcd118ce1f324a6b105052a720
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 10 17:18:50 2004 +0000
- * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
- commit 7fdad1d9c4d34b8c991fa2c07c0e11854b6206d1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 9 21:13:11 2004 +0000
- * modules/codec/flac.c: couple of fixes.
- commit a01f44d552d706c28de01d0944063c1db8c08f53
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 9 15:15:07 2004 +0000
- * modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
- commit b1ddf9183c295d92b5cfc412a13583b8b7caa216
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 8 18:10:10 2004 +0000
- * equalizer: added a preamp value per preset.
- commit 91c5dd59a35d4506708f97ac778f75474de15a6d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 8 14:20:11 2004 +0000
- * src/input/decoder.c: better pictures leakage detection.
- commit 1e9c67a5c23650f58c8180ce4a24e1d6fa9d6d5e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 8 12:48:29 2004 +0000
- * Fix building of livedotcom module for !--mostly-builtin
- commit 20d970f8f4a1ae6c282965386013a30171ad5f2d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 8 12:25:20 2004 +0000
- * src/playlist/playlist.c: another autodelete fix.
- commit d1dd9b93066db218eac34f4ea7cc3f37e4baf2f5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 8 10:52:23 2004 +0000
- * modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
- commit 0cbf54fb535393e4fd1a9740108aa90cebcc1074
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jul 8 09:38:42 2004 +0000
- hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
- with the subtitles hotkey (thank you gcc)
- commit 43619b8a3ea4b80007f6931de479af2226ac8d71
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jul 8 09:12:37 2004 +0000
- Forgot this file in my last commit.
- commit e3ae397810727ed58dc03df54170e0f6cb51af84
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 7 23:26:35 2004 +0000
- * http: added a mime option.
- commit 55d256144048009b317a2b00c1cf4f2241fc7633
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 7 23:16:30 2004 +0000
- * demux: stream_DemuxControl: emulate seek.
- commit 25fc0180f4a3689492ea526df57fda18cd1f2915
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 7 23:12:30 2004 +0000
- * Modules.am: link livedotcom with access/mms/asf.c
- commit 6c812f62605ac185f54bb9193a51cb3822425071
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 7 23:11:08 2004 +0000
- * livedotcom: first try to support m$ rtsp. It works on the url I have.
- commit 17961cd32ff41324f764c901be8b038190d4e2f0
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jul 7 21:09:20 2004 +0000
- hadded keys to cycle audio track and subtitle track
- commit acc84ebefda309c840fdfa57b16c08779895ce64
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 7 16:41:26 2004 +0000
- * configure.ac: added mpjpeg muxer to the build.
- commit 8942735a2ffb33f0f73ff7ea9cab189a9cad23ff
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Jul 7 16:24:56 2004 +0000
- * netsync module no longer IPv4-specific
- commit 3f2e13bc4283b11a09dc85d1da20484c980cb373
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 7 15:51:23 2004 +0000
- * src/audio_output/input.c: ability to switch between equalizers on the fly.
- * modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
- commit 7f800bc0f6cd34f44a1271659881ea8b17cc8c3c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 7 13:32:46 2004 +0000
- * modules/demux/ogg.c: fix for --input-repeat
- commit 37666a1180a10af296fa59b6243aca38fa23127c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 7 13:25:03 2004 +0000
- * modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
- commit 96f081ee46abe96fd584710b831944fb4062c18f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jul 7 12:51:10 2004 +0000
- yet another fix for unavailable id3tag
- commit 28e9ed2913a26f9da4161ecfad6c3bd8310d1ef9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jul 7 12:29:21 2004 +0000
- * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
- commit 85f1cd8a7add13c309e1a989dad467fdf2e7d03b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jul 7 10:06:56 2004 +0000
- a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting
- streams, served in http, are directly playable by mozilla (though
- horribly slow)
- commit 6d5f2f80d1ed7b9ce9134e7ea64505640c984bb9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 6 22:12:40 2004 +0000
- * configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
- commit 1f78d643f390731d4b5bf4f23800fef60f313655
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 6 21:41:15 2004 +0000
- * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
- commit 69bbdda9de56ad1c2470dfa5d7cfee2ddc0b6491
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Tue Jul 6 17:16:32 2004 +0000
- Added current changes in the menu.
- I will now try to generate defconfig by bootstrap...
- commit 9f0ab732b3e937b4567d212de3e5ccebcd945aad
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 6 17:09:10 2004 +0000
- * src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
- commit c523f5a5bc6948e24871afd799e009fa2687e508
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 6 17:01:12 2004 +0000
- * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
- It can finally decode properly all the samples I have.
- commit 859483c87d58b153276e2aeb65acbf68ae7799fe
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 6 16:54:05 2004 +0000
- * modules/codec/araw.c: increased priority of encoder.
- commit e07a11210f8fa38938e53a7cac70dfe89b013172
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 6 16:51:35 2004 +0000
- * modules/mux/wav.c: start of a WAV audio file muxer.
- commit bd6ee66976dcd81ac3aba29b42d980519bf90b6e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 5 20:42:52 2004 +0000
- * fix contrib system on OS X 10.2.
- - some libcddb bugs found. Sent them upstream too.
- commit 1c18e0671289bf9388948b669933785936df8ada
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 5 19:50:06 2004 +0000
- * block.*: faster block_* and removed unused features.
- commit a304c04257a4d70405abdb846f2b26ef37145325
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jul 5 17:14:00 2004 +0000
- Fixed memory leak (can anyone confirm?)
- commit 50058c534b9175247fa2688f64495ea651973d04
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jul 5 15:43:56 2004 +0000
- * configure.ac: check for struct sockaddr_storage
- * src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
- (so I may have a chance of storing a sockaddr_in6 one day)
- commit 29f8c4b341d55c9067dfdab3bf6ccb9bd4155c6a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 5 14:18:51 2004 +0000
- * aclocal doesn't handle searching in non-existing dirs all that gracefully.
- new method in which aclocal args first get stored in a variable.
- commit d2845b70dc546d14744fb260f469c30b329e4453
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 5 13:04:11 2004 +0000
- * src/misc/block.c: win32 race condition fix.
- commit 3a9390d6013b6f6089b978f05cf8ad600b985835
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 5 11:34:27 2004 +0000
- * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
- commit 7a6c4c8d611e2a4ba20ed6c6e2a3f7c6a68bea0b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 5 11:02:41 2004 +0000
- * contrib system breakage fix
- commit bf680e8fb64910e8d968addce71139d135a9b33f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 5 01:27:35 2004 +0000
- * OSX lowlevel work
- - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
- This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
- - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
- - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
- - there are some autorelease leaks which need to be tackled.
- - moved a lot of the VLCApplication func. to the VLCMain class.
- - VLCMain is a +sharedInstance now.
- - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
- Examples:
- VLC.app/Contents/MacOS/VLC [-I macosx]
- launches VLC as before (requires you to be logged in via GUI)
- VLC.app/Contents/MacOS/VLC -I ncurses
- launch vlc with a ncurses intf and display video on your mac
- (requires you to be logged in via GUI)
- VLC.app/Contents/MacOS/clivlc -I telnet -d
- launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
- Now how is that for combining GUI and cli in one application on the mac?!!? :)
- jlj? I finally understand now how the OS X interface works !
- commit 7b5375e2c9f6a7b6a2f187c114b4275326ca0a77
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 5 00:22:13 2004 +0000
- * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
- * Fixed bootstrap to use pkg.m4 from contrib system
- * Patches to make libcddb and vcdimager work
- (stupid bugs !, how do they compile with this on other system?)
- commit 1b803dea1b0211e1cc1ecdfe4533a60e30a1aa81
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Sun Jul 4 22:48:36 2004 +0000
- remember to enable it in the doc for 0.7.3
- commit 5b4b2bb48924dbe0824b74ebb65c051ff6eafebb
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Sun Jul 4 22:45:22 2004 +0000
- doc up to date (minimize)
- commit e40254d8a784ae7c31051483333834c83f61a3c3
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Sun Jul 4 22:37:01 2004 +0000
- minimize in the default theme
- commit fe0be88e2de15b584d97dc92b2f06f289a163b7f
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Sun Jul 4 22:22:10 2004 +0000
- added a function to minimize VLC (check win32 compilation)
- commit 8328c32ce951db24be58a800dcc134daf7ba0d3e
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Jul 3 14:04:14 2004 +0000
- * wxwindows/menus.cpp: added missing _()
- commit 264724a45dc475a23dadc6a3de56676c64aba4cb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jul 2 17:44:16 2004 +0000
- * Update TODO and other junk
- commit 8f80181581267b61b025f1a439e6e61e5a90e1a9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jul 2 15:12:35 2004 +0000
- * include/video_output.h, include/vlc_video.h, src/video_output/*:
- + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
- * modules/video_output/directx/directx.c: signal slow picture buffers.
- commit 165acf1476c5eb9ed1cdae68494e0544515f809d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 16:05:05 2004 +0000
- * modules/codec/dmo/dmo.c: small fix to CopyPicture()
- commit 4f8b045eb449711305738778917d51afa1d22b3e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 14:45:45 2004 +0000
- * src/playlist/playlist.c: fixed recent playlist f!ckage.
- commit 32329d4ff2744d73f6dda89502a06c3cb50ca38a
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jul 1 12:54:19 2004 +0000
- Doxygenized some functions in vout_pictures.c. Prepared for new chroma
- fourcc YUVA to be used in subpicture rendering
- commit cd071db6cc40a8a04de68929b77d3f1960b2af1f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jul 1 12:37:53 2004 +0000
- quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
- shuffeling a playlist with 1 entry
- commit f0b9adc739a34e562efa01a3fd130db22a744c7d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 12:37:14 2004 +0000
- * src/libvlc.c:
- + start daemon mode before modules are loaded.
- + dummy interface is the default interface when in daemon mode.
- commit 0f0a3ee3348e9ba476cabff01c912d2727093247
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 10:48:44 2004 +0000
- * modules/mux/mpeg/ts.c: compilation fix.
- commit 1aa3e5ac7d25cec0c323376919807f46c1c902b0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 10:35:48 2004 +0000
- * modules/codec/theora.c: correct encoding aspect ratio.
- commit 7b55e81c457a081cd245ae1dad70fd6976a497e8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 10:32:26 2004 +0000
- * configure.ac: link dvdcss with dvdread on win32/darwin.
- commit 40a4073e30d3b6bdb243e1e378aacc5ce7752138
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 10:06:42 2004 +0000
- * modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
- This plugin allows using DMO filters to decode some media types (eg. WMV3).
- commit 74487d9cc786ae91d738fbc061ba998f28983e5d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jul 1 09:47:05 2004 +0000
- * modules/codec/dmo: new directory.
- commit ea80be56326853aabc1b67aaa68b44c5c410ac12
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 30 23:18:54 2004 +0000
- * modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
- commit b691ddb6ebd41f15704274a970d2c4fd52592ed8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jun 30 22:44:41 2004 +0000
- * set correct AR on theora video.
- this is also broken for encoding, but i'm not sure how to fix this.
- commit 9a03d8fbdc6db6a112b09ddaec197fadfff3c744
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 30 22:15:32 2004 +0000
- * modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
- commit 7c76d3c6af7d9c405c6109210780273a30cc9112
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jun 30 21:37:58 2004 +0000
- * src/libvlc.c:
- - always use the dummy interface as the primary interface
- in daemon mode.
- - always launch the logger interface as a secondary interface.
- (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
- - any other interfaces should be launched with --extraintf
- - we should add a pid file option for daemon mode?
- commit 16c3c8d5a171a07a385d1e4ed1282b4094fecd46
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Jun 30 18:07:34 2004 +0000
- * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
- twice after a "goto" or a "skip" command.
- I don't know if it is the proper fix, but at least the playlist is
- useable now ;)
- commit f1579f9046b4d71fc3ea82291e129d851ade82b0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jun 30 16:26:48 2004 +0000
- * first stab at vlc daemon mode (-d, --daemon )
- commit 10c1b2686f91c3ad609dd8ab84d15c22c8bb93e4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jun 30 16:06:11 2004 +0000
- segfault fix when id3tag is unavailable
- commit 68fc79928c07f9030bec931ffb30c51c89fe84c9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 29 15:53:28 2004 +0000
- * TODO: some changes
- * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
- commit 3813108b317440cc2e5587f773e86890e58c62a2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 29 15:27:56 2004 +0000
- * modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
- commit bbcddc3ec507b7500d20b115b757076d7d33ad81
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 28 22:49:43 2004 +0000
- * all: re-enabled meta-datas.
- commit 7c5028ac350442d1990e409d8580295710de2e99
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 28 22:11:03 2004 +0000
- * es_out: re-enabled meta infos about ES.
- commit e4c110a0805532b60defd19ea23d0c2a47e626cd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 28 21:36:17 2004 +0000
- * demuxdump: ported to demux2.
- commit d755649277131dd111667db2fb46bf41a375b6df
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jun 28 16:03:44 2004 +0000
- * modules/demux/mjpeg.c: handle jpeg stills.
- commit 33f67758c11bc03e93ed85b2c6eac8ac236d989b
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jun 28 14:17:27 2004 +0000
- * massive translation corrections
- commit 5b67f077c2e00208e514f0f0d5dc0da3a2e7e91e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jun 28 14:16:51 2004 +0000
- * ALL: minor spelling fixes
- commit 8cb4d991d24f21e4f1b21e2e608711fee7a6d53a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jun 28 14:04:07 2004 +0000
- * modules/gui/wxwindows/fileinfo.cpp: fixed typo.
- commit 5d8c765ae252c93cbdc0bf6c4fab572003019762
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jun 28 14:03:28 2004 +0000
- * src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
- commit d469b20d86cc5a36d75e5f585b45b55a2472d475
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jun 28 09:21:22 2004 +0000
- * configure.ac: re-enabled the id3 and id3tag modules.
- commit dbaac9833d36ccccf6847f9d4ab502c4b6cc6677
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jun 28 01:36:48 2004 +0000
- * take hog mode if during AC3 playback
- jlj could you please verify this ?
- commit 4c40a909dc59ff9215891e8388166d0f89618518
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jun 27 23:40:29 2004 +0000
- * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
- commit 209a5a3a3dcbc313142c9781c12e438cb2d949b2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 27 19:56:03 2004 +0000
- * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
- the first seek. (A good DEMUX_SET_TIME has to be implemented with high
- precision).
- commit c84f881e16b7e1b172d231a2e27cb4f007429e56
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 27 19:54:35 2004 +0000
- * all: a new --input-slave option to start playing with multi-input (#
- is used as a separator), it may or may not work (depend a lot on the
- demux).
- commit b9e83af790830a87bcac274f3020550020979dc4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 19:35:53 2004 +0000
- * modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
- commit f68b20d2187f9d4b9a966f71adcb29f0e2ebf739
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 19:27:01 2004 +0000
- * modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
- commit 15a43716739786df8c6775777d65214e3d7a44f1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 14:37:28 2004 +0000
- * modules/access/dvdread.c: use SPU palette.
- commit 185dff3d91a9c3ad09db7ac82b5f0e0cd8febb74
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 14:13:07 2004 +0000
- * modules/access/dvdread.c: got rid of warnings.
- commit 29c0bd555213deb4f4bec14d8431fcebfa58de35
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 13:32:07 2004 +0000
- * access/dvdread.c: misc improvements/fixes.
- * modules/access/dvdnav.c: chapters start from 1.
- * modules/gui/wxwindows/menus.cpp: removed debug message.
- commit 926aa46c7017b9b5b6d95abcb6a0a8a8eb518c8b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 10:19:23 2004 +0000
- * src/input/input.c:
- + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
- + a few coding style changes.
- * input/var.c:
- + use the descriptive name for titles/chapters if available.
- commit d70d3a2268b61d68ab47d7f018df78c706f00f36
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 27 10:16:57 2004 +0000
- * modules/access/dvdread.c: titles and chapters start from 1.
- commit a7177d026f2ecad32f8bf959317669def5f6b4dc
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 18:40:54 2004 +0000
- * modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
- commit 394b2dcbebe682d3dd62abcb96f60073b10021c7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 17:01:16 2004 +0000
- * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
- commit 16ebdc99ac8dd370f3183a4bc204469c90c410a9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 16:15:27 2004 +0000
- * modules/gui/skins2/*: removed a couple of fixme
- commit 25e85b0b91c1b2e093b9df321cd37a00bb3567f8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 15:27:27 2004 +0000
- src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
- commit f9b51f55ff48ef2c5d9e70284e01e88e619bd2b9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 15:19:31 2004 +0000
- * src/misc/modules.c: got rid of unused variable.
- commit e56afee753de13c84cd70601cf833a8d2d13439a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 15:18:06 2004 +0000
- * src/misc/modules.c: module_Need() probed sub-modules twice.
- * playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
- commit e590028fe494b4a3b846c438731fb10c322fbfe9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 26 14:43:11 2004 +0000
- * modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
- commit ef85266ff2fe627ed2a5df9bb0a56cff7413683d
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Fri Jun 25 22:47:56 2004 +0000
- * ctrl_button.cpp : handle double click events too
- commit 1078c3002d86b973f06a2e21ab8f8f23d2a5c42c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 25 20:46:11 2004 +0000
- * vlc_input: removed unused p_sys.
- commit 215cd2813266666dffbeb9d36757f294f6f2b940
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jun 25 19:44:48 2004 +0000
- * dvdnav <-> dvdplay contrib
- commit 4dade9d847abdb691e81f2f96a40c1f11f7405d1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 25 18:55:14 2004 +0000
- * subtitle: removed debug message.
- commit 647d0c827cbee482676e2f70b8169605b5c8e490
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 25 18:41:15 2004 +0000
- * subtitle: compilation fix.
- commit 03ed4ccc656086751c3aaf39e0a2b0013f95d972
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 25 18:35:56 2004 +0000
- * sub ->subtitle : converted sub.c to a 'real' demux2.
- * input.c: added basic multi-input support for subtitle.
- * avi, mp4: don't exit anymore when no es selected.
- commit 4a6468f3d7289a384a2744bf5610a6852597ab2c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 14:31:52 2004 +0000
- * modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
- * modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
- commit 32bbb3933aae73299ff469b6719d13d24746e76a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 14:25:27 2004 +0000
- * gui/wxwindows/open.cpp: removed deprecated DVD entries.
- * access/dvdread.c: added dvdsimple shortcut.
- commit 163b655bdf461bc56fa33d3bc95ac260a33bf939
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 25 12:21:32 2004 +0000
- * m4/vlc.m4 configure.ac:
- + Moved the shared object suffix detection to vlc.m4.
- + Replaced AX_* macros with VLC_* macros.
- commit dbca5ca7b0bb1764f792cc705b52dfe2b70a6b9a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 25 12:20:20 2004 +0000
- * modules/control/corba/Modules.am:
- + Play nicely with recent automake versions.
- commit ab0c58c812fe68f16ef2a3b34590ad4e45d7af87
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 09:57:27 2004 +0000
- * src/input/input.c: win32 compilation fix.
- commit f52471dfd978f552bdf3528aea6076c57dafc30b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 00:18:47 2004 +0000
- configure.ac: forgot a reference to modules/access/dvdread
- commit 28bf7b479ce9db7e4da394817d50b75c89fd9532
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 00:16:48 2004 +0000
- * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
- commit 51e76e128b736d2cc722ba37e300179bc00617c1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 25 00:09:41 2004 +0000
- * modules/access/dvdread, modules/access/dvdread.c:
- + major rewrite of the dvdread module.
- + dvdread is now an access_demux module.
- commit 9eb3e68fa4d4a34b243bf321d93dbf1e33130246
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jun 24 23:51:14 2004 +0000
- * configure.ac, modules/access/dvd, modules/access/dvdplay:
- + removed dvdplay module which was deprecated in favor of the dvdnav one.
- + removed dvd module which is going to be replace with a new dvdread one.
- commit 41b93de1c0431dff1e5a6877310d32bd85a2e9d0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 24 22:21:36 2004 +0000
- * input.c: fixed play/pause + cosmetics.
- commit 48ec587083c643c70346f2d8b6528f100830f74a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 24 22:19:29 2004 +0000
- * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
- commit 58ff3e0b91e63b337e2b77c0393d0fb6da6d2fec
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 24 22:18:33 2004 +0000
- * vlc_input: added missing fields for multi-input (nothing working yet).
- commit b2881bad3eb69a1356b1bc9042dd39ce5c5fc55d
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jun 23 21:40:01 2004 +0000
- macosx/macosx.m: fixed macosx-opengl-effect string list
- commit 0e65cf6976c1d9cd77a1526904150f620fdf54b5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 23 20:42:07 2004 +0000
- * stream.c: fixed a problem with peek.
- commit a77fa520e4ca734023489ba79a3b19398478cb31
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 20:24:01 2004 +0000
- * src/input: update ES object vars when an ES is removed + some coding style changes.
- commit bff75d2ce9859303616f1458f4478505d9e93b38
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 20:20:39 2004 +0000
- * modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
- commit 117ba20ff88700c29ba68e838c74cbe090b0ac55
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 19:42:20 2004 +0000
- * modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
- commit 92a32ce75d46dd87a0ab1c5b94eb38858fd1eb80
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 23 18:52:06 2004 +0000
- * es_out: fixed a bug preventing re-selecting an ES.
- commit 2aebce79d5f564b25de506071c2de578315cb14a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 23 17:49:26 2004 +0000
- * all: - added a boolean "seekable" object variable to p_input.
- (becarefull, it's just if you can seek or not, and not if you have to
- display the progress bar, for thet last you have to check if "position"
- value get != 0.0 )
- - added "audio-delay" and "spu-delay" object variables to delay
- audio/spu to the video. They can be changed on the fly (untested).
- - renamed INPUT__GET/SET_SUBDELAY into
- INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
- (wrapper to "audio-delay" and "spu-delay")
- - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
- them, a demuxer should export DEMUX_GET_META and not using them.
- commit cb45b4c518bd2197c1522189397ec29aacb500c4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 13:58:02 2004 +0000
- * modules/demux/m3u.c: allocate buffer for stream_Read().
- * src/input/stream.c: fixed detection of EOF.
- commit 9ef9462dd26e7ff66aebb757bd796bddc8e623cb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 11:32:59 2004 +0000
- * modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
- commit 103019a8581570406a957ae8e6039630e659c94b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jun 23 10:29:30 2004 +0000
- * OSX compiles again (BEWARE it is still SEVERELY broken)
- commit eb3c70961939610539d5a2125ed73c41420619c3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 10:13:05 2004 +0000
- * src/input/input.c: win32 fix.
- commit 2252f84afea5f2c3898c9028e5b737c9b4638e84
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 23 10:12:41 2004 +0000
- * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
- commit 2d109a7702135ed31aa8e466ea9534abac9d2fd8
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jun 23 10:00:21 2004 +0000
- Fix id3 and id3tag (using meta)
- commit 0011cc995beacfd93385fa9c17fdd096b7267285
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Wed Jun 23 03:15:08 2004 +0000
- * Fix for DTS over SPDIF stuttering. Someone please review.
- commit af0f20c96efe9deb5b1926d65fd972ab78a9cb75
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 23:17:02 2004 +0000
- * livedotcom: begin support of PAUSE. It doesn't work yet, resume
- always restarts from the start :(
- commit cfceb81738a26b39b46559c34adb5dedbe8787d1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 22 22:21:12 2004 +0000
- * configure.ac: disabled stream_out_display for now.
- commit 2fb065f098bfaf4fe43cb3bde2fa8d3bbb187172
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jun 22 21:55:57 2004 +0000
- Re-enable dynamic plugins
- commit 0e7418b88ca4b5c257b3789eafda3939f6966539
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 22 21:55:50 2004 +0000
- * modules/gui/skins / skins2: compilation fixes.
- commit 07743d45ea60d9674cf30205303230ecd1f58220
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 22 21:22:13 2004 +0000
- ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
- commit 21261c74fafd51d7eb36948061eae7e6fffc6c8d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:32:10 2004 +0000
- * speex: missing <vlc/input.h> include.
- commit 6b46f68dbb8c5c95c4368629d5ba9eac4231c7a7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:19:31 2004 +0000
- * Makefile.am: updated.
- commit 729174725eb48ca5042cafadc9555192a96b80a8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:10:17 2004 +0000
- input_internal: lalala .
- commit 0a770851217050aeefa1112d732b800eda972930
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:09:22 2004 +0000
- * vlc_stream.h : oops again.
- commit 8bfb3dcc16be40d380bb3c4b8d8b6dab49cb15cb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:07:34 2004 +0000
- * vlc_es_out.h: oops ;)
- commit 91c59aebcb6049fbd8e1a0da88d33898181411c2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 20:02:47 2004 +0000
- * vorbis: compilation fix.
- commit 57824faf5ff0e1fe1d50df74f0a9f48892893cef
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:49:25 2004 +0000
- * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
- commit 7e6e21549aa44911d0d47a72fec09bd9c7baaa12
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:46:10 2004 +0000
- * access2, demux2: not needed anymore.
- commit 5ff3113f826b0264769f947628f0a3fa23bc73d4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:43:37 2004 +0000
- * configure.ac: disable plugins that can't compile anymore:
- - dvd, dvdread, dvdplay, vcdx, cddax
- - gtk, gnome, qt, kde
- There are others in this case, specially interface that I can't test.
- commit f38322ff4e52f54527b0eec3980880d3628c4adf
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:35:15 2004 +0000
- * all: rework of the input.
- commit 2332146912e58068a626b225d09b21567792ce22
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:35:01 2004 +0000
- * all: rework of the input.
- commit 520a764ba6ed7add8592fbcfdabcb6beb2887466
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:34:44 2004 +0000
- * all: rework of the input.
- commit 07aadc39518d59f9a4beb4825156d6a2996611ed
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:34:20 2004 +0000
- * all: rework of the input.
- commit 1b834a3623fd5f845bc628448337a6e3c3355d96
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:34:01 2004 +0000
- * all: rework of the input.
- commit eb1fc1f88b5eaeac8e7d3d3f980ad62b846bee58
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:33:30 2004 +0000
- * all: rework of the input.
- commit d82e9eb79e465ccd04206f998bce9bc76f4fdef6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:33:06 2004 +0000
- * all: rework of the input.
- commit 3d331406f8bffee78f2f5fc32eec44e810ebf50c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:31:54 2004 +0000
- * all: rework of the input.
- commit 2455945ca1088e0f883c63925d3fc2a06c0b9cec
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:31:14 2004 +0000
- * all: rework of the input.
- commit 96f1226fed517a0118103163fb62781a4bf2d8a6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:30:54 2004 +0000
- * all: rework of the input.
- commit 51d78b67dc89aaa843d7624d59aab1575372fdf7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:30:31 2004 +0000
- * all: rework of the input.
- commit 68d217865aee3a510ae8e309b384056444212c44
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:29:57 2004 +0000
- * all: rework of the input.
- commit 7d01a7e7f478fee3032346e0698f06a0191a14d8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:29:37 2004 +0000
- * all: rework of the input.
- commit 53b4094ff62fe490d6714e5987ff481a98c2ff60
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 19:29:19 2004 +0000
- * all: rework of the input.
- commit 7255e4334847bac4af8fdd0c9dc622afc84a5dd2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 22 18:39:02 2004 +0000
- * mp4: fixed width in tkhd. (at least I hope).
- commit 08be895ad56325bb18277bcc55a658e9d6cd04bf
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Jun 22 09:13:51 2004 +0000
- - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
- - miscelaneous clean ups
- commit e60b15c3be033ff204e7afbc4cc9f21bb4926ad1
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 22 00:03:08 2004 +0000
- * modules/demux/livedotcom.cpp: - ts2 -> ts
- - take into account !rtpSource (for UDP support)
- commit da1822b6ab2c399e1e297e827ce1c2b89b508181
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jun 20 10:25:22 2004 +0000
- DVB NIT parsing
- commit bac06c15b41dad8d97f48a4ba12a3c5210fe4420
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 19 14:16:17 2004 +0000
- * mp4: avcC atom fixed. (Missing sps/pps).
- commit bd015ac26d3331fbfea5e6844dfbcfabe9be7764
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jun 18 19:20:34 2004 +0000
- * Bug report howto is a online document.
- commit cc5d4a06dd5c1de66565fb8857e1a8115cc030ee
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jun 18 18:56:39 2004 +0000
- * Removed some deprecated docs. small fix to vlc man page.
- commit 5afce06bc6f3167527b3280352fbbb15b0feab1f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jun 18 14:00:51 2004 +0000
- * ffmpeg resample.c patch is no longer necessary
- * new liveMedia version
- * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
- commit 46bcf2ee7c86c33dba989a3e131852319fb72bda
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Jun 18 12:38:28 2004 +0000
- Fixed a nasty memleak in ugly and linear resamplers when alloca is
- unavaliable. Also swaped the score of these modules.
- commit 1e37a8cbae4a8d79f390ab393fdb9141e508b733
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Jun 18 11:35:45 2004 +0000
- various documentation fixes
- commit 38af8831d76dd07d95adc57c4b5eb555eb28d0b5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 17 20:31:45 2004 +0000
- * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
- for the report.
- commit 294afbab615d51c7c67d929369a2219e3b6924aa
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jun 17 12:36:03 2004 +0000
- splitted the documentation for skins2 out of the main docs. Tweaked the
- doxyfile for the main docs a bit.
- commit 9eabf090904362f76722059da525e172949de90f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jun 17 11:27:49 2004 +0000
- include/vlc_video.h: minor doc fix
- commit 63d7967ddbef7d900219369cfb1155e47ddaad2a
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jun 17 11:25:02 2004 +0000
- example.lircrc: Added missing commands
- commit 5569856d3410d41ec207b9d0730cc0fe3e238537
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Jun 17 08:29:56 2004 +0000
- Formatting fixes
- commit 11e8ae92009d27accae414feeb8f30c6822b0955
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Thu Jun 17 03:37:03 2004 +0000
- * src/video_output/vout_subpictures.c : New OSD channels
- When you want to use OSD, you have to register an OSD channel, by calling
- vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
- There is a particular channel, DEFAULT_CHANNEL that can be used for
- general purpose.
- See modules/control/hotkeys.c for an example.
- commit 6dcbb0a95efb79e81b724689ab92914910c304ff
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 16 19:35:33 2004 +0000
- * all: fixed the way h264 streams are stored in .mp4
- commit 224d24d4555137bd355cf1aaf52d489672f8248f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 16 17:28:19 2004 +0000
- * avi: fixed the return value of Seek().
- commit 5e40e69aefa5e213328f4ae2b94c0ca5dc7ff78c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 15 15:41:53 2004 +0000
- * fix the defines for strcasecmp strncasecmp and strcasestr
- commit f9f6da517d11ffc7804ffcae286f7faa8fc7cdea
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 15 15:17:25 2004 +0000
- * strcasestr not strncasestr
- commit 7c5b76166022babcb1519c0aa038867b3f5f7d06
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 15 14:43:26 2004 +0000
- * vlc_strcasestr defines (still missing something. still can't find it)
- commit de5869fafd4513a8949d793fcd6e04c26332c748
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 15 14:33:50 2004 +0000
- * G.726 support trough ffmpeg
- commit e444b4f66ad187a14ef8ebb405837246f5be9746
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jun 15 13:47:42 2004 +0000
- * backport of local_stristr to vlc_strcasestr in libc.c
- fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
- commit 602e1fabe67b4e7d5053041f809936a76e3da06f
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Jun 15 09:15:09 2004 +0000
- SVG rendering module. It uses the text rendering API, and converts
- plain text to SVG. It can be used to have more control on the subtitle
- rendering.
- commit f272cbdc28e25a53b6a7f7817103376b275cf2ef
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jun 14 23:11:14 2004 +0000
- * define INADDR_NONE for Solaris (fixes #1815)
- commit 5128a376b0ddc9e0817daab9d3c5c9e8c2d55eb6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jun 14 19:19:57 2004 +0000
- Updated build rules.
- commit a24d0fa838bdf8b7ee144a3f3b34269f987660c5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jun 14 14:43:16 2004 +0000
- FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
- commit 4745353e36cc494759d48de0a4b53e64320bd4a3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jun 14 14:35:57 2004 +0000
- Fix typos in DVB-T tuning code.
- commit c56944cb424251d51504629cc40aebfa57f603a9
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun Jun 13 22:31:18 2004 +0000
- * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
- commit 053a3a7c8707f7d1b0db3be02936b76f075b39c9
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jun 12 00:19:59 2004 +0000
- * Added new functions to the Mozilla plugin
- - set_volume
- - get_volume
- - mute
- - clear_playlist
- - add_item
- - next
- - previous
- - isplaying
- - ge_length
- - get_position
- - get_time
- - seek
- * Fixed VLC_VolumeSet and a description
- commit 115834f39052316481a9b2c55a49977880c1a6dc
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri Jun 11 17:14:28 2004 +0000
- * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
- This only works when the skins2 interface is active.
- Not very much tested yet...
- commit cfa66d11feed5fe028ffc1bf9579b1eb8066c83a
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Jun 11 14:14:28 2004 +0000
- Proper fix for corba building problem (use AM_CONDITIONAL)
- commit c56d3b79e52956ea739c9f9d265dd6d97ffc1935
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Jun 11 13:46:01 2004 +0000
- * Bug fix in unit conversion
- * Updated text display to new API (added i_channel)
- commit b602fb16cb0cc0c2e7cfb84c7c56169cf6caf2b4
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Fri Jun 11 02:58:05 2004 +0000
- * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
- commit a7620012f52d4308f6122ed8085191af6346b7c8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 9 15:24:18 2004 +0000
- * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
- commit cd3d0c21ff8d427be1532c2d09d204b5fcc5cd6f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 9 11:28:45 2004 +0000
- * modules/video_output/directx/events.c: implemented VOUT_CLOSE.
- commit a8d4796d366710bcb350dba1e7bc60791dc2a678
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 9 11:13:42 2004 +0000
- * src/misc/net.c: fix for the udp-auto-mtu on win32.
- commit d0af376e178198a952c10c9093aa854fdcfb2116
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jun 9 10:52:28 2004 +0000
- * TODO: clarification to some of the vout redesign issues
- commit fb1bb3d48547865a0e59e10aeb6acb797c877bea
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Jun 9 10:30:58 2004 +0000
- Unclean but quick bugfix for the CORBA plugin building problem.
- commit 89504b581e75f2b2172d8192606633eb496d22d9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 9 09:57:35 2004 +0000
- * modules/gui/wxwindows/bookmarks.cpp: compilation fix.
- commit b99274d3de425ca194ef0140caf1b03c9aadd720
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Tue Jun 8 21:53:23 2004 +0000
- * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey.
- commit 28b32e91cb438ecc338448ee23adf7dd34b3877f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 8 20:19:51 2004 +0000
- * playlist: oops, compilation fix.
- commit 9b8ecc5073855ca1e20811784e7a2475947b823c
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Jun 8 18:17:15 2004 +0000
- Choose -Os automatically on mipsel.
- commit c99820b066edd9c947ba74664dc69ab045691529
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jun 8 12:59:52 2004 +0000
- Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
- commit bce13e75eb662871fa8ca6aac20901811133a4a2
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jun 8 09:16:04 2004 +0000
- Fix for requests without path when using proxy
- commit b67a50679753064c137238c0deb78ef0907ddcc0
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon Jun 7 23:40:20 2004 +0000
- Fixes in the build system
- commit 39263fbb5e53746c4a71d4ac7784b9a123d2acd1
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jun 7 23:15:16 2004 +0000
- * use screen.css too for the single html version, and reduce the toc size.
- commit a1e1e5989c2b593c9e4822609b517a98342ccd00
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:41:08 2004 +0000
- * skin_main: compilation fix. (thx bigben for reporting them).
- commit 016c04ba577eb892395cb581b3cd5c5561246b53
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:38:58 2004 +0000
- * vlcproc.cpp: compilation fix.
- commit d5c44e83e11ddaa39e495008719725095be9c333
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:35:20 2004 +0000
- * control: compilation fix.
- commit 7bcd0e8c11057e2487e53e3ad647cce7b7c989bd
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jun 7 22:27:16 2004 +0000
- * fix TODO file
- commit 27b66ff8c193937cf43305cb3e759b2f99a18b33
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:21:33 2004 +0000
- * src/input/input_ext-intf.c: no more unused.
- commit 2411cc52a13acf82b7e467958dc25daa83db5e3c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:19:12 2004 +0000
- * input_ext-intf.h: removed unused functions/defines.
- commit 32649492181b53a3c6736c62c1756f18aefb8888
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jun 7 22:14:51 2004 +0000
- * TODO: put todo's in TODO list instead of commit messages :)
- commit fee0be0777246007c8f438ebf2e12318069b38c9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:14:21 2004 +0000
- * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
- input_ToggleES is removed.
- commit 40a91e260b5dbd94d77efd0b438d2092cfc3d373
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 22:11:57 2004 +0000
- * all: don't use input_ToggleES.
- commit c57da81900c2fe03005fbf3fac308e9eecb260fd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:53:03 2004 +0000
- * gtk: don't use input_ChangeArea.
- commit a7017516fd2c988ba20ab6e3e3629efc0e8e487b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:38:09 2004 +0000
- * VlcWrapper: don't use input_ChangeArea.
- commit ec815603a17333bbc9eab5d1d13530836abea47d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:35:19 2004 +0000
- * lirc: don't use input_ChangeArea.
- commit 78b17927efdae2784cec6fa8e4c0e2383f3112df
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:32:18 2004 +0000
- * menu.c: don't use input_ChangeProgram.
- commit 78b381b7eb8a774c54765dce18e51e45812a9473
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:27:18 2004 +0000
- * input: warning fix + no more input_OffsetToTime.
- commit c6edf8d8127367e2a4be94bb6214edf519361216
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 21:26:35 2004 +0000
- * all: don't use input_OffsetToTime anymore.
- commit 427b44e205abbf2e2ba5ad8add14ab4a49e4d6bd
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jun 7 20:35:12 2004 +0000
- * the txt rule now uses xsltproc. faster and nicer
- commit bdf5e89ae3dfbd809043fddca580f103f700e6fb
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jun 7 19:54:14 2004 +0000
- * developer/html : sorry forgot this svn:ignore...
- commit 630c756e82338ce9dae5a585574d38400da9c0bb
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jun 7 19:49:22 2004 +0000
- * added proper svn:ignore properties
- commit b8818fb723d920744dcacd8c7672b91b9f99a0d1
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jun 7 19:48:35 2004 +0000
- Forgot the CSS
- commit da73802ec21d4d8333ba65975901f824ce384aaf
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon Jun 7 19:40:26 2004 +0000
- * All C files: coding style update
- * mediacontrol-core.c: update to the new control API
- * configure.ac, Modules.am: (unfinished) build changes
- commit f0bb8873c41e940a0ecd0310d239c3ce8d36e258
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jun 7 19:32:10 2004 +0000
- Convert icons to png for pdf output
- commit c7ff8f1cb9f0a5d45d0d98913b3c49bc83ff0ac5
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Jun 7 19:27:55 2004 +0000
- * fixed a few rules (pdf, txt and clean)
- commit f50324e5eee0faa26e95a5ab50151c18b0b75281
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jun 7 19:13:05 2004 +0000
- Use xlstproc instead of jade for HTML output
- Output PDF instead of PS
- You will need
- * xsltproc
- * the docbook XSL package
- commit 05c9649a2b0b79d5b7c7cf760b36bf21e388e1bb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:32:12 2004 +0000
- * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
- commit b894e2c50389adfb71a3cc6758c1e5b09e637755
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:30:46 2004 +0000
- all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
- follow the key-pressed scheme (I have removed thoses seeks).
- Someone to do the work ?
- commit 405e39a56645a7bd27881342f540da23f08a4ee1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:28:16 2004 +0000
- * all: input_DumpStream isn't exported anymore.
- commit 270b15112ff0ca5adfc7ad7f5f4ee58c56c36965
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:27:24 2004 +0000
- * demux2, access2: prototype change.
- commit 65fd1e940bd5dfe2b436c9776820de3bb94acb61
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:26:27 2004 +0000
- * use var_Set/Get "state"/"position"/"rate" instead of old functions.
- I haven't tested thoses changes ...
- commit d53d9b9d1657ff3742c2d0320ca4f0a7ac108fc7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:24:24 2004 +0000
- * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
- commit 4f49b52cebae3055876099eccd8ed79d0daed7b5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:23:15 2004 +0000
- * include: removed a few deprecated functions.
- * demux, access: change the prototype of access2_New/demux2_New.
- * control: implemented all INPUT_GET/SET.
- * src/input/*.c: removed old functions, move some of them.
- commit 275cc5537c6c992f76ab3b1afb1528f34be5774b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 18:19:10 2004 +0000
- * avi: support for track without key flag set in the index.
- commit 07a75708b2712f6ccc5893cd4ccd88f2a99a94d7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 7 01:01:38 2004 +0000
- * Modules.am: oops ts2 -> ts
- commit 1d64040ccb12118d02143f5265546b7870cfd231
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 6 22:12:23 2004 +0000
- * modules/demux/demux2.c: added v4l.
- commit 9293845116a263a25fe1b7823add056d91b41bb0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 21:18:59 2004 +0000
- * access2: added shortcuts for vcd/svcd.
- commit 416252837b1d86eb79bdf475ff924ea433c5843f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 21:18:07 2004 +0000
- * v4l: converted to access2, but untested so ...
- commit 47912024b9e2d71bd0329f7bc4ef39ecdecd893b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 19:02:02 2004 +0000
- * all: added VSSH fourcc.
- commit 6bc47898f2afb401ad8522b35bb20a65a78d9f83
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 18:55:10 2004 +0000
- * standard: fixed a segfault.
- commit ff0e606348165a91f72b4bf30575b9d90372651f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 18:18:50 2004 +0000
- * http: little clean up.
- commit 14d7d564f8cd28df4263483315cfd7811553a377
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 6 18:13:29 2004 +0000
- * modules/demux/mpeg/ts.c: compilation fix.
- commit d841ab85debd0535ede16f43dbfcc802b6655226
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 17:24:06 2004 +0000
- * all: - renamed old ts demuxer as ts_old(_dvbpsi).
- - renamed ts2 into ts at the build system level.
- - removed muxer without dvbpsi.
- commit 3e666faf3f81316686eb55426b6468c842995e4b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 17:02:55 2004 +0000
- * vcd/vcd.c: ported to access2.
- * access2: added chapter support.
- commit d279ea85b7c85ee2af033d5263bc83d1f96f973f
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Sun Jun 6 16:15:23 2004 +0000
- Removed call to input_Tell (which is deprecated)
- commit 9db201ccd04e3437b11feecb5f2c464b088b4530
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 13:55:40 2004 +0000
- * ts.c: module name is now ts. (thx thedj).
- commit 5291e759dd0f777264f7ee514dbddf75483ad5e0
- Author: Anil Daoud <anil@videolan.org>
- Date: Sun Jun 6 13:54:12 2004 +0000
- * bookmarks.cpp: compilation fix
- commit 2e9954d9e438f4aba42daee5ecd77929c7400db2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 13:53:53 2004 +0000
- * udp: increase the mtu by *2 instead of 10%.
- commit d48e6bfefb9651e432e35ecc14fb7ba2d54a1641
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jun 6 13:28:02 2004 +0000
- * bugfix to libvlc header
- commit 515a10abba7b9f454eca02c72fc741bb7db54f67
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jun 6 13:13:06 2004 +0000
- * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
- commit 347e1ecf9430bae4570b9d295191d0f123406196
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jun 6 13:02:26 2004 +0000
- * WARNING: Libvlc API change
- - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
- - VLC_ClearPlaylist was changed to VLC_PlaylistClear
- - Added a lot of new calls:
- VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
- VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
- VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev,
- VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
- - everything doxygenized.
- - There are NO mozilla functions of these additions yet. (someone else please?)
- commit b4e738fdf4e74e02c279ee7013141aa639c03966
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Sun Jun 6 13:00:23 2004 +0000
- * modules/control/hotkeys.c : clean up
- commit 3b6a46b8c57fa04cf87d17777cb33f2bd83a448b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 12:51:06 2004 +0000
- * access/*: use var_* helpers.
- * access/vcd/ clean up.
- commit e34b5bebefe95a67638d7c2165554433ac64a39a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jun 6 12:45:32 2004 +0000
- Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
- commit ae6057812bc85303ec7a8387c764b7375546bd04
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jun 6 12:44:35 2004 +0000
- * Interaction between bookmarks and streaming wizard
- * Edit bookmarks if possible
- commit 57724052557ffb953420d6f19adee5f3b5840301
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 12:17:15 2004 +0000
- * variables: added var_Get/Set/CreateGetBool.
- commit fd265bfd5269d1e86044848542852ab567f77c20
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 11:56:22 2004 +0000
- * variables: helpers: var_Get* .
- commit c861d721410dea2c07bc5a40da35e541df14e3dd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 6 11:44:01 2004 +0000
- * variables: added more helpers: var_CreateGet*
- commit fc6d8a2cfcf3f443577e10d66450cac9e7f0695b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 22:36:13 2004 +0000
- * input: compute right value for position/time on position-offset and
- time-offset change.
- commit df3ce87c8112820b724e1a17fb1082b581b49269
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 21:53:24 2004 +0000
- * mms/* : converted to access2. It should be reworked to use pf_block, but
- that can wait ...
- * access2: little fix + added mms* shortcuts.
- commit b28679143b155a9bfc43c9774a08c57e5e2b3b9e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 20:13:08 2004 +0000
- * snapshot: small warning fix + coding rules.
- Btw, the module uses input_Tell that is deprecated, Is it really needed ?
- If so, when ?
- commit b8df288b42e74644aeb657136b454db6d811851c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 20:11:05 2004 +0000
- * livedotcom: small warning fix for old version.
- commit b3900df74868367ab342e06b6f1c1972c3261088
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jun 5 19:48:09 2004 +0000
- Fixed warning
- commit 7d9e6c9cb912c79669afaf15740ea6bf0d40e1cc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 19:45:56 2004 +0000
- * mp4: fixed a small bug with subtitle.
- commit bd080991f06e24f885ad78d4c67da10c790c0e41
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 19:36:51 2004 +0000
- * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
- STREAM_CONTROL_ACCESS.
- * all: added previous new commands support.
- commit e3dfa451490c532186db75d8e0beb50374ec34fe
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jun 5 19:27:48 2004 +0000
- HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
- commit 6474e0a6e159edc914dff5460898a39938fae663
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Jun 5 19:23:03 2004 +0000
- * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
- loading of .vlt files on Win32
- commit d1cbbc197ad4d3ed5a5b6c59ae73245cb85da9aa
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 18:58:58 2004 +0000
- * cdda: converted to access2. It seems stable.
- * access2: added/fixed title support.
- commit 4d342851a7a9eca7a82272afc9cf5f9825bb5c16
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 5 18:54:18 2004 +0000
- * demux2: added wav.
- commit a88c1a091cb383c3dbf0b7d51f1f3bba36ff5e97
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 5 18:04:06 2004 +0000
- * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
- commit 788a3c84dc231bc4b5467fe4f49d0d1932010d52
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jun 5 17:49:22 2004 +0000
- * src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
- * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
- commit 9717a6963a9dbe45a30334461c2798c36dabc8cf
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jun 5 17:12:16 2004 +0000
- * Added an extension check to m3u plugins for .ram files.
- These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
- for MPEG-4 unicasted RealMedia streams.
- commit f2e79969052e334052d83a7c505e13a08eeaa97e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jun 5 16:58:57 2004 +0000
- * fix a compilation error
- commit be973dfb40f78eb30892386197b748143111fb07
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jun 5 16:09:00 2004 +0000
- NOTE: libvlc API changes
- * renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
- * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
- * reordered the functions in libvlc. everything was mixed up.
- * added doxygen info to all the functions
- * fixed several functions to use the correct underlying API calls
- * corrected the copyright info
- This is in preparation of the new libvlc calls for mozilla plugin
- temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
- commit 2d64aa5c997ea0ce4ff119940923b3cb05320fd7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 4 21:59:48 2004 +0000
- * udp: activate udp-auto-mtu by default. It increases the internal MTU
- by 10% each time we read a packet greater or equal to the MTU.
- It should be harmless.
- commit e5ab6347d312853fe61d1c29398bd053986d756a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 4 21:52:55 2004 +0000
- * ts.c : renamed to ts.
- * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
- commit 74444e997f913a7c9337fb29bd4b8f0d0c7b8936
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 4 21:51:34 2004 +0000
- * udp: converted to access2 (using pf_block, so for now it may hurt a
- bit the perfs as we do a memcpy in access2.c)
- commit 0037d94205d6a4ece7887a2b55f0ec6ec1ad5e0d
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri Jun 4 19:37:13 2004 +0000
- * doc/skins2-howto.xml: Missing "required" specification
- commit c042b1c29259acba450bbe487c8fd15253571e25
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 4 12:47:06 2004 +0000
- * src/misc/modules.c: some error checking when loading the cache plugins file.
- commit 560e907c019e91025de6f6d57a52d92e83a80477
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Jun 4 10:35:06 2004 +0000
- * modules/codec/spudec/render.c: chroma support for dvd subtitles.
- commit 96c54f23c4dab24877ba3bddb369956c8cc863c5
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Jun 4 09:10:48 2004 +0000
- Coding-style updates (whitespace related)
- commit 88c640583e44345a06ce9af3fb0cab96b6703e35
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 3 21:43:34 2004 +0000
- * ffmpeg: added XVIX fourcc (buggy xvid streams)
- commit 671f21a04dbc9db7e249c412039245f0ebf80e29
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 3 18:08:27 2004 +0000
- * directory: converted to access2.
- commit 4d53622335d7350cade0c8e60add3cb41dd94a69
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 3 18:02:14 2004 +0000
- * mp4: fix for width in tkhd for video stream with null aspect.
- commit d67ece3dd08265f18fd8fca3adff3d4ab26df144
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jun 3 14:35:05 2004 +0000
- * Fix the todotable
- commit 14b0415fc87f063ca47a5ce922fe77cf849c69e5
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jun 3 13:56:34 2004 +0000
- TODO: Fixed up the entry on vobsub
- commit 952fdbb17d0e4d93490c8c094d66f734f32a980a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jun 3 13:40:08 2004 +0000
- * shitload of work we can do
- commit 206b6fd9823e86266bf68feeb186a0f6620f2874
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Jun 3 11:57:04 2004 +0000
- Embryo of a Todo list, feel free to use it :)
- commit db80e894a87bb1db65a4ab67cc53c1287bb71f5f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jun 3 09:14:16 2004 +0000
- * src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
- commit 87570dbb37e129ce0eb055320e6760b7e1795ae5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 3 00:08:54 2004 +0000
- * file: converted to access2. I hope it still compils everywhere.
- * access2: added stream/file/kfir shortcut. Begin title support but
- nothing usable yet.
- commit df5b86aabadbe5265b7718f1af1020bffb0becc0
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Wed Jun 2 23:19:54 2004 +0000
- * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
- commit 50b658157c6d80cc1a9a5e0e1eae28a94d42e420
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Wed Jun 2 22:53:26 2004 +0000
- Support for multiple OSD channels :
- * added i_channel and i_content properties to subpicture_t
- * p_last_osd_message is no more used
- An OSD channel can contain simultaneously an OSD text and an OSD widget.
- commit 9b7132be53033aefe1bd513065d04d6de2012a73
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 2 22:47:30 2004 +0000
- * pvr: cosmetic.
- commit 5584b125074d5172acf2b6a8da04eaa82f2d9c8c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 2 22:11:54 2004 +0000
- * all: removed ACCESS_GET_SEEKPOINT_INFO.
- commit 220b6c0f5553d0bbe4371cc3e922d9afbfd784f8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 2 22:10:40 2004 +0000
- * ninput: changed the way title and seekpoint work.
- commit 828a35b90bad6ed08b3ff7d405fbd1280f5a26e2
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Jun 2 19:01:57 2004 +0000
- built rules for HD1000
- commit 844164e38ddc890307fc9a33db378caf777b05d9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 2 16:05:57 2004 +0000
- * modules/misc/freetype.c: optimized subtitles rendering a bit.
- commit 621eb734895e0543d82ae19c1bc6ec09aab80fc6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 2 12:59:47 2004 +0000
- * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
- commit ff5829d04412d3593f28411cc38effa10e0d6c0c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jun 2 12:11:54 2004 +0000
- * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
- commit cead4dbdaed631215becd7a05c6dc4ed59273cb0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 1 22:14:26 2004 +0000
- * access2: lastest API change.
- commit 2a8f6da927c2f1a43ac8715ca4ebb121e0f508bd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 1 22:13:47 2004 +0000
- es_out: clean up.
- commit 4e647fc9f00acfcb40b19d3ac5cbf1059097c72d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 1 22:13:14 2004 +0000
- * demux: init info field. (Not used yet).
- commit 935df4c9aa455c2fc18cf26111e83930fc7e8a83
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 1 22:12:56 2004 +0000
- * access: init info field.
- commit 5c276c93dc4adddcc82c0da88901f320e3def217
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jun 1 22:12:10 2004 +0000
- * all: a few changes in access2 (added a info field to access_t, remove
- ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
- commit 0cd04434ba018611c8327592d02724063baf8386
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Jun 1 22:08:14 2004 +0000
- * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
- when a mode is not supported (closes bug #1809). Move the "main window"
- outside the screen to avoid seeing it in the workspace selector applet.
- commit cb98a99ca7f94a81517f570a7c95a5ba7bf3e8c9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 1 15:45:07 2004 +0000
- * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
- commit 3b3c50ab69c7b39fc38174be0749660edd48de43
- Author: Anil Daoud <anil@videolan.org>
- Date: Tue Jun 1 06:42:55 2004 +0000
- * compilation (unicode) fix
- commit ea3a7dc1d070919e6afd7371af24b6fcd94da51a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon May 31 17:48:38 2004 +0000
- * wizard.cpp : - TTL and SAP support
- - Sanity checks for transcode output file
- * Modules.am : Added new "icons" to dist
- commit 4b3cc9cee7abdcbd001c67a6b9511df9358f10fb
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon May 31 17:47:51 2004 +0000
- Make the playlist window resizeable
- Use a smaller font
- commit d2a2e28ba5fd3b02be052c7ae9681f944788d0ec
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon May 31 17:32:18 2004 +0000
- pvr.c : Converted to access2 and added options for autobuilt panels
- commit 3a4e04e7ae079d08f5edd684b79f11c6bc757d7c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 31 13:34:34 2004 +0000
- * configure.ac: added access2 ;)
- commit 0f4e5e37fd731312eeb2be3c7bfed99dee4b459d
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon May 31 12:31:48 2004 +0000
- skins2-howto.xml: Added two internal links
- commit 942ae39ce7ebdc2b652dd75dfb4a0da4cad91b0f
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon May 31 12:17:13 2004 +0000
- * skins2: same fix as in modules/access/directory.c
- commit 4f249bf64151efe4bb3bf9706e5b90321e358d4f
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon May 31 11:34:26 2004 +0000
- * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
- commit b9740273805d60560a16c3d10e205d328901ad04
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon May 31 09:24:07 2004 +0000
- Fix play-and-stop behaviour with playlist_Command
- commit 94cae6a54359f9f71da9745a0bf303e964264add
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 31 01:48:09 2004 +0000
- * ncurses: fixed the error that was making the browser so slow.