Commit Graph

22961 Commits

Author SHA1 Message Date
Mark Moriarty c6f9a67d3f One remaining Windows txt file color control code removed, thanks to Andre Weber 2008-02-16 00:05:45 +00:00
Pierre d'Herbemont 9bc8e6edb6 libvlc-common.c: Fix a warning on Win32 and Mac OS if --disable-nls. 2008-02-15 23:33:16 +00:00
Antoine Cellerier 706d3a534d Fix typo. 2008-02-15 23:17:40 +00:00
Mark Moriarty 18dfa7d5f3 Remove color control codes froom vlc-help.txt on Win32 2008-02-15 22:52:36 +00:00
Pierre d'Herbemont 363a105e92 test/dictionary.c: Fix a warning. 2008-02-15 22:30:07 +00:00
Pierre d'Herbemont 6b70022f0b Makefile.am: Add test/dictionary.c to the list of test program. 2008-02-15 22:21:04 +00:00
Pierre d'Herbemont 9b1749fb9d cmake: Add test/dictionary.c to the list of test program. 2008-02-15 22:20:30 +00:00
Pierre d'Herbemont 19bdca43c3 test/dictionary.c: Add a new test entry for the vlc_dictionary_t type. 2008-02-15 22:19:44 +00:00
Pierre d'Herbemont 14d79cf682 vlc_arrays.h: Fix insertion rebuilding. 2008-02-15 22:04:18 +00:00
Rémi Denis-Courmont 456bdd9fa8 Fix two more calloc-based denial of service in the MP4 demux. 2008-02-15 17:14:19 +00:00
Christophe Massiot 4d12ba40ff . 2008-02-15 16:06:16 +00:00
Dennis van Amerongen fb163e84b3 * modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings. 2008-02-14 21:11:06 +00:00
Dennis van Amerongen 219a17b028 * extras/contrib/src/Patches/x264-svn-win32.patch: revert [25113] and [25140] log x264 thread count from win32.patch and put it in a generic patch for all platforms (threads=0 autodetect for x264 is reportedly failing on win32 and linux too and always reports threads=1, though x264 cli works fine so it needs more debugging..) 2008-02-14 19:23:13 +00:00
Pierre d'Herbemont 632ef79dbc frontrow_plugin: Cleanups, and improvement such as audio volume settings. 2008-02-14 01:00:07 +00:00
Dennis van Amerongen e651381f1f * modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..) 2008-02-14 00:27:15 +00:00
Pierre d'Herbemont c6fc51f0a6 cmake: Look for swab. 2008-02-14 00:20:44 +00:00
Pierre d'Herbemont f98d6a45b1 cmake: Find libdvbpsi, libmpeg2. 2008-02-14 00:04:12 +00:00
Pierre d'Herbemont 8eff8faa08 control/media_discoverer.c: Small lock issues. 2008-02-14 00:00:52 +00:00
Dennis van Amerongen 392b19b379 * extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option) 2008-02-13 23:27:38 +00:00
Pierre d'Herbemont 536386869c vlc_arrays.h: More vlc_dictionary_t fixes. 2008-02-13 22:09:00 +00:00
Rémi Denis-Courmont eef8d9d4eb fr.po: use real apostrophe 2008-02-13 19:28:43 +00:00
Rémi Duraffort a704073137 Chek return asprintf value. 2008-02-13 19:15:42 +00:00
Pierre d'Herbemont 755df9f11d vlc_arrays.h: Make sure we return the right value associated with a given key. 2008-02-13 19:06:43 +00:00
Pierre d'Herbemont 6fba236cbc macosx/framework: Correctly set the children of the nodes. 2008-02-13 18:57:32 +00:00
Jean-Baptiste Kempf d206ed68de Qt4 - Menus: VLM is Ctrl+W now. 2008-02-13 18:56:17 +00:00
Pierre d'Herbemont 632cfd1d70 control: Implement and export media_list_view_children_for_item() 2008-02-13 18:18:13 +00:00
Felix Paul Kühne 6368b52db4 qt4/macosx: fixed the embedded vout setting 2008-02-13 18:07:54 +00:00
Felix Paul Kühne 343baae588 macosx: implemented the Video category of the SimplePrefs panel. vout module and display device selectors are left as an exercise for the reader. 2008-02-13 17:58:15 +00:00
Rémi Denis-Courmont 429e624c65 Winsock seems to timeout half-closed TCP sockets. 2008-02-13 17:53:52 +00:00
Pierre d'Herbemont dfdb6edd68 control/media_discoverer.c: Fix previous commit. 2008-02-13 17:35:32 +00:00
Felix Paul Kühne a8d59eee08 macosx: removed the 'macosx-embedded' setting. It's functionality is now controlled by 'embeded-video' (as defined in libvlc's main). 2008-02-13 17:30:04 +00:00
Pierre d'Herbemont 1017c294d7 control/media_discoverer.c: Support psz_category in services_discovery_item_added events. 2008-02-13 17:10:18 +00:00
Pierre d'Herbemont 7180405293 vlc_app: Forgotten resources files. 2008-02-13 16:17:52 +00:00
Ilkka Ollakka 4505655701 add rate-change variable in core to inform when rate changes, and change
qt4-interface to use it. var_Change doesn't trigger callback so earlier
version about adding callback to it worked someway as intented only by
luck ;)
2008-02-13 08:29:35 +00:00
Jean-Baptiste Kempf f6aab8b8a0 Qt4 - Actually implement double-click on speed does reset the speed... Don't laugh... 2008-02-13 08:06:46 +00:00
Ilkka Ollakka 5df9c323d4 quick hack to get rate-faster/slower to react in qt4 interface, there's
something fishy in here because seems that inputmanager doesn't get
variable callbacks regarding input-rate from /src/input/input.c. 
Slider worked because we set ourself that rate-variable, or atleast it seems
so.
2008-02-13 07:58:48 +00:00
Jean-Baptiste Kempf b737dd6cd5 Fix Goom compile for windows. 2008-02-13 07:34:17 +00:00
Rémi Duraffort 1c4de827a6 Check asprintf return value. 2008-02-13 00:14:37 +00:00
Antoine Cellerier 9bee48ba54 Looks like this was missing from r25071 2008-02-12 22:41:48 +00:00
Antoine Cellerier 48ef60c28e video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
Thanks to André Weber for those 3 patches.
2008-02-12 22:23:58 +00:00
Antoine Cellerier 1b637157c4 video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter.diff 2008-02-12 22:21:25 +00:00
Rémi Duraffort bcb0744157 Check for the return value of fwrite. 2008-02-12 22:04:31 +00:00
Antoine Cellerier bb41fd6de4 video filter module - for thehomebrewAmbiLight (AtmoLight) [1/3]: vout_intf.diff
Add a variable to the video output core which is triggered after each crop parmaeters change.
2008-02-12 22:04:18 +00:00
Pierre d'Herbemont 0eef312522 macosx/frontrow_plugin: VLCMediaListController, display a mediaListAspect in a FrontRow list. To get a service discovery in frontrow go into VLCAppliance.m -applianceController and uncomment the right part. 2008-02-12 21:01:21 +00:00
Pierre d'Herbemont 4c7600b8e1 cmake: Some improvements based on Alexander Neundorf feedback. 2008-02-12 20:36:14 +00:00
Dennis van Amerongen 44678aacee * extras/contrib/src/x264-svn-win32.patch: add threads count debug info to check how many threads x264 will use (threads 0 is default and will make libx264 automagically set threads = cores * 1.5) and whether win32-pthread works as expected (libx264 can report not compiled with pthread and forces threads = 1) 2008-02-12 20:20:24 +00:00
Jean-Paul Saman e07a781eff Also newer live55 exhibit the problem. 2008-02-12 13:13:37 +00:00
Jean-Paul Saman 0621dd1e67 Don't leak memory in error paths 2008-02-12 11:23:08 +00:00
Rémi Duraffort 4f28199be0 Add an "update button" to update the modules tree. 2008-02-12 10:30:41 +00:00
Jean-Baptiste Kempf 5609e081d7 Qt4 - Clean a bit the debug. 2008-02-12 08:42:01 +00:00