1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

47962 Commits

Author SHA1 Message Date
David Fuhrmann
4a869d394f macosx: save the current volume in intended variable
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-01-29 20:36:46 +01:00
Kaarlo Raiha
bf36bb2935 Win32: Use CRYPT_VERIFYCONTEXT for vlc_rand_bytes
Since we don't require access to persisted private keys

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-01-29 18:45:06 +01:00
Jean-Baptiste Kempf
5b7b3255c4 Qt: missing accessors 2012-01-29 18:43:17 +01:00
Rafaël Carré
22466842de dmo: use VLC BITMAPINFO types
close #5950
2012-01-29 12:30:54 -05:00
Jean-Baptiste Kempf
9403ca5824 Qt: fix hovering text of the playlist button.
Close #5948
2012-01-29 18:23:22 +01:00
Jean-Baptiste Kempf
b416098094 Qt: Media is uncountable.
Close #5947
2012-01-29 18:22:15 +01:00
Rémi Denis-Courmont
89c3a705ce Fix configure again
This wouldn't happen if committers read the output from bootstrap.
2012-01-29 18:49:43 +02:00
Felix Paul Kühne
d285961c0b macosx: fixed use of [VLCMain localizedString] pointed by David Fuhrmann
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
2012-01-29 14:52:57 +01:00
Felix Paul Kühne
41d7819dac macosx: fixed l10n of the 'Extensions' menu 2012-01-29 14:31:48 +01:00
Felix Paul Kühne
f801407052 macosx: small interface modifications to make room for lengthy translations 2012-01-29 14:24:24 +01:00
Felix Paul Kühne
b3807154b3 macosx: displayed ocalizable sstrings correctly 2012-01-29 14:23:49 +01:00
Felix Paul Kühne
49972383e2 macosx: fixed execution of binaries linked against the 10.7 SDK on 10.6 2012-01-29 13:58:03 +01:00
Felix Paul Kühne
4a64677522 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 2012-01-29 13:54:40 +01:00
Rafaël Carré
0c7696c1dd contrib: libvpx 1.0 2012-01-29 05:09:51 -05:00
Rafaël Carré
6689109fee avcodec: invert definition of deprecated values
We want to use the new names in our code
2012-01-29 04:17:27 -05:00
Rafaël Carré
b3a6617f9d avcodec: don't include non existing header 2012-01-29 04:14:20 -05:00
Rafaël Carré
1ed476774f avcodec: fix build with libavcodec < 54 2012-01-29 03:57:40 -05:00
Rafaël Carré
c5f388e8e3 avformat demux: fix double free()
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)
2012-01-29 03:47:45 -05:00
Brad Smith
3fc4af487d rand: Also use /dev/urandom on OpenBSD as well
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>
2012-01-29 10:22:40 +02:00
Rafaël Carré
dd74923370 avcodec: revert define of deprecated values
We want to use the new ones in our code
2012-01-29 03:20:55 -05:00
Rafaël Carré
8f24e725ff avcodec: update to libavcodec 54 2012-01-29 03:10:12 -05:00
Rafaël Carré
4c3037ac45 avformat demux: use new IO API
- 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
2012-01-29 02:25:01 -05:00
Rafaël Carré
4d338f69d8 dca: only build library and headers 2012-01-29 01:51:19 -05:00
Rafaël Carré
6df79d9c72 dca: update config.* 2012-01-29 01:51:06 -05:00
Rafaël Carré
083c69e040 speex: arm code is for fixed point only 2012-01-29 01:43:18 -05:00
Rafaël Carré
5b55c4dbab Workaround FFmpeg doc/APIchanges lies 2012-01-29 01:19:53 -05:00
Rafaël Carré
49944dcb5a avformat demux: use new input APIs
print avformat_find_stream_info errors
2012-01-29 00:44:34 -05:00
Rafaël Carré
4ca6ef05e1 avformat demux: don't access removed info
Palette data is now transmitted as a side data in AVPacket
2012-01-29 00:35:20 -05:00
Rafaël Carré
0011b7043c avformat mux: convert to new avio API 2012-01-29 00:28:31 -05:00
Rafaël Carré
aca40fdc52 avformat mux: use avformat_write_header()
Pass its error output to msg_Err with %m
2012-01-29 00:25:19 -05:00
Rafaël Carré
91899a03e7 avformat: remove cast to void * 2012-01-29 00:18:58 -05:00
Rafaël Carré
5dbdccf2fd avformat: prefer avformat_new_stream() over av_new_stream() 2012-01-29 00:18:18 -05:00
Rafaël Carré
7df0345e7f avformat: shut up warning (unsigned char -> uint8_t) 2012-01-29 00:13:55 -05:00
Rafaël Carré
a6ebc7d7eb avformat: put_flush_packet was renamed some time ago 2012-01-29 00:05:58 -05:00
Rafaël Carré
55c0636c55 avformat: AVMetadataTag and av_metadata_get don't exist anymore
They were copied verbatim to AVDictionary equivalents some time ago
2012-01-29 00:00:13 -05:00
Rafaël Carré
e7e1a0f3bd avformat: remove 2 chained data structures
They were only used to hold one opaque pointer
2012-01-28 23:31:31 -05:00
Rafaël Carré
3cb559491e 'SONC' codec is not even mentioned in libavcodec anymore 2012-01-28 23:14:46 -05:00
Rafaël Carré
62229a3b5c avformat mux: don't write trailer if writing header failed 2012-01-28 21:52:26 -05:00
Brad Smith
3a50918d89 thread: Simplify vlc_GetCPUCount / add FreeBSD/NetBSD support
Looking at the current vlc_GetCPUCount() function this can be simplified.
The sysconf(4) variable _SC_NPROCESSORS_CONF is available for OS X and OpenBSD.
The change as is also adds FreeBSD and NetBSD support to vlc_GetCPUCount().

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-01-28 20:20:04 -05:00
Rafaël Carré
8932d7afe7 Fix typo 2012-01-28 19:51:56 -05:00
Rafaël Carré
d56a52e263 contrib: fluid: Don't use inexistent files 2012-01-28 13:41:50 -05:00
Rafaël Carré
d4481f0a42 win32text: get ToT definition 2012-01-28 13:36:44 -05:00
Rafaël Carré
7a7f12fa32 contrib: make HAVE_FPU check consistent with vlc_cpu.h 2012-01-28 13:19:31 -05:00
Rafaël Carré
d31d221b21 contrib: vorbis: fix inverted HAVE_FPU check 2012-01-28 12:31:26 -05:00
Rafaël Carré
0398b0c82e atmo: include vlc_codecs.h to get BITMAP definitions 2012-01-28 12:28:33 -05:00
Rafaël Carré
c61bc9f4f9 atmo: revert rename of BITMAPFILEHEADER
vlc headers don't declare it
This should perhaps be changed but that requires special look to atmo
code since this plugins mixes cross-platform and windows code, and vlc
and undocumented standalone compilation
2012-01-28 12:25:08 -05:00
KO Myung-Hun
a67afb66ba Replace the bitmap structures of Microsoft with ones of VLC
Signed-off-by: Rafaël Carré <funman@videolan.org>
Modified-by: Rafaël Carré <funman@videolan.org>
    ... Replace them in ASF demux as well
2012-01-28 11:36:50 -05:00
KO Myung-Hun
066c623157 Compare a filename ignoring letter case on OS/2
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-01-28 10:58:39 -05:00
Rémi Denis-Courmont
d54154d54f Qt4: missing #include 2012-01-28 17:35:49 +02:00
Rémi Denis-Courmont
75baf3700b FreeType: setting UNICODE after <windows.h> inclusion is useless 2012-01-28 17:27:26 +02:00