]> git.sesse.net Git - vlc/log
vlc
16 years ago - Remove config_FindModule as module_Find nowadays does the same thing
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:29:02 +0000 (19:29 +0000)]
 - Remove config_FindModule as module_Find nowadays does the same thing
 - Use module_Exists as appropriate
 - Rename module_FindName as module_Find

16 years agoFix double free
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:13:46 +0000 (19:13 +0000)]
Fix double free

16 years agoHide module_t
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:07:25 +0000 (19:07 +0000)]
Hide module_t

16 years agomodule_GetConfig, module_PutConfig: copy configuration data for a module
Rémi Denis-Courmont [Wed, 12 Dec 2007 18:45:11 +0000 (18:45 +0000)]
module_GetConfig, module_PutConfig: copy configuration data for a module

16 years agoRun the symbol check
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:46:15 +0000 (17:46 +0000)]
Run the symbol check

16 years agoNot meant to be committed just yet
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:45:54 +0000 (17:45 +0000)]
Not meant to be committed just yet

16 years agoMore symbols fixes
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:45:25 +0000 (17:45 +0000)]
More symbols fixes

16 years agoUse module_Put
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:43:36 +0000 (17:43 +0000)]
Use module_Put

16 years ago- Unlist synchro stuff that is now internal
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:32:41 +0000 (17:32 +0000)]
- Unlist synchro stuff that is now internal
- Add block_fifowake

16 years agosymbol list consistency checker
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:31:57 +0000 (17:31 +0000)]
symbol list consistency checker

16 years agoSort plugin API list properly
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:24:20 +0000 (17:24 +0000)]
Sort plugin API list properly

16 years agomodule_Put: releases a reference to a module
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:05:55 +0000 (17:05 +0000)]
module_Put: releases a reference to a module

16 years agoCosmetic
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:58:19 +0000 (16:58 +0000)]
Cosmetic

16 years agoRemove some cruft
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:46:40 +0000 (16:46 +0000)]
Remove some cruft

16 years agoSplit the over-large module.c
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:43:52 +0000 (16:43 +0000)]
Split the over-large module.c

16 years agoFYI, snprintf always nul-terminates
Rémi Denis-Courmont [Wed, 12 Dec 2007 15:35:57 +0000 (15:35 +0000)]
FYI, snprintf always nul-terminates

16 years agoDon't free() a char variable when it is on the stack (in src/modules/modules.c SaveCa...
Jean-Paul Saman [Wed, 12 Dec 2007 14:35:01 +0000 (14:35 +0000)]
Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.

16 years agoadd myself to list who to blaim for qt4 bugs
Ilkka Ollakka [Wed, 12 Dec 2007 08:32:08 +0000 (08:32 +0000)]
add myself to list who to blaim for qt4 bugs

16 years agoremove that kludge to use playlistwidget for getting art for
Ilkka Ollakka [Wed, 12 Dec 2007 08:13:47 +0000 (08:13 +0000)]
remove that kludge to use playlistwidget for getting art for
backgroundwidget, use callback instead and check need of update every
750ms.

16 years agocontrol/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_noti...
Pierre d'Herbemont [Wed, 12 Dec 2007 05:10:38 +0000 (05:10 +0000)]
control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.

16 years agomisc/threads.c: Implement vlc_threads_error(), that is called when an error is encoun...
Pierre d'Herbemont [Wed, 12 Dec 2007 04:42:15 +0000 (04:42 +0000)]
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).

16 years agoSource/VLCMedia.m: No need to ask for more than one meta at the begining.
Pierre d'Herbemont [Wed, 12 Dec 2007 04:16:33 +0000 (04:16 +0000)]
Source/VLCMedia.m: No need to ask for more than one meta at the begining.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back...
Pierre d'Herbemont [Wed, 12 Dec 2007 04:12:33 +0000 (04:12 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.

16 years agoMacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.
Pierre d'Herbemont [Wed, 12 Dec 2007 03:53:53 +0000 (03:53 +0000)]
MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.

16 years agoQt4 - Slightly smaller sound slider and fix the padding between mouse and shape.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 23:24:57 +0000 (23:24 +0000)]
Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape.

16 years agoSimplify/factorize some of the vout_intf variables creation code.
Antoine Cellerier [Tue, 11 Dec 2007 22:31:34 +0000 (22:31 +0000)]
Simplify/factorize some of the vout_intf variables creation code.

16 years agoRemove double return in the Aspect Ratio change callback.
Antoine Cellerier [Tue, 11 Dec 2007 21:51:17 +0000 (21:51 +0000)]
Remove double return in the Aspect Ratio change callback.

