- 29 Jan, 2012 40 commits
-
-
David Fuhrmann authored
macosx: implements user choice to autosave volume on exit and changes volume slider range to 0 ... 200% this adds the configuration variable and also the respective gui modifications for simple prefs dialog. Also, this commit changes some spacing in gui to be consistent between the different tabs. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Kaarlo Raiha authored
Since we don't require access to persisted private keys Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
close #5950
-
Jean-Baptiste Kempf authored
Close #5948
-
Jean-Baptiste Kempf authored
Close #5947
-
Rémi Denis-Courmont authored
This wouldn't happen if committers read the output from bootstrap.
-
Felix Paul Kühne authored
this fixes the l10n of the advanced prefs and a few other strings note that this facility is broken by design and should be replaced for 2.0-next
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed broken appearance of the main window in case it is linked against the 10.7 SDK but run on OS X 10.6
-
Rafaël Carré authored
-
Rafaël Carré authored
We want to use the new names in our code
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Allocate avformat context and set its I/O context before using it This is the correct way to it (and is documented in avformat.h)
-
Brad Smith authored
On older OpenBSD releases you especially should not have been using /dev/random, nowdays due to changes all the device nodes are actually all the same so either way this code can be simplified to not special case OpenBSD in vlc_rand_init(). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
We want to use the new ones in our code
-
Rafaël Carré authored
-
Rafaël Carré authored
- Use AVIOContext instead of ByteIOContext - Use avformat_open_input instead of av_open_input_stream - Use avio_alloc_context instead of init_put_byte, allocate context on the heap - Use AVIOContext.seekable print avformat_open_input errors avformat_open_input is the most recent and is documented as available since libavformat 53.2.0 (other changes happened in 52.105) avformat_open_input was introduced in 52.94 in FFmpeg
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
print avformat_find_stream_info errors
-
Rafaël Carré authored
Palette data is now transmitted as a side data in AVPacket
-
Rafaël Carré authored
-
Rafaël Carré authored
Pass its error output to msg_Err with %m
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
They were copied verbatim to AVDictionary equivalents some time ago
-
Rafaël Carré authored
They were only used to hold one opaque pointer
-
Rafaël Carré authored
-