git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
[vlc.git]
/
src
/
misc
/
2006-12-14
Derk-Jan Hartman
* Fix a couple of const, static and other warnings
tree
|
commitdiff
2006-12-10
Clément Stenac
Simplify a bit strings handling
tree
|
commitdiff
2006-12-10
Clément Stenac
Fix wrong object release
tree
|
commitdiff
2006-12-10
Clément Stenac
* Do not take and release the structure lock for each...
tree
|
commitdiff
2006-12-03
Antoine Cellerier
* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
tree
|
commitdiff
2006-12-03
Antoine Cellerier
Tweaks vars command a bit.
tree
|
commitdiff
2006-12-03
Antoine Cellerier
Add "vars" command to display the list of variables...
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
Fix memleaks
tree
|
commitdiff
2006-12-03
Antoine Cellerier
Also print the object's parent id (makes it easier...
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
Make module_LoadMain static
tree
|
commitdiff
2006-12-03
Antoine Cellerier
Buffer was too small.
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
Undo unintended changeset
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
- fix input memleak
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
- Only unescape VLM parameter when quoted with " "...
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
Save a few allocations
tree
|
commitdiff
2006-12-03
Rémi Denis-Courmont
New VLM quoting and escaping logic that is more like...
tree
|
commitdiff
2006-12-01
Rémi Denis-Courmont
Hide httpd_t and httpd_host_t within httpd.c
tree
|
commitdiff
2006-12-01
Rémi Denis-Courmont
Remove unused variable
tree
|
commitdiff
2006-12-01
Rémi Denis-Courmont
Support for creating object with custom type name and...
tree
|
commitdiff
2006-12-01
Rémi Denis-Courmont
Hide some httpd structures from modules
tree
|
commitdiff
2006-11-26
Clément Stenac
Did I loose the count ?
tree
|
commitdiff
2006-11-26
Clément Stenac
Round 2
tree
|
commitdiff
2006-11-26
Clément Stenac
Compile fixes, round 1
tree
|
commitdiff
2006-11-26
Clément Stenac
A bit of headers cleanup
tree
|
commitdiff
2006-11-26
Rafaël Carré
Fixes order of operands in a substraction.
tree
|
commitdiff
2006-11-25
Rémi Denis-Courmont
Split Win32 performance timer frequency adjustment...
tree
|
commitdiff
2006-11-25
Rémi Denis-Courmont
Compile fix
tree
|
commitdiff
2006-11-25
Rémi Denis-Courmont
Fix very unlikely race condition
tree
|
commitdiff
2006-11-25
Rémi Denis-Courmont
Factorize mwait() code,
tree
|
commitdiff
2006-11-25
Rémi Denis-Courmont
Attempt to use wide directory indexing on Win32
tree
|
commitdiff
2006-11-23
Rémi Denis-Courmont
Fix plugin cache - close #860
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Read configuration file in a single pass (instead of...
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Factorize code to open configuration file
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Move encoding and language stuff to their own directory
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Fix warning
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
- Fix today's regression in plugin cache
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Fix module entry error handling
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Attempt to fix C++ compilation
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
Fix a bunch of old crashers in the plugin cache
tree
|
commitdiff
2006-11-22
Rémi Denis-Courmont
A more space conservative module_config_t
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
- Save config file as UTF-8, starting with Byte-Order...
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Look for Byte Order Mark (UTF-8 only) while loading...
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Some code cleanup
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Cosmetic fixes
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Return DIR from utf8_open to avoid casting bugs
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Suppress duplicated msleep() code
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Fix the absolute POSIX timer and use it
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Fix typo
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Fix warning, and make config_end constant
tree
|
commitdiff
2006-11-21
Rémi Denis-Courmont
Revert broken [17908:17910]
tree
|
commitdiff
2006-11-21
Rafaël Carré
Unicode support in directory access on windows. Patch...
tree
|
commitdiff
2006-11-20
Christophe Mutricy
Add a flag for config option to mark it as unsaveable...
tree
|
commitdiff
2006-11-19
Clément Stenac
* Documentation belongs to the .h, step 1
tree
|
commitdiff
2006-11-13
Marian Durkovic
Move unicode argv[] fetching into system_Init
tree
|
commitdiff
2006-11-12
Clément Stenac
Might fix compile
tree
|
commitdiff
2006-11-12
Rémi Denis-Courmont
Don't use void * for utf8_(l)?stat() as it hinders...
tree
|
commitdiff
2006-11-12
Rémi Denis-Courmont
Another Win32 FromLocale -> FromWide
tree
|
commitdiff
2006-11-12
Rémi Denis-Courmont
More warning fixes
tree
|
commitdiff
2006-11-11
Clément Stenac
* Remove some unneeded complexity in playlist and directory
tree
|
commitdiff
2006-11-11
Rémi Denis-Courmont
Inline FromUTF16 and use Win32 API
tree
|
commitdiff
2006-11-11
Rémi Denis-Courmont
Suppress unused UTF-32 conversion functions
tree
|
commitdiff
2006-11-11
Rémi Denis-Courmont
(From|To)Locale code factorization
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Fix warnings
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Missing #include
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Hide vlc_fix_readdir_charset. It is now integrated...
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Typo
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Fix vlm pause
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Fix error return value of utf8_open
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Use free() instead of LocaleFree() for utf8_readdir...
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Fix leak
tree
|
commitdiff
2006-11-10
Rémi Denis-Courmont
Don't rely on an object in fix_readdir_charset
tree
|
commitdiff
2006-11-10
Antoine Cellerier
Remove msecseek command. Now seek works differently...
tree
|
commitdiff
2006-11-10
Antoine Cellerier
Add msecseek command in VLM to seek to a position given...
tree
|
commitdiff
2006-11-10
Antoine Cellerier
Return syntax error message when issuing invalid instan...
tree
|
commitdiff
2006-11-09
Rémi Denis-Courmont
- Do not attach libvlc to the global data
tree
|
commitdiff
2006-11-09
Rémi Denis-Courmont
Cosmetic fix
tree
|
commitdiff
2006-11-08
Marian Durkovic
Fix one instance mode for Win32 in trunk
tree
|
commitdiff
2006-11-06
Antoine Cellerier
Move string formating functions used in marq to the...
tree
|
commitdiff
2006-11-04
Rémi Denis-Courmont
Add utf8_open wrapper
tree
|
commitdiff
2006-11-02
Rémi Denis-Courmont
Don't use a configure constant that we don't actually...
tree
|
commitdiff
2006-10-27
Damien Fouilleul
messages.c: added msg_GetObjectTypeName
tree
|
commitdiff
2006-10-27
Rafaël Carré
Add Slovenian translation
tree
|
commitdiff
2006-10-25
Damien Fouilleul
- fixed changes in [17146], [17234]
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
- Remove useless global variable
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
Cleanup
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
Fix a bunch of warning.
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
Fix many warnings
tree
|
commitdiff
2006-10-21
Jean-Paul Saman
Fix compiler warning: missing initializer
tree
|
commitdiff
2006-10-18
Antoine Cellerier
Real fix for time/length issues in VLM ([17130] didn...
tree
|
commitdiff
2006-10-17
Rafaël Carré
Added Malay translation
tree
|
commitdiff
2006-10-08
Christophe Mutricy
Add Slovak l10n (Forward port of [16989], [16990] and...
tree
|
commitdiff
2006-10-05
Gildas Bazin
* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
tree
|
commitdiff
2006-10-05
Sam Hocevar
* Spelling fixes here and there.
tree
|
commitdiff
2006-10-04
Clément Stenac
Fix a few bugs
tree
|
commitdiff
2006-10-01
Antoine Cellerier
src/input/item.c: if we don't have an item name and...
tree
|
commitdiff
2006-10-01
Antoine Cellerier
Rename all sout_Cfg* stuff to config_Chain* (as it...
tree
|
commitdiff
2006-10-01
Jean-Paul Saman
Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail...
tree
|
commitdiff
2006-09-24
Clément Stenac
* Split download function in find/download
tree
|
commitdiff
2006-09-24
Antoine Cellerier
Define DIR_SEP only once
tree
|
commitdiff
2006-09-24
Clément Stenac
Rename vlc_input_item_* functions to input_Item* for...
tree
|
commitdiff
next