16 years agomozilla: add video/divx mimetype
Rafaël Carré [Tue, 11 Dec 2007 21:28:56 +0000 (21:28 +0000)]
mozilla: add video/divx mimetype

16 years agoAdded DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
Laurent Aimar [Tue, 11 Dec 2007 21:12:25 +0000 (21:12 +0000)]
Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
on Glen Gray patch.
(The code is commented until it is confirmed to compil/work.)

16 years agoUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
Laurent Aimar [Tue, 11 Dec 2007 20:49:56 +0000 (20:49 +0000)]
Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
Based on a patch by Glen Gray.

16 years agoDo not use p_input->p->i_rate directly (no functionnality change yet)
Laurent Aimar [Tue, 11 Dec 2007 20:06:49 +0000 (20:06 +0000)]
Do not use p_input->p->i_rate directly (no functionnality change yet)

16 years agoIntroduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
Laurent Aimar [Tue, 11 Dec 2007 19:16:37 +0000 (19:16 +0000)]
Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.

16 years agoMacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing...
Pierre d'Herbemont [Tue, 11 Dec 2007 16:31:20 +0000 (16:31 +0000)]
MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.

16 years agoYet another typo discovered by Philipp Weissenbacher
Jean-Baptiste Kempf [Tue, 11 Dec 2007 15:43:53 +0000 (15:43 +0000)]
Yet another typo discovered by Philipp Weissenbacher

16 years agoMacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.
Pierre d'Herbemont [Tue, 11 Dec 2007 15:38:46 +0000 (15:38 +0000)]
MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.

16 years agoMacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remov...
Pierre d'Herbemont [Tue, 11 Dec 2007 15:38:00 +0000 (15:38 +0000)]
MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.

16 years agoSimplify the version test dans remove useless things
Rémi Duraffort [Tue, 11 Dec 2007 13:47:32 +0000 (13:47 +0000)]
Simplify the version test dans remove useless things

16 years agoMacOSX/Framework/VLCMedia.m: Remove not used code.
Pierre d'Herbemont [Tue, 11 Dec 2007 13:09:13 +0000 (13:09 +0000)]
MacOSX/Framework/VLCMedia.m: Remove not used code.

16 years agoMacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSStr...
Pierre d'Herbemont [Tue, 11 Dec 2007 13:06:19 +0000 (13:06 +0000)]
MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.

16 years agoMacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc suppo...
Pierre d'Herbemont [Tue, 11 Dec 2007 11:49:43 +0000 (11:49 +0000)]
MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.

16 years agocompile before you commit
Felix Paul Kühne [Tue, 11 Dec 2007 11:25:21 +0000 (11:25 +0000)]
compile before you commit

16 years agoosx: disable the compilation of our update panel's code until its core functionality...
Felix Paul Kühne [Tue, 11 Dec 2007 10:55:55 +0000 (10:55 +0000)]
osx: disable the compilation of our update panel's code until its core functionality is re-written

16 years agoQt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object...
Jean-Baptiste Kempf [Tue, 11 Dec 2007 08:03:44 +0000 (08:03 +0000)]
Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D
The code is way not finished and uncleaned, but feel free to improve.
Only Brodcast elements have a start of code.

16 years agoReal Demuxer: Code factorisation after previous commit.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 03:42:17 +0000 (03:42 +0000)]
Real Demuxer: Code factorisation after previous commit.

16 years agoReal demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 03:36:01 +0000 (03:36 +0000)]
Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
It should fix some issues with Samples with Video + Cook.
If you think this is wrong, please revert.

16 years agoAdd the modification to the wxwidget interface and make the buildbot happy
Rémi Duraffort [Tue, 11 Dec 2007 00:52:05 +0000 (00:52 +0000)]
Add the modification to the wxwidget interface and make the buildbot happy

16 years agoModify the update system : I will add more functionnality but this is the beginning
Rémi Duraffort [Mon, 10 Dec 2007 23:12:45 +0000 (23:12 +0000)]
Modify the update system : I will add more functionnality but this is the beginning

16 years ago* fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set...
Felix Paul Kühne [Mon, 10 Dec 2007 22:35:55 +0000 (22:35 +0000)]
* fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4

16 years ago* disable the usage of the OSX SDKs by default due to a known incompatibility between...
Felix Paul Kühne [Mon, 10 Dec 2007 21:50:54 +0000 (21:50 +0000)]
* disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399

16 years agoQt4 - minwidth of dropdown inside settings dialogs, patch by André Weber
Jean-Baptiste Kempf [Mon, 10 Dec 2007 18:45:18 +0000 (18:45 +0000)]
Qt4 - minwidth of dropdown inside settings dialogs, patch by André Weber

