ChangeLog-2007
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1083k
源码类别:
midi
开发平台:
Unix_Linux
- * Fixed "length" metadata item to fit the spec (It should be expressed
- in seconds)
- commit 18ce8f4b3eedd946fc1a0fed2271b0e77b21a585
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 29 22:53:13 2007 +0000
- * modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
- commit 998b8002fcad90d70d81f6d1d0dc2ea691db7f0e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 29 22:41:09 2007 +0000
- Sharpen performance improvement by precalculating some values. Patch by Jérémy DEMEULE, author of the filter.
- commit b5bca4e9c97746bf74156814a64247988d32f324
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 29 19:58:05 2007 +0000
- * src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.
- commit 2d2d6180a4df83ec1a311556522aa49760b5f396
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 29 17:46:16 2007 +0000
- Factorize code.
- commit 1ed7310548582b5b0e36e0a4bc481473ea93ab11
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue May 29 10:29:37 2007 +0000
- - ffmpeg: fix for frame rate
- commit 8a967c6c765eae89f075369ff1147dd3cada32fb
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 10:01:36 2007 +0000
- python bindings, vlc_position.c: check against invalid origin or key values
- commit 5d4b052965b669062a42fa905887921c1c07b342
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 09:56:20 2007 +0000
- python bindings, vlc_mediacontrol.c: cast the py_param variable
- commit 417945c1c1523e7eaecfb3fbc922e15131fa1eef
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 09:49:56 2007 +0000
- python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
- vlcInstance reference in MediaControl object (patch by Jan David Mol)
- commit 17ce364a4f9ff9c759bb5b5613350c30646a6970
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 09:48:28 2007 +0000
- python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
- commit ac12ee39c6940a88a935a74d71e230a173e24e7e
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 09:47:10 2007 +0000
- python bindings, vlcglue.h: move definition of vlcInstance, add a
- vlc_instance pointer to MediaControl object
- by Jan David Mol)
- commit 12e055f6e6c1a79693f1c61739270ebcb1c0a118
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue May 29 09:45:21 2007 +0000
- python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
- by Jan David Mol)
- commit 11884b884c536d7f6305ff3459f630bb458ebda2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 28 20:59:43 2007 +0000
- Added strnlen replacement (Untested)
- Revert back mp4 r20330 !
- commit 11db57b55bf2da16a178b65df57e628ae7470257
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon May 28 20:59:00 2007 +0000
- * prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.
- commit 4ee6aa92d66c6221f5818109ef78f0a793534a6d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 28 18:27:44 2007 +0000
- bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
- commit ce39456cd4a6e82f1e67e248ab7ede8bb6c3cd3c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 28 18:24:15 2007 +0000
- configure.ac: Properly enabled Mac OS X default features.
- commit 629ee3c1a4e26fd45a31d81a9e944d88ece561e0
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 28 17:42:05 2007 +0000
- Qt4 - Open: accept more than one file.
- commit e3a71ea47d2d445ef87e0dd8ce9aa2e6a5f5f4da
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 28 14:56:09 2007 +0000
- modules/gui/wxwidgets/*: bunch of fixes.
- commit abcc92124efc217c4b2c1473cebb9616ad522855
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon May 28 11:13:48 2007 +0000
- * revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
- commit 0e80477b3910dcfbebca4f397b9a59bd2e003ae9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 28 06:46:34 2007 +0000
- Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
- commit 6b34b9ee3c89708dd39419c4af39ec8600510be0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 22:18:37 2007 +0000
- Do not unset b_seekable on 401 error.
- commit 3829adf29bab553eb3dbfcd938cdfbee682c7ea9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 27 21:06:30 2007 +0000
- Qt4 - Open: fix a broken CONNECT, found by Trax.
- commit a73dc0979460e1641629a12c45c7fe1a4a979485
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 27 20:27:33 2007 +0000
- * modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
- commit 26bc39402794f4c89e54c6ada4be8ce3a37d2749
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 17:19:07 2007 +0000
- Compilation warning fixes.
- commit d27ab7811427daa346f6a351d0b75117440aba97
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 16:50:56 2007 +0000
- Fixed compilation warnings.
- commit 462d2be6d74e7c2b3b51565fa8c5955910377f9b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 16:30:22 2007 +0000
- Compilation warnings fixes.
- commit ee0a06882c138f493e5bd022fd6f303f55081d71
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 16:26:59 2007 +0000
- Flush ES before deleting it (improves a bit a few mms/ogg/mp4)
- commit 1202e3a439d85da989d31b48158653d0cc2f90dd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 27 16:18:08 2007 +0000
- Implemented GPAC chapter support (but not apple ones).
- Fixed a few invalid access on broken files.
- Fixed compilation warnings.
- commit 5cc698908b5718e004a946859474032451b1339a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 27 13:00:21 2007 +0000
- qt4 - Open: various fixes.
- commit 737e356076b110be1e8178e9132baf060423d22d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 27 12:19:28 2007 +0000
- * updated to current live version
- commit f63aead9dd30b6271988bd10f3ab7e0ac5d6fe1f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 26 23:17:14 2007 +0000
- Qt4 - BDA: set increment for frequency by 1000.
- commit a133370a475c74fed09d4e7427c75f60b4a7b7e9
- Author: Ken Self <kenself@videolan.org>
- Date: Sat May 26 22:58:01 2007 +0000
- bda: fix bandwidth labels
- commit 729821ec8faf0c7c4633bbeccf07ab706de1d6aa
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 26 22:28:21 2007 +0000
- * modules/gui/wxwidgets/*: fix a bunch of warnings.
- commit 757962a03add1a6a39a56f9d45970c96e6a2816b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 26 22:26:03 2007 +0000
- Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
- Make it automatic.
- commit d258537df444e56f38b249597452cb9ab231798d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 26 21:53:17 2007 +0000
- * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
- commit 79638a06b7b83b26c9760213b89a0172d33e8408
- Author: Ken Self <kenself@videolan.org>
- Date: Sat May 26 17:18:35 2007 +0000
- bda qt4 gui: add combobox to select bandwidth on dvb-t
- commit e98f5605920b5f0e611b4e152800a8f0deac5032
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:34:40 2007 +0000
- Fixed stream_Block() comment (close #1208)
- commit d39765525c188b38924d261d10e80565b25ccbba
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:25:25 2007 +0000
- Fixed possible overflow in duration parsing.
- commit 7d23abf097233e699e45871cc939593aacb4f177
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:21:10 2007 +0000
- Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
- commit 68443863cf6f17c7bf5894e84d3507e243ae8cfc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:18:50 2007 +0000
- Compilation warning fix.
- commit 20ea77298e7e9ee942012ca680bb3618b46c8c73
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:18:12 2007 +0000
- Compilation warning fix.
- commit 586988c0210c28393c842bd2851acf824c07fed3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 19:14:34 2007 +0000
- Compilation warning fixes.
- commit 6d3ce5936ac1416669df68a547be91d3db6c33ad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 18:37:45 2007 +0000
- Added meta parsing (close #624)
- commit d6cacb46b2c13b651a53286f713fff12bc470503
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 25 18:21:35 2007 +0000
- Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
- commit 1a6cc4374d87644a379eb4a614f4a66b30129c75
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri May 25 18:01:31 2007 +0000
- gui/wx: i18n fixes pointed by Cristi Secara
- commit fd549c757e6c84b641b1f5ee53c14ae14d49e17a
- Author: Ken Self <kenself@videolan.org>
- Date: Fri May 25 17:52:42 2007 +0000
- BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
- commit 2991ed6add956e9870ac0714a358235d627cc89e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri May 25 15:41:59 2007 +0000
- Typo
- commit 7216326574b48eacc69e9d605b9e524d1f89ba29
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri May 25 15:12:10 2007 +0000
- - qt4: retrict FileDialog changes to win32
- commit 60b2d721787e7401a971adea3f331d8e1dbeaa40
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri May 25 14:49:17 2007 +0000
- qt4: improve the layout of files in file open dialog
- commit 3ea8e8f6125100ed1a51bcc79a86f026bcd380ed
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri May 25 14:12:48 2007 +0000
- Romanian l10n by Cristian Secara
- commit 472d88ba7770dd4bf6f9e0dbaa3637f52a24ab8f
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu May 24 21:27:14 2007 +0000
- - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184
- commit bd9935bfe337caa2c83cf0e2eb8f41e7b366772c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 23 23:39:37 2007 +0000
- Argh i will manage it one day
- commit ad83b3b362e08de738c9041766e3556c5d21577f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 23 22:28:19 2007 +0000
- Makefile.am: s/version.c/revision.c/ in update-po code
- POTFILES.in: Refresh it
- commit c186bdbebcd01ba36f1dc4d7cd0df35f5763a9ac
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 23 20:55:16 2007 +0000
- qt4 - Capture: Show Srate for DVB-C AND DVB-S
- commit 20c4b9848ffa12498fb6c727c3be9c505c398ef2
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 23 17:25:34 2007 +0000
- FFmpeg, update description and help.
- commit adf14f74c254ae39bf2d68f67e1e5d857649b457
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 23 17:13:12 2007 +0000
- Qt4 - Open Capture: Don't limit yourself to 99kHz
- commit 3d01b088a6b5e017a08ac998bc1977a2853a8367
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed May 23 16:09:26 2007 +0000
- vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap
- commit 4149b947afb80966a7bb7c7f82d15373981c0b48
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed May 23 14:56:11 2007 +0000
- vlc.c: small fix in use of __wgetmainargs
- commit 4cd4bb9d26b0c6a4569f599bc300d84017cddc61
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed May 23 14:48:08 2007 +0000
- - win32: retire --fast-mutex and --win-cv-method completely
- commit 5d57f84d59384a68cfbcdb7eb10075240ee544b0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 23 12:33:44 2007 +0000
- Fix make dist
- commit bf20db6606dfc9e050a1a9153553f8ea7f6fef06
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 23 12:33:06 2007 +0000
- Don't use gettext on src/modules/builtin.h
- commit bdc5d2dd9bd08c1022787321bcb305afe5fe4c6d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue May 22 22:53:50 2007 +0000
- * Slovenian l10n update by Matej Urbancic.
- * Some files have been renamed -> update POTFILES.in
- commit 1806d87ec029835c7737700789ad165457530933
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 22 21:41:01 2007 +0000
- Qt4 - when cancel was pressed in the open directory dialog, an empty directory
- string was being added to the playlist, which resulted in an error. Patch by Nick Vercammen.
- commit 3dd763ad9d2581e06cb5122736fda0dd85cbbec1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 22 21:38:44 2007 +0000
- Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help
- commit 198c5782bce33e2b43f224eef4374fde88ae189f
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue May 22 21:06:49 2007 +0000
- - win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
- commit 9a1b826cbabff24dfb73235540a901e51f594f4b
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue May 22 18:50:11 2007 +0000
- - blend.c: fix for BlendRV24, needs testing, dionoea ?
- commit da36c9fcba0604715c046678662b831231454abc
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 21 22:49:06 2007 +0000
- qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D
- commit 04e498f6204e61755522e1ab1a0eb4699299d1cf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 21 22:31:59 2007 +0000
- Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.
- commit 9f9dda51e1f5c5eb4565b883acdcb6955fefc985
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 21 22:09:44 2007 +0000
- Qt4 - Add an advanced option for whiners to have by default the open dialog extended.
- commit 788d3b65f710cb464210d43fbd78b012ecc51410
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 21 21:58:42 2007 +0000
- * playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.
- commit 666c5ea213613b231c1c0d4e24e27b4e2c9f59a5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon May 21 21:55:30 2007 +0000
- Qt4 - Open Dialog: BDA basic support.
- commit 889362b53c52e8565b1e76b246f9667139b248ae
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 21 20:37:23 2007 +0000
- * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".
- commit df3aadf5035a70292b5582977238ccadd329288c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 21 20:28:40 2007 +0000
- Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
- (It has to be improved to get the time from the tdt/tot and not from time())
- commit 863b4ffa96f63ee1be9494ba7fd18d86bb055b4a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 21 19:15:54 2007 +0000
- Reimplemented libvlc_vlm functions (untested)
- Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
- Is libvlc_vlm_show_media usefull ?
- commit 93dacf03bffa18dd131065f5271ca9ede6e961f7
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon May 21 16:41:45 2007 +0000
- - bye, bye "fast-mutex" and "win9x-cv-method" variables
- commit 3202adfaa6dafa0be71c3e5642dc6f4505f28778
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 21 14:50:52 2007 +0000
- No need to use vlc_global here.
- commit 75477e374bbedb296e595b95473a16967db517f4
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Mon May 21 14:43:48 2007 +0000
- * release-howto.txt: mention wiki latest_version template
- commit dac95333a3e21e0f2fcd623c835bd1b3dec9f2ac
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 20 21:04:31 2007 +0000
- .aclocal should be the last one
- commit eb2afbaa76f379729ce4136d6475dc6d6f58a1da
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 20:43:00 2007 +0000
- * subtitles.c: case insensitive search for subtitle file extensions.
- commit c5240c9ae8bf76a18bfdc5fc664caecfd6396362
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 20 19:14:36 2007 +0000
- Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.
- commit 575366777d080c9ca414626e821e9719ca3f26f9
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 18:00:54 2007 +0000
- libvlc events related functions renamed
- commit 67eea3eda68b8a09c8536c397308e557383a58f3
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Sun May 20 17:58:51 2007 +0000
- * xspf.c: initializes identifier to 0 and free pp_tracklist
- commit 6da67eef971b2c25a1f167d408ca33025ddda105
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 17:35:54 2007 +0000
- * Fix configure.ac
- commit 7467bc3c5a729ec6d1aa0f4cd79b9103293caa65
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 17:29:55 2007 +0000
- callback.c renamed to event.c
- commit 3cf913ba7f1bdb3d9df6e5ee373321aee9317c19
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 20 17:28:15 2007 +0000
- * made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size
- commit 07b66252f0d16899fe526d34107f23456e314fb6
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 17:27:44 2007 +0000
- static handle_callback
- commit 971b8d4c550d6b013e61f9ec3497c7cb1fbfb32f
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Sun May 20 17:23:28 2007 +0000
- * xspf.c: export item description as <annotation>
- commit af0e8e14bcf0b5db93175515ec01e4826297a2c2
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Sun May 20 17:13:25 2007 +0000
- * xspf.c: add XSPF annotation element as description
- commit 4fc9bd1964acadd2c5ad6d87f17513dc93d084f1
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 16:59:22 2007 +0000
- volumelistener moved to listener package
- commit be07ad9457b6756f96629b7ad1d3a267ebf2c8d9
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 16:58:44 2007 +0000
- Use oldval and newval in libvlc_event_t
- commit 580e968c0e9cb3f5debe6971639b5de3e4094816
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 20 16:54:17 2007 +0000
- * fixed previous commit
- commit 9f0e70d2fbef825313b619ee2d49a6651ea9aa43
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 16:47:14 2007 +0000
- * configure.ac: also try lua51
- commit 124442d8697111292878be0f3a4b13a33d0736ed
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 20 16:37:58 2007 +0000
- * prefer wget over curl
- commit 5097081b8f6f0b2968500d6b37fc5aeab82cfaab
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 20 16:23:48 2007 +0000
- Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.
- commit 340bf4ebd63c4d54c2f3256e13a5c742a260665b
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 20 16:17:35 2007 +0000
- * default enable Interface Interactions
- commit 411185798d3384d3f5500b15b8be2befab8142aa
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun May 20 15:36:55 2007 +0000
- Mac OS X: Make sure luaplaylist folder is in the distribution.
- commit 98a7eee379c60c60f068f396a1fb84a31b52a4a2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 15:17:54 2007 +0000
- * Force cast to vlc_object_t when calling config_GetDataDir.
- commit 18959e10b702b913c0e9461518d34c4bb160e77b
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Sun May 20 15:08:53 2007 +0000
- python bindings: allow to pass values in the vlc.Position constructor:
- p = vlc.Position(value=16, origin=vlc.RelativePosition)
- Defaults to value=0, origin=AbsolutePosition, key=MediaTime
- commit f376fdb9df8064ab9904c4a50f9ee44210804423
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 20 14:47:32 2007 +0000
- Add lua to win32 contribs.
- commit d8180bb27170d1c5be7e1804144f707b0f557b14
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 14:42:13 2007 +0000
- * libvlc.h: hopefully fix a few warnings.
- * win32_specific.c, threads.c: fix win32 compilation.
- commit bfaade681075ec0deee08b00f02a7fbaa08367f1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 14:21:07 2007 +0000
- * add missing includes (trying to fix compilation errors in buildbot :D)
- commit 1a0773f8d5c00428e83b35f64e4a785b8a59b13a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 20 14:12:57 2007 +0000
- the object pointer is null in the handler, so use null here
- commit fdbde241131ed9dbb7d42e5fd0159e391ab6351a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 14:08:44 2007 +0000
- * Yet another p_libvlc_global compile fix (BeOS)
- commit 575b4f3993e8b4aa5e0ac2788e978f07da7c388a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 14:04:46 2007 +0000
- * Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).
- commit 278b0b2aa118af8b6fcc3919764b6fab2eb5eb21
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 13:54:17 2007 +0000
- * Fix non linux compilation round 2.
- commit 68e40a4e6b01db2721886fd972ea145c43a65e81
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 13:38:53 2007 +0000
- * src/modules/modules.c: hopefully fix compilation for non linux builds.
- commit 5ed9f9b6a5ccff287f8a1b210abe6992a20e2f2a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 20 13:35:37 2007 +0000
- When you cut / paste code from another file, you should also copy / paste the copyright info.
- commit 0c5a114ac8e0f5bcb610b90bc23af36e5f7879f7
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 20 11:53:32 2007 +0000
- qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka
- commit 2e0409a12910ea5ee7a314501b6c11fe9689fe79
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 20 10:03:51 2007 +0000
- Hide libvlc_global_data_t from plugins
- commit c262bd272894498e7a14160437c58aa0d753a587
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 20 08:40:04 2007 +0000
- Remove obsolete stuff
- commit eae01d1be4c043dda0dccea11189e6c19802f811
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 20 08:39:35 2007 +0000
- Revert wrongfully commited file
- commit b5390911cbc2a5f1f791f386d459d7dc5a55fc4b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 20 08:38:20 2007 +0000
- Fix SVN revision handling.
- It is by design flawed to have phony built source.
- commit 8dc109b26259669a7a76a25c7ca2a12827de5d07
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 20 08:12:54 2007 +0000
- Fix comment
- commit 92175f0acbda512198373168e9c8e1ccfb0a170a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 23:57:33 2007 +0000
- * make update-po
- commit 53dc00691865e074a5615b34711c8304d1324a19
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 23:33:56 2007 +0000
- * Fix compilation.
- commit a68b8131807d861bb8a8e3b1dc8fb62074430f21
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 23:30:27 2007 +0000
- callback.c added (ops)
- commit 84e196b94d140f46f5297456d3efae7b08072dc5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 23:18:06 2007 +0000
- Fix compilation.
- commit e7adbbfe0499301e30fa5027049baf86afa3ec93
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 23:12:55 2007 +0000
- Sample java listener and jni callback functions added
- commit 12c291f038deb29afafc050b67b81df6786fc2b9
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 23:11:39 2007 +0000
- Initial callback support in libvlc + example on how to use in the java bindings
- commit 6baab07ed0743c12a0e72e61560de031bc5e6fc6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 23:00:43 2007 +0000
- Fix previous commit
- commit bff94ff4c875d7d69b71b21ee220045b4a4adfa8
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 22:46:20 2007 +0000
- Lua configuration: Add a test for system with no .pc
- Revert [20203]
- commit 1b3d52831477fdec6a348d696861ca2070578050
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 22:46:18 2007 +0000
- Compile lua.
- commit a2e881cb7bebc69f01170f7a695c3b0ee036a659
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 22:24:16 2007 +0000
- * deinterlace.c: compile fix by ILEoo.
- commit c8fc905ff225cddee7623b88244ad8747b697fb0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 22:02:15 2007 +0000
- Forgot this file
- commit 85faf5c580984877c07392b099d1cd4181c11512
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 21:44:01 2007 +0000
- Same as previous commit
- commit 7b0773e690a9c1388f4cfbe7c8fa3fa43a76e54c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 21:43:16 2007 +0000
- Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
- commit ce6766b628309d49350ed494fc61e86b11f7acd1
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 21:36:17 2007 +0000
- This has been fixed in VLC's FFMpeg demuxer module in [20188]
- commit 1ca762a79e32dc04c85b36b03317ca0ab6f6d544
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 21:16:54 2007 +0000
- Windows compile fix
- commit cbd55ac4fff860730ff1d61bd77a7c70d7bbf139
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 19 21:16:09 2007 +0000
- Qt4 - Interaction: Password are hidden.
- commit f69949e5f2afdd43eedc1e9e6d0897e3eab6b155
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 21:14:52 2007 +0000
- id svn keyword set
- commit 5f3d03fbbf20495f88f871776df3e8a1e0b6cebc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:57:48 2007 +0000
- Use static storage rather than libvlc_global for stuff that is only used in a single file.
- commit acc91d372a52a64cda5128ed9defa26a654a332c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:49:48 2007 +0000
- Move OSD and TLS to instance.
- commit 50ca2acdde0d5dc0af99e8b13256563a1ba86416
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:31:02 2007 +0000
- Make saved-volume variable a per-libvlc instance rather than per-system process variable.
- I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.
- commit 9270ed7991e903dd83b5b5645e5a40fcd2a1b9e6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:17:45 2007 +0000
- Forgot this file
- commit 9025fab9931ecc35fe247b0a63d0cea166dee88d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:03:26 2007 +0000
- Use vlc_object_kill(). Needs triple checking.
- This also seems to make the pre-existing Qt4 crash more obvious.
- commit bc387d3ddbcc909b6e874b9dcda690ba0a40cfde
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 20:00:54 2007 +0000
- Remove unneeded old kludge
- commit d57b277b4158d1b13e0a42e62cb2608a6b5ef943
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 19:50:57 2007 +0000
- Do not unload plugins in debug builds. Not sure if this is a good idea though
- commit aceceed7597be4a535d868ec5ad2b6160b6ab3e6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 19 19:17:29 2007 +0000
- Contrib; lua for win32. Start of fixing...
- commit 1be7b76104b8d453b9d41a2c0e95594b8e1728dd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 19:01:49 2007 +0000
- Fix line breaks
- commit 8fd6167afd8a01b05a1564f8e8f807db786d1e8b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 18:56:22 2007 +0000
- Following vlc_object_kill(), add vlc_object_dying()
- commit 3c5ed2fe48048d3047634ca3da2f1d97db70d9f4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 18:50:52 2007 +0000
- free callbacks on libvlc destruction
- commit 2252bf6341e6a231d8a87d6e7b830625bc3b5204
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 18:27:16 2007 +0000
- user data pointer added to callback structure
- commit ed3c1eb16a1496b6b6ece35dff6c191726ff5a6f
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 18:24:11 2007 +0000
- Set callback list to null on instance init
- commit 3b41ca7d6ed5cb22cfb9695d4d3eacdd20044280
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat May 19 18:22:26 2007 +0000
- initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
- commit dc2c11a1e155cb4a4a5e8bf24e154fa61c030efe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 17:47:15 2007 +0000
- - Remove unneeded "." kludge (libvlc is now built from src)
- - Remove old NULL kludge
- commit 7255b4fc0e7ad2cb909c43f7afb4ac67b1d1a248
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 19 16:51:05 2007 +0000
- configure.ac: Make sure lua is enabled when --enable-lua is set.
- commit 872976e5ab214b30be721e3ac1a98998839bb40d
- Author: Ken Self <kenself@videolan.org>
- Date: Sat May 19 16:22:27 2007 +0000
- More BDA DVB-S and DVB-T parameters bring it closer to the linux version
- commit 147305c660b2d8145cfc557fb483b38102f0cb6f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 19 15:39:08 2007 +0000
- Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.
- commit 52cc3eab2c2185b69326cff217be6430529ec07d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 15:37:06 2007 +0000
- * youtube_homepage.lua: get the stream's duration.
- commit 6323eda24ff67c5bb8deed7bce61946420b3b166
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 15:09:08 2007 +0000
- * luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.
- commit a8a66a68b2bb4658d8c02903902ac58693b51634
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 14:57:16 2007 +0000
- * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
- * m3u.c: indentation fix.
- commit ba62457ababe039d36b649da8f01aea232a42fcf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 19 14:34:22 2007 +0000
- extras/contrib/bootstrap: Use space to ident rather than tabs.
- commit b2cb8c3e5aa691a559c8e813d22da0a9c0dfe969
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 19 14:33:16 2007 +0000
- Contrib: Include lua as a contrib lib. (Please review for your arch).
- commit add15152eba4d034ccdb181b23362859df545fa9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 14:28:16 2007 +0000
- * luaplaylist.c, README.txt: add support for VLC options.
- * *.lua: misc fixes.
- commit 93d0208e961e2bcea0259158a34614004d4d2074
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 14:25:45 2007 +0000
- * m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
- commit e3578584a02cd72dedf1e63b76efb8309bf621c7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 19 13:02:46 2007 +0000
- Missing const
- commit 41697f25906bb631d5689a7cbb9053d597485d34
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 00:49:30 2007 +0000
- * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.
- commit 5f018616efa69287d92c9452132c3f5aeb699e6f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 00:35:48 2007 +0000
- oups, better put the prototype before using the function
- commit bca8455cdbc74f63fd7b512da782de4e0c9b4d52
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 00:34:34 2007 +0000
- * ffmpeg/demux.c: update copyright date.
- commit f74cd220dc0c76e29ba990e2d1bba3ffb7ce4f06
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 19 00:28:51 2007 +0000
- * ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).
- commit 468adb250bde2b010fa20e24a565d4ff58fe35a5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 19 00:15:12 2007 +0000
- vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.
- commit 02dc669fa54759b3b2ddc4d522bc73af748379b3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 23:24:32 2007 +0000
- * ffmpeg/video_filter.c: remove a bunch of trailing spaces.
- commit 0b139d492d8a46ef85f532395fb869a868ba89e4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 22:20:19 2007 +0000
- * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)
- commit 79f9e3f4c710050bf3b17a1783a70629e768acce
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 21:49:59 2007 +0000
- * include/main.h: remove trailing spaces.
- commit 5cf88ad8278628c299db8afcae3c1bff922b64b8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 18 18:41:13 2007 +0000
- Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
- commit aaa92c22917f17a1ce1bb3a57774d4a0cb67ae61
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri May 18 18:06:18 2007 +0000
- vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
- commit 51d87be839cd5b4a163c98f0273d8e2436396815
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 18 17:38:15 2007 +0000
- Qt4 - MediaKeys support, patch by Ilkka Ollakka
- commit cd2892e8bb931da59e039f47a6839f8cc13c5636
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 15:01:05 2007 +0000
- * src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
- commit 63fb2db1e9f106ffa46ddb46a425b4a07e663c84
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 14:22:15 2007 +0000
- * luaplaylist/README.txt: propset svn:keywords Id
- commit 86e662cf5572970def4bd743a5f784b7352ffaa0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 14:01:38 2007 +0000
- * modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.
- commit dc3da6a27a36d601c68589b16d99800335f781e1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 18 13:56:22 2007 +0000
- * src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)
- commit 83038717767a08f3e2d8cf338ba690c2b974c642
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri May 18 12:51:33 2007 +0000
- oops me being stupid, forgot this part
- commit 08ae38fb8c5a501b1bed03a2da9a107687305b8d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri May 18 12:47:54 2007 +0000
- Don't build srtp when gcrypt isn't available.
- commit c67afc836e2013518d735cd9a21c8205ab3c33ad
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 23:27:38 2007 +0000
- * dailymotion.lua: fix.
- commit ab0198075c070777ceeaf78d0f2f052e8f1213f9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 23:03:44 2007 +0000
- * luaplaylist.c: initialize p_sys->psz_filename to NULL.
- commit c1d352b628418b59c2fe90886aa0e650621368e0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 22:42:16 2007 +0000
- * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
- * share/luaplaylist/*: move help to README.txt
- commit 71eeebf79c3d3ad6a3f9f95ae79a1da2f64b3534
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 21:00:28 2007 +0000
- * luaplaylist.c: Change demux2 capability from 0 to 9
- * ps.c: Change demux2 capability from 9 to 8
- * ty.c: Change demux2 capability from 8 to 6
- * playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version
- commit 906a3f2fe8422bc16e987237ffb3cfff3b28dae8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 20:46:31 2007 +0000
- * googlevideo.lua: add small comment to explain why we're not getting the meta data.
- commit 1757474f7260e722937b1b78797cf0a0d6d912eb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 20:43:15 2007 +0000
- * metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
- commit f3df91852104b4396fb87cd3062a161bd8e20a97
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 20:34:58 2007 +0000
- * youtube.lua: fetch artist and description.
- commit 98de4f40de137e22e49f0aeece42a5c1b11802dc
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 20:24:15 2007 +0000
- * luaplaylist.c: replace printfs by msg_{Warn,Dbg}
- commit e61a115315bc6bebb9a4d76f14fde1c8981a257a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 20:19:38 2007 +0000
- * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
- * luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
- * luaplaylist/*lua: update source to make it work with new playlist conventions.
- * luaplaylist/youtube.lua: update help instructions.
- commit 23804bd355e605be19ec14cdbf38162f7b3580f2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 19:49:43 2007 +0000
- * asx.c: remove tab
- commit c22020b7f623ff8d6c6c7ed44cc0f3b2e9e92da6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 19:35:03 2007 +0000
- * luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.
- commit 875a6faa9e8304c3d4f8f1011e663b58f557c095
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 19:16:45 2007 +0000
- Undo [20161]
- commit 7cf7fec3ce581ee6b2d3c312d13b2a15f9ddec5f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 19:15:24 2007 +0000
- Fix linking on gcc, breaks everything else
- commit c2ddff0eb62caab1015fcb84e00714b02710c631
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 19:05:56 2007 +0000
- remove hidden visibility stuff from libvlc.
- It breaks linking, and it is redumdant with libtool export-symbols
- commit dc884574f797d86b9721295436acc69dcc10ee53
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 18:37:44 2007 +0000
- Add real SRTP unit test (85% coverage let alone SRTCP)
- commit 2a0e2bd242f7dc7cda4ee096e58f42d13db9803f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 18:27:25 2007 +0000
- Fix hashing when using RFC4711
- commit 1761128257afdf85afd24a126bf469dcdd490985
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu May 17 17:56:09 2007 +0000
- * src/vlc.c: remove tabs.
- commit 3f3025aa794fbdad01150af9401bcb708263488f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 17:36:59 2007 +0000
- Fix incorrect hash size limit
- commit b0f459734980ed8bc36fd968587c64f77c72aa4b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 17:03:56 2007 +0000
- Fix initialization
- commit 04d05b50633957945de3cbbf955e67cfb5905a65
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 16:01:14 2007 +0000
- Typo
- commit 7a07a9bee17678de49e48fc0e2898f09c3ceb3fd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 15:51:34 2007 +0000
- Add --enable-coverage
- Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
- commit 1dce84641d3893d9428cf23812f3b072de0f5a31
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu May 17 14:21:27 2007 +0000
- - direct3d: behave correctly when changing desktop depth on the fly
- commit 69a41d2994716b7cf2f4e5142b3905585e07f5ce
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 13:35:24 2007 +0000
- include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
- commit dd3df1a7a924d8fc58c1121fc843dc16ffa5d2a9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 17 12:57:10 2007 +0000
- Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
- commit fd32b930fa2c94a2d0b19a10be9732a9e524df6d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 10:56:54 2007 +0000
- Revert unintended part of [20148]
- commit 88148cbd02ad19ec15d540f3413f80b7c7a39e6d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 10:53:46 2007 +0000
- Fixes
- commit 620dc72af1b422e046351704db82de886dffc78a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 17 10:38:01 2007 +0000
- - Revert [20137]
- - Revert [20138]
- - Revert [20139]
- Special credits to these commits for:
- - breaking the build system,
- - crashing VLC on every single 64-bits platform,
- - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
- commit 2a14ed222c1ce7b1c4ba19078628abef9aff5ee3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 16 22:37:49 2007 +0000
- Fix i18n building
- commit 5d8058951fb5a4848d7638701a6a073865437556
- Author: Ken Self <kenself@videolan.org>
- Date: Wed May 16 22:00:59 2007 +0000
- BDA - additional DVB-S parameters added
- commit 9b071a166b6aae1968976fc54855af6e31a389d9
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 16 21:54:48 2007 +0000
- qt4: fix the popup menu updating
- commit 5b8066fbfb9d205fca8a9b3b42644ba291df2cc8
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed May 16 21:35:54 2007 +0000
- bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
- commit ee4c83d55cb2d70772374b85d4f56f9be36c1e29
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 16 20:22:53 2007 +0000
- oups
- commit 17497a6ea983c23357261f1580e9e6973d5b9670
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 16 20:14:09 2007 +0000
- Remove some GNUism
- commit de51c577897ef3a0b004ffcf04b1a1dcfbed4c94
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Wed May 16 19:31:35 2007 +0000
- destroy logic cleaned up
- commit c09b9f61b78e6ecea335dccca234cb3111657283
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 16 19:09:04 2007 +0000
- Should fix another bunch of: (near initialization for `fmt*') warnings.
- commit e52e46410c9b9c286c6fe2cfdb8a9feb7521ac8f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:56:06 2007 +0000
- Fix include: libvlc.h, is in vlc/libvlc.h now.
- commit fe66192ab8dbce53d14094df053f824e8d88d61e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:52:50 2007 +0000
- Don't build libs/srtp when --disable-gnutls is given.
- commit 235ce9bac9f82488a8d5e31b95c3916282bd1867
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:52:02 2007 +0000
- Patch config.sub to recognize uclibc system.
- commit 881f3f8c783b5d5af15f68111540472c143d9898
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:51:17 2007 +0000
- Cast interface pointer to VLC_OBJECT().
- commit 90714e7edb170c8542c0722b9c7054174c67d112
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:49:20 2007 +0000
- Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
- commit baae70f35ac7f4c1cd5459b65339f5d55fae2d96
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:30:27 2007 +0000
- Correct csa_New() prototype by adding void argument.
- commit 55b908ef3b3c8c03e6644bce4b4d00c90b16a438
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:28:09 2007 +0000
- Use proper datatype.
- commit 123afaae257119da8ae87fbea835cd6fd1c0b926
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:26:30 2007 +0000
- Remove unused variable pw.
- commit d745e5ef54c5d1ce4d19fcc07e57016918d30c6b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:21:26 2007 +0000
- Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
- commit 124454cb20838956ff15e1e5c47bc83beef0ba48
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:14:43 2007 +0000
- Remove unused variable.
- commit 94cc428df657035f243f4122b3c4ad1d910b2229
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:13:22 2007 +0000
- Fix another bunch of: (near initialization for `fmt.i_aspect') warnings.
- commit b7621186fbef878082c971a9f425491278e3026d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 14:06:49 2007 +0000
- Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')"
- commit f82106aa674d7f2453eb64960ff8402524322a9e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 13:59:30 2007 +0000
- Properly clear the struct, this shuts up another compiler warning.
- commit ec8576f8223e6585bc5d64b56ffb04f799982b39
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 13:56:15 2007 +0000
- Use correct datatype. It will shutup the compiler.
- commit a91eb3933c25ed5b07d1f41b491ac312c29eb22d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed May 16 12:18:14 2007 +0000
- Fix make distcheck and update po files.
- commit 221a5bc2d5269a179c6f571e37d78ec266028195
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 11:06:19 2007 +0000
- Disable fribidi's primary download site because it is down. Used v.o one.
- commit 66f47dcdb3b4041f8438f9d3da1039899f76b11b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 11:05:24 2007 +0000
- uclibc support for fribidi
- commit 4c97998cd638ba8a80c68401dd6a8cb7a09675d6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 16 08:45:06 2007 +0000
- Embedded system to run vlc
- commit 5b935e5c76b9fdc353b73dcb47540f03ef15dc22
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue May 15 21:54:26 2007 +0000
- Const police
- commit 3cf4ef1e39a21abced553d6e024bae65e0042454
- Author: Ken Self <kenself@videolan.org>
- Date: Tue May 15 20:54:29 2007 +0000
- Improved handling of no-signal condition and other errors
- commit 68d81870dfffc35c2ae608e4bc287c5f32b7d711
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue May 15 15:35:20 2007 +0000
- Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
- Check for lua >= 5.1.
- commit 70492e6838fbe797cd55d2e07434981790d652f2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 15 15:21:32 2007 +0000
- * luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested)
- commit f397fdb667be5a141a4bd79176648ee975f295ea
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 15 15:09:40 2007 +0000
- * vlc_stream.h: Don't export stream_ReadLine() twice.
- commit 47b2e56e3babe9f8a4ac16dc29b2fdb01ce61e32
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 15 14:49:23 2007 +0000
- s/README/README.txt/
- commit 99a8123cd1e7898ac1fa0aec85fb2594a762b0b8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 14 22:40:21 2007 +0000
- * NEWS: Mention the lua playlist module.
- commit e4225477339db6f2365e58839f1b136e341432e5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 14 22:37:33 2007 +0000
- * metacafe.lua: forgot the title here too.
- commit 8b00a4b3edad7c8385f0b0bc2bd3cc6c1c483a85
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 14 22:32:43 2007 +0000
- * dailymotion.lua: woops, forgot to include title fetching in previous version.
- commit bea5e7ec249798ecb960a5ca947c912b61da7045
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 14 22:27:36 2007 +0000
- * luaplaylist.c: First usable version of the luaplaylist module
- * share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video
- The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
- commit 2f04bcf5adf26c3fd59b3d0983ae3af2f544efba
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon May 14 19:54:43 2007 +0000
- check for beingdestroyed in finalize, thx to Tony Anecito
- commit 27a70dccb0340bf0d98716ce8d5b4c4dc2dbd8b7
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 14 15:26:49 2007 +0000
- uclibc support for xml2
- commit 606dd6c7c6bc57814ff55ba18405ddd331dbf022
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 14 15:19:44 2007 +0000
- Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem.
- commit 0b93ad3cec4ae11ddff544dfc7380136adbabceb
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon May 14 15:14:55 2007 +0000
- Qt4 systray: Don't put the played item here now that we have a tooltip
- commit 6a8890a93f8d9541b0b887da314a0d67d8919522
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon May 14 14:51:10 2007 +0000
- - hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen'
- commit b112b6002b0e1532d4a84028e1600ee73fe6efe6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 14 14:50:53 2007 +0000
- Force ffmpeg to build for cross-compile and bigendian when system is uclibc.
- commit 1f1fe98faeea19ab5735c76ea79a61a8f13c3d47
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 14 14:10:09 2007 +0000
- Support for uclibc in contrib.
- commit 9d6f096a15a4e7d1b84d40b0c4e0a7ae65e45fdd
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon May 14 13:52:33 2007 +0000
- - hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk
- commit 6f0954b727fec5bcea9ac0483900e58fc51e3ddc
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon May 14 12:25:18 2007 +0000
- More exact documentation and small fix
- commit e54cc504833e241107edd85a568338e6c3fbdccf
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon May 14 12:23:55 2007 +0000
- vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
- commit dde6aaf8b903c6b73e773f44cdbf2a62dd77cdde
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 14 12:07:35 2007 +0000
- Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target.
- commit 3c7347435618c6359494fae3bdadec46aa7b40a4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 14 11:48:47 2007 +0000
- Some more NEWS.
- commit 1267e63eaa4310a0f0ea56cd4e399a943117b02e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon May 14 10:55:54 2007 +0000
- Fix distcheck
- commit 902d21b61209abc97d80523c2b4487ed83f41273
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun May 13 22:33:18 2007 +0000
- Distribute the lua parser scripts
- commit 4d3766777ca70752a60215f90d09234f020c0975
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 13 21:55:12 2007 +0000
- * test.lua: Use spaces instead of tabs in lua code.
- commit 02474925c7dd60cf9e78ec66466354efb940d33d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun May 13 21:52:20 2007 +0000
- * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
- commit 15249253525a957cd6126f4465127cadad6edd3c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun May 13 21:23:10 2007 +0000
- QT4: implement the open dialog from the playlist
- commit a2d20f5587dcf13bd99446e64a534dc8b9193f1b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 13 20:51:27 2007 +0000
- Fix for destroy() method.
- commit a1e8d3e9dc9d514de295581123c001f6ebb5f1d3
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 13 19:37:24 2007 +0000
- serial version uid added
- commit 8cd231f505c491b252155093735ed050a462428c
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun May 13 19:08:59 2007 +0000
- Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes).
- commit f50eb96c0e827df3e3aeb478ff1afdcd56944a22
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 12 22:48:55 2007 +0000
- input_manager: Don't send name event all the time
- main_interface: update the systray tooltip
- commit 743e3bef43614f218b97ec802fc5574e2c53ccf2
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat May 12 21:01:45 2007 +0000
- qt4: Show artist in status bare when applicable
- commit 4fc4b04cc9f54ae7ceca7279d0bc69b8fb43067a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 19:42:51 2007 +0000
- FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions.
- commit 53422c232ed84b35583b0e689aea0a242b0f3f9e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 19:17:56 2007 +0000
- Modules LIST update.
- commit 2e0eb5c74b941f18521726572abf74bebc8f59bb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 12 17:57:10 2007 +0000
- Mac OS X gui: Prevent a crash when dropping item on the playlist.
- commit a4b948f06ae10f076aa2776dbf8414151eb07f33
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 12 17:27:37 2007 +0000
- Initial JACK audio access-demux from Julien Plissonneau Duquène
- commit 49cafbcc92c99d70c8203565ca36684ce4d9446a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 12 17:15:29 2007 +0000
- audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review).
- commit 03a184cc77afab7853f19b8a72d5ddaa25511875
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 12 15:05:34 2007 +0000
- * videoportals.c: add title for metacafe vids.
- commit 778d91931def50c01b8ac787188c89553d4c03e4
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 15:03:57 2007 +0000
- Compile fix. Oops(2)
- commit 25fc392202aa96a6e80c132eaf867aa517b35af6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 15:01:15 2007 +0000
- Small Correction. Oops.
- commit f2b009c155ed0ed5d69c0985bbd767d2f29baac0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 12 14:57:12 2007 +0000
- * videoportals.c: Add title support for dailymotion videos.
- commit 27f623d2e6b3b52d0bc7a7f1393ee118ddd52c4d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 14:53:06 2007 +0000
- FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats.
- commit 631b919df36035b605a7cbed79185a639062fb5b
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 12 14:23:37 2007 +0000
- * videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube).
- commit df305455abba86248a903592b947da93fd758607
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 12:54:02 2007 +0000
- FFMPEG's FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more !
- commit 4cc424eb2ff22eb5b1004418200f6e5306ee4c46
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 12 00:15:58 2007 +0000
- Correct a mistake in previous commit.
- commit 917d3bf46cf23d2e25be345bae164649c36d1ebe
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 23:59:19 2007 +0000
- FFMPEG FOURCC: commit fix for older FFMPEG versions.
- commit 77662281561a4c09117d01f2ae10704bd93e2cf9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:54:47 2007 +0000
- Add videoportals stuff to NEWS.
- commit 6fecc03531ceb53eaacd6e8ec161b746b8a6313e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:52:50 2007 +0000
- videoportals.c: remove debug printf.
- commit f4e910401bfd73c23eab995c09aa8501691d2a2a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:51:02 2007 +0000
- videoportals.c: Add metacafe URL support.
- commit 04eab2d9567bbb313e622881da269a6ad0026a54
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:33:58 2007 +0000
- videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).
- commit 2dc29d7d9351e54d7261b8ed7d994a647402dc93
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 23:25:40 2007 +0000
- Qt4 - small changes and factorisations in CONNECTs
- commit 84dd91cea7003ec3a0809144055e76b8d08074d7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:19:39 2007 +0000
- gvp.c: Fix Google Video Playlist detection code.
- commit 88d7f4a3998ea615c4864cebb633f458f9968dff
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 11 23:19:34 2007 +0000
- http Access: Simplify the re-location code.
- commit 78cf351830dc47d4a46520d6128f2b874347f02d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri May 11 23:17:14 2007 +0000
- Don't hide the name in the status bar. Oups.
- commit 5d427733793d8364362792f80a1510da6defd954
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 23:13:51 2007 +0000
- Put SGI decoder with the latest version of ffmpeg.
- commit 6817842bcc24eecfc10d3753fb0e56efa3fe8fd4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 23:08:19 2007 +0000
- videoportals.c: Add support for Daily Motion URLs (the webpage's url).
- commit 7e0be9b2ac8a9327dfec8786a1ce73b3fa2bc53d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 22:46:50 2007 +0000
- Add some NEWS.
- commit 0cc5efc8eae20bd2b9b1d1851dd2356d779821af
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 22:31:09 2007 +0000
- Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.
- commit 404486f903fcae290dc34a34120ac925646e290e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 22:27:33 2007 +0000
- demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
- commit 4b9392bbfe312be0b1e1dd1a280ff4c48053c9d6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 22:15:45 2007 +0000
- input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
- commit 0e071fc073da23df27584aa0e61ffc96102c59dd
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 11 22:05:02 2007 +0000
- Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
- commit 93f6ddfc64b9ae2e966be178b641a95880786769
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 21:58:10 2007 +0000
- FFMPEG: activate WMVA since it seems to work (tested with three different files)
- commit 5c76eac0f172078c4775dc52bd3f71d37d461d80
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 21:50:03 2007 +0000
- ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
- commit d04ac2108772d75ddd66e4c7f3f0b4c250ef0750
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 20:02:34 2007 +0000
- FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
- commit 58afa67ff10853d11b4e1b345952b48a629243e1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 19:46:25 2007 +0000
- FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
- commit 9375a0d8d125a644a5c2dcff25f00a254f89ef8e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 11 19:19:11 2007 +0000
- Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
- commit 2b602203534044513b7ba707b326c84a4e2e227d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 19:19:11 2007 +0000
- Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
- commit 07ff3bd710cd4599e91705fd061e9d4ba2507d60
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 18:19:43 2007 +0000
- Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
- commit fee55b8851df2a0df0fa5eaa93c2988935ab0fba
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 11 09:11:36 2007 +0000
- Mac OS X gui: Make sure we don't see a ghost window in expose.
- commit 476a2664dab32315f71649d517ad61e7a748b62f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 11 00:18:38 2007 +0000
- Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
- commit 7edb96d25dd3fefc31822ee10f6bef5935aefe18
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 10 23:25:17 2007 +0000
- Qt4 - Open Network Dialog: add https to the list and checks.
- commit 32d031841ffc1a9885c0a67852de4d525212bdc8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 10 23:14:05 2007 +0000
- Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
- commit 7b4315f4183fbe01ec5b84bd3409ad957a903fad
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 10 23:10:55 2007 +0000
- Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
- commit ba517150af25290eae81667673771fe181388b9d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu May 10 22:52:19 2007 +0000
- qt4: Make the name in the title an option
- commit 9ea10544817eebc69df738b7206ee8d6992c1bc6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu May 10 19:53:46 2007 +0000
- Default more cleanly on moc and uic
- commit a0bc0a695270a70db5f8981b2c14b9f9ceae1ecf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 10 18:00:12 2007 +0000
- Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
- commit f0dc54ba5d8a5219692b5fac17fe26a4eb11eadd
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu May 10 12:24:23 2007 +0000
- Mac OS X gui: Fix a crash when waking up from sleep.
- commit 02c82b36dc009c3cb2c09058ae73c40d4a1485a0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 9 22:49:10 2007 +0000
- Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
- commit a6916de10111532d61ecee3a23dff3579e263292
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 9 22:10:25 2007 +0000
- Slovenian l10n by MAteh Urbancic
- commit bdf0ff328e00e476247d4984a93a8f91c2d59018
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 9 22:10:21 2007 +0000
- Update the pot file
- commit 0f2050042304223fc2374e381599c8e9947b6891
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed May 9 20:20:52 2007 +0000
- * rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
- commit 3ed4adba10fdcd666e4bc75ceb4202672a5fd14d
- Author: Ken Self <kenself@videolan.org>
- Date: Wed May 9 19:43:05 2007 +0000
- Fix choppy audio on live play - caching enabled properly
- Discard samples before demux is ready
- Timeout if no samples received
- Header file tidy up
- commit f9c2070c907bfabd9498090774075de8a2b739ea
- Author: Ken Self <kenself@videolan.org>
- Date: Wed May 9 19:40:09 2007 +0000
- Header file tidy-up - get guids from libstrmiids
- commit e3b4a2c7fad771e31d33650ca887ee907fb9e780
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 9 18:48:21 2007 +0000
- HW Pixel Doubling and Backlight-on for Maemo devices
- Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
- commit b4c9724a3f5a74a734afb717aab8040407603b2e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed May 9 17:33:21 2007 +0000
- * removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
- commit b216a62378516032d127c5a0e1da8703c2b69732
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed May 9 16:11:33 2007 +0000
- - Qt4: remember last directory browsed in file dialog
- commit d4c99c425954a7a79f6fdc233f9fea5d0dab92ad
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 18:50:40 2007 +0000
- Mac OS X gui: Fix tabs.
- commit 85c5cbfddbb0147c1c311440a0edbca08b9b4414
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 18:44:31 2007 +0000
- Mac OS X gui: Fix tabs.
- commit e557d8c0d9fdc3ceb2992a84cd0e875c4ba388e3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 8 18:20:28 2007 +0000
- Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
- commit 6d032d9e5b01c12d4edc5e2e241e17117973f7c3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 8 18:03:16 2007 +0000
- Tab and trailing space police.
- commit f4833f08645b971257a7b9f8b239959ff4cf7ad7
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue May 8 15:39:36 2007 +0000
- - directx: commit patch by Sergey Volk
- commit 9c609bd9fcaf0820c323a856dab692e2639125f1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 13:51:35 2007 +0000
- Mac OS X gui: Fix logo appearance.
- commit b479244a91f8b462be0984a13f63647dcf926135
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 13:35:38 2007 +0000
- Mac OS X gui: Protect against NULL string, and fix filter window crash.
- commit 39e14fc7656f3f4495f14b44dcb10c23ed557364
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 11:25:39 2007 +0000
- Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
- commit fc4af29c6ecff6c02bbddc8f4b4d327d0df1c290
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 8 11:23:47 2007 +0000
- Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
- commit 62f24677c121cd47565c77b0178edbf20b507cf7
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon May 7 13:28:49 2007 +0000
- python bindings: use mediacontrol_StreamInformation__free + fix
- memleak in MediaControl_snapshot
- commit a5623bf38f145b4f0fcacf56b2de90dccef5aa59
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon May 7 13:22:03 2007 +0000
- mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
- commit 299c9ec6e82fb299bedad33690ab18e443a7a515
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 4 21:49:09 2007 +0000
- Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
- commit 2149506c942876bb56cadc9448c64b2c558b6bd5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 4 21:48:04 2007 +0000
- * mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
- commit d849f0bc4be00adb17f707751dbe9b27158e09c6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 4 21:40:05 2007 +0000
- "[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
- commit 39df335044bacc905f61b48ddfa7a5edca3c0d14
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 4 21:35:50 2007 +0000
- "[PATCH] show input index-number in vlm show" by Ilkka Ollakka
- commit 970109d8ce8bb2027510168cd39c01610b2f42bd
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri May 4 20:05:20 2007 +0000
- - wxwidgets: slider tweaks completed, needs testing
- commit 263c385cdbdb7b8ddaa7e4b07634252a142c1ada
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri May 4 19:21:48 2007 +0000
- Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
- commit 78725911f3e804da241e95e86c4fe54ccf1613db
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri May 4 17:57:30 2007 +0000
- - wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
- commit 53aab25130560e9c218a85400a10c340f02ae086
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 4 13:29:15 2007 +0000
- Mac OS X gui: Quick Preferences fix.
- commit 2cc6ce41ba3de14cede75cf6503e071ac9138d27
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 4 07:20:21 2007 +0000
- * don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
- commit cd669541605016f517b01899d0c02e4bc4dada06
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 4 00:04:11 2007 +0000
- qt4 - Systray: - Repair the hide-and-never-show-back bug,
- - Repair the quit-VLC-but-let-the-menu W32 bug,
- - add an option to start VLC minimized.
- commit 12dcce3f4c95bc1db8cdfda241ff6a38ac92c7b0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 3 20:42:54 2007 +0000
- * src/input/stream.c: fix input-list code.
- commit 8d3912c26d9eecbf3d74020d28a0c11a0ba5dc22
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu May 3 20:03:09 2007 +0000
- python bindings: use new mediacontrol_exception_create function
- commit a79c62a4d1fe8d5c64e89f4d81016c186fd6bae2
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu May 3 20:02:34 2007 +0000
- mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
- commit a58e289ab4387ef75c5167e9d4e9899408b8e380
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 3 19:52:45 2007 +0000
- Change prefer-system-codecs category (put it in codecs, not input/codec)
- commit c5172423e32537de643af4aa5eb197c84dcb4415
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 3 19:31:13 2007 +0000
- Qt4 - GOto TIme dialog. Adjustement in size.
- commit 22101ad94d92fd9af16fae4fbe3a931cdb7cb790
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu May 3 19:18:39 2007 +0000
- qt4 - Open dialog. Smaller Width;
- commit b49c155e1c5bd410b9d2038e50829b1efaf39b65
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Thu May 3 17:44:07 2007 +0000
- src/control/mediacontrol_util.c: revert rev. 19899, and document the
- mediacontrol_exception_init function.
- commit 72d1dd3624f6dc513ac46eb5650329863a899d13
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Thu May 3 16:53:14 2007 +0000
- * modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
- commit 03c122fbca9b289db080f9038260d9f8196c16b5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 23:30:54 2007 +0000
- Qt4 - Open Disc: handle dvdsimple
- commit f1302d9cf17de17eb3ef764002f5d11feb2df548
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 23:11:26 2007 +0000
- Cosmetic and brackets.
- commit bf9e29155307bc61886a94d7dbddb369dcb15617
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 23:04:07 2007 +0000
- Add a "(" to fix previous commit.
- commit 741d02eeeb68be96e02b69f6c548202b679af678
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 22:59:49 2007 +0000
- Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
- commit 4c2466aaa09ba233fc13a79f617e342e8f19e553
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 22:57:51 2007 +0000
- qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
- commit 1f180231cd900401ddc07df6e286ee8892ff588a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 22:55:45 2007 +0000
- Qt4 - Preferences. Add an apply button and warnings to force saving
- and rebuilding when switching details depth.
- commit 137e021bbcc32b64d66d2d6aa05945129e76bd4e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 21:19:35 2007 +0000
- qt4 - Simple Preferences: add the overlay option to the video preferences panel.
- commit f81fd5bb87db1bbb8275d015d6687aa983d201ce
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 21:10:08 2007 +0000
- Qt4 - Add various tooltips: Open (1)
- commit 84fcf61bb8a99d9d639e1c08e97ae57b56ee82b9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 20:33:24 2007 +0000
- Qt4 - Text correction.
- commit 2b60288a8db042caf7d6499aff78f1ffbdf2876c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 2 19:58:03 2007 +0000
- Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
- commit fda713ec5e49f85f037ce655041fe22841186126
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed May 2 17:30:25 2007 +0000
- - direct3d: fix for cropping, closes #1185
- commit 3ce51320ea315d088049a672bc9fe8b308b3a4fa
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 1 17:18:46 2007 +0000
- Provide va_list variant to MakeSDPMedia
- commit 60db87243c9426e59557d0f0f2e30276cc2f9c94
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 1 17:14:14 2007 +0000
- Add helper for SDP media description formatting
- commit 7681a9b5d1df0cbcaa5914cc33bb40fee8276a36
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 1 15:46:13 2007 +0000
- Fix some memleaks
- commit fd2c85f56b67d2ad436d67ada15ed0e8d4073578
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 1 14:24:16 2007 +0000
- fake.c: allow changing the fake-file-reload option at runtime (untested).
- commit cbc9069af619cb0e57ca00fa1ab808a8e3d563ac
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue May 1 11:08:40 2007 +0000
- Apply the same probes as is done in Open when checking other mkvs in
- the same dir in order to weed out invalid files before calling
- libmatroska. Fixes #1158 and a memleak in that area
- commit 7a710cb63a79ccbd9d8e08ca2c2cdf441b723ffc
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue May 1 10:10:34 2007 +0000
- hotkeys.c: Don't continue looking once the action for your key is
- found. Should save a few precious cycles
- commit e2f005e553336fd66d7d7d23904cd868bb795def
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue May 1 09:58:59 2007 +0000
- hotkeys.c: Print a warning and do nothing when something issues a 0
- keyevent, rather than execute the last unassigned key action. Fixes an
- issue that causes the playback to be unintenionally paused whenever a
- modifier is pressed and the qt4 interface has focus (key-pause is not
- assigned by default)
- commit e1b1fc71d5583ff58739d83c96dc15cd52859463
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 19:49:26 2007 +0000
- Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs...
- commit 6cfabf4ab135351fe840c0ffeff4a568792995c0
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 19:12:15 2007 +0000
- Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
- commit 580493428a56359722291aab55a47cd51bebe89a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 18:09:34 2007 +0000
- Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
- commit cd0a847ef1b9e916d2bd5d49c0521896546a2a1a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 17:42:21 2007 +0000
- Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
- commit f567b195a4322e6a7b66674f0bb6eec70af03dbc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Apr 30 15:04:47 2007 +0000
- Handle errors without crashing
- commit 92a4720a62666e8bfdcc565e802c6fdaf0e70980
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 00:50:19 2007 +0000
- Qt4 - Indentation fix on previous commit.
- commit c2fe37f6cbee14f9eff1d3e8ee03d034850c35a5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 30 00:44:18 2007 +0000
- Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
- commit c40effe24836a594e519d445ac77c64ce1ebb32f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 22:52:08 2007 +0000
- Qt4 - Very slight change of behaviour.
- commit 3ede77e483e385fadd70b36906f6cb58199a7cd6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 22:47:36 2007 +0000
- Qt4 - Preferences. Implement the onUpdate for ModuleList.
- commit bee4d4172184d3d88806ada3886ecac5a15a3491
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 21:50:34 2007 +0000
- Qt4 - Simple Prefs: little adjustements.
- commit 1759042ffe3eaa206cf4e4a01863788d75a85560
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 21:21:55 2007 +0000
- Qt4 - File forgotten in previous commit.
- commit ea3f97f192a4451cff84af0807cc2f5612c5b271
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 21:16:16 2007 +0000
- Qt4 - Simple Prefs. Small modifications on style.
- commit 6bc91febc84c01b39879d7d6420232ce21782355
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Sun Apr 29 17:44:44 2007 +0000
- - live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
- commit ab9ec249f2d141cec265795675db9804cddf8232
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 29 11:37:17 2007 +0000
- Wx - Increase the time display. Close #1116. Does not happen in Qt4.
- commit a5a265ad837cfcff4f231f1cf2c7d692577f75af
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Apr 29 09:22:04 2007 +0000
- Numerous compile fixes.
- commit 1e9bb01789991135c548aff9deae9db9c2f3b63c
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Sat Apr 28 17:49:39 2007 +0000
- - asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
- commit 318f2b463ae7d438b2594437ed8ec6af33ffff6e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 17:48:56 2007 +0000
- qt4 - language is win32 only.
- commit b593c2c4170ba63f2ee21a7a8414081a45235cc2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 28 17:40:51 2007 +0000
- Bandwidth limit access filter
- commit ffe6a9a6d6fb65848ef5db445a7e67a267b6efeb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 28 17:21:09 2007 +0000
- svn:ignore
- commit 2c683ec85fc163ecf3ff2337524d4362dcee1ae5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 15:39:42 2007 +0000
- Qt4 - Preferences Size.
- commit 0e0128d79a3fd3bdd99be601529e56217ff87fc5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 15:28:39 2007 +0000
- Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
- commit 48cc5bef59a44e2239c8828993ca36fad234db0d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 15:11:17 2007 +0000
- Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
- commit 308924a18ba51c8d8d319eabd2de817c693a9dca
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Apr 28 14:03:36 2007 +0000
- Update patches to latest live tarball.
- commit b760414f990b915e2c0e53eaee60206bc61eb0b8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Apr 28 12:24:48 2007 +0000
- contrib: Attempt to fix live555 patches.
- commit b277fbfb1deab1ee73f16aea805bb9115309863b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 02:22:43 2007 +0000
- qt4 - menu: indentation correction.
- commit d8e3954968a94386cf58f057f344d8c7162e5d16
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 02:16:08 2007 +0000
- Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix.
- commit 3a9d24fa70c1c4d7adbe3a202a53818e239d4fde
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 01:36:15 2007 +0000
- Qt4 - Menus modifications and additions. ( hide & playlist mainly )
- commit de4f8d2c2279820a540926d9f153cc6f76739b0e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 00:31:54 2007 +0000
- qt4 - Copyright, CRs and unwanted commits.
- commit 712f983f22d2880e2fe8f1af101d8b314b87c26b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 00:26:29 2007 +0000
- Qt4 - Copyright update and CRs
- commit 45264e5f06bd52506b2effda0d45f2b295410838
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Apr 28 00:16:35 2007 +0000
- Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes.
- commit 603b805d87c69c2aea85edd5986a72c769ccb602
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Apr 27 21:21:39 2007 +0000
- Fix a bug.
- commit ba96f5e2450d95efe46a878fbe94846dc7c99249
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Apr 27 19:46:50 2007 +0000
- Fix memory corruption in wx locales handling on UTF8 system with iconv
- commit 21b9dcdce7cdd7aef306f42e4936096eef7233cc
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Apr 27 17:36:10 2007 +0000
- qt4 - extended dialog is a QtTool dialog.
- commit f1fac53ed11e9fb044d22a189947c74408825e21
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Apr 27 14:25:08 2007 +0000
- bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place
- commit 59bc3cca8f7f3c0e2f031e6322a1b41af05d788c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 26 22:41:52 2007 +0000
- qt4 - Size and translations.
- commit b1d9857cfcec04ad618bd13ca871b5d8a63193fa
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 26 22:37:58 2007 +0000
- Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three.
- commit 4c9fbd0a83ab2cab76549fc2f6501694b9e4299d
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Apr 26 21:45:13 2007 +0000
- - directx: backport leftovers from vlc-0.8.6-bugix
- commit 2f20faa37eb4236a9c39eff8f48a1a76a12705cc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Apr 26 19:53:53 2007 +0000
- grammar
- commit e3204e44686cfccc0b633b2a76914e6536ceb5c4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Apr 26 19:33:33 2007 +0000
- * [PATCH] Memory hole fix by Bernie Purcell
- commit ba04cf95350e1df24042d998d068d778e8e3dda1
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Apr 26 16:03:55 2007 +0000
- fixed memleak pointed out by xtophe in previous commit
- commit 6bb37546483d236848dbe3dd11a601409e158e85
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Apr 26 15:51:03 2007 +0000
- - configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32)
- commit 770c80230588fe07a87afd7c40dc72dfdb8561d5
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Apr 26 11:25:07 2007 +0000
- - directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility
- commit 8f3ee35280041bebff73d6dc3040028485ffa5f5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Apr 26 10:03:51 2007 +0000
- Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location.
- commit 88f28f6302e29415432eb12a576b8ecfa85ff2e0
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Apr 26 09:59:58 2007 +0000
- remove trailing whitespace
- commit 4866d8c169eac35bf78100cfb4848d93b407f7c3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Apr 26 06:48:12 2007 +0000
- Small codingstyle cleanup
- commit 91b593071ea5b61c5982021354680c49226f099f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Apr 26 06:44:28 2007 +0000
- Remove emptylines and whitespace
- commit ce2f6ea1a03d4228acc59ee3b4522a620c447804
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 25 23:27:55 2007 +0000
- qt4 - Cleaning.
- commit 0ee2d146d8bfec587c0cb2907bf7cca9d706d5d4
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 25 23:26:45 2007 +0000
- Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
- commit 9be6878a6d1b57f1ca10896e5905cf409a4b5d5f
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Apr 25 22:51:10 2007 +0000
- - Qt4: fix popup menu
- commit 31439d7a63b9405d551c527fda2ba330ee31c5bd
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 25 22:00:27 2007 +0000
- Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps.
- commit 9397093e7f39aef9537ca56ce34aab20cba01b02
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Apr 25 20:01:18 2007 +0000
- Detect also .exe when looking for programs under win
- commit 7a5e8f42372a807174541aec9a1e3263730e8996
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Apr 25 19:55:51 2007 +0000
- Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen).
- commit 348f0ffb5cfa9c4eb38bd011f007cc44b7c38ea6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Apr 25 19:37:47 2007 +0000
- motiondetect.c: Oops commit.
- commit a90c35233438b461d095a693368c517636526857
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Apr 25 19:20:43 2007 +0000
- * motiondetect.c: remove useless include.
- * puzzle.c: compile warning fix.
- commit ad0117b6be6bb0b5256748eb54efa7f6f3ab79f4
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Apr 25 19:15:39 2007 +0000
- Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak.
- commit eaf3e693968f6d9aaea7cf2c38ed02712753f704
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 25 18:12:57 2007 +0000
- Qt4 - Dialog size. Hope to fix windows bug.
- commit 89a7f21f0b3af8281b214b2b16accec0858e82c7
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Wed Apr 25 16:26:19 2007 +0000
- - directx: optimize WM_PAINT event handling
- commit b939d6570f6024fd65b527ae1f4e73012c6b1ce9
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Apr 25 12:38:10 2007 +0000
- Doesn't shutdown hal connection if initialisation failed.
- (That usually happens when system D-Bus daemon is not running)
- commit 1b39631e48751cfcf99d9571fbb80ab6eb04ed7f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 24 22:02:10 2007 +0000
- Qt4 - Open. Make files in a better way to stop whiners (2)
- commit 9d968beeccceffd5856fb3d5b28999cc209b4a07
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Apr 24 21:42:29 2007 +0000
- Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
- commit e0d9a006d6245a1cb3220757050ba9240e059b9a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 24 21:33:57 2007 +0000
- Contrib and qt4 exe for whiners
- commit 53e97358a26429bf3fed47b2d8e8ae66682e089d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Apr 24 19:59:59 2007 +0000
- Quartz (Mac OS X) subtitle renderer by Bernie Purcell.
- commit c6c552ec06eff866726cb66f4181dec8bda674f1
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Apr 24 14:02:40 2007 +0000
- bindings/python/Makefile.am: remove wrong whitespace around = sign
- commit d08ba16893629f32dcac2315f4d37b6c31e5199a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Apr 23 21:41:25 2007 +0000
- Yet another optimisation for the gaussian filter. This adds a compile
- time option to use floats instead of integers. Performance comparison
- is:
- (performance is in numbers of samples output by oprofile. Less is better)
- sigma old version (integers) integers floats
- 2.0 556889 466435 (-17%) 481293 (-13%)
- 4.0 902749 (core maxed out) 732755 (-19%) 716070 (-21%)
- I'll have to check why relative performance gain depends on sigma when
- comparing the the float and integer versions.
- I'll aslo add another module (most likely named fastgaussianblur.c)
- based on Frederick M. Waltz and John W. V. Miller's "An efficient
- algorithm for Gaussian blur using finite-state machines" article. This
- seems to be way faster (but it's doesn't allow as much granularity in
- the gaussian's choice and it adds an error compared to this module).
- commit 3a72b28ff377df3db201c0ecc46b6784fcc6e4bf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 23 20:24:30 2007 +0000
- Repair live patch.
- The arm.config error that occurs is just that someone commited a dos file...
- dos2unix could fix it. but it is not on Apples....
- commit feff2e480b92274709c139aecc8950b2113aa713
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 23 18:43:55 2007 +0000
- GNutls ++
- commit 419b8d92ea25df77ec2634f120c40b13c85025f4
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 23 18:34:35 2007 +0000
- libxml2 2.6.28
- commit 458e5f108984c4579c5e22651d3658566addfb7d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 23 17:15:49 2007 +0000
- Contribs. Include qt4/bin/*.exe for the windows users.
- commit 0c2888cc45bbb73f286eb8903b2657060c7e515e
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 23 16:29:08 2007 +0000
- - vlc.exe: removed DOS console when starting up
- commit 1aad6e6effc6e2cde0b18cfb98a3a328804749db
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 23 13:45:07 2007 +0000
- - praises for Ken Self and BDA annoucement
- commit b4ac748f7d5421e77068a62d562692c9153e6a5d
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 23 12:37:13 2007 +0000
- - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self.
- commit cea447d3cb6c588fa36b49e4f5b269d7f6ddd250
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 23:06:50 2007 +0000
- Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream)
- commit bc4992bf2e97ca875b5e65095f792a411c081922
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 22:53:34 2007 +0000
- Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs...
- commit 5117b27e92325cf6e76d5d9e66ec74dca2f640e7
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 22:46:33 2007 +0000
- Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms.
- commit 2c755e538a0aba0407edec24b38c933a1a2811a0
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 22:25:32 2007 +0000
- Contrib.SDL_image 1.25 because 1.24 was removed from main server
- commit e3224ee6fa1b90a206400be52e2d84d6caaa2fd1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 22:14:02 2007 +0000
- Contrib. Try to be a little consistent. This may kill your pinguin.
- commit 32fa00d81c3885643482e036a6c654cc13201248
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 22:07:45 2007 +0000
- Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
- commit 794dcc1e0f2c33117498d3f3b690630300a06733
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Apr 22 20:41:54 2007 +0000
- Contribs: add a make clean-svn to accelerate contribs updates.
- commit 2a2b478368aa26cfbf613f5205bc5ba1298a34ad
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Apr 22 16:45:08 2007 +0000
- Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event.
- commit 3af039a0d25dbb6d7a3e5949c521f72a36c730fa
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Apr 22 14:07:46 2007 +0000
- Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though.
- commit e965658404e6316f14c00560cd657048d2700dd2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 22 10:27:49 2007 +0000
- Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
- commit 1980a6ddbd5d5e890260e1318b6bc1ce406a315b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Apr 22 08:37:38 2007 +0000
- Patch to fix ticket #1162 by npl at chello.at.
- commit be8ab3720f2d935237952f70e289aea7338eac01
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Apr 21 23:26:46 2007 +0000
- New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
- commit 3b0deb5a06db8752f398db8bde04d986fac7c8cd
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Apr 21 23:19:33 2007 +0000
- svn keywords
- commit 314aceb7f9b530371b365ee7fe6e9bde47651398
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Apr 21 22:42:20 2007 +0000
- Fix i_pitch vs i_visible_pitch bug.
- commit 5f247d8c72fa39d46e27c606a3066cab449349ff
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Sat Apr 21 22:30:23 2007 +0000
- src/control/mediacontrol_internal.h: do not set exception attributes if
- no exception was passed
- commit fdf18908aa4a7ce81cddf0d7661deade27fe3a1d
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Sat Apr 21 22:25:37 2007 +0000
- src/control/mediacontrol_util: do not malloc a mediacontrol_Exception
- if it is NULL (memleak pointed by Pierre D'Herbemont)
- commit f57013c6a84618d4b9bd943c46f3a1528819e3af
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 21 20:06:39 2007 +0000
- * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
- commit 006c849913eaf70055a988fefc96cc8bd3b09d05
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 21 19:09:23 2007 +0000
- * modules/demux/mpeg/m4v.c: new m4v-fps config option.
- commit a5ed885fd7c592522266bfb8d86aea31de54042b
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Apr 21 11:07:05 2007 +0000
- * dropped 10.3, num 2
- commit d4cb2ff791e929b928159a20e0a5b01374199643
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Apr 21 10:59:05 2007 +0000
- * drop 10.3.9 support in favour for 10.4u
- commit f204ed7e35268e809c4736752a536c1b4a06d91f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Apr 21 00:47:57 2007 +0000
- trailing space
- commit 6c860d2af570ce6faa444dc222afc8724322709d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Apr 20 23:55:02 2007 +0000
- gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
- commit 610d26b1b6c422451fcacce404ea4612e2a1e022
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Apr 20 23:48:27 2007 +0000
- * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters
- * motion.c: reflect changes on rotate.c
- commit e17f05eebb22a197f7e3999363dd9e71ec8c749d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Apr 20 15:21:59 2007 +0000
- Exclude incompilable MMX optimization for 420 YUY2 in debug builds
- commit 4be8a1bbc7aabf3879742d57248245e857c51df7
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Fri Apr 20 10:40:03 2007 +0000
- Another fortune gladly supplied by dionoea and xtophe
- commit 5ca64def72d3c1f48bcbf38941cfac327ada9982
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Apr 20 07:50:54 2007 +0000
- * sync with 0.8.6b's final notes
- commit 844792b11a9ac5df0471be7334d9c97e28b3ed9f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Apr 20 00:13:18 2007 +0000
- Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet.
- commit 5520df2db72509ea206fa68ef4981fbc630c16d8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Apr 20 00:03:50 2007 +0000
- Qt4 - Cosmetic changes.
- commit ce1eb441e14991b340194f93a153e4e6486be9c2
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 19 23:49:01 2007 +0000
- Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D
- commit 74e74a96ad37ee54fc658810bcb67aeed4e5f350
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 19 23:24:48 2007 +0000
- Cropping ratios: add 35mm Widescreen Eur and US.
- commit 7aab7794deb818e981537baf0adb2fc19db4bbf5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 19 23:07:31 2007 +0000
- Add 2.35 and 2.39 cropping ratios.
- commit b5416045ac8f1c36c88ed702c2844621540babff
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 19 22:18:28 2007 +0000
- Qt4 - Add entries to the popupMenu.
- commit 06e1acc1af78481104d7f281a6466d2b239fa4a1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 19 21:30:15 2007 +0000
- * modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2.
- commit 4ccb8b8026370f737df39db04644429d9c45beb2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Apr 19 17:45:30 2007 +0000
- some notes about mirrors
- commit 78ff3248b466be5befb709ad42c824dbb37137a6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Apr 19 17:43:16 2007 +0000
- Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA.
- commit b40e111415d8d5d33122e63b1f802393875c1719
- Author: Yoann Peronneau <yoann@videolan.org>
- Date: Thu Apr 19 17:36:34 2007 +0000
- * don't forget the "Check for updates" functionality
- commit 1fb95447a2d0ade9fdf8c68c06c561a26480699e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Apr 19 14:54:06 2007 +0000
- Spelling
- commit 39236e528e5bab2c1bed53cfbeff949f2e63fc2d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Apr 19 08:33:30 2007 +0000
- Check return value of malloc()
- commit f90b0e657d7051b90691799aad48080b536c24d6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 19 00:01:24 2007 +0000
- Contribs... .la again....
- commit c37a9dfcc804a115c214380257cad3eabcf4bcae
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 18 20:40:12 2007 +0000
- Qt4 - popupMenu and AlwaysOnTop. Needs testing.
- Mostly patch by Sergey Volk
- commit 5b4d031911d0eb4c0288fd821e3ed049858d44d3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 18 20:07:42 2007 +0000
- qt4 - Bug in next/prev chapter. Found out by Sergey Volk
- commit 7899e383bf0ebd51971b41e5cac39debe6fc42de
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Apr 18 19:32:53 2007 +0000
- Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt
- commit 21e57260d4e6874f63a7c85d55aac38bd95a5dff
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 19:22:53 2007 +0000
- Kludge the kludge around the kludge around the kludge (sic)
- commit 26225505ff5d661276a69220ae290c75fb0b7581
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 19:19:11 2007 +0000
- Ugly kludge around a kludge around a kludge. That's so nice.
- commit 9b6b0df36a16b1ca7706e138f6c491e12e5eecfa
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 18:55:19 2007 +0000
- Uuinline functions and hide stream_t (it's not used in any module anyway)
- commit 7812f84420bc29c89c1c87c2492b6cde2de4536a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 18:24:47 2007 +0000
- Compile fix
- commit bbd9d3150003cec56b595cbdbf679c0fb6594c01
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 17:25:37 2007 +0000
- typo
- commit 6a764018559d668eae88ce669b4c131fd021c851
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 16:52:40 2007 +0000
- Minor simplification
- commit 942d61194332f92f4933613ae32ca8d9d04913c9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Apr 18 16:50:35 2007 +0000
- - Really handle alloc failures
- - Put a limit on the SDP size
- - Remove check for access_demux (this is not one, and it would crash later if it were anyway)
- - Fix description to not assume this handles UDP only (since it does not anymore)
- commit 05b8f0436164b82ab5feaf63e005758772d1e1da
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Apr 17 22:01:31 2007 +0000
- Update Italian and Slovenian l10n
- commit 54cd9ee287d9110af83a896c5ddcd5b21027ec48
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Apr 17 20:31:00 2007 +0000
- Improve logo erase filter (~12% speedup if my math and profiling are correct).
- Add support for I422 streams (un tested).
- commit cab9f4b0c3deb970a761d3c909bc7b4d7b422280
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Apr 17 20:06:51 2007 +0000
- Use the right libvlc library extension in java makefile
- commit 07330d2b038c84ea3022adcc12b0e60e74866d61
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Apr 17 19:24:49 2007 +0000
- INSTALL.win32: Set correctly PATH when using contribs + misc fix
- commit 0559d37d75ea9841cbd773e037605eaac5869b76
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 17 18:24:46 2007 +0000
- Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too.
- commit 765497c49fcaf9f015a1ecf0edc8b09c189546a5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 17 17:34:28 2007 +0000
- Qt4 - don't use a class member when you don't need it. Ref #19854
- commit 1298e0c97355c57a7f0c032cbd7bbf09dd57edaa
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 17 17:25:53 2007 +0000
- Qt4 - Playlist: AutoScroll the playlist.
- commit 02617cc3a2ad9abe3e536e83230901ac83afd122
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Apr 17 17:21:13 2007 +0000
- Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too )
- commit 905e5d8ae88a2d56f346fc33590dbe69bb07a5eb
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 16 22:52:35 2007 +0000
- Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics.
- commit d998d106fcc1135751f1139598c4251cd6f8cd98
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Apr 16 22:27:19 2007 +0000
- use the right extension for javac
- commit 1a077e016cfd7194eb755b2c04555a58ea102d9a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Apr 16 22:13:38 2007 +0000
- java compilation is javac friendly
- commit cff71493f62b9b6e99ed0662c056bc0160f43693
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Apr 16 22:03:25 2007 +0000
- Oops.
- commit 6ec82b018ceee54f37157333ce6bc74dd23b57cb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Apr 16 21:59:39 2007 +0000
- * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good.
- * deinterlace.c: compile warning fix.
- commit c7bcb18012ebac706106e40b1d67ddd830e130e3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Apr 16 21:39:07 2007 +0000
- Don't distribute .la files for win32
- commit 8b8a6842025e7fca0d9cfdd951f0077f53056e13
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Apr 16 21:21:09 2007 +0000
- bindings makefile simplified and includes added
- commit 4e0d9312a613df70ebfdbbc3c2c3bd9a7b8c6e9c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 16 20:53:10 2007 +0000
- Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes.
- commit ef6c490adcbcf6ad2cf3ac92b7a49016dce18042
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 16 19:55:38 2007 +0000
- - contribs: fixed live555 patch
- commit c0706677a58b05f93a42db3e37b469539c64eb60
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Apr 16 19:30:59 2007 +0000
- Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer)
- commit d35651d0275f5effd41124469d5521f4c90999ff
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 16 18:08:27 2007 +0000
- JACK patch from Jon Griffiths
- The attached patch adds 2 config options for JACK output: a boolean
- saying whether or not to connect automatically, and an optional
- prefix which filters out input ports so VLC connects only to the
- port(s) you want.
- commit 95da3a666c28bebd06b17cd4985b81bac1015745
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Apr 16 17:11:29 2007 +0000
- Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
- commit e30041914d81a376113561768611a6b1520688f8
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 16 16:32:11 2007 +0000
- dshow/common.h: reverting r19786
- commit 375ebeb6afa0ca901c03d96c2075e866e803c49b
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 16 12:01:03 2007 +0000
- - libshout-win32: patches Makefile.am rather then Makefile.in
- commit f1a701b569ef9d4515effba8f1ec1cf5fe9357bf
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Apr 16 08:57:15 2007 +0000
- toolbox: remove obsoloted files
- commit f8fcb4010b13c917972fcad719f01e75c98bd5f3
- Author: Mark Moriarty <markfm@videolan.org>
- Date: Mon Apr 16 02:27:39 2007 +0000
- Use ifdef/endif tests on the undefs
- commit f7d32756d25ff0db03a73b7f76875bbe76d36d18
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 21:37:49 2007 +0000
- Don't delete variables that don't exist.
- commit 2e7f9cf4d64267a8ea4b822bd007e487d6db9828
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 21:12:27 2007 +0000
- Remove old TODO + fix spelling.
- commit cde813f9cdd3335596250a6673e879c6487ca49c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 21:04:40 2007 +0000
- Update NEWS based on previous commit.
- commit ce0e4fb0ab2f1d847f4b17ae9a895e01a1ae7224
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 21:00:09 2007 +0000
- * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
- image before sending it to the mosaic.
- - Add option ("chroma") to force the image chroma
- - Remove alpha mask code
- * mosaic.c: - Remove bluescreen code
- - Misc cosmetics changes
- * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
- * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
- * invert.c: don't invert the alpha plane for YUVA images (We also need to
- prevent that for RGBA images ... but that's not really used
- currently)
- * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
- commit 4cdb486b976a23ca9f24242ab98ea4258e9558de
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 20:50:47 2007 +0000
- Remove trailing spaces.
- commit 7210d89f0c7b03be4f7d475f6b248ef8ebc3be6e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 20:49:47 2007 +0000
- Comment fix.
- commit e70ef78ecdcec088a27ae3b721e9af016966b436
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Apr 15 20:46:28 2007 +0000
- * Switch b_strict to true in module_Need calls (we're requiring a specific module)
- * Add missing space in help string.
- commit 4dc59a4f432ead66b8cd5fe3d9cb61680528d340
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 18:52:03 2007 +0000
- - Fix make clean
- - Remove GNU/makeisms
- - Cleanup
- commit e3d911f362a8f97e76e302b6e17ef2d4121cf01e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 17:41:14 2007 +0000
- Make distcheck is your friend, when adding files...
- commit c43bae3e4def6b3dc1411e910d4c91eb07de9978
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 17:38:19 2007 +0000
- Fix the test suite
- commit 90d92ef9a9dcdecf8d8aa2d9c17c31f5000dc749
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 17:32:54 2007 +0000
- Mingw/Vista hack
- commit 10e55a2475456e2f8109eef21b046b232da2ade7
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Apr 15 17:21:34 2007 +0000
- correctly implement VOUT_REPARENT in windows
- commit 9f3d094cb03be94f45f4c7d83aeff8aa7e03b4c7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 14:40:51 2007 +0000
- Missing files
- commit 23c60f766c6342b2cc2132f45af778d159992a8a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Apr 15 14:34:51 2007 +0000
- Do not use absolute paths in java VlcClient
- commit ced0913dc3df741b6b5185593701818c99a466d6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 14:12:07 2007 +0000
- There are multiple IPv4 SAP addresses
- commit cf6546a3a334104592267079035149b4add4b70c
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Apr 15 13:52:05 2007 +0000
- Do not create a new window if hwnd is provided
- commit 29f92789e717c5d24829ee86f3792a709342b288
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 13:43:35 2007 +0000
- Soft code version number in desktop file
- commit cf7fddbcf8c24df146363c918b81b217fd2f468b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 13:42:53 2007 +0000
- Pass desktop file through config.status
- commit 6ea84051e4d72a88e10d0e1370f4b63397e7618b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 13:38:00 2007 +0000
- - Fix installation of gnome-vlc-default.sh
- - Make the desktop icon execute vlc instead of wxvlc
- commit d23984f6779c57bf98b344ce785f8ba40fe2aa7e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 13:31:24 2007 +0000
- Cosmetic changes
- commit 14246592841d6eb4b398de735a62fa27fdd8f543
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 12:34:00 2007 +0000
- Print error message when loading the playlist fails
- (which is always)
- commit 975c0e3f6b0ed35408c8072613f8fc7051a810ea
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 12:16:43 2007 +0000
- Fix segmentation fault
- commit 81487c3d999e8a1ff26f502801fe561d55a6a3d0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 11:53:54 2007 +0000
- Revert [16490]: do NOT remember loop repeat and random
- commit 4e752478073a22dd6db884395988ca494f80661b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 11:41:47 2007 +0000
- Remove useless wrapper around free()
- commit 6628b01c7c960f906328768a931cc2b93a46d9f0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 11:25:39 2007 +0000
- Complain in case of error when parsing the config file
- commit a19d0546bfc2f4205cca81182fbf6f27fb19c8ab
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 10:16:01 2007 +0000
- Increase plugin cache version to force stalling.
- This is not strictly required, but helps propage fix for #1086.
- commit b8802c32215815a1169277ca0481dc2e99626722
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 10:13:05 2007 +0000
- Category and subcategory items are also integers. Fix #1086
- commit 443738cef97713c7953a1a0755e37b44a3684f9d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 09:30:32 2007 +0000
- Cosmetic change
- commit 04574a2906d9d06cd6599f0239e455307a4f5006
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 08:51:13 2007 +0000
- Also remove --rc-unix from Win32 port for obvious reasons
- commit 37fa2c8838aa53459f62522ecd9f00717a3dd8eb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 08:45:48 2007 +0000
- Remove rc-fake-tty from Win32 port since it's explicitly not supported.
- commit 851b8a430e99148da397d24dd8ad75afbf05ea2d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 08:20:45 2007 +0000
- - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
- - Remove net_ListenSingle from LibVLC API
- - Improve error message when network protocol to be used is ambiguous
- commit f9d3f5de72e7ab50caff39fbdb84e75ef3f87f8f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 08:18:16 2007 +0000
- svn:ignore
- commit 6cff2f6f21c60fd0a966240ae4651281a88f74e9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Apr 15 06:46:06 2007 +0000
- Fix double certificate deinitialization
- commit e34ebba580e320e98aa88805908e0a96680c3796
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Apr 14 20:25:50 2007 +0000
- Mac OS X gui: Pause playback when going to sleep.
- commit aefd2b47f38da2406bad34b9582194c02bce326a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 19:20:39 2007 +0000
- Works this time
- commit 5233af32b92cb4be81e20b50a5a0bb818166a455
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 19:07:51 2007 +0000
- Undo erroneous commit
- commit f5a65159a180f89e21a1c0e2fea512c73f178027
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 19:01:33 2007 +0000
- Fix compiler warning
- commit 264a446cdf82baafb2ee7514f9567b9a35852ac3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 19:00:42 2007 +0000
- Include modules.h whenever needed
- commit a1e8379fef3609a6ab791d1acc1d597962968ccf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 18:24:58 2007 +0000
- Tiny code factorization
- commit 7a5fd4bee1b3393c5f667364c96f57ff36c80b26
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 18:17:17 2007 +0000
- Further hide module_t layout from plugins
- commit c6170002e964de01bf5376187959a52fa67c5829
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 18:14:38 2007 +0000
- Remove unused variable
- commit df50e0f4e85c05eb123b9f60a3aaed072a6aa52e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 17:32:32 2007 +0000
- Handle plugin cache reading error case
- commit d8e17ad4f32d842b8754dd6a79c6a6ae0762646d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 17:31:01 2007 +0000
- Get rid of useless p_symbols
- commit aaab472c638db2a83bfd75f0aa86b247bfb73b0f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 16:50:43 2007 +0000
- update libdca (untested)
- commit b89c14d5b4bd4e0011cca5112b54f6785df7dee2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 16:15:37 2007 +0000
- Initial work on hiding module_t layout from plugins
- commit 58663ffb0079d1882bcb0681a38537110a6466c8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 15:19:27 2007 +0000
- Fix typo
- commit 2eeecb47c846664e466677e9a592091e841290e4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 15:19:03 2007 +0000
- Move libvlc module stuff to their own subdirectory
- commit 49546ed7cb03bc794ca90da08a1b127c96c291e2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 15:07:46 2007 +0000
- Switch to libdca API
- commit 4f71b897bdc43bd2ec24c2a9327922464db71cff
- Author: Mark Moriarty <markfm@videolan.org>
- Date: Sat Apr 14 15:04:36 2007 +0000
- Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
- commit 1c582f374220d225daa516933f9c526479dac5d4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 15:04:06 2007 +0000
- Detect libdca properly
- commit 19bbed6ad6967effa2e8e1068f419d3706d806cf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Apr 14 14:15:12 2007 +0000
- Clean header file
- commit 8cf44c198ac4d9c0afbd8ec47b1798133c9fc752
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 13 23:51:24 2007 +0000
- * modules/demux/asf/* use index for seeking if available and if there's a video track.
- commit 44cb59eadc7ddcfd23ec9621e9d374c093261ff2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 13 23:50:47 2007 +0000
- * modules/demux/asf/* use index for seeking if available and if there's a video track.
- commit 7149e064c3172d1e0c5b45bfb36807003f1f00f7
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Apr 13 07:14:48 2007 +0000
- qt4 - Mousewheel (2)
- commit 9f2f3e7e43ba9fcd951be7e8dc3523d6e63cc20e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Apr 12 21:07:19 2007 +0000
- Slovenian l10n update by Matej Urbancic
- commit cf71566810d65c80589f56b47d9f61ea576fa0d9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Apr 12 18:44:47 2007 +0000
- * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
- commit f6857c6a31f40a49859972e483bfdec57cb8861b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 12 16:24:49 2007 +0000
- Qt4 - MouseWheel support - patch by Sergey Volk.
- commit 3e54b375a676911075d1ddd4673d5c22c2ee6d74
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 12 16:05:18 2007 +0000
- Qt4 - Set a higher score to qt4 than wx. Ref [19766]
- commit 7240be259cf03cb1ef31a0fb406466f9b3708a6c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Apr 12 15:05:09 2007 +0000
- Invalidate old caches (cf [19742]).
- commit cd1ae50f1b98fbcaafa2b504d1b944b40af9d767
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Apr 12 15:04:31 2007 +0000
- score is cached, so it's not a good idea to have it depens of the environement
- commit 14f7fe9917fabfec656a347a563a7ad011219a69
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 12 00:27:10 2007 +0000
- Qt4 - typo correction
- commit c280a1b193e1941aa7ef76ea73a7059f50443d35
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Apr 12 00:10:13 2007 +0000
- qt4 - Sprefs - Slight modification.
- commit bf2134e0b9101c18ae47b4a230f97684ac6e9049
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Apr 11 23:01:24 2007 +0000
- fix Direct3D translation
- commit 5165a22304903f22f44d58bc34269f6a4c6e48a6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Apr 11 18:10:05 2007 +0000
- * Honor --color with --list.
- * Add --list-verbose option.
- * Make sure that help related options always come first in the help output.
- commit d2910851e0b1feb21b3c3c453703995f10dd0348
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Apr 10 18:21:57 2007 +0000
- libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
- commit b1b629475241544d112726111687788394d96a4d
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Apr 10 18:20:26 2007 +0000
- - activex: support for taking a snapshot into a Picture object
- commit 9fa8b43c382782f6cb8cf1e28c09d03c8c52e192
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Apr 10 12:49:34 2007 +0000
- Some qt4 files were renamed
- commit 4e7e655aa94944ed4f1797d9dbb7114010c2c2a1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Apr 9 22:57:52 2007 +0000
- Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.
- commit 55b8d4f97994dc4fc894db43729257c80c37074c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Apr 9 19:41:36 2007 +0000
- Fix warnings.
- commit e12d4a322724a5e67a9af3847bf5abc8fb321ef5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Apr 9 18:36:16 2007 +0000
- vlc_b64_decode_binary() is in vlc_strings.h
- commit f6ead8f791204507f33fc20c02b24ff3d2a3dd0f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Apr 9 15:15:02 2007 +0000
- SDP: fix ordering of b= and a=
- commit 2c475507439a48d646589d5c3855b1ddf50569ca
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Apr 9 15:07:29 2007 +0000
- Do not insert TTL in c= line for IPv6 - this was invalid
- commit ff79bc85f26b1f280df7c2d05435e9b4472a3817
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Apr 8 15:59:43 2007 +0000
- Don't run hal_initialize() twice. Bug introduced in [19692].
- commit f449bc75656316b692cfd7dce6a80cc363243f99
- Author: Dennis van Amerongen <trax@videolan.org>
- Date: Sun Apr 8 14:04:31 2007 +0000
- * modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.
- commit 2ece18d460b0cc45527f3eaea9ba9d8fbcb9e3a5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Apr 7 20:17:12 2007 +0000
- Mosaic:
- Allow runtime changes of the bluescreen parameters
- Cosmetics
- Compilation warning fixes
- commit 57c44625f78bb0876b95521dd44615839ed85655
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Apr 7 20:16:18 2007 +0000
- Mosaic bridge: Allow runtime changes of the height and width parameters.