22914 Commits (bbc02c3f6afaf65660315ec17a322339bf333102)
 

Author SHA1 Message Date
Pierre d'Herbemont bbc02c3f6a macosx/vlc_app/VLCMediaListLayer: Correctly go to the right layer. 19 years ago
Pierre d'Herbemont 70c4d32600 macosx/vlc_app: Access meta via valueForKeyPath: to make sure we trigger art work fetching. We may change the metaDictionary a bit to prevent non trapped access. 19 years ago
Pierre d'Herbemont 4a19225407 macosx/framework: Only fetch meta when needed. 19 years ago
Mark Moriarty c6f9a67d3f One remaining Windows txt file color control code removed, thanks to Andre Weber 19 years ago
Pierre d'Herbemont 9bc8e6edb6 libvlc-common.c: Fix a warning on Win32 and Mac OS if --disable-nls. 19 years ago
Antoine Cellerier 706d3a534d Fix typo. 19 years ago
Mark Moriarty 18dfa7d5f3 Remove color control codes froom vlc-help.txt on Win32 19 years ago
Pierre d'Herbemont 363a105e92 test/dictionary.c: Fix a warning. 19 years ago
Pierre d'Herbemont 6b70022f0b Makefile.am: Add test/dictionary.c to the list of test program. 19 years ago
Pierre d'Herbemont 9b1749fb9d cmake: Add test/dictionary.c to the list of test program. 19 years ago
Pierre d'Herbemont 19bdca43c3 test/dictionary.c: Add a new test entry for the vlc_dictionary_t type. 19 years ago
Pierre d'Herbemont 14d79cf682 vlc_arrays.h: Fix insertion rebuilding. 19 years ago
Rémi Denis-Courmont 456bdd9fa8 Fix two more calloc-based denial of service in the MP4 demux. 19 years ago
Christophe Massiot 4d12ba40ff . 19 years ago
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. 19 years ago
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..) 19 years ago
Pierre d'Herbemont 632ef79dbc frontrow_plugin: Cleanups, and improvement such as audio volume settings. 19 years ago
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..) 19 years ago
Pierre d'Herbemont c6fc51f0a6 cmake: Look for swab. 19 years ago
Pierre d'Herbemont f98d6a45b1 cmake: Find libdvbpsi, libmpeg2. 19 years ago
Pierre d'Herbemont 8eff8faa08 control/media_discoverer.c: Small lock issues. 19 years ago
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) 19 years ago
Pierre d'Herbemont 536386869c vlc_arrays.h: More vlc_dictionary_t fixes. 19 years ago
Rémi Denis-Courmont eef8d9d4eb fr.po: use real apostrophe 19 years ago
Rémi Duraffort a704073137 Chek return asprintf value. 19 years ago
Pierre d'Herbemont 755df9f11d vlc_arrays.h: Make sure we return the right value associated with a given key. 19 years ago
Pierre d'Herbemont 6fba236cbc macosx/framework: Correctly set the children of the nodes. 19 years ago
Jean-Baptiste Kempf d206ed68de Qt4 - Menus: VLM is Ctrl+W now. 19 years ago
Pierre d'Herbemont 632cfd1d70 control: Implement and export media_list_view_children_for_item() 19 years ago
Felix Paul Kühne 6368b52db4 qt4/macosx: fixed the embedded vout setting 19 years ago
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. 19 years ago
Rémi Denis-Courmont 429e624c65 Winsock seems to timeout half-closed TCP sockets. 19 years ago
Pierre d'Herbemont dfdb6edd68 control/media_discoverer.c: Fix previous commit. 19 years ago
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). 19 years ago
Pierre d'Herbemont 1017c294d7 control/media_discoverer.c: Support psz_category in services_discovery_item_added events. 19 years ago
Pierre d'Herbemont 7180405293 vlc_app: Forgotten resources files. 19 years ago
Ilkka Ollakka 4505655701 add rate-change variable in core to inform when rate changes, and change 19 years ago
Jean-Baptiste Kempf f6aab8b8a0 Qt4 - Actually implement double-click on speed does reset the speed... Don't laugh... 19 years ago
Ilkka Ollakka 5df9c323d4 quick hack to get rate-faster/slower to react in qt4 interface, there's 19 years ago
Jean-Baptiste Kempf b737dd6cd5 Fix Goom compile for windows. 19 years ago
Rémi Duraffort 1c4de827a6 Check asprintf return value. 19 years ago
Antoine Cellerier 9bee48ba54 Looks like this was missing from r25071 19 years ago
Antoine Cellerier 48ef60c28e video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff 19 years ago
Antoine Cellerier 1b637157c4 video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter.diff 19 years ago
Rémi Duraffort bcb0744157 Check for the return value of fwrite. 19 years ago
Antoine Cellerier bb41fd6de4 video filter module - for thehomebrewAmbiLight (AtmoLight) [1/3]: vout_intf.diff 19 years ago
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. 19 years ago
Pierre d'Herbemont 4c7600b8e1 cmake: Some improvements based on Alexander Neundorf feedback. 19 years ago
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) 19 years ago
Jean-Paul Saman e07a781eff Also newer live55 exhibit the problem. 19 years ago