git.videolan.org
/
vlc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vlc.git
2008-09-04
Laurent Aimar
Fixed socket setup in net_ListenSingle.
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Revert "Set buffer sizes"
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Warn about ticks at compile-time
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Set buffer sizes
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Protect against multiple inclusions
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Remove /* inside comment
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Remove declaration for vanished function
commit
|
commitdiff
|
tree
2008-09-04
Laurent Aimar
Fixed mwait for windows.
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Add msleep misuse warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Win32: strerror won't work
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Win32: restore accidentally removed variable
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Win32: fix warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
use backtrace with vlc_object_get warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Provide backtrace function within libvlccore
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis...
Thread fatal errors: add function name, and some Win32...
commit
|
commitdiff
|
tree
2008-09-04
Antoine Cellerier
Fix memleak and config option type. (thanks to ivoire...
commit
|
commitdiff
|
tree
2008-09-04
Antoine Cellerier
Add mouse cursor drawing support in x11 screen.
commit
|
commitdiff
|
tree
2008-09-04
Rafaël Carré
Fix g726 packetizing : forgot to compute the padding...
commit
|
commitdiff
|
tree
2008-09-04
Rafaël Carré
rtp: g726 packetization
commit
|
commitdiff
|
tree
2008-09-04
Antoine Cellerier
Fix placeholder mode. UDP streaming now works.
commit
|
commitdiff
|
tree
2008-09-04
Antoine Cellerier
Add --sout-bridge-in-placeholder-switch-on-iframe
commit
|
commitdiff
|
tree
2008-09-04
Antoine Cellerier
Print an error when trying to add more than one ES...
commit
|
commitdiff
|
tree
2008-09-04
Jean-Philippe...
Qt: use the CoverArtLabel in the playlist view and...
commit
|
commitdiff
|
tree
2008-09-04
Jean-Philippe...
Qt: create a CoverArtLabel
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Some news about tonight's bridge module changes.
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Add placeholder feature to bridge module ("No Signal...
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Make it possible to have more than one bridge in a...
commit
|
commitdiff
|
tree
2008-09-03
Laurent Aimar
Do not set sout-keep by default.
commit
|
commitdiff
|
tree
2008-09-03
Laurent Aimar
Fixed config.h include order.
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Properly malloc(), memcpy() and free() the quantizer...
commit
|
commitdiff
|
tree
2008-09-03
Rémi Duraffort
Fix a typo to make the buildbot happy.
commit
|
commitdiff
|
tree
2008-09-03
Rémi Duraffort
demux/playlit/*: Check asprintf return malloc.
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
double variable declaration
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
De-inhibit cancellation in interface threads
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Pull cancellation into (most) remaining interfaces
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Signals: only one thread needed now
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Telnet: fix arbitrary tick
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
strsep does not need to be exported for now
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Avoid alloca()
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
No point in checking vlc_object_alive there
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Do not lock the input while talking to D-Bus
commit
|
commitdiff
|
tree
2008-09-03
Rémi Duraffort
Fix memleak (don't ask for error just for fun).
commit
|
commitdiff
|
tree
2008-09-03
Jean-Baptiste...
Correctly fix #1746 on Windows. Special for Trax :D
commit
|
commitdiff
|
tree
2008-09-03
Laurent Aimar
Implemented strsep replacement.
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Revert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Use CLOCK_FREQ
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
CLOCK_FREQ is a 64-bits quantity as mtime_t
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis...
Fix warning
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Oops.
commit
|
commitdiff
|
tree
2008-09-03
Antoine Cellerier
Add Actech to THANKS.
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Improved a bit still frame support.
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Fixed a typo in YUVP blending to RGB.
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
vout_RenderPicture should not render subtitles on the...
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Do not filter the same picture multiple times (close...
commit
|
commitdiff
|
tree
2008-09-02
Christophe...
Small fixes on the man page
commit
|
commitdiff
|
tree
2008-09-02
Christophe...
l10n: Hungarian update by Gabor Kelemen
commit
|
commitdiff
|
tree
2008-09-02
Christophe...
i18n: tell gettext to not be silly
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Cosmetic.
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Fixed a big rtp demuxer.
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Cosmetics + clean up.
commit
|
commitdiff
|
tree
2008-09-02
Rémi Denis...
Shrink overly large blocks
commit
|
commitdiff
|
tree
2008-09-02
Antoine Cellerier
Encoders are allowed to change the input format. Hence...
commit
|
commitdiff
|
tree
2008-09-02
Antoine Cellerier
Don't take removed options into account when checking...
commit
|
commitdiff
|
tree
2008-09-02
Ilkka Ollakka
Revert "transcode: try to fix audio resampling (fix...
commit
|
commitdiff
|
tree
2008-09-02
Derk-Jan Hartman
subtitle demux: add comment about how to enable auto...
commit
|
commitdiff
|
tree
2008-09-02
Derk-Jan Hartman
subtitle detection: Add support for pbs, dks, mpsub...
commit
|
commitdiff
|
tree
2008-09-02
Derk-Jan Hartman
subtitle detection: add support for auto-detecting...
commit
|
commitdiff
|
tree
2008-09-02
Pierre d'Herbemont
Fix make check.
commit
|
commitdiff
|
tree
2008-09-02
Jean-Philippe...
Qt bugfix: pressing Enter Key in preferences dialog...
commit
|
commitdiff
|
tree
2008-09-02
Jean-Baptiste...
Thanks to JPeg...
commit
|
commitdiff
|
tree
2008-09-02
JPeg
Bugfix: last.fm segfaults under Windows This is due...
commit
|
commitdiff
|
tree
2008-09-02
Pierre d'Herbemont
messages: Fix a warning.
commit
|
commitdiff
|
tree
2008-09-02
Antoine Cellerier
In fact it's the module name (as in MODULE_NAME on...
commit
|
commitdiff
|
tree
2008-09-02
Antoine Cellerier
Also allow filtering based on module names.
commit
|
commitdiff
|
tree
2008-09-01
Pierre d'Herbemont
libvlc: Add a --verbose-objects option to select which...
commit
|
commitdiff
|
tree
2008-09-01
Pierre d'Herbemont
update: Make sure we don't leak.
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
Accept partial matches with -p <module name> (aka ...
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
When applicable, mention that modules weren't displayed...
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
Mention --list and --list-verbose if a vlc -p <string...
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
Print the module name in help output (else the user...
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
Fix mistake in 92290c9d that allowed modules with no...
commit
|
commitdiff
|
tree
2008-09-01
Antoine Cellerier
Remove trailing spaces.
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Fixed timestamp in ffmpeg reget_buffer callback.
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Added missing dvb scan.h include in Modules.am.
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Fixed decoder picture leak detection code.
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Revert "Partially work around a picture link in libmpeg2."
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Removed a debug commit in ffmpeg (do not force display...
commit
|
commitdiff
|
tree
2008-09-01
Laurent Aimar
Revert "Revert "Improved rtjpeg and seek NUV demuxer...
commit
|
commitdiff
|
tree
2008-09-01
Christophe...
Fix RCC rules
commit
|
commitdiff
|
tree
2008-09-01
Christophe...
Fix input_state_changed()
commit
|
commitdiff
|
tree
2008-09-01
Rémi Denis...
CacheName: inline and thread-safe
commit
|
commitdiff
|
tree
2008-09-01
Rémi Denis...
Win32: fix malloc when creating a thread
commit
|
commitdiff
|
tree
2008-09-01
Rafaël Carré
live555: use floats for i_npt as well, remove useless...
commit
|
commitdiff
|
tree
2008-09-01
Rafaël Carré
live555: keep the npt clock unit: floats representing...
commit
|
commitdiff
|
tree
2008-09-01
Rafaël Carré
VLM: be sure the input thread has terminated
commit
|
commitdiff
|
tree
2008-08-31
Antoine Cellerier
Here too (can't the Win32 and OS X stuff be factorized...
commit
|
commitdiff
|
tree
2008-08-31
Antoine Cellerier
Include all the lua README.txt files in DIST and fix...
commit
|
commitdiff
|
tree
2008-08-31
Antoine Cellerier
Clarify user specific lua script path on linux.
commit
|
commitdiff
|
tree
2008-08-31
Christophe...
Install scripts correctly.
commit
|
commitdiff
|
tree
2008-08-31
Jean-Baptiste...
Qt: Check for NULLity to avoid segfault in AdvPrefs...
commit
|
commitdiff
|
tree
next