- 05 Mar, 2012 3 commits
-
-
Rafaël Carré authored
detect errors and abort writing if they happen (cherry picked from commit acf912ad543fd1a26a186bd5765c59c50955c0bb) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
In process-level mode we would call the context-level callback (cherry picked from commit 58d5803a30527d3299e890c72484acc9b6de48db) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Define it to EFBIG (file too big), it's close enough in this specific use (cherry picked from commit aa77af74) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 04 Mar, 2012 27 commits
-
-
Rafaël Carré authored
(cherry picked from commit 3cb55949) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
The field was renamed in lavc54 and setting values changed from enum to bitfield. We don't need to care about this because VLC doesn't specify values. (cherry picked from commit b3cd3651) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat mux: convert to new avio API (cherry picked from commit 0011b704) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Pass its error output to msg_Err with %m (cherry picked from commit aca40fdc) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat: remove cast to void * (cherry picked from commit 91899a03) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat: prefer avformat_new_stream() over av_new_stream() (cherry picked from commit 5dbdccf2) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat: put_flush_packet was renamed some time ago (cherry picked from commit a6ebc7d7) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
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) (cherry picked from commit c5f388e8) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
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 (cherry picked from commit 4c3037ac) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Workaround FFmpeg doc/APIchanges lies (cherry picked from commit 5b55c4db) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
print avformat_find_stream_info errors (cherry picked from commit 49944dcb) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Palette data is now transmitted as a side data in AVPacket (cherry picked from commit 4ca6ef05) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat: shut up warning (unsigned char -> uint8_t) (cherry picked from commit 7df0345e) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
They were copied verbatim to AVDictionary equivalents some time ago (cherry picked from commit 55c0636c) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
They were only used to hold one opaque pointer (cherry picked from commit e7e1a0f3) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avcodec: update to libavcodec 54 (cherry picked from commit 8f24e725ff9945975f6d7232477cff7f7a8e2cff) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
- fix bug in ACCESS_GET_PTS_DELAY where it would fall through the next case - print error messages from libavformat - remove useless strdup - check for exclusive access to avio when context open succeeded - support for multiple input / output at the same time with libavformat > 54 (untested) (cherry picked from commit cca698a0) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
it's in libdvbpsi since 2004 (cherry picked from commit 0344812b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit d7df1123)
-
Felix Paul Kühne authored
(cherry picked from commit c3ea7f28)
-
Felix Paul Kühne authored
macosx: fixed resizing issue, which was in part fixed by the previous commit by accident (close #6203) (cherry picked from commit f56aba45)
-
David Fuhrmann authored
close #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 73741d01)
-
David Fuhrmann authored
Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 06f57d2b)
-
Felix Paul Kühne authored
(cherry picked from commit 8f813fc4)
-
Felix Paul Kühne authored
(cherry picked from commit 84dc949e)
-
Rémi Denis-Courmont authored
(cherry picked from commit d843a2fc)
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit be40ef554ab4d76d5ff221567940d0d4d5e3aa65)
-
- 03 Mar, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no reliable way to determine the channel configuration of a certain ALSA device. The ALSA operates at too low level for that. So add a configuration option with default to stereo (as in previous VLC versions). However, the user will not need to re-enable 5.1 every time. This commit also removes all the fancy device choices. The static choices are overriden dynamically by the UI anyway. So the only use of the list was in vlc --help. (cherry picked from commit 119c3fc9f9cc1c05df23728a6e16ac9c702e93f2)
-
Rémi Denis-Courmont authored
(cherry picked from commit 75977c876f7169e6e3da5605d86d78706bbfd130)
-
Rémi Denis-Courmont authored
Do not clobber the output format channels to stereo. This would break the VLC filtering pipeline. (cherry picked from commit ea6e934aedda48cc024c4554cd33542ee83ab8e4)
-
David Fuhrmann authored
For each input thread the callback for "intf-event" was registered at least twice, and never deleted correctly. Therefore this patch makes sure that we add the callback only once, and also properly delete the old one when the input changed. should close #6207, refs #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 53f6bc016209b67a56c2bbecf03ae05c42b7f5ed)
-
Felix Paul Kühne authored
macosx_vout: implemented a cleaner approach to limit the window size according to the screen it is displayed on (close #5875) (cherry picked from commit 68a4652d102431c548b700d89d04c6f567d245c6)
-
- 02 Mar, 2012 4 commits
-
-
KO Myung-Hun authored
This fixes the following error, In file included from ../../../include/vlc_stream.h:27, from ../../../include/vlc_demux.h:33, from mkv.hpp:55, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_block.h:138: error: 'ssize_t' has not been declared Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 248812582798e57d8da527095fe29d4b3df75ad4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 775a33e104ef7561962bc1fb3e2c7a93c53779bb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 31bec657c7f944aa1798688f10df3177c0a804d9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6e37e1988276bcd8e24cd71046ec55172063700b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-