16 years ago* disable Screen Capturing on OSX until it is fixed because it blocks all builds...
Felix Paul Kühne [Mon, 10 Dec 2007 17:12:35 +0000 (17:12 +0000)]
* disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)

16 years agoOPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.
Jean-Paul Saman [Mon, 10 Dec 2007 14:20:32 +0000 (14:20 +0000)]
OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.

16 years agotelepathy: shows an empty status when VLC has been stopped
Rafaël Carré [Mon, 10 Dec 2007 14:17:34 +0000 (14:17 +0000)]
telepathy: shows an empty status when VLC has been stopped

16 years agovlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive...
Rafaël Carré [Mon, 10 Dec 2007 13:23:37 +0000 (13:23 +0000)]
vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags
qt4: use preprocessor flags with moc, so it finds the headers in the right place

16 years agoLower severity of message
Jean-Paul Saman [Mon, 10 Dec 2007 10:54:06 +0000 (10:54 +0000)]
Lower severity of message

16 years agoFix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after...
Jean-Paul Saman [Mon, 10 Dec 2007 10:03:13 +0000 (10:03 +0000)]
Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).

16 years agoQt4 - VLM dialog rework.
Jean-Baptiste Kempf [Mon, 10 Dec 2007 03:01:14 +0000 (03:01 +0000)]
Qt4 - VLM dialog rework.

16 years agotypo
Felix Paul Kühne [Mon, 10 Dec 2007 00:38:21 +0000 (00:38 +0000)]
typo

16 years ago* cleaning, reformatting, clarifying here and there...
Felix Paul Kühne [Mon, 10 Dec 2007 00:35:23 +0000 (00:35 +0000)]
* cleaning, reformatting, clarifying here and there...

16 years ago* fix [23509]
Felix Paul Kühne [Sun, 9 Dec 2007 23:41:09 +0000 (23:41 +0000)]
* fix [23509]

16 years agoRemove unneeded psz_program hack.
Rémi Denis-Courmont [Sun, 9 Dec 2007 21:49:48 +0000 (21:49 +0000)]
Remove unneeded psz_program hack.
(Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)

16 years agoBuild VLC aliases cleanly (don't need to parse argv[0])
Rémi Denis-Courmont [Sun, 9 Dec 2007 21:36:32 +0000 (21:36 +0000)]
Build VLC aliases cleanly (don't need to parse argv[0])

16 years agoSimply X11 Qt4 error detection
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:16:20 +0000 (20:16 +0000)]
Simply X11 Qt4 error detection

16 years agoPrevent gettext bug on glibc 2.5 too
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:02:03 +0000 (20:02 +0000)]
Prevent gettext bug on glibc 2.5 too

16 years agoDo not privatize module_config_t - yet
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:55:16 +0000 (19:55 +0000)]
Do not privatize module_config_t - yet

16 years agofix #1382
Rafaël Carré [Sun, 9 Dec 2007 19:42:02 +0000 (19:42 +0000)]
fix #1382

16 years agoSplit the big config file
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:33:51 +0000 (19:33 +0000)]
Split the big config file

16 years agoFix superfluous double init
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:00:25 +0000 (19:00 +0000)]
Fix superfluous double init

16 years agoNot yet missing #include
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:59:35 +0000 (18:59 +0000)]
Not yet missing #include

16 years agoFix compiler warning
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:56:09 +0000 (18:56 +0000)]
Fix compiler warning

16 years agoReally fix charset for http-lua pages (--[[ ]] are block comments in lua so anything...
Antoine Cellerier [Sun, 9 Dec 2007 18:32:02 +0000 (18:32 +0000)]
Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)

16 years agoFix charset
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:16:15 +0000 (18:16 +0000)]
Fix charset

16 years agoUse (s)size_t for pf_read and pf_write.
Rémi Denis-Courmont [Sun, 9 Dec 2007 17:39:28 +0000 (17:39 +0000)]
Use (s)size_t for pf_read and pf_write.
This is very likely to break .*64 platforms.

16 years agoAdd option to reset controls to their default value at runtime. Add "controls-update...
Antoine Cellerier [Sun, 9 Dec 2007 15:23:06 +0000 (15:23 +0000)]
Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.

16 years agoUpdate snapshot method.
Philippe Morin [Sun, 9 Dec 2007 14:33:18 +0000 (14:33 +0000)]
Update snapshot method.

