- 29 Jan, 2012 20 commits
-
-
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
-
Rafaël Carré authored
-
Brad Smith authored
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>
-
Rafaël Carré authored
-
- 28 Jan, 2012 20 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
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
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org> Modified-by: Rafaël Carré <funman@videolan.org> ... Replace them in ASF demux as well
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
uint8_t cannot be more than 0xff.
-
Rémi Denis-Courmont authored
This was broken ever since VLC was switched to UTF-8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
On Win32, time_t can either be long or long long depending on #define's. This caused linking failures.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #5935
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-