- 27 Apr, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Reverted 4082c803 as AudioDeviceIOProcID and its related methods require Darwin 9
-
- 25 Apr, 2008 1 commit
-
-
Felix Paul Kühne authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 23 Mar, 2008 1 commit
-
-
Rémi Denis-Courmont authored
It was a bit clumsy to have to modify it through bootstrap.
-
- 21 Mar, 2008 1 commit
-
-
sam authored
-
- 20 Mar, 2008 1 commit
-
-
André Weber authored
Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected. waveout.c forgott to convert string to UTF8 before storing in choice list
-
- 19 Mar, 2008 4 commits
-
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 13 Mar, 2008 1 commit
-
-
ivoire authored
-
- 11 Mar, 2008 2 commits
-
-
ivoire authored
-
Rafaël Carré authored
-
- 02 Mar, 2008 3 commits
-
-
atmo authored
But its still very time critical, because paout gets sometimes empty so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers, sometimes it happens - that these buffers arrive very late for output. Reasons: -changed CPU load, (extra running application, also fast forward seeking and and jumping may lead to this situation.) Enhancement #897: added an option to let the user choose is prefered audio device. (needs restart of VLC to get applied)
-
atmo authored
(but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers available - sometime the output doesn't know until some ms before the last block has finished to play! so each little disturbtion of the CPU or load change leads to studdering/hickups) #897 enhancement: give the use the option to choose its prefered audio device, instead of useing Windows default
-
- 26 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
- 24 Feb, 2008 1 commit
-
-
Rafaël Carré authored
workaround buggy alsa drivers
-
- 19 Feb, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 18 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 17 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 16 Jan, 2008 3 commits
-
-
damienf authored
vlc security: As i've seen very little improvement on that front, i've decided to check in my take on handling the problem of managing harmful options. I'm pretty sure this is going to be very controversial, but I think my approach is quite simple and yet very effective Anyway, my approach makes the following assumptions: - most vlc options are considered safe, only a handful are particularily unsafe and need be declared as such in their definition (they mostly deal with writing to an output file or URL) - unsafe options are only considered potentially harmful when used as an input option, ie. the ':option' format. Configuration options are always considered safe 'i.e --option' - unsafe options are associated with a global security policy, which dictates how these are handled. At the moment, The policy can be either block, allow or prompt, and is set using the '--security-policy' option (which itself is considered unsafe ;) the policy can be set by the user at the command line or in the preferences, it curently defaults to prompt, which is the desirable state for deskop use. However, it can be overriden depending on context, for example, the activex and mozilla will force the security-policy to block regardless of preference settins. the code is a bit rough at the moment, but i will optimize/clean it up if the dev community this approach is worth keeping. try the following example, and you'll see quickly what i mean: ./vlc -vvv <a mrl> :sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ts,dst=vlc-output.ts,access=file}" Enjoy, Damien
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 15 Jan, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Jan, 2008 1 commit
-
-
Rafaël Carré authored
alsa: add some verbose debug (enabled only if ALSA_DEBUG is defined) due to some regressions introduced by changeset [23022]
-
- 11 Nov, 2007 1 commit
-
-
Rafaël Carré authored
Please report loudly any regression, using spdif or not.
-
- 10 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 05 Nov, 2007 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 18 Sep, 2007 2 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 04 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-