16 years agoUpdate snapshot method.
Philippe Morin [Sun, 9 Dec 2007 14:30:57 +0000 (14:30 +0000)]
Update snapshot method.

16 years ago* modules/demux/playlist/m3u.c: typo you -> your
Dennis van Amerongen [Sun, 9 Dec 2007 00:57:55 +0000 (00:57 +0000)]
* modules/demux/playlist/m3u.c: typo you -> your

16 years agoAutomatically refresh the v4l2 extended panel on focus.
Antoine Cellerier [Sat, 8 Dec 2007 23:00:51 +0000 (23:00 +0000)]
Automatically refresh the v4l2 extended panel on focus.

16 years agoFixes to the v4l2 extended panel (works fine for multiple refreshes).
Antoine Cellerier [Sat, 8 Dec 2007 22:19:30 +0000 (22:19 +0000)]
Fixes to the v4l2 extended panel (works fine for multiple refreshes).

16 years agoQt4 - Remove useless things from uic output.
Jean-Baptiste Kempf [Sat, 8 Dec 2007 20:17:24 +0000 (20:17 +0000)]
Qt4 - Remove useless things from uic output.

16 years agoAdd v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could...
Antoine Cellerier [Sat, 8 Dec 2007 19:38:49 +0000 (19:38 +0000)]
Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).

16 years agoOoops, this wasn't supposed to be here anymore.
Antoine Cellerier [Sat, 8 Dec 2007 17:28:57 +0000 (17:28 +0000)]
Ooops, this wasn't supposed to be here anymore.

16 years agoRework the v4l2 control handling. Variables corresponding to controls don't have...
Antoine Cellerier [Sat, 8 Dec 2007 17:26:20 +0000 (17:26 +0000)]
Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.

16 years agoAdd VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE...
Antoine Cellerier [Sat, 8 Dec 2007 16:53:56 +0000 (16:53 +0000)]
Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )

16 years agoQt4 - small cosmetic change.
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:23:13 +0000 (04:23 +0000)]
Qt4 - small cosmetic change.

16 years agoQt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there...
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:21:02 +0000 (04:21 +0000)]
Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D

16 years agoQt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:19:45 +0000 (04:19 +0000)]
Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *

16 years ago* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
Gildas Bazin [Sat, 8 Dec 2007 01:23:36 +0000 (01:23 +0000)]
* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.

16 years ago* src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatso...
Gildas Bazin [Sat, 8 Dec 2007 00:58:18 +0000 (00:58 +0000)]
*  src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.

16 years agoLittle cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:34 +0000 (00:08 +0000)]
Little cleanup.

16 years agoRemove dead code (and commented out fprintf's).
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:00 +0000 (00:08 +0000)]
Remove dead code (and commented out fprintf's).

16 years agoCheck malloc return value and cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:06:01 +0000 (00:06 +0000)]
Check malloc return value and cleanup.

16 years agoGuard headerfiles in modules/access/mms/*.h against multiple inclusions.
Jean-Paul Saman [Sat, 8 Dec 2007 00:04:26 +0000 (00:04 +0000)]
Guard headerfiles in modules/access/mms/*.h against multiple inclusions.

16 years agoRemove excess whiteline
Jean-Paul Saman [Sat, 8 Dec 2007 00:02:46 +0000 (00:02 +0000)]
Remove excess whiteline

16 years agoChange the v4l2-chroma long help string.
Antoine Cellerier [Fri, 7 Dec 2007 21:33:16 +0000 (21:33 +0000)]
Change the v4l2-chroma long help string.

16 years agoAdd MJPEG support to the v4l2 access (and simplify the buffer size handling code...
Antoine Cellerier [Fri, 7 Dec 2007 21:27:03 +0000 (21:27 +0000)]
Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.

16 years agoQt4 - remove PlaylistWidget from interface_widget and move it to its own file in...
Jean-Baptiste Kempf [Fri, 7 Dec 2007 02:59:19 +0000 (02:59 +0000)]
Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/

16 years agoCleanup.
Jean-Paul Saman [Thu, 6 Dec 2007 19:08:04 +0000 (19:08 +0000)]
Cleanup.

16 years agoNo need to sleep 25 ms, a bit longer will do fine too.
Jean-Paul Saman [Thu, 6 Dec 2007 17:56:28 +0000 (17:56 +0000)]
No need to sleep 25 ms, a bit longer will do fine too.

16 years agoCodingStyle fixes, use ; when using macros and do not write it in the macro definition.
Jean-Paul Saman [Thu, 6 Dec 2007 16:26:46 +0000 (16:26 +0000)]
CodingStyle fixes, use ; when using macros and do not write it in the macro definition.