- 04 Jul, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 03 Jul, 2013 6 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Tristan Matthews authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
avcodec_flush_buffers() may get or release frame buffers. See also EndVideoDec().
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
- 02 Jul, 2013 14 commits
-
-
Rémi Denis-Courmont authored
With the previous commit, the vout wrapper's display pool is no longer used ever if direct rendering is not in use. Removing it saves one picture buffer. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
When the decoder output and the display video formats are different, the picture copy comes for "free" during the conversion from the earlier format to the latter one. So do not bother with copying the picture before the conversion. The straight copy is still required however in the case that the video formats are identical but the display pool is inadequate (too few pictures, slow memory bus...). Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
todisplay cannot be NULL there since its two possible values are checked already. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
This reverts commit d8100367.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
It could be a problem if one had no contribs, but /lib/liblua.a was present
-
Rafaël Carré authored
-
Timo Rothenpieler authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
_set_invalid_parameter_handler is now usable in recent versions of mingw-w64
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Only use the first 34 or 42 bytes (streaminfo block) Sample: 0109c7dd02be4e673824fe156bc4cb66 [UTW-THORA] Evangelion 3.33 You Can (Not) Redo [BD][1080p,x264,flac][F2060CF5] sample.mka
-
Elodie Thomann authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 01 Jul, 2013 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This uses existing strings only
-
- 30 Jun, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Jun, 2013 2 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 27 Jun, 2013 2 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
- 26 Jun, 2013 5 commits
-
-
Rafaël Carré authored
This reverts commit 75890fb5. This caused infinite loops in aviobuf when muxing to mkv. write_flag seems to mean "mux" versus "demux". The real meaning might be lost on us for lack of a libavformat documentation translator.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
KO Myung-Hun authored
Include unistd.h to fix the following error. ---- CC liblua_plugin_la-intf.lo intf.c: In function 'Start_LuaIntf': intf.c:372: error: implicit declaration of function 'close' ---- Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 24 Jun, 2013 7 commits
-
-
Edward Wang authored
According to xcb docs, we are responsible for freeing this memory. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In libavcodec, thread-safe callback merely means callback that can run on any thread. It does not imply that the codec should be re-entrant. In other words, it boils down to not using thread-specific variables. The VLC get_buffer callback is not reentrant currently, but it does not care which thread it runs on.
-
Jean-Baptiste Kempf authored
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
75a167f5 really did not work.
-