ChangeLog-2006
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:817k
源码类别:
midi
开发平台:
Unix_Linux
- commit 38490622300316a1f02246c39363bf9900d86848
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 31 15:48:15 2006 +0000
- Add quicktime in24 and in32 support (basically s24/32l from what i understand)
- Some testing might be needed
- I tried on samples:
- ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
- http://www.movie-update.com/download/11372/sm3_sneak_peek.mov
- According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
- commit 804ba31bc8eaefe786ad3a4241091ac6a214a324
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 31 14:27:10 2006 +0000
- * simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2 anymore and we therefore don't need to support pbxbuild either
- commit 40f6fbfa313d91405a1db832cfdb1942227967a7
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 31 13:45:50 2006 +0000
- * some GUI improvements, which need further work once the vout-filter-rework is completed. this commit needs compatibility checking with current IB releases, especially for the folks interested in compiling on 10.3.
- commit bce30eb166ef17b5ca44c40808ee67666e9cd168
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 31 11:44:13 2006 +0000
- * don't add an 'empty folder' if the user hit cancel when asked to enter a name for it
- commit a610989cf400aaa7f21ece5512ecef78d5d7091b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Dec 31 01:21:08 2006 +0000
- transcode.c: reset pointer and size info for extradata when freeing
- the pointer. Fixes #940
- commit a454e8931a11ca7c965fe7fe5807e12abe5390dc
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Dec 30 18:42:15 2006 +0000
- live555.cpp: Add support for quicktime specific audio
- doesn't work for the sample stream I tested, but I think that stream
- is bad
- commit 3253ef6e96686dfe83c399432dd51f262830a07a
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Dec 30 18:39:45 2006 +0000
- b4s.c: Create meta before using them
- commit 4a44b3ab9eaeec688f2997d99f31af3391a63558
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Dec 30 17:39:26 2006 +0000
- * don't apply enable-pic twice. x264 is still broken on future darwin releases though.
- commit 600555d4a716984f0572c29f4f65211a8c458b9f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Dec 30 11:48:53 2006 +0000
- Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio().
- commit eec7c30f538022a01ec95570a46ee21b99f03b8c
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Dec 30 01:51:23 2006 +0000
- mkv.cpp: Added support for theora in mkv. Fixes #925
- (not particularly beautiful code, but it works)
- commit dd400e157bbc2713742214d7a887ade5969b90e5
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri Dec 29 19:24:46 2006 +0000
- - make pthreads-win32 build on MinGW/cygwin
- commit a79208b6dcdd445e2900c37d57225588439d6df4
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Dec 28 19:36:57 2006 +0000
- * very first step to support future darwin releases
- commit e4fbdca535fbec5d48ea99980590efb124f68bcc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 28 11:50:15 2006 +0000
- Use RFC4648 test vectors
- commit 93fc205217e742345bca680a0a3d057c8306abd1
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 27 10:27:09 2006 +0000
- Forget to set a default
- commit 8afa1caa4fb8922e320e51f2c59985e9c9694cc9
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 27 10:23:05 2006 +0000
- Add Id svn:keywords
- commit 1e89271e8fd2f1fa9541c4468f20caefe027d225
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 27 10:21:13 2006 +0000
- Make gnome-vlc-default.sh script work on FC4/5/6 too.
- commit 1bc5e07bc39a380f8b4648009820f33887938c62
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 27 10:07:24 2006 +0000
- Add Torsten's Spindler contribution to the THANKS file.
- commit 0eecb210eb8fd91592847fad7592e0cccacaeff1
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 27 10:06:08 2006 +0000
- Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
- commit 43bff21b9c68b3b05d64ee280e48a20dd38a9fd4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Dec 26 16:41:21 2006 +0000
- Make audio functions compliant with current libvlc
- commit c17c4753356adfca64a01c2e7ad0dad2f9c32ed7
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Dec 26 13:22:37 2006 +0000
- * be more accurate when fading in and out (refs #913 and hopefully fixes it)
- commit adfd51f8dc80704169b47d8e1c1507c595960a28
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 25 23:49:07 2006 +0000
- Add missing *
- commit 7d185504c6bc671904ff8a8bcbbb6e8066a3ee1b
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 25 22:28:45 2006 +0000
- * add some locking the the video filter2 handling code in video output core. Fix #945 (untested)
- commit f0fbcbd59a9d6e7382f0c5e9f7782965c7fe9aea
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sun Dec 24 22:03:02 2006 +0000
- * modules/access/dshow/dshow.cpp: Typo specfic -> specific.
- commit 80fde19dfe7b9e5875e0f891fe29aa0f6c0ec82e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 24 14:18:21 2006 +0000
- More cleanup
- commit eedba76b51be5583dabed93222b570a8bc05cabe
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 24 13:50:47 2006 +0000
- A bit of cleanup here and there
- commit 8e315515cc6ed2e55399ccfe57650f3b6822b279
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 15:40:20 2006 +0000
- Hopefully correct tokenization of open strings
- commit aeb39123d4939d680f63c0c81f8bd1afbf526f19
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Dec 23 15:12:01 2006 +0000
- Don't transform tavs to 4 spaces in Makefiles.
- commit cb4a2b8048646712a3e5d3279fffe6e097116222
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 14:18:49 2006 +0000
- Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
- commit 11a1940be86bf0edc1d99ff4234c8c768e091623
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 12:20:23 2006 +0000
- Add extra debug to chase #934
- commit 253460107b425df38ae34d3e3e401955adaa972a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 11:53:20 2006 +0000
- * Ensure garbage collector is called when disabling a video track (Closes:#935)
- * Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
- commit 514e325d50ea0f061dbcd7779a722bf50f95f50d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Dec 23 10:37:03 2006 +0000
- Fix "File already exists" failure with moc (closes #941)
- commit 1ceb9aa1a870cebc7ea738e894eb657b7e9545f8
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 10:36:47 2006 +0000
- Wtf ?
- commit 1be77d50ab47b8e4b17522a12266e935fce04a21
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 23 10:36:24 2006 +0000
- * Only allow playlist files in open playlist (Refs:#940)
- * For the time being, hide simple open. Better three clicks than confusing
- things :)
- commit 952f1805c2994ef0e18288013b698fd950ed7191
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sat Dec 23 00:32:58 2006 +0000
- * modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
- commit a1066b72e4bc3cdd3edcecc2e2482de378a11b7c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Dec 22 21:34:23 2006 +0000
- Cleanup control and parser threads handling. Might fix #917
- commit 65d2183365ccbd6321ecb8fcbf8bbf42362ca1ba
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Dec 22 21:14:11 2006 +0000
- Add facilities to report and enrich error messages.
- The idea is that a given error should be reported only once to the user.
- At the moment, for example, we can get:
- - "no suitable access module" (printed by module_Need)
- - "unable to create access" (printed by input/access)
- - "unable to open stream" (printed by input/input)
- - ...
- The facilities provided here are:
- * msg_StackSet( code, message ) : "throw" a new error
- * msg_StackAdd( message ) : Append a message allowing to trace the message
- * msg_StackMsg() : Retrieve the message
- So, in the previous example, module_Need would msg_StackSet( code, "no
- suitable access module"), then input/input would add "unable to create
- access" and finally, input/input can print the "unable to open stream:
- unable to create access: no suitable module" message.
- The three functions are context-free, you don't need a vlc_object, so
- that we can add verbose error reporting everywhere.
- commit 7e5c6ea5492fb3167fee4670c323601e06661c24
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Dec 22 16:24:21 2006 +0000
- AUTHORS: e-mail address fix
- commit 4ec5943cb3cc86dc97d84213ad121710e6196a0e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 21 18:18:08 2006 +0000
- Take program-transform-name into account when creating vlc symlinks
- commit 9891939276a25c0e41b988ccd23e8b35de91e83c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 21 18:05:54 2006 +0000
- Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
- ^^^^^^^^
- As far as I checked (sed guru required).
- commit c9958ed21646465252d2d196e24beac4d1e91d02
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Dec 21 15:00:04 2006 +0000
- python bindings: svn propset svn:keywords
- commit a315f6348f5932244c9b395cd0330652faa9baeb
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Dec 21 11:02:31 2006 +0000
- python bindings: completed libvlc bindings
- commit a77fdc28e0573179dd369475bb1cb58ce403b641
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Dec 21 09:58:22 2006 +0000
- include/vlc/libvlc.h: comment fixes
- commit b9390c0206380db64183d2cabca004e6b8a79214
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Dec 21 09:20:26 2006 +0000
- * Updating NEWS for VP60/VP61 . Ref [18408]
- commit acafac958ca53fccdde8770c6c07ad021daa397d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Dec 21 01:22:05 2006 +0000
- src/video_output/video_output.c: Fixed double free in filter removal
- code
- qt4/components/extended_panels.cpp: Improved some dagerous string
- parsing code. This whole function looks very ad hoc to me at the
- moment and should be rewritten in a more robust way. In particular
- this function will misbehave if a video filter exists whose name is a
- substring of another video filter. This change here just makes it less
- likely to crash...
- commit bf4ae068b451c5c86bc2ca402b1e023caa107ea5
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Dec 21 00:07:11 2006 +0000
- fix out of buffer read in equalizer code
- commit 2dfa55bd53357dc8bfcb6c94ec9a204dc9d3fe65
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 20 22:11:54 2006 +0000
- Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.
- commit b2009aee6f2c6892c3c48bd85a147ae1c1ba8ac0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 20 17:22:53 2006 +0000
- Add a plugins/bindings line to the summary
- commit e249f6a3d98f18cd9a167853f58427d99ac90046
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 20 17:01:34 2006 +0000
- Fix a small bug in header detection for Activex
- commit 9b499eae7bce2d3554ad82ff66838278e5b13fe7
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Dec 20 14:58:33 2006 +0000
- Adding Open Menu entries.
- commit bf38fbd08fe8f79d5bca1231545834b3fabc5102
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Dec 19 22:23:59 2006 +0000
- Make static a bunch of functions
- commit 4eb9b935f8b18d1bfe780aa3b09202d7e3a06667
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 22:01:34 2006 +0000
- make update-po
- commit 93202a752b903d92c30c3f2bd2897ca9eaef5d22
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Dec 19 21:27:57 2006 +0000
- Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
- commit a58c71cce7596127e7a57997f1900f5e8ec79603
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Dec 19 21:26:46 2006 +0000
- Fix implicit declaration problem
- commit f6773c993f008bf31855ffffc2bac50e08e008f4
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 20:18:55 2006 +0000
- Don't use pic on win32. it confuses nasm
- commit 2e4b79c9a2c5c6ae8a4c82685a17b3692faff320
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 19:58:54 2006 +0000
- Manual install for pthread
- commit d586a8d0070036d19259d0259f5822e89785869f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 19:45:35 2006 +0000
- Refresh x264 patch and use pthread for x264 in win32
- commit f81e64f1499acc9382a6993644101369f84ab4d0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 17:42:01 2006 +0000
- pthread for win
- commit 7297e3b228500c2217948ce3c7513ce008bfe172
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Dec 19 17:34:26 2006 +0000
- * gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914
- commit 10a72995eef2e2db8343f346fc3ba48af3701ca1
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Dec 19 14:16:37 2006 +0000
- Fix win32 compilation
- commit 55c10e2ca8a3c7fffc7ac0b1e8e3562b22bed32c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Dec 19 10:53:09 2006 +0000
- Dionoea's commit :D
- commit 9203b45213836283e87089ca72ead34a637d52e6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 18 23:22:55 2006 +0000
- * hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)
- commit b28e41253458f84e5003ad62ae0feb12083d0e3e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Dec 18 22:03:30 2006 +0000
- A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
- commit 49a7dec5d6f8f2ca73b937badc50a8a3b6146666
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Dec 18 21:53:26 2006 +0000
- Untested states thread and gnu portable threads implementation of tls
- Fix Win32 implementation
- commit 651078ecf9be6d0bb9c2323023ebb7fbd7f0d145
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Dec 18 21:40:12 2006 +0000
- Added initial support for TLS (Thread Local Storage) variables
- commit 965e95ec654de6c1f1067086e0f1e7da74a6ecad
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 18 21:14:53 2006 +0000
- * extract now uses sqrt.
- commit fa9ca79b19e5989640666113483c015a89b2ae48
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 18 21:13:07 2006 +0000
- * Remove comments left in cut & paste.
- commit 0d895d8ecd05dd4290cae5781671599812f5e421
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 18 21:08:11 2006 +0000
- * Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.
- commit 54b8b0121a13e9b38c0e51e253a3440e71212f45
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Dec 18 20:44:07 2006 +0000
- SuSE spec file thanks to DimStar, Dominique Leuenberger
- commit 98924203a6b0607fd995b8165fbb52cbdef18f90
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 18 11:34:46 2006 +0000
- * added an option to disable the fspanel
- commit b77357693ca23d0682f0c2d436eb238f4003ecea
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sun Dec 17 23:53:49 2006 +0000
- * modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61
- commit 2ac1e59908bc1ff2885d6ed3f0c6960501738e2c
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Sun Dec 17 23:32:24 2006 +0000
- Default disable gnomevfs access plugin as it doesn't work anyway
- commit 03f9f5fec66fb1a0dc1c5f924793bd939d3358d0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 17 20:42:32 2006 +0000
- * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
- * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)
- commit dfc8b3df2513b8400383e3eb0539532f2c18c718
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 17 17:58:21 2006 +0000
- Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).
- commit 52fbb24bf70ffc9629cbd0382d4663e7ec710d75
- Author: Philippe Morin <phmo95@videolan.org>
- Date: Sun Dec 17 16:09:00 2006 +0000
- Fix include for WIN32 version.
- commit 116f3a23ac8209172ad78363ebd7aeff0c83a231
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 16 14:54:54 2006 +0000
- Add video filters panel
- Fix size of preference tree items
- commit f17ac07e8f7702ae86748852cf2df18c9ea45920
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Dec 16 11:05:17 2006 +0000
- bindings for new audio functions, thanks to Philippe Morin
- commit 24977cae04bfbff8d685dfb6cc7e660afcfd71c3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Dec 16 00:20:42 2006 +0000
- Include fixing for snapshot.c
- commit 3103bc6257da7d832544945ecacb6d8d26c078bf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Dec 15 23:50:28 2006 +0000
- Include repairing for dc1394
- commit 0fd5011bae51389f0100b8a0f665704b4d1b0648
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Dec 15 23:38:33 2006 +0000
- 2nd argument of playlist_Viewplay is not a boolean
- commit acf462d72a4c5ecf73aa9f70e6b6df569f6548e1
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Dec 15 23:21:27 2006 +0000
- Rework dicts as macros for type-independance
- commit 9a55e8384d5115113f5623b98d66660ae2a89972
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 15 14:16:08 2006 +0000
- Simpler UTF-8 check functions + rudimentary unit test
- commit d2dff4466b7e125a3734a3e83f3f0e476dc623e8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Dec 14 20:56:18 2006 +0000
- * More compiler warning fixes (const mostly)
- commit fe12c564e835d961d197216fc2e0c08cc8636353
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Dec 14 13:53:31 2006 +0000
- - bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files
- commit 71c0c5cbf613d616d4c45bc1a3fce31d740d5823
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Dec 14 13:18:53 2006 +0000
- src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
- commit f05d228de8d867731ce8ffff5146021c82725e0e
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Dec 14 13:18:27 2006 +0000
- include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
- commit f386482a47893c15e4e63fb257256ef26976bdad
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Dec 14 11:57:03 2006 +0000
- - activex: few fixes, generate latest tlb
- commit 1e4db902f9abb4157e4a5b26643b01fd66c950ed
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Dec 14 00:14:37 2006 +0000
- * Fix a couple of const, static and other warnings
- commit d9d80e10fbf2cd2406c62f980f06e1f5e0dc853a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Dec 13 14:43:57 2006 +0000
- Use more sensible error message that says: settting audio track failed.
- commit 0459ac1dfb23f64a228fc0631e6ed54c36f604d7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 13 11:41:15 2006 +0000
- .h and .cpp are not executable files
- commit 05040562fe014b36a474c572e77bdf8ac0c6560d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Dec 13 01:11:55 2006 +0000
- * Add support for HD DVBsub closes #896
- * Added some comments
- * Set the b_pausable flage and remove the b_fade/b_stop flags from the dvbsubs.
- They are ephemer and if you need these options set, then figure out another way.
- commit 442219bea0a03df2e2947e437652f336c5916f48
- Author: Philippe Morin <phmo95@videolan.org>
- Date: Tue Dec 12 21:08:50 2006 +0000
- Fix typos for WIN32 compilation of Java bindings.
- commit 3a38faa2fc71582db79c9f9441e7cfc4831d7b1b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Dec 12 21:05:53 2006 +0000
- eclipse project creation script updated.
- commit 84a89ef4abb5c9b46fa58a74e414b9e3db2f4b82
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Dec 12 19:46:17 2006 +0000
- * switched the middle arrow buttons from faster/slower to backward/forward to reflect the same functionality as the usual controller window, thus a more consistent GUI. Thanks to the6thReplicant from the forum for the hint.
- commit dc1ce7981b386493dbcfff474ab747c7d977b3fb
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Dec 12 11:18:38 2006 +0000
- Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).
- commit 53a76832ce6af9cd1680e6b6f06a718586aa7fce
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Dec 12 09:26:26 2006 +0000
- Fix compilation warnings
- commit 7acc0ba62d6ba4a18d8c3f068f1d1bf11e1ab193
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Dec 12 09:23:58 2006 +0000
- Small readability enhancement
- commit e0a738e5829868ff3c7c622f33ef5aa572b11cea
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Dec 12 09:23:10 2006 +0000
- Don't use register keyword, leave it up to compiler to optimize this.
- commit 3a409569e7b8387ade34f6bee815d859f3a95bae
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Dec 11 22:19:56 2006 +0000
- * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
- * skins2/src/generic_layout.cpp: Fixed an old memory leak
- This is a forwardport of [18282]
- commit 402d93f759a306d16e62cd2d5d4e1f6735596f3f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Dec 11 21:06:55 2006 +0000
- Makefile.am: tweack win32 packaging rules
- commit 075b16473cfe41bcf7135f7c93b96e5f2afd528b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 20:55:22 2006 +0000
- * Some more const warning fixes
- commit 18f3b1e3d9ccdaab0c3757d871fb7c5e59d58024
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Dec 11 20:22:47 2006 +0000
- helper script to ease jvlc development with eclipse
- commit d90bffc9b952f607dcb7359c86028524db2a0e4e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 20:04:55 2006 +0000
- * grah one more compile issue
- commit 60eb0b52cf5aac64c1411c480e1b54091b8f5393
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 17:34:07 2006 +0000
- * one more closedir fix
- commit 4d5ae9ec5a38da20673076d9ca12c71ab520abb0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 17:29:49 2006 +0000
- * another closedir fix
- commit ae6af36087215d55b3b05313d04e3b12ec5ccb4f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 17:22:20 2006 +0000
- * motion_detect: use playlist_Control's "lock" argument
- * const string fixes
- * make a couple of functions static
- commit 94a01b369b1e70d554d87d29a09939aca1082a38
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Dec 11 17:04:56 2006 +0000
- Don't call removed target.
- commit 911511bda6deff7ae9c42c7b0931461170820f15
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Dec 11 16:56:21 2006 +0000
- - WTF?! Do not use non-existant vlc_closedir_wrapper
- - Do not leak result from utf8_readdir (ALWAYS strdup'ed).
- commit 65c24e0dcf322793ca3a4817554225a461599da0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Dec 11 16:53:08 2006 +0000
- Fix compilation
- commit 83a754136e96b512efa13fd5a6d4dbc4464b8d70
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:25:29 2006 +0000
- * Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
- * Add some doxygen comments to some of these functions that warn about vlc_closedir_wrapper and LocaleFree
- commit d59f9b354c873e267857dc53dd737cf08dc9eacb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:22:45 2006 +0000
- * forwardport: [18328]-[18330]
- * utf8_fopen for: galaktos and snapshots
- * vlc_closedir_wrapper for: webintf, mkv, ncurses and gnutls
- commit 8ef2385833c0c327407d61ef28f641c72063ce68
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:17:44 2006 +0000
- * forwardport [18332]:
- - don't compile pngtest, it's not SDK compatible
- - enable sdk on contrib again
- commit 55da3392db2e955ceb230b6ba354463c3854bc47
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:16:33 2006 +0000
- * forwardport [18335]: Compile x264 with --enable-pic
- commit 74cbdba8dc2482bf88cba3326a8ddb47cee532ee
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:13:24 2006 +0000
- * forwardport [18336]:
- - Only try Real RTSP in case of rtsp:// realrtsp:// or pnm://
- - Don't use fprintf
- commit 9822f1942cb8e8aa6fe498900052bc35ff95d7fb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:04:32 2006 +0000
- * forwardport the 0.8.6 NEWS
- commit 48c1a9f20fe4721dc7fa482ef96daad1b62e2808
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 16:03:34 2006 +0000
- * forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()
- commit 45d22a77854809ab0293310d86b94e2ac5ef5809
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 15:32:01 2006 +0000
- * forwardport [18350] libtiff linking in VLC OS X
- commit dba4eb43527ff90639108bb338ac3a04e4f6fcbb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Dec 11 15:30:46 2006 +0000
- * marq.c: const strings
- commit f6c86f7a08dcd0f397cf1a2be052268b993d2fe2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Dec 11 12:16:39 2006 +0000
- Remove -z defs to fix FreeBSD linking.
- Someone (I?) ought to work on a better solution
- commit 96249f8f98879a156c7577a66f32ada36fae98fe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 10 20:02:03 2006 +0000
- Do not redefine vlc_wclosedir (Close #893)
- commit a7a199e30770d5f3d3aa56105320a4af5a85d1fe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 10 19:57:01 2006 +0000
- Forgot this file
- commit 6ed527e81716d8d7dea81f26ccfa7771ad67f6a6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 10 19:56:13 2006 +0000
- Use shared libvlc on Win32
- commit 98b71c2564df05348d4615870caf2b147530dc3f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 10 15:28:12 2006 +0000
- Simplify a bit strings handling
- commit f986994e6aafcaad63780958d7ba3c39229ffbc3
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 10 15:24:01 2006 +0000
- Fix wrong object release
- commit 1f8c859dbed5ac385ae176519a141903edcf8bd0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 10 15:20:26 2006 +0000
- Don't attach playlist twice
- commit 1ab643d4ee141f485344f6b949bba42fb5332ed9
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 10 15:15:50 2006 +0000
- Fix corruption in SD parser (Closes:#889)
- commit 496a54201d383dc056767a10b79e2a0354512e53
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 10 14:00:54 2006 +0000
- * Do not take and release the structure lock for each element of the list while
- releasing it. mutex locks /= 20 on a standard preparse run
- * Only create absolutely necessary variables while preparsing
- --> Preparse speed *= 4 (with item in disk cache of course)
- * Do not rebuild playlist too much while adding a directory. Add a new flag
- to NodeCreate and Add to control this behaviour
- commit dbcaeb30c2a9ec5ab42c7a708d873b8e9a2228de
- Author: Marian Durkovic <md@videolan.org>
- Date: Sat Dec 9 20:24:50 2006 +0000
- Fix for non-working DELETE key in Playlist on Win32
- For some unknown reason, wxwidgets 2.6.3 always return WXK_NUMPAD_DELETE
- even in case normal Delete key was pressed
- Please consider backporting just for Win32 binaries.
- commit 26b332584348ab9ed62ca0e629e538204051fe90
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Dec 9 20:19:20 2006 +0000
- * prevent the preferences from crashing. they aren't shown again yet, though
- commit 41e68d846d07df2195f2629f8bc63643897e2082
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 9 20:10:28 2006 +0000
- Fix
- commit afb4a0fd73533d0de63696de29225d56167984a5
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Dec 9 19:59:45 2006 +0000
- * improved previous b_autoplay implementation
- commit a7d57cdf5742cb68908cad3d3ee349a479f7dbc8
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Dec 9 19:57:48 2006 +0000
- * make sure that the opened media is always enqueueded, if macosx-autoplay is false
- commit a94647f04b28484b49f16ce252523b38343b6b58
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 9 18:12:05 2006 +0000
- Misc cleanups in Qt4. (Closes:#736)
- Fix m3u export
- commit ff5e7fa774f237f3a8d1204cd9a5b61c1df93079
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Dec 7 22:46:45 2006 +0000
- * Don't redraw the window when going to fullscreen. refs #668 and refs #751
- This might not fix it, but it surely should eleviate the problem.
- forwardport of [18324]
- commit 85812c06725e6a21a206b844fa89e251a7f4fef4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Dec 7 22:38:20 2006 +0000
- * forwardport: [18319], [18320]
- - fspanel centering on right screen
- - fspanel don't hide if mousepointer is over fspanel
- commit b99b38eb831f1247b95d987a0d80505fa107994e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Dec 7 20:19:52 2006 +0000
- Forward port [18313] and [18314]. compile fix
- commit e8da76c97ff90125ef5637045408fc2b81e27839
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Thu Dec 7 20:10:55 2006 +0000
- * Cleanup that file a bit
- commit 718c752ff05d5bb9f8f499e18e7f5c9c869c6cf8
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Dec 7 13:35:25 2006 +0000
- fix for libvlc_input_get_fps. maybe there's a better way to do it.
- commit 8186a95af8f99e0716c7c3bda5a6e902b605ead1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 7 11:25:09 2006 +0000
- Remove redumdant function call
- commit f2cf7af4b4bc46b43b652971a289310aa88e9c92
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 7 09:29:45 2006 +0000
- Remove old TODO
- commit aaaea383ca9188d7b138f7bb81d26859b7196234
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 7 08:46:01 2006 +0000
- Prefer EDH-RSA over plain RSA
- commit d645efe275622d10c519095fc6bfb302f4daab5f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 7 08:39:45 2006 +0000
- Handle fatal errors properly past TLS handshake (close #887)
- commit 454b19b86a8dd610a3b6f20e0b81dab8afb4ba39
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Dec 7 00:31:14 2006 +0000
- - mozilla, activex, directx: more backporting from 0.8.6
- commit ec077666e9ff20ecc6f9f626a28bf243bcd59ceb
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Dec 7 00:29:57 2006 +0000
- mozilla: backporting from 0.8.6
- commit fc9b8e56966b81ebe9852b1e8a1cd4b4842135ee
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Dec 7 00:29:02 2006 +0000
- - activex: backporting from 0.8.6
- commit 344289ceca2caa3ede3dbc0c443907c265d0c2b2
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Dec 6 23:39:18 2006 +0000
- - dshow: backporting from 0.8.6
- commit 4b482440894c591c8c3c4ddbdf9fac212280102e
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Dec 6 23:38:27 2006 +0000
- - backporting from 0.8.6
- commit 3b44fa8c182bfeae208bacc16c4195b88fcb6c12
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 6 22:57:37 2006 +0000
- sub_fps is a float and need to be a float. Don't loose precision if the subtitles dialog is opened.
- commit 1ce34fd00faf71b85242237cb775970df9d64433
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Dec 6 22:26:23 2006 +0000
- - removed commented out lines in [18277], not really necessary to keep them
- commit ddbcb2f208c12dce8514ff5ace181e046441bbe0
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Dec 6 22:22:36 2006 +0000
- - vlc.win32.nsi.in: backporting from [18288]
- commit b1738c8d8d53b11ec1c0fae05a10f4120116274c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 21:59:39 2006 +0000
- Enable AES 256 with TLS.
- DISCLAIMER: libgcrypt includes various strong cryptographic ciphers.
- VLC now has 256-bits ciphers, and already had 128-bits ciphers for some
- time. Please check with your lawyer and country-specific homeland
- security bureau. In France, *usage* is completely free. Supply, import
- and export are not.
- commit 839bc0fb62b46c3fcd2d7ccc4201b2a3771062d7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 6 21:27:32 2006 +0000
- Fix path.
- commit 1e5190c13885c64800d02075e310f30845a602b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 21:12:53 2006 +0000
- Do not try to distribute non-existant kludges
- commit d36cc944ca82b247b580d0488934287a7fb9293a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 20:48:09 2006 +0000
- Support for TLSv1.1 deflate compression
- commit 82f9a191bb09d12425b3e3d1a2ac087f43587136
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 20:22:56 2006 +0000
- - support for TLSv1.1
- - rationalize var_CreateGet*() and config_Get*() usage
- commit b80738a23869a83e9d8a9618642fe2e0e116cfdd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 18:44:19 2006 +0000
- Do not retry to HTTP connection with version 1.0 instead of 1.1...
- ...when the lower layer failed (ie TCP or SSL errors)
- commit c16fe33f620415da6e98d0eaeff9395ba0351aaf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 18:31:53 2006 +0000
- Make some constant data table static
- commit c53808689f7ea5a02905d7baba3a9660ae39c3ba
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 16:47:10 2006 +0000
- Work-around window-on-top + fullscreen deadlock (refs #882)
- FIXME FIXME FIXME FIXME: EXPLICIT HACK.
- On the one hand, we cannot hold the lock while triggering a callback, as
- it causes a deadlock with video-on-top handling. On the other hand, we
- have to lock while triggering the callback to:
- 1/ make sure video-on-top remains in sync with fullscreen (i.e.
- unlocking creates a race condition if fullscreen is switched on and
- off VERY FAST).
- 2/ avoid possible corruption bugs if another thread gets the mutex and
- modifies our data in-between (though it does not seem like it could really
- do much harm in this particular case).
- This is obviously contradictory. Correct solutions may include:
- - putting the fullscreen NAND video-on-top logic out of libvlc,
- back into the video output plugins (ugly code duplication...),
- - serializing fullscreen and video-on-top handling properly instead of
- using the fullscreen callback. That's got to be the correct one.
- commit 4b8daf879c576d7d49762f06cd2b5c362e87aade
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 16:41:19 2006 +0000
- Provides libvlc.sym
- commit 449a9c760e853e8424f6b39a8126b5dd3824963a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 6 16:29:20 2006 +0000
- Minor code simplification
- commit 6c464c3ce2e3cf54eb47fd6679d3ad7d1ba0af67
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Dec 6 15:02:37 2006 +0000
- Simplification of one-instance mode
- It now checks if a capable "Media Player" is running, not only VLC.
- commit 9dc29b4fa1e75c0fb0066f540f0ec4210e62335b
- Author: Marian Durkovic <md@videolan.org>
- Date: Wed Dec 6 09:55:17 2006 +0000
- Remove duplicate code. The new Unescape() is already doing this.
- commit 461fd44cfe7e3892bec1af9a5575ff46037a4928
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Dec 6 00:52:04 2006 +0000
- D-Bus module now uses new specification
- TODO: playlist management
- commit 33d29c3eb02ca07e9bece4cf3c1efa0d73aed23e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Dec 6 00:31:08 2006 +0000
- make update-po
- commit 85d419a39e03f6f67402f32a8241403936bc49c4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Dec 5 23:45:36 2006 +0000
- Java bindings update: various enhancements; paint system changed; reparenting works again.
- commit a10792f2b6e2d7a4184d2a3a48454ccfc2693a99
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Dec 5 23:42:58 2006 +0000
- libvlc_input_has_vout more consistent with function aim
- commit 7a6f4c91aae3e6cc1d15ce61261b84734989eba7
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Dec 5 23:20:18 2006 +0000
- - libvlc target, removed uneeded libs target previously for for external libvlc compilation
- commit aa70c0cf8976fb6f5ec294f71f0d1c119e5bcd81
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Dec 5 17:29:07 2006 +0000
- activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
- commit f0f2eefeb04463f52d6ec23c3abae41f06041ccb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Dec 5 17:05:20 2006 +0000
- * Expand the ugly hack to also let automake define OBJCLINK and friends
- commit 9e687edccedf1c11f74922eac5a0d6b5cbb5456e
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Dec 5 10:22:25 2006 +0000
- - mozilla, activex: vlc-config vlc -> libvlc changes
- commit 04773a76777492eb48a8a1cfc05835ff70279fa3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Dec 4 21:17:32 2006 +0000
- configure.ac: fix build when libtool is disabled.
- commit 11f445090a95fce4fdeb380e23b524f7ac814050
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 4 21:12:19 2006 +0000
- Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please?
- commit c59b99775c8c9c8f1c9b76773b16fdc7ba2c45b4
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Dec 4 19:08:31 2006 +0000
- - vlc -> libvlc for linking shared libvlc.dll
- commit e5d47d29ef9860e47156adc13877a788632dfec8
- Author: Marian Durkovic <md@videolan.org>
- Date: Mon Dec 4 14:02:14 2006 +0000
- Don't escape single quotes since it's not needed anymore
- commit f88bf2c190ee358defaea7d81d6fc415098ad11b
- Author: Marian Durkovic <md@videolan.org>
- Date: Mon Dec 4 10:14:26 2006 +0000
- Add quotes to all VLM commands requested by VLM wx panel
- commit 85e000fa79ec7631d06fbf99fbc737ac27672b8c
- Author: Marian Durkovic <md@videolan.org>
- Date: Mon Dec 4 10:06:23 2006 +0000
- VLM quoting magic for partially quoted strings
- commit a658df6d37a988362c30ff574abbd2053482d3fd
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 21:00:42 2006 +0000
- Fix searching in tree playlists (doesn't hide a node's children if the children match but the node doesn't). Thanks to zorglub for the fix.
- commit 1839dc50111af13ef537c7904b45c0ee837b95da
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 20:56:28 2006 +0000
- Don't duplicate backslashes in VLM HTTP interface anymore. Could someone confirm that this works?
- commit 8a55a20ac3649f0976210eeee7d8c432a74bac6a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 20:44:10 2006 +0000
- * vlc_variables.h: remove unused VLC_VAR_ISLIST define
- commit 696f7c1d5b3d9b331540be75047d2488f237b30b
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 20:36:24 2006 +0000
- * vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
- * objects.c: some more vars command stuff
- commit 459565334a754804162c1580c2aad0414bc840be
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 20:33:02 2006 +0000
- * Made open and sout QDialogs
- * Added a minimal streaming feature
- commit 0f36081763e7d533de58dd4172dfc62d675bec83
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 20:05:54 2006 +0000
- Tweaks vars command a bit.
- commit 64339830bce50f49b15b365d27ee4c709cb0c106
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 19:49:26 2006 +0000
- Add "vars" command to display the list of variables owned by an object. (ex: vars 1)
- commit 044050423418803fc9765b6b19656b78d1f455cf
- Author: Marian Durkovic <md@videolan.org>
- Date: Sun Dec 3 19:44:54 2006 +0000
- Implement shell-style escaping also for double quotes and fix bugs.
- commit c1acae62b49a0ee0df2eb563700a6383a71468cb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 19:07:22 2006 +0000
- Also show telnet specific commands when using "help" command in the telnet interface.
- commit 82fd7dc7b390598ce2e3767eaf403649b834cd9e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 19:04:31 2006 +0000
- Looks like we need to add function exports here too now.
- commit d7ea734063980b8231d4db1613abd83b84a326d4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 19:00:59 2006 +0000
- Export vlm_MessageNew and vlm_MessageAdd.
- commit ba5411566d5b9ad63075f31d0422b8a3bc7d684f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 18:54:03 2006 +0000
- Fix memleaks
- commit be18bca0c5d3afe281028776d1a75ac3bffffbe6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 18:37:22 2006 +0000
- Also print the object's parent id (makes it easier to "climb" the object tree)
- commit d158d8926195d8f6a417c2b2a47405d8d041c175
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 18:15:03 2006 +0000
- Make module_LoadMain static
- commit 567cf942d9e107530d4378746184c48586eaafc8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 18:14:37 2006 +0000
- Buffer was too small.
- commit 271fcd86a5ca6639be10bdc0909f9f5f4b7c414f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 18:05:23 2006 +0000
- Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
- commit 4475aeda1a449436710c3b4548bad06a77410afe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 18:02:03 2006 +0000
- Be a little less pessimistic
- commit e954457bf4c81f2ac87e948b4ad9eca7dec8e4f7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Dec 3 18:01:13 2006 +0000
- use program-prefix="" all the times
- commit d47063eabbe6ce08a87bbbaaefd286360e522813
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 17:57:54 2006 +0000
- Fix memleak (oups)
- commit 4ab1c77190c0c8a4ada68309e2bc39b9bd27839f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 17:53:51 2006 +0000
- Oops (at least it wasn't a regression ;) )
- commit a1d07250a11a0f872bba679ad620ff86792ea9d2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 17:30:48 2006 +0000
- Same as previous commit, for invalid MMS URLs
- commit 866583cd50152cbcd181faada2d8d6339bcbc8b8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 17:30:31 2006 +0000
- Don't display "Unknown command!" when the command is known.
- commit de163952203896af7cf89bf498b170ce9d525eb1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 17:29:25 2006 +0000
- Fix über memleak when falling back to MMS/HTTP
- commit 712038209a4358a0be3a88c836799f8f6fa15eff
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 17:27:13 2006 +0000
- Cosmetics and small fix
- commit be06db8e7f11249b5baa20dc86681dadf0153c2c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 17:19:24 2006 +0000
- Simplify callback registration.
- commit 8ac0d5a75507f8c8eede20eb99add590b3b72076
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Dec 3 17:09:48 2006 +0000
- Fix [17577]. Removing 200 lines of code is nice. Replacing them with lines that does the same thing as before is better.
- commit 58891156aa047ba821a8b0a5e51d8d00eb9ea452
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Dec 3 17:03:22 2006 +0000
- Don't prefix the binaries and config scripts with $HOST.
- commit de90c15151187e74ce4d2e89a34d68fd64b8735f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 17:02:02 2006 +0000
- Fix small memleak
- commit 346350ee6036a43f482cdd3088d75010f30052ed
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 16:34:00 2006 +0000
- M3U: fallback to local code page if UTF-8 fails (close #862)
- commit 27bf7df312256c6d879cea4e521cfd321502af6b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 16:31:08 2006 +0000
- Release notes
- commit bc32a19e72326154fdf8267d8ad4c909f5aa707e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 16:13:40 2006 +0000
- * Fix preparse of directories
- * Add right-click "info" item in qt4 playlist
- commit bb97f8e0620e612353d9555d05db6ae300a8ec9c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 16:03:40 2006 +0000
- Undo unintended changeset
- commit a4d1fdfc024b594a26d1d83386893aa2b6dae8ce
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 15:57:27 2006 +0000
- Unbreak a bit windows
- commit 4ee2908cb34bd854efc2d2b530d0ecce33cc3366
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 15:03:14 2006 +0000
- Missing libvlc flags on win32
- commit c13f9fc955acf4504a5336752feebea388773702
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 14:52:21 2006 +0000
- Fix libtool and shared builds
- commit 5af47d3b1cc46b624e013cc0968fd0d6ad5fa201
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 14:35:17 2006 +0000
- Do not autogenerate libvlc.sym.
- The scheme I used sucked big times.
- commit 03c8a66bfe90b8bb9ca90eeceaacc110ce77853a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 14:23:52 2006 +0000
- Forgot this file
- commit 7c8c88f6a5306ffd385384491419b2cb72ab6305
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 14:23:40 2006 +0000
- - fix input memleak
- - move vlm to input/
- - remove unused libvlc export
- commit 6aabccecf83b251bdf0a2dfdb647603c0e70f5c3
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 3 14:06:06 2006 +0000
- forward port [18125]
- Compile glx plugin only if all required headers are present
- commit 133d57fe883de115e7d10ce29411a3f7097f79ad
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 13:52:04 2006 +0000
- Don't write R/O memory + clean up
- commit fbf4c8060d35617e39b50ae739307152d02ed951
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 13:48:21 2006 +0000
- A bit of vlc/libvlc cleanup:
- * libvlc sources and plugins now define __LIBVLC__ and headers exported to
- plugins (ie, include/vlc_*.h) check for this
- * libvlc sources use the value of the "libvlc" component in vlc-config instead
- of vlc
- * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
- commit d64b61183029647e41f0a6fa4ea66de5d04eb716
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 13:32:55 2006 +0000
- Use a MEANINGFUL (hopefully) debug message
- commit 8e938c63b75fe1b54fda27ff3975e1214abdd3b9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 3 13:16:03 2006 +0000
- * use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net>
- I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
- commit 8fdb157ff5004fdf1f2947b63b420b638cfba347
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 11:45:57 2006 +0000
- - Only unescape VLM parameter when quoted with " ", do not unescape with ' '
- - Remove opening and closing quote when unescaping
- commit 9040f4ed0657bfe365af82a4dcf8044c7a33e290
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Dec 3 09:56:46 2006 +0000
- Qt4 open:
- * Implement MRL handling for file, disc and network
- * Moved input slave option to the global dialog (not file specific and
- avoid cluttering the file subpanel)
- * Initial implementation of the network panel based on ideas and work by
- Leo Spalteholz. Thanks !
- * Improve layouting and handling of the advanced options subpanel
- --This line, and those below, will beignored--
- M modules/gui/qt4/dialogs/open.cpp
- M modules/gui/qt4/dialogs/open.hpp
- M modules/gui/qt4/components/open.cpp
- M modules/gui/qt4/components/open.hpp
- M modules/gui/qt4/ui/open_net.ui
- M modules/gui/qt4/ui/open_disk.ui
- M modules/gui/qt4/ui/open_file.ui
- M modules/gui/qt4/ui/open.ui
- commit c256165fe408cbc2f515ace7e8c02ba93c24aa6e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 08:07:53 2006 +0000
- Save a few allocations
- commit d1930468299584c23b34d8e56d755610d7019b0f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 07:28:41 2006 +0000
- ACL: remove potentially harmful macro conditional definition
- commit e0bebcefb451c4f2f4b593ce1f3e49171ca3a1f7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Dec 3 07:05:21 2006 +0000
- New VLM quoting and escaping logic that is more like the usual C one[1]
- - Do not validate quotes recursively (there is no reason to do that)
- and it is really unlike anything else.
- - Do not allow escaping non-ASCII (to avoid UTF-8 breakages)
- or non-printable characters.
- [1] we don't support every features of C escaping though
- commit d3cd1b4db0be7fd42126e77ad4163bc64b83f292
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Dec 2 18:40:40 2006 +0000
- Rewrite comment.
- It reads like some sort of English now, though it could be further improved.
- commit 5445c74648ab7cba2d73689eae47afdd7150712b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Dec 2 18:34:06 2006 +0000
- Safe default for HTTP .hosts file
- commit 8a26156e24f953bb7abed914d8e0363a9a6eaf47
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Dec 2 15:02:36 2006 +0000
- * forwardport [18201]
- fixes a big crasher in the DestroyFilter of the logo video filter
- commit c638a67c52980404d2aa6f6851b455743a898820
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Dec 2 10:58:51 2006 +0000
- Improved autocropping by Cedric Cocquebert
- commit 53dee835ddd1eb45f488fe7de2e06b0829d1f9c9
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Fri Dec 1 23:18:11 2006 +0000
- NEWS: Sync with the 0.8.6-rc1 NEWS so that the link on the developers site is uptodate as well.
- commit 2fac2b1d070cdb9dd9f6ba5fa4977c148cf12600
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 20:26:05 2006 +0000
- Hide httpd_t and httpd_host_t within httpd.c
- commit 17853c532cf3f3aebd4eb454b7d5f50dde889f03
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 20:13:46 2006 +0000
- Rename libvlc.h to libvlc-module.c
- It made little sense to have an header that can only be included
- in a single file.
- Re-use libvlc.h for generic libvlc internal declarations.
- commit a5ed35c9b0d7588e63e41e05c938f31a96277b9e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 20:04:13 2006 +0000
- Remove unused variable
- commit f7115564ce2bf24dfe480a5b7fc0cf37b0d794a2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 19:48:43 2006 +0000
- Support for creating object with custom type name and size.
- This help suppress dependency of src/misc/modules.c
- upon some structs typedefs just for the sake of sizeof.
- commit 5d10806a802531229498178360ca122984f3857c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 18:54:34 2006 +0000
- Hide some httpd structures from modules
- commit bc73810b6215db6710cb6ee39a01422b5535a8ba
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 1 18:38:59 2006 +0000
- Don't initialize a variable twice
- commit e9c68c47d18ae45fa79f480cbf779dec27df3161
- Author: Marian Durkovic <md@videolan.org>
- Date: Fri Dec 1 16:09:45 2006 +0000
- Add a FIXME
- commit 5364ae678b8ee94b65921ea51ab8b3b1e181191e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Dec 1 09:45:24 2006 +0000
- Simplification of Advanced Open
- Control & Playback buttons have the same size
- commit 326164980192a146cfbf444afd4e6ff2de81d580
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Nov 30 22:41:48 2006 +0000
- Apply the alignment patch on BeOS also.
- commit 63bd1abd4772e00a175fa965312bfea18b62586d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 30 22:18:36 2006 +0000
- * fix commit [18178]
- commit 3ea46905da32046b18395e884a8d34ab010f0a22
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 30 21:52:58 2006 +0000
- * Fix YUV422, YUY2, YUYV mappings in V4L.
- * Don't immediatly overwrite our driver retrieved video palette value with 0.
- commit 4d1f3123b77f081ab7a964c8d89b7cbb8cb783e8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 30 20:46:23 2006 +0000
- forwardport [18177]
- * microDVD should use the framerate of the movie if that is known, before falling back to 25fps
- commit 7f75b3a346a86cd6c00ec34021b30465f73a1125
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Nov 30 14:39:52 2006 +0000
- Uses correct buffer size with OSS output
- commit 7e40556bc3fc852a68f8c3378b5d52ad59739776
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Nov 30 14:27:36 2006 +0000
- Link with libebml_pic if avaivable
- commit d9f60cd7287eff119b4531327e3e9cb05992f32e
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu Nov 30 08:15:23 2006 +0000
- modules/video_output/snapshot.c: remove ref. to snapshot.h, whose data has been moved to vlc_vout.h
- commit 71abca728d56bd80220bea148ac664158c4b63e0
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Wed Nov 29 23:48:24 2006 +0000
- vlc.win32.nsi.in: Add shortcut for Direct3D with no hardware acceleration. YUV->RGB hardware accelaration should normally be enabled except on some buggy NVidia cards/drivers?
- commit 7aec98e903533bd9fdf6517656a9c69e795ac729
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Wed Nov 29 23:24:44 2006 +0000
- vlc.win32.nsi.in: Make sure hardware acceleration is always set in certain DirectX shortcuts.
- commit e979fa23d09574d9b27c9c43f2638b15c3c4b854
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Wed Nov 29 22:55:24 2006 +0000
- vlc.win32.nsi.in: Renamed Utilities to Quick Settings. Added separate shortcuts for no overlay and no hardware accelleration and seperate folders for Audio, Video and Interface.
- commit b71fdec3e886d080214779e374bb98aec8fc1f91
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Nov 29 21:13:07 2006 +0000
- * const and a few other casting fixes
- commit 0ed4ebdf4c3bae3f2ef2be410a9f68ab63983734
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Nov 29 21:11:57 2006 +0000
- * cdda: update due to input_GetItem
- commit d32ac4687b5fb89fc75271b80628753772cda927
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Nov 29 20:37:57 2006 +0000
- Qt4: Small corrections on previous commit.
- commit e9735ab2e5770cac554623dfba0e623d7e2f0911
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Nov 29 20:17:08 2006 +0000
- Qt4: Please help...
- Adds an help menu with help and about.
- Dialogs are still empty.
- commit 3501cab9fb4fc12d0adb27e97110bd240e467488
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 29 13:35:23 2006 +0000
- Disable D-Bus if installed version is < 1.0.0 and warns the user.
- Adds an option to force D-Bus support to be enabled anyway.
- commit 7cf5fbe82cc18155433046cde85e01cf218e17cd
- Author: Marian Durkovic <md@videolan.org>
- Date: Wed Nov 29 10:02:42 2006 +0000
- Forwardport [18136]: Fixed RecursiveDeleteSelection() to prevent destroying the
- whole playlist
- commit 979719c9b4019ce515b6ffb938b8445721be5722
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Nov 29 03:35:26 2006 +0000
- Qt4 : Some work on OpenDialog. Does not work with files with spaces... More work to do.
- commit 016036ccbff45302515f9dc62091260f05ecb1b2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Nov 28 23:07:54 2006 +0000
- do not show started-from-file in the prefs
- commit 8ea0368184910732fa49a8802abec249736fcc22
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 28 23:04:54 2006 +0000
- Detects too old automake version using 1.X-pY versioning
- commit 06e7c958298d05805f80cde1b35257db194d7dd4
- Author: Philippe Morin <phmo95@videolan.org>
- Date: Tue Nov 28 21:49:28 2006 +0000
- Fix missing output directory in JNI header generation in win32 part.
- commit 60672abc1c666289ee98f13f3b5ef9ee22c1e05e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 28 20:27:33 2006 +0000
- Avoid duplicate memory allocation
- commit a9ac3e9e17a136f4114f27f99dae976a81bac7e2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 28 17:05:31 2006 +0000
- Uses file:// MRL only files, don't bug when recursively adding directories
- commit 8d433f3dfe45d73ff5344173563d596ec8b54758
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 28 15:34:08 2006 +0000
- Add a method to export playlists
- commit c5543363e67c7c4504ce9f1b45ee2bec549cb395
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 28 14:53:50 2006 +0000
- Fixes buffer overflow introduced in [18129]
- commit a167893085215026aa50f6c65e6a74566fdf145d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 28 13:20:13 2006 +0000
- Uses file:// MRLs for items added by directory access
- commit f0975acb533d12e19e429b9fd8fd8f4521e9e978
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Nov 28 03:29:43 2006 +0000
- * const warning fixes. formatting fixes (squash them tabs)
- commit b087885b82938dd1eb06542968f45749a877e502
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Nov 28 02:18:48 2006 +0000
- * Some cast magic to get around a gazillion of warnings during the OSX build. If your OS has similiar warnings, feel free to add yourself to the define list :D. Solution thanks to Sam.
- ../include/vlc_threads_funcs.h:501: warning: cast from function call of type 'pthread_t' to non-matching type 'int'
- commit 7bcd728f1d30933b7e658ad8d700015325e12f5a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Nov 28 01:26:46 2006 +0000
- * playlist/* When telling the playlist to play the node, don't check for i_children. The playlist might still have to process the request of the add and i_children may not be accurate yet. (this fixes a bug where 1 item playlists would not start playing).
- commit 67c7c31e1d2a3c2b1c4cdd8c77643b356770891c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Nov 27 22:36:14 2006 +0000
- Make update-po
- commit c2ec5e5fcec0e222a411c1b311509fd40b6b0315
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 27 21:30:13 2006 +0000
- * mp4: fix memleak in mov ref. files handling
- commit 639a14dc07fefaea6d1a1b07845d712185a8daba
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Nov 27 21:23:29 2006 +0000
- * more info about the applescript addition:
- you can also do the following now:
- <tell app "VLC" to set fullscreen mode to true>, thus you also got write access ;)
- Sorry, I just forgot to commit these obvious files in [18115].
- commit 92c362106fb9166bfa16f79ec0b16a7de5b8b086
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Nov 27 21:20:23 2006 +0000
- * various improvements to the AppleRemote support by Martin Kahr <martin -attt-> martinkahr com> feat. the following changes:
- - holding +/- continuously increases/decreases volume
- - pressing Play twice toggles fullscreen mode
- - a press on Menu shows the "Position" overlay (like pressing the key
- 't')
- This updates our copy of Martin's unofficial framework to the latest version released.
- commit b8e3c1eaad02b695b6e5bbebef41de21ae623c04
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Nov 27 21:11:47 2006 +0000
- * added an option to the apple script binding to check for windowed or fullscreen mode. Patch by Martin Kahr <martin --att-- martinkahr com>
- commit ca2dd2749742a26cad59e4f23ff9eca05904505a
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Nov 27 18:46:44 2006 +0000
- * dc1394 cosmetics (forward-porting [18096])
- commit bd894c1b4dd21303ce56c5858338c4e853a171ea
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Nov 27 17:44:00 2006 +0000
- Qt4: Some cosmetic work and design by Leo Spalteholz
- commit f01e2a91944574598b8235a34f334270e77a23e8
- Author: Marian Durkovic <md@videolan.org>
- Date: Mon Nov 27 09:59:45 2006 +0000
- Comment on IPv6 SSM
- commit 97b3335a04da42b56fc81439a4f057a311dc37fa
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Nov 27 09:01:09 2006 +0000
- Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2.
- commit faaec5e9b1449eb8d9c3b4f083d3fab4eecf4033
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Nov 27 07:23:25 2006 +0000
- Fix for missing resizing in sout dialog.
- Patch by Leo Spalteholz, thanks.
- commit adb1e8730507bfe650c5834216846c0cbb14b31d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 27 01:54:50 2006 +0000
- Enables audioscrobbler by default as it should be bugs free
- commit cde6146fc6c110ee42e2686c3c82617b098b4d51
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 27 01:44:14 2006 +0000
- * Correct and probably also faster EOL detection in UTF16 or UTF32 files
- commit c2ec30b423d074da6feb53c9c01e800ef9bcb286
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 27 01:42:48 2006 +0000
- Merge 2 functions for reading meta data
- Simplify interval checking
- Sleeps 10 seconds more
- Releases input 1 time instead of 2
- commit 7ac42ed10d35c37ecf2e3dbde47fa904df608200
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 27 00:57:42 2006 +0000
- * Remove duplicate mutex_destroy added in [18009]
- commit a232e032fc0952531bbb8d417c0783501ffae98f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 23:28:05 2006 +0000
- Don't ask me why this fixes the java binding compilation
- commit 4e0282a7fa28a5bb8273bc37b2604a65bc3f10fa
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 23:25:40 2006 +0000
- Revert messup while doing the video filter2 port.
- commit 3f92a6295b6a36188ee79091e1be04d57467c5f7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 23:09:09 2006 +0000
- Fix small mixup between artist and title in MSN plugin.
- commit 6266986274cf2d8ff847c2e5751172a9f567fdd6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Nov 26 22:29:33 2006 +0000
- Pick IPv6 scope ID from group address, instead of source address
- Fix possible segfault as a side-effect
- commit 30b350355b2253baf8d5bafb250ac57b580888f1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Nov 26 22:17:41 2006 +0000
- Fix unitialized interface for old-style IPv4 joins
- commit 30f4531b43954821a0beb408bcf2438f9b477eac
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Nov 26 22:16:00 2006 +0000
- * centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area (forward-porting [18092])
- commit aa59948dfe8d25bf9fe378c45e2c0dd3276aaec6
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 21:35:08 2006 +0000
- Implement disc chapter selection widget
- commit 496b1f5fc878edde8e21bb749c76495ca5cfa4ab
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Nov 26 19:48:39 2006 +0000
- * missing file in previous commit
- commit 21445d780fe5e8a1ed786bdb15aaebca46b6841d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Nov 26 19:43:20 2006 +0000
- * fspanel usability fixes (forward-port of [18077]) plus some further clean up
- commit 7614e4ee8618c05d37b1612d2d01741c250d49f5
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Nov 26 19:21:54 2006 +0000
- * the remaining compilation fixes plus a bit of clean up here and there. vout.m needs further fixing and everything needs quite some testing
- commit 45e123dca9f69067060a562d6293c8c49cfdca7e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 19:07:37 2006 +0000
- Should fix win32
- commit d81d5e5fcee94d98880b89ca9c539070af0a6150
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 18:59:52 2006 +0000
- Merge all fixed-point and floating-point audio format converters
- commit 1c808907903f9539e0469c1289dd50fae5885f5d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Nov 26 18:08:23 2006 +0000
- * first round of compilation fixes, more to come
- commit 4e26c57f6f737fa61036f08d7e5818dcad01cfcf
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 17:49:17 2006 +0000
- Remove trailing spaces.
- commit 9ce72981b5df1177e9e1b701698e992ca4437b0e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 17:29:57 2006 +0000
- use pf_mem{set,cpy} when possible
- commit 3fada58d1eddf3a17434acf0e106bac0a7ac9372
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 17:27:16 2006 +0000
- Make the global b_can_pace_control flag public
- commit ea6f725b4132d9ee338513d1cbd50d26890ce10b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 17:22:54 2006 +0000
- Ah Ah
- commit 93236cd63cf1c8dde138281bef097aee8976f2db
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 17:18:09 2006 +0000
- Remove printf
- commit cf525b7194767acb09727d2007b4a1a0085cd4a7
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 16:37:06 2006 +0000
- First and probably only attempt at fixing os x interface :)
- commit d1947759256e9a3b46c685663525ebf5270f81fb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 16:28:50 2006 +0000
- svn:ignore
- commit 42b8c573fecc5748cee38272327f5658c689c797
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 16:26:44 2006 +0000
- Pwet pwet
- commit 1afa10099843ddfe068ee747047442849c8d6ffa
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 16:26:34 2006 +0000
- svn:ignore
- commit 047df8f7f4c0dad6656aedfa191cabd6dce83151
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 16:26:09 2006 +0000
- svn:ignore
- commit d61447f8e3faeae6c1b19b5e3b1a57db92efdfac
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 16:25:07 2006 +0000
- svn:ignore
- commit 50459be7c8d97e3afb3df8236f5f9ac84be2d418
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 16:11:28 2006 +0000
- Fix dbus compilation
- commit ea82a404e991564ff7eb41929b2c1d912d347d1a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 16:01:31 2006 +0000
- Nicer commits, faster breaking time and better-looking headers
- That's not just the vlc service, thats *your* vlc service !
- So remember the new number ! 0118 999 881 999 119 725...3
- commit a29a4e2e57c454027d791cdd8c69948ed03643e0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 15:36:01 2006 +0000
- Did I loose the count ?
- commit 105e1851a7e7ead3e3fc89a084c222aa65437612
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 26 15:21:04 2006 +0000
- * Port motion blur to "video filter2".
- * Add "blur-persistant" option to use previous result instead of previous clean image for next iteration.
- commit 89daefdd88a57df39cb071e4cb16046b92afa8d0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 15:11:16 2006 +0000
- « En essayant continuellement on finit par réussir. Donc : plus ça rate, plus on a de chances que ça marche. »
- commit 05f57ec95e1535df282146c9d0964913d1a2f6d9
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 14:59:36 2006 +0000
- Round 3 :)
- commit ae32c1462a95890624827bd0b191046895b6526c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 14:49:31 2006 +0000
- Round 2
- commit 3a6b3918c3b8c2ef6b0bc0c2a8216f846b2dc176
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 14:39:39 2006 +0000
- Compile fixes, round 1
- commit d3fe7f28797d4dba65ffcdd60bf932e758a48a9e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 26 14:20:34 2006 +0000
- A bit of headers cleanup
- * Headers in include must contain the structures and prototypes needed
- by the plugins and should be named vlc_*.
- * Headers in include/vlc must contain the structures and prototypes
- needed by external libvlc clients
- * Moved and renamed some things in headers.
- - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
- - Removed snapshot.h (merged in vlc_vout.h)
- - Removed vlc_spu.h (merged in vlc_osd.h)
- - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
- - Moved all internal headers to src
- - Merged vlc_video.h and video_output.h and move private things to src
- - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
- (meta headers for use in modules, and often implying too large
- dependencies)
- * Removed some useless dependencies
- * Unexported a bunch of functions and structures used only in src/
- (--> Still some work here)
- * Finally made input_thread_t and input_source_t (mostly) private.
- Added input_GetItem to fetch the input_item of an input_thread
- * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol
- prefix
- This commit has a 99% probability of breaking the build, 0.1% of killing
- your cat and 0% of getting you hot chicks.
- commit 720fac7f5abf939fa7d1eb7c5ec816ec523ac10a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 26 06:18:25 2006 +0000
- Fixes order of operands in a substraction.
- courmisch, you make too much, it's time to have a rest
- commit 33cae44285f2b67f366bb45df46f50a5063a3114
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 25 22:38:49 2006 +0000
- Fixes cross compilation of libgcrypt on MacOSX
- commit 7237e4e4a92018e22078ede81cb157c72de0eae7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 18:51:11 2006 +0000
- Remove leftover FIXME
- commit f05163dc9723d8dfb1c86c7fb178914ff86110b0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 16:19:30 2006 +0000
- Split Win32 performance timer frequency adjustment division carefully
- in two halves to avoid integer overflows after 29 days.
- commit 0d2e22a5410b19b3206b575359cbe56c54a1d3fb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 16:06:33 2006 +0000
- Compile fix
- commit 03bccb3e4d7d53f6d83c3ad942760321822a8166
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 15:42:36 2006 +0000
- Fix very unlikely race condition
- commit 2f7f70b37fe512a140cdeb6237ca242942fd8448
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 15:38:10 2006 +0000
- Factorize mwait() code,
- except for POSIX timers case, which is currently the only natively absolute
- timers implementation on LibVLC.
- commit 61d872f559ebffc1a4e0768a77d3631523c60d71
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 15:07:40 2006 +0000
- Add note for FreeBSD 4
- commit 9ca47af17d757cb69c87cd1dece56db2c65732b1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 14:49:31 2006 +0000
- update-po again (cheap one!)
- commit 4dfdeb4a1a2929b6db5d740f9184b4f7b0306f6a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 14:38:54 2006 +0000
- Use utf8 directory wrappers
- commit 9f30d0acf049cccdc34b7992f6b3298f5fd0ba1d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 14:19:50 2006 +0000
- Non-libtool fix attempt
- commit 424681e5dc7cf19bde9ed5512e4e3a1e51799610
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 14:10:59 2006 +0000
- Skins2 theme loader:
- - use utf8_(read|open)dir
- - do not assume that stat() succeeds (tiny race condition)
- commit 6491b05b4e09cdc01ce32402f4ea91e4057b766b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 13:38:09 2006 +0000
- Fix a few warnings and remove extra white spaces
- commit 03e6fec230ec47add31cc2483434a1dee377c3aa
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 13:25:03 2006 +0000
- mkv: use (open|read)dir wrappers
- commit 9abfe146a198130fd925be47bcd7e84c98ac82d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 13:24:40 2006 +0000
- Fix precompiler warning
- commit 4d49ad699140c0059fd8104a4d966f48fa84bb14
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Nov 25 12:56:51 2006 +0000
- * added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
- commit 721f2cb11ea8b7865267b139aa6bb3ea6ae6d93e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 11:25:45 2006 +0000
- Try to fix linking
- commit 9917621417b2f17a504f0bb1b567d965d95b8732
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Nov 25 11:15:25 2006 +0000
- Add puzzle to the news
- commit 2f68055094e8d77611774e5c2ec1bcfadc9c592e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:59:49 2006 +0000
- Attempt to use wide directory indexing on Win32
- Might break stuff, but I cannot test much because of DBus vs Win32 breakage(!)
- commit 63883f0c2f583996e34845345c3f536e5912627c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:50:25 2006 +0000
- Temporarily fix Win32 at the expense of IPv6 SSM
- commit f6771081b8cebbe095fb3125d9d56d10213d9ad0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:47:40 2006 +0000
- Fix Win32 compilation warning
- commit 853edfd0ea8f134b390028892f96f82da58de60d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:11:20 2006 +0000
- Don't export externally unused symbols
- commit 4df95cf6ca743087556c6dc14ede5b46ccd8f53a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:06:54 2006 +0000
- Continuation of previous commit
- commit 9583fbe0872045afbadf4e822ab8881932e7c057
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Nov 25 09:03:44 2006 +0000
- Fix invalid mix of closedir and free on Win32.
- commit 4466cc4ffaa424dd4b6c19e70d7a6e886253aa5f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Nov 25 02:22:38 2006 +0000
- * Fix an accidental change from [18009] and add a mutex destroy I forgot to commit
- commit 2ff5876f175757849e55e27a09307da677d97c6c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Nov 25 02:11:57 2006 +0000
- * Fix the gnutls win32 patch
- if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
- commit 7c449e47d4e9ecf1054ad4ee18e52e065909f30d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Nov 25 02:06:52 2006 +0000
- * gnutls win32 patch breaks on non win32 builds
- commit 00ba59b08b3b34f6b2d5fdf39c9cdc49cac79e07
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 20:43:18 2006 +0000
- We have a problem here.
- commit 28c2a1ce8b600bb8423d0b1f1016bb3f168935a4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 20:42:44 2006 +0000
- Remove some dead code
- commit 7a689266b2bd7c332a36a95c6125102b4e1f1fa3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 20:33:26 2006 +0000
- Darwin compile fix
- commit b7110f8e4912bb8934a4e66a72a6fcedb3383a94
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 20:10:36 2006 +0000
- - Port net_OpenUDP to the agnostic network core
- - and merge some ASM/SSM code
- commit ef705615765e78bedf97dcdedc22858ef1bab96f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Nov 24 19:50:37 2006 +0000
- Use LOW_DELAY only with MPEG1/2. Closes #864
- commit 6aa2db7869be21144bde77387c2c2a9d48fc7c3a
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Nov 24 18:26:34 2006 +0000
- swscale is modern so with a .pc. so only test for swscale.h inside the pkg-config block.
- commit 1533f6878493f79211a7efb8309e6369e944f830
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 17:27:39 2006 +0000
- Sync PO files to fix distcheck
- commit 2cad86262f6f3c1e7d2aec08a1aa8f1a1015f413
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 16:35:23 2006 +0000
- platform check -> feature check
- commit f4d4898c075b1f65e8f91dcb827d06f385262e2d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 15:46:43 2006 +0000
- Factorize HTTPd error messages
- commit 9ad4af7c881e8ebbc5d6127a48e54c9514b133df
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Nov 24 15:16:18 2006 +0000
- Const fixes
- commit 6f1095eb49a731f39aa89856815ba06745af6210
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 23 16:06:13 2006 +0000
- * destroy some mutex'es once in a while to prevent memleaks. Suggested by a forumuser, name pending.
- commit 19bd050ae72ccda43b47464278136c3163e29068
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Nov 23 15:25:35 2006 +0000
- - compile fix
- commit 6cecc60ac189cb7ec6726320908851413f27f7e6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 23 15:20:06 2006 +0000
- * Fix playlist play of mp4 ref files.
- commit fbe63757e1d860824f643b78bdb67f235073a0d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 14:57:19 2006 +0000
- Remove extra annoying deps
- commit eee67efd0325fe48bb4b082cb27a69a887e4a36b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Nov 23 14:01:56 2006 +0000
- Don't clean contribs
- commit f15e3d7d656dbea29926b7c72092c1c84f0eb212
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 23 13:37:45 2006 +0000
- Qt4: This would be better. And should now be fine.
- commit f7166b8bd7a46cdd8175fbe4169f5162f287f74d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 23 13:33:05 2006 +0000
- Qt4: forgotten files in parent directory. Sorry!
- commit acd82620b3ccd68388239e108e32a159b25d5974
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 23 13:12:31 2006 +0000
- Qt4 : Rename streaminfo => mediainfo
- commit 06b826ba7f0406f3126dec0bddfbbbd7dfc56dc4
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Nov 23 12:32:57 2006 +0000
- activex: make CATID redefinitions static & private to avoid symbol conflicts
- commit 14c730976ce1784e0c3504242b5362ed7f8ce5e9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 12:07:54 2006 +0000
- Remove dead code
- commit a1fe3a136a419d8fc99c4f7439a879d2e9e081a1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 23 11:59:39 2006 +0000
- Qt4 : Various changes especially about StreamInfo => MediaInfo
- commit 2ddfa868b5c8cdc1a5ef9396b8577ad0523cb7b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 11:52:11 2006 +0000
- Check for error (not that I expect one)
- commit e106ff309866ceb88017f49df0a362afce55db65
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 11:48:32 2006 +0000
- Try to use dual-stack when needed, and warn user if it failed.
- commit d17cf7bf4f491aae769bed12c0efa9308108252d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 11:22:15 2006 +0000
- If there is no local neither remote endpoint, default to listening
- commit b0dafd61f7f865155bde7d518a9349453181b119
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 11:21:29 2006 +0000
- Suppress the v6only kludge
- commit aa49a989d1957f5b198886c5a7ce0b617d5eca99
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 11:12:49 2006 +0000
- Use net_ListenUDP1 and net_ConnectUDP when possible
- commit 3c0cdc7975790622cde033ca81b7ca9508c70fc6
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Nov 23 11:10:15 2006 +0000
- - latest mingw headers removed some category definitions
- commit 0c32d8532c713f1029af37f265fa0c66d9ec2f34
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 23 10:04:48 2006 +0000
- Fix plugin cache - close #860
- commit 94a2201cb2627bf677d341333af20dab540c3b38
- Author: Marian Durkovic <md@videolan.org>
- Date: Thu Nov 23 09:44:39 2006 +0000
- Compile fix
- commit bea071185469b6536ae344df06f18cd6584bf68d
- Author: Marian Durkovic <md@videolan.org>
- Date: Thu Nov 23 09:21:16 2006 +0000
- Completely replace all ANSI CP dependend mb_str()
- with mb_str(wxConvUTF8)
- commit d8674c50bfc543608b99b76ec910b5fb489b337d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 22 23:25:15 2006 +0000
- Ignore gai_strerror check on win32.
- Should be fixed at configure stage
- commit 04d2e753785590249713ef9f6a45326a06c020cb
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 22 22:57:07 2006 +0000
- add a check to lrintf for systems that define it in libm
- commit c2725e1ee4c63cd2f186ccf10f0c002b25090095
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Nov 22 22:51:54 2006 +0000
- Adapt to the new config_item_t.
- commit c22b45294c9ffdd2ba2965e95c298e87b0502b7a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 22:09:59 2006 +0000
- SONAME change. Muahahahahahahahahahahahahahahahahahahahahahahahahahahahahahah!
- (vlc 0.9.0 is definitely not going to be ABI-compatible with 0.8.6).
- commit 6b836bf7b57f23d260c4c8904c346878c247642c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 22 22:06:26 2006 +0000
- Updates tremor patch
- commit b2b33745bffcff9c16aa8c1dd55fa3809fe41a01
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 22:05:58 2006 +0000
- Increase ABI revision
- commit 72fd0ad449240aaadcede9c9a810d4d72d567f7d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 22:00:21 2006 +0000
- Don't try IPv6 SSM if not defined
- commit e9d7d37ca0a9c62ad5998d2ce12a02438bcc3a2b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 21:58:42 2006 +0000
- Read configuration file in a single pass (instead of one per module).
- (I get about hundred time faster config load here, but right, there are
- much slower operations in libvlc startup anyway
- -- and the plugin cache breakage is not going to help).
- commit 0737693098b2f1deda50703dfb0b1636def758e4
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Nov 22 21:27:50 2006 +0000
- * enable GCC99 compatiblity for ObjC code
- commit 909cfe7cc64e598fc06c235fa06eb46ce101f61d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Nov 22 21:26:21 2006 +0000
- * compilation fixes to address courmisch's API changes. need massive testing and more fixes to handle various strings
- commit 1affc74d28708348e3aaa466f0fd6b62310bc7a2
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Nov 22 21:02:28 2006 +0000
- Add libraw1394 and libcd1394 to the contrib build system. The libraries are needed for DV support.
- commit c0c771beeaac57f82ca1bb0d2a91b82a4b98a9fb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 20:42:25 2006 +0000
- Factorize code to open configuration file
- commit e219a0855762a9c0f6f28532d8c60ee2095142a9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 20:00:19 2006 +0000
- Move encoding and language stuff to their own directory
- commit 218990780ed565d4f2ccf5a424e3abce11a84db0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 19:50:58 2006 +0000
- int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().
- commit cd8a7d210eb8c1073bf6cd6a91df990cceed1013
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 19:38:16 2006 +0000
- Never use empty help text for plugin variable - close #859
- commit e7bbecabddc51d1bfa61d34ca5ba0a2f1244e4a4
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 22 18:56:16 2006 +0000
- Use correct patch syntax
- commit 7616ec41f68eb0e06aa176772dc4c35976c41dee
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 18:56:13 2006 +0000
- Fix warning
- commit 56e063c9066ba8b5f5fd25fb9483d4119c36cd2f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 18:53:17 2006 +0000
- Qt4 compilation fix
- commit 93ec3e577095aee012432b84cb1ee11163b1050c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 18:42:57 2006 +0000
- Partial compilation fix
- commit fcf496027b7cdcf975e8d4fe98acae2663d7a587
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 18:15:56 2006 +0000
- - Fix today's regression in plugin cache
- - Fix one more old crasher in the plugin cache loader
- commit a053437da963d1dd9fe2ee640e42d1b5130c27b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 18:11:07 2006 +0000
- Work around for core target
- commit 45a65d46267b0bd074044e67d86a91c314b7223a
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Wed Nov 22 17:45:58 2006 +0000
- vlc.win32.nsi.in: Remove whitespace.
- commit 00b8684e7d9f9401cf1fdc73062626f47ffb0f83
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 17:40:47 2006 +0000
- Fix module entry error handling
- commit 8dcd943c03cf3c621aaa22cff4c7b24f39249f4d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 17:35:08 2006 +0000
- Fix warning
- commit 92290c9d7485934444efcfbb61c27f3bc94a61d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 17:13:24 2006 +0000
- Attempt to fix C++ compilation
- commit 51ae5f27fa4722e50d6d2ce15e50944261e1cfc2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 16:06:15 2006 +0000
- Fix a bunch of old crashers in the plugin cache
- commit b66d681ac20f49f2ed4c52a7c35fac83f7114406
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 15:50:29 2006 +0000
- A more space conservative module_config_t
- commit 879312dbed4417ed5e08d20178f1ade68475e453
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 15:49:35 2006 +0000
- svn:ignore
- commit 4bdc0be290317560ef4733521805cc3031eb5bef
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 13:28:40 2006 +0000
- Code simplification
- commit 9ff4e8e74ec27bc2434c7b0b8b2641839ca92d2c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 13:14:17 2006 +0000
- - Fix compiler warning
- - Fix directory separator on Windows
- - Some cleanup
- commit d5caf653096b7864a1298f82119572b397ebb8a1
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Nov 22 13:10:57 2006 +0000
- - fix for locale SUBLANG definitions which conflicts with mingw headers
- commit ec12def87344b1712c263974a9978d5ea8246d39
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 13:04:00 2006 +0000
- Fix libvlc.la dependencies
- commit 04d60a3e9038967d6580f1962ff8e61d407d6169
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 22 12:57:04 2006 +0000
- Generate libvlc.sym separately from vlc_symbols.h
- commit 3ebd0d5b746998045e4651822c7bbe78e66967cc
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Nov 22 12:48:17 2006 +0000
- - better fix for DIR typedef error
- commit acaff8c82f059724ddbbcd29a9a61c097211abdc
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Nov 22 11:41:59 2006 +0000
- it is good pratice to specify headers that define custom types
- commit af91d7b522d2119f0aa9ebb198d626ee668a1fe3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Nov 22 11:30:30 2006 +0000
- io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff.
- commit 3cff68a4f1fb8e75fdffac74b3d43e13bd108843
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Nov 21 23:08:31 2006 +0000
- Disable building rtcp stream output module for now.
- commit 59c76196d7a4189c3a5cc837871dff538ba8f715
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Tue Nov 21 22:38:11 2006 +0000
- NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
- commit 300b9f27fa7ab92f11edfd709d49d381d05eeb82
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 22:07:45 2006 +0000
- - Save config file as UTF-8, starting with Byte-Order-Mark.
- - Leverage fputc().
- commit b01009b85443c6a59cd62b567ee808b970e7669b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 21:59:08 2006 +0000
- Look for Byte Order Mark (UTF-8 only) while loading config file.
- If present, assume everything is UTF-8 (obviously);
- if not, assume locale charset.
- commit f45f15735b928fca485b34426ffb7b06edc7cd56
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 21:55:59 2006 +0000
- Some code cleanup
- commit 0f7dd9f908badfd128cdcd4c83de7e395b6e86a1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 21:13:42 2006 +0000
- Reenables D-Bus one instance code, without needing to modify libvlc structs
- Outputs an error and continue if D-Bus control isn't enabled on the first instance
- Removes unneeded NewInstance signal
- Closes #505
- commit b12d3db747ff6444a91dfab14ed137d58b4f9577
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 21:05:50 2006 +0000
- Cosmetic fixes
- commit 8e2481d34e8f823682ce68e222f37ce2f346c1de
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Nov 21 20:43:47 2006 +0000
- Qt4: Small change in order to not have Sout and Stream Info open when you click on Info...
- commit b8ddca0134e007d0947a090a5070d00c53e66f90
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 20:42:33 2006 +0000
- Return DIR from utf8_open to avoid casting bugs
- commit a46cc88f28f7853368ca68841a865d55a73aa520
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 20:37:44 2006 +0000
- Some more cleanup
- commit 9c8fe7aafd073ab50b9e708dbcfdb0278a68829a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 20:34:51 2006 +0000
- Do not define constant manually without platform check!
- (and even, it pretty much sucks as we have seen already)
- Should fix compilation on FreeBSD+glibc.
- commit 1e8c1d91d227c0b3e8d167318c534ccb62406d96
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 18:44:12 2006 +0000
- Suppress duplicated msleep() code
- commit edb8e5098aff9a24ab8c52f9e6c875ecb582a097
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 18:40:42 2006 +0000
- Fix the absolute POSIX timer and use it
- commit c7357344d7e75632d9461e9ddfd42621a38bebbb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 18:23:55 2006 +0000
- Fix segmentation fault at ffmpeg startup (fixes #858)
- commit 90e3a296a118d0f76959cb9c7256ee04379094f7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 17:08:45 2006 +0000
- Add missing header
- commit 05a1f4d7b373e3743be03e4cbd21d98e787b199a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 17:05:38 2006 +0000
- Don't use an infinite number of timers
- Fixes dialog size, add tooltip
- commit 9bdc7906d6e862d65f2267ae8feab80d31745c32
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 17:04:07 2006 +0000
- Fix typo
- commit 0a5bd1230338866cfb154dda20425d046f205a67
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 16:55:36 2006 +0000
- Fix warning, and make config_end constant
- commit 5593777b3f5a3fbf9c710870646d35bf3d543cc1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 16:47:14 2006 +0000
- Revert [17878], that must not be made in libvlc, but rather in vlc
- Need to get command line options in vlc.c (ref #505)
- commit a3f3ad4635058ca4c8367219d9aa3fcf9ff64838
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 16:46:49 2006 +0000
- Fix abusive redefinition of implicit make rules
- commit 957b3e9d0daf0f1c287bb6178c5e5851fd447780
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 16:42:07 2006 +0000
- Fix automake directory variable (actually remove superfluous definition).
- You cannot create directory variable that way and expect it to work;
- if you *actually* need a directory variable, it would have to be fooexecdir
- rather than foodir otherwise automake thinks it's a data directory.
- commit b0774bb9b16e05ac60cd80ad42d2a2ff9034e92c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 16:39:59 2006 +0000
- Cleanup
- commit 720f8276dd97fe570234958772669febc47dabba
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 16:34:02 2006 +0000
- Unref D-Bus connections when not using them anymore
- commit 05c276b04d8ed08e049d84586afe92c557a1d4f7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 15:59:50 2006 +0000
- Fixes input position display
- commit 79aedbd56409f7a664f8fb4fb122fbda29bd6cfc
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 15:58:36 2006 +0000
- Revert [17900] as it doesn't harm to specify --target
- commit 84e8490d4ac6056ce1e7172bc4cd4c2a4ce76c62
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 15:54:38 2006 +0000
- Fixes, kill, and bury #857
- commit 482eca7cb90fe618e451075cdf603a0dc823dd20
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 14:33:31 2006 +0000
- Uses dbus flags to build libvlc (fixes #857)
- commit 7930c1b31a196cad6faca4f4e5d0dd18838073ea
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 14:31:01 2006 +0000
- Implement input position control
- commit e7bcc6803fe92f02df716b748ba0d766366e7352
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 21 12:46:06 2006 +0000
- Revert broken [17908:17910]
- commit 8808f2f00382381aee410f4b6af310920fe3f217
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 12:06:37 2006 +0000
- Implement Volume control
- commit 4d243c1d7853c7021befe5edd0ac4e051193ae8a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Nov 21 10:46:12 2006 +0000
- Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections.
- commit cec120d523341b08cdc3cba2674fb014f9e99a49
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 10:26:29 2006 +0000
- Use only wide char functions, on win9x too
- win9x testers, raise your hand
- commit 3d1a131f61ce2c52997128178a55f708e10ca793
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 06:26:41 2006 +0000
- Use non wide char functions on windows 9x
- commit 08936b3bbeae3b93615fa665683c540de4eb8d23
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 05:58:55 2006 +0000
- Unicode support in directory access on windows. Patch by xxcv. Untested.
- commit e77b5163a51dde46815bea3ae41537525498d4c4
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 05:40:58 2006 +0000
- Correct method signature
- commit 2d6d64d40eaed29224bead936f613e8461977c04
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 03:53:22 2006 +0000
- Debug messages shouldn't be shown with printf
- commit 4eb6e55cb2fa3828da9bc5d6b3ac2dbea15099bf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Nov 21 02:20:46 2006 +0000
- *Qt4-Open: Hide by defaults.
- commit f709d3f8ce4069ecd23b10b1275de6041b4856f8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 02:15:09 2006 +0000
- Removes vorbis header since taglib isn't used to parse ogg vorbis meta data at the moment
- commit f68dfa08da0e45f39656ddaeb92cc7df95c4854d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Nov 21 02:15:04 2006 +0000
- Qt4: ExtraAudioToggle
- commit a4d92cb2e25036d610a9513b9265d33828e5092a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 02:13:48 2006 +0000
- Corrects indentation
- commit d96a4490ce83b79abd9d4cce9bfb471c0d585bfb
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 01:57:47 2006 +0000
- Artist, Album and Track musicbrainz IDs detection
- commit 81ace57188169791269a0378b1b1a64ec761295f
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 21 01:00:38 2006 +0000
- --target is only used when building a compiler
- commit 8d7b5884edb1fe5d02e914ebda06a1adca19e09a
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Nov 20 22:16:35 2006 +0000
- Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box).
- commit c059148cac128999e0bda54c98f78aa1e6a39bb0
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Nov 20 19:38:21 2006 +0000
- Qt4: Just a toggle test for the advanced Panel.
- commit 24c3c1a33ff534b42d9030d3d50a33a83253dfa7
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Nov 20 15:22:37 2006 +0000
- oops, tab expansion is a bad thing on Makefile
- commit 25b118dd94795c8e28e03ac88da3662c5e66692a
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Nov 20 15:16:54 2006 +0000
- contribs: force --target, --build and --host whether cross compiling or not to get around some configure script bugs
- commit 3251bacd0f9346db8e8940514e77e92c08d3f433
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 10:34:33 2006 +0000
- Add dbus-vlc.py to dist
- commit 133e47d14379c2be5de4812d85e847967fbde303
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 10:22:50 2006 +0000
- Include sample D-Bus controller
- commit 12225395399fe67fffe642fb23993ac13bbb9bc6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Nov 20 10:03:22 2006 +0000
- Include xvmc plugin in the build system
- commit b0845c6ea2ad40bf7f469f70cb81997de14534c9
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 09:21:33 2006 +0000
- Uses playlist facilities
- Doesn't lock the playlist if unneeded
- commit 9a6ee7237a4b15cbe9809d7e3be8f9f6e225da41
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 06:41:52 2006 +0000
- Filters '/' characters in tags, to create valid filenames
- commit d223913f0ab1f9408ddb9e84f2ba2c240e6d49fd
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 05:28:45 2006 +0000
- Updates old documentation a bit
- commit f94dbb3eaeef0ca764fe9cd029da79cab45be7ca
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Mon Nov 20 05:09:23 2006 +0000
- * Quick fix when transcoding and resampling mono audio tracks.
- * The transcode module should be reviewed: all the the fields in p
- _enc->fmt_in are not set, it seems
- commit 6a42724746cf15ac038540451a04f62bca3b5629
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 04:49:59 2006 +0000
- Ignore empty vorbis comments (closes #704)
- Comment unusued artist & album musicbrainz ids
- commit a743fab8519640d289eddf2bf3c5df932d5ba24a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 03:54:23 2006 +0000
- Fixes broken D-Bus detection
- Thanks to Daniel Stränger
- commit 058bc838a6d24a2ed355a0b818fd504c96549de9
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 03:53:22 2006 +0000
- Remove Audio cds and their tracks at ejection
- Detect audio and video on CD-R and DVD-R mediums
- commit aad95f66de8caf1b20bcf2c39709c3b314efaf9b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 20 02:39:32 2006 +0000
- Wxwidgets playlist fix
- commit 75c86db7cdc5a32b337aebbba77f0c9fefba9bd8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Nov 20 01:52:35 2006 +0000
- * Qt4: added network and disk UIs to Open
- Still not functionnal and ugly code.
- commit 4b9be2f78e6a1884d4c9fec790abbe7533cdbf83
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Nov 19 23:18:13 2006 +0000
- Make update-po
- commit 89fafa9a57ce304fcecc3b77c7a669240cf9ab7e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Nov 19 23:07:33 2006 +0000
- i18n fixes
- commit 213f7a989174eae6070595cbb5565b3a40b8c8f8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 19 22:48:48 2006 +0000
- removes already done "todo"
- commit ade91b27959ceb6396e95477f6b35e41a4f2926d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 19 22:46:25 2006 +0000
- Initial support of one instance mode on systems running D-Bus
- commit 6443ce82795740d8d778affa5e190a718663ea56
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Nov 19 22:22:14 2006 +0000
- * Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless info about it.
- commit 33e36e85b384903860162912c2ff12b1e81afc47
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Nov 19 22:05:53 2006 +0000
- * Fix shoutcast SD Delete. playlist is not locked.
- commit 9c96cd8925477fa369f0b0d1f8dbfeaa022b2550
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Sun Nov 19 21:51:02 2006 +0000
- added normal looking playlist icon (converted to png from wx module)
- commit 38ebd66f92090b1b7403137dda38b08ede9ed1ac
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Nov 19 21:44:16 2006 +0000
- * Fix OSX GUI after playlist API update
- commit 750ec8a01ef0fe940cf1cceb19d9fe6cb0f18e3b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Nov 19 21:34:01 2006 +0000
- * subtitle.c: const warning fixes
- commit e55c4747a48eeb906f97f6b8d232c2ec25bc27e9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Nov 19 21:28:10 2006 +0000
- * Fix CDDA module after playlist API updates
- * + a const fix
- commit 01dee6cea8ed65b24810e90631689ae97e02b669
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 19 18:04:00 2006 +0000
- Use appropriate help text.
- commit fc2c2f412ac7a087efc4e59d4616a2901605dc53
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Nov 19 17:57:55 2006 +0000
- * configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings.
- commit 375920365554d46e9dba43106722648d37598621
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sun Nov 19 17:03:59 2006 +0000
- * src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock
- commit 638c59db01fa49450fd87037ae2972ce71a660a7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 19 16:34:09 2006 +0000
- Reenables device probe header
- commit 5a989669c617078efd638d0a4edd3d51d929a349
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 19 16:12:43 2006 +0000
- Input options inheritance in directory access (Closes:#353)
- commit 9fa2642c44cc79793530eda5ab44c03c6ab47d46
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 19 16:09:16 2006 +0000
- Fixes wxwidgets compilation
- commit d732fd2fa33755a75aed8a560efab68a183f0d75
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 19 15:54:44 2006 +0000
- Beginning of implementation of art fetch when played
- commit 420d5f170e9ff667e2a218ebb86eb9d7e4d9aa61
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 19 14:37:04 2006 +0000
- * Documentation belongs to the .h, step 1
- * Unexported a few internal functions
- (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
- * Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
- * Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
- * Disable unused generic devices probe code
- commit b60d207ba59e04e151d8144be7dfa00ec77904a2
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sun Nov 19 14:34:36 2006 +0000
- * vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.
- commit 4bdf68b034c871c37d27e9274da2d8068be5a5ad
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Nov 19 14:04:06 2006 +0000
- Small doxygen doc fix (i hope)
- commit 38b815953cd52fe7df5d94c06e06e63e286646a7
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 19 13:33:27 2006 +0000
- Compile fix
- commit 0900f11014557ea895a290d2c1518d739f97a8b6
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Nov 19 13:20:02 2006 +0000
- Finish the playlist API transition (hopefully)
- - Remove a bunch of transition now-useless API.
- - Remove all playlist_Lock* functions. Matching functions now accept a
- b_locked parameter that should be set to VLC_TRUE if the playlist is
- locked when calling the function. The advantages are that it reduces
- the API bloat and that the b_locked flag can be propagated in the
- call stack
- - Remove useless playlist testsuite
- - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on
- an unmaintained library, probably unable to read content from new itunes,
- ...). Implementations exist in rhythmbox, xmms2 and
- daap-sharp, we should see if a proper lib exists or if we could
- make one
- - Reduce verbosity a bit
- - Documentation
- commit a54f78686f8d800851b4ca51add91f16c71df645
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Nov 19 03:43:32 2006 +0000
- Adds GetPlayingItem method
- Fixes Quit method
- Fixes TogglePause method
- commit 69f569fc366ce8c87858ab67c29652821efa45ef
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 18 23:12:45 2006 +0000
- svn:propedit Id
- commit b8ccb9cd99185864b78e45aa43ec7408020afa14
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 18 22:19:40 2006 +0000
- Add Next, Prev, and Stop methods
- commit dcd116ad9cf88a0b9d1af5f7b541acea2db5a910
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 18 20:32:12 2006 +0000
- Add missing </method> tag
- commit c3a79834086bf4670417ec690e7172beb00c3d34
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 18 20:26:51 2006 +0000
- Added quit method
- commit 8c7506a011174bcb33ec74ae0091c01c51dee574
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Nov 18 19:38:40 2006 +0000
- * Don't use deprecated functions if libswscaler is present.
- - Note that these are not all replaced atm, so some functionality might be lacking
- * Make the minimum version of libavcodec version 5000 (september 2005).
- - Removed all the checks for previous API versions.
- commit 147753f60c5ba3b97d4d16e1f7c9a167731e25ca
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Nov 18 18:37:45 2006 +0000
- Initial support of D-Bus based control interface
- commit a965899359c86f75b0a8c18365a7ea24a16b85b7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Nov 18 13:20:29 2006 +0000
- Oups chnage that in [17846] by mistake
- commit a2a2596a705161ddcb7c974e10cc36ea996d0c45
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Nov 18 10:49:53 2006 +0000
- fix for java bindings native files makefile
- commit 28f8f9433f4dfb207a58d8126e8eff5ffd6566a0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Nov 18 01:46:32 2006 +0000
- Acording to the latest test wxwidgets in unicode mode works better
- commit ab8576a4c9bab86f7a09f1ab1f96324d2cae4df6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Nov 18 01:32:26 2006 +0000
- Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757. Forwardport of [17595]
- commit 139a3929d996db28a1994b7a6a4f1bd2a7af9a6b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Nov 18 00:47:23 2006 +0000
- jvlcpanel constructor added
- commit 0f857561640bc81519df6d316b4aab748d202a41
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Nov 18 00:00:08 2006 +0000
- libvlc_playlist_add enabled
- commit e1b9b4dafb0b99724435c86e64be2c7593899b0e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Nov 17 23:59:37 2006 +0000
- * Update ffmpeg contrib
- commit 39b7c3aaa034f89c68e57e528a6f8d1b401c6ce6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Nov 17 23:34:45 2006 +0000
- * Fix ffmpeg include's
- commit 5b173c09d06dd1587948319dd5e96a6ab8fe23fb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Nov 17 22:52:24 2006 +0000
- * Other way around of course
- commit 34db09b82dff72ee6ea72c25ce40926c224726b7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Nov 17 22:40:45 2006 +0000
- * Disable swscale if we don't have it installed
- commit 925e40a3e30df91f365eaca8b28c0b72639842d3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Nov 17 22:18:44 2006 +0000
- * Remove the old swscale files, and use the newer libswscale from ffmpeg.
- Untested and likely to break stuff
- commit 3a2462f647351fd9c87baaa4ac59d709eb61ed53
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Nov 17 19:48:24 2006 +0000
- Forbid concurrent libnotify calls in multiple threads
- (Fixes #848)
- commit 7e817c515abc0d110a86146698d82a19281126b2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Nov 17 17:25:38 2006 +0000
- typo
- commit fafd568af791c1270543b72daf9e893b0d832870
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Nov 17 16:57:04 2006 +0000
- Should fix API compatibility with HAL 0.5.0
- commit 952d3486c2cfdea0c68553368cd19f1471c16029
- Author: Mark Moriarty <markfm@videolan.org>
- Date: Fri Nov 17 02:15:07 2006 +0000
- Revert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had been getting built against non-Unicode lib.
- commit cd0a67724097315244f37aca1886d61ae5dbceca
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Nov 17 00:32:48 2006 +0000
- Removes broken D-Bus version check
- HAVE_LIBHAL_1 means hal >= 0.5.0, which means dbus >= 0.3.0, which means HAVE_DBUS_1 and it has all required APIs
- commit bb2c1996dd031b127567c2cdc62e1f07c0a03bbf
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 23:56:47 2006 +0000
- * forwardport [17824] WAVPACK and TTA in matroska
- commit f2fe0dac250da17373980dc531c31a2a0374380f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 23:54:55 2006 +0000
- * Forgot to commit the paranoia changes in the cddax module. see [17804]
- Patch by Patrick McLean <chutzpah at gentoo d0t org>
- commit f793c0831e322c98e1529f907d03e7e58558b1ea
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 23:45:52 2006 +0000
- * Forwardport [17820] and [17823]. Live contrib compile fixes.
- commit 94a01b814371bd263d446f48075df8c815a3eaa7
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Nov 16 23:03:14 2006 +0000
- Make java bindings compile with libtool
- commit 8d8e8f1cfce45eb7dbe2c346f6ee57e5178647dd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Nov 16 19:13:49 2006 +0000
- Fix local port number for multicast receival
- commit d32fd7e1dce9518870be49628bd7b17a4f74835f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 16 14:15:36 2006 +0000
- pfff... Fortunes.
- commit ce6d823658ee66cbe9fad22517009da89b55664b
- Author: Marian Durkovic <md@videolan.org>
- Date: Thu Nov 16 13:41:17 2006 +0000
- Fix detection of FreeBSD version (the previous one doesn't seem to work)
- commit 1cbc005bd347d6d9e72018608f70dbfb2068662a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 16 03:15:54 2006 +0000
- * Qt4: Display open dialog. Not yet functionnable.
- Sesame...
- commit bd09462a27daa38bb255139eaca743ae24c8a689
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Nov 16 02:39:48 2006 +0000
- Changes on live555 make MacOS-X patch fail in extras/contrib.
- This should repair NB.
- commit 1b9fc13769a259169aa3c2f9400c80c2d5241b0d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 01:24:37 2006 +0000
- * Update version of libcdio. 0.78.2 is now the req. version
- Patch by Patrick McLean <chutzpah at gentoo d0t org>
- contrib update by me
- commit 5d880fa8f6ff3854b24bf2dcd8eb1ee5bb0b545d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 00:58:47 2006 +0000
- * forwardport [17800]
- Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
- commit cbed01df85cead6ec85bfeb9950298a2b97018a9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Nov 16 00:56:40 2006 +0000
- * VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
- (no longer use libmatroska_pic ebml_pic)
- Patch by Diego Petteno, +additions by me.
- commit 86247ba13dce74cb6a98b7b6e5ed57aba697be10
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Nov 15 23:00:44 2006 +0000
- * LDLFAGS -> LDFLAGS
- commit 29139a21cc72a9008f63f7b6f90c7ab77e15eb43
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Nov 15 22:59:58 2006 +0000
- * CFAGS -> CFLAGS
- commit 4167ffe3ee2f58564b1971ea19f028dd2bd41c82
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 15 22:12:32 2006 +0000
- Fixes devices removal, and crash on exit
- commit 16093d941c54bf45a447e1157c96eb0c61813687
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 15 21:44:18 2006 +0000
- Manages hot ejection of devices
- Uses hal callbacks instead of pure D-Bus monitoring
- Uses HAL >= 0.5.0 only if D-Bus >= 0.9.2 is present
- (refs #99)
- commit 772fa346a8229fcb4ed6aa7124783032964294bb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Nov 15 20:09:15 2006 +0000
- forwardport [17791]:
- * libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840
- commit 1694eb692b04b492aa05c69fe2bdabc15854f063
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 15 19:36:26 2006 +0000
- Fix typo
- commit 95db5344b35ef0d45271614b3dbd0f5a972b68f0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Nov 15 19:35:59 2006 +0000
- Use lldiv replacement on FreeBSD < 5.0 (fixes #840)
- commit 5cb9c9d9b54f9481e14019618a35046a54d176d4
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Nov 15 14:14:55 2006 +0000
- python/bindings/vlc_object.c: complete vlc_object_find parameters
- commit c2d31f450ee2f282e36d18f12fe19c4f3352e050
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Nov 15 14:13:44 2006 +0000
- python/bindings/setup.py: fix python binding building (ref. r17640)
- commit 989bdaf62beb3c53deff9a5f15ef98dd644c3519
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Nov 15 13:59:29 2006 +0000
- Update slovenian translation
- commit 500d3e3b38cb7b0b3293d8c8c9df52c1d483c295
- Author: Mark Moriarty <markfm@videolan.org>
- Date: Wed Nov 15 12:58:20 2006 +0000
- Attempt to fix wxwidgets file open and Messages display.
- commit 73d74a1bdc3c426719de53f79ec3b18772ca6640
- Author: Marian Durkovic <md@videolan.org>
- Date: Wed Nov 15 11:28:39 2006 +0000
- some news
- commit 7467b74ca3b0396ae8baa2939256074d32d04a3d
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Wed Nov 15 08:45:28 2006 +0000
- Don't create Makefile.in in bindings/java/src
- commit 1d330ec524b06c70970c0c370f768e2abe97c832
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 14 23:29:28 2006 +0000
- Adds real-time device adding (not removal yet)
- Don't add data DVDs when possible
- Only uses D-Bus code if version >= 0.9.2
- (refs #99)
- commit f55fe3839d0008fc7de9cc1024ee518eb56706a4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Nov 14 21:59:26 2006 +0000
- * Use utf8_open for the .bin vcdimage file
- * Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
- When the .bin filename fails, then look into the .cue file for a possible alternate name.
- * Don't crash on non-existing cuefile's
- I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.
- commit c4ba4c75ca7394f1f70c38581f2a58e362912be2
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Nov 14 21:47:05 2006 +0000
- use libtool to compile java bindings. needs a cleanup (also thanks to megabug)
- commit 4d3b55e41221c13d306e82cbcf3d0af806debdf2
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue Nov 14 21:22:28 2006 +0000
- This should fix beos linking problem
- commit 81f3d9da78a62cc2a00dde3abf63142546ca2702
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue Nov 14 17:54:10 2006 +0000
- qt4: i really like readable debug output
- commit f49d85712b344182c6e4bae359bebc8b4360c737
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 14 16:53:51 2006 +0000
- Clean up and avoid leak in sap decompression
- commit 6154f386d654a5e60746f9e1ddef93166cced11f
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Nov 14 16:23:27 2006 +0000
- Returns from Run() thread instead of sleeping eternally
- commit 28a1f4c6267a8d4d8f130f367712710a694e6db1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Nov 14 15:52:27 2006 +0000
- Windows multicast bind kludge
- commit 970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Nov 14 14:51:35 2006 +0000
- Fix the inclusion of extras/contrib/bin to the PATH
- commit 73f6c8ba16b44ebc09b8cd68b43b82f8829b6241
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Nov 14 13:19:04 2006 +0000
- paf
- commit cb0c86778982b8d25359f28c6abb112d152f9775
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Nov 14 09:53:03 2006 +0000
- Add DivX as supported filter to DShow interface.
- commit 73c881f96557036a5cb17ee8a50301f5710fb89e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Nov 14 02:11:37 2006 +0000
- * forwardport [17753]: sap sdp_t initialization
- - fix some const warnings
- - fix an "invalid" assert
- commit 8599c6267fa37ac868350bdd56b89cb797c26436
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 13 21:58:38 2006 +0000
- * Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
- Used by mp4 and 3gpp Timed Text
- commit f02d5f707006cda9d09dd059780b3a3647e44519
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 13 21:51:55 2006 +0000
- * ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.
- commit ebcd548797fa60603637f162b8871626a6f0a2be
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Nov 13 21:14:34 2006 +0000
- Don't use D-Bus with hal < 0.5.0
- commit 15de00eaf2b8be7f8d002e0385edd9467838cf58
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Nov 13 18:24:08 2006 +0000
- * added missing -lm for plugin colorthres
- commit 08b621f40b50947bdfe2886271d4a72db5ee3152
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Nov 13 17:25:26 2006 +0000
- * const char warning fix