- 05 Mar, 2012 25 commits
-
-
Felix Paul Kühne authored
macosx: implemented playback controls for the detached video window (bwd/play/fwd, position, time, fullscreen) 2 things todo: - get custom artwork for the fullscreen button - implement window title when using the black ui mode (cherry picked from commit 05a4b8a6f245d3487570dfee38bacad4a03175de)
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Using str*() on a bytestream is a bad idea. (cherry picked from commit 74f02326dc168aa632fe68c29951cf3824dfce06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit d0590ad182d82c5c856b8b4555bce93d5ccc1fb6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Fixes #6261 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit 0307c51edc4a04f9ef28c1806941483fd280578a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 7573128aa74cd02d78269c8ff9d9aa30337ef859) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 9db8e1cb64279947faea3d605fe3f99d7b74ce11) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
They where only used to be converted back to char*, which is useless and error-prone. (cherry picked from commit 67530424186f0473c201d393fb71eb873dab72a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit a3dce49a0fd8aba7e62ce72b732e80e3bf1401da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 1bde880702e7a8913205ed0f491e9a223dfaae48) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 69ee998d3c9fe363b1af52ba3ee20fcd2c0a8b0f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8290233b46cd5e4edcd83d6a5795cda6814f06a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit c86cbfb9b1ebd6af37d47b47d8d982e5df989fca) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 89f039dd14b2bf8da73b08bc23ded28da9044867) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maciej Blizinski authored
Otherwise, it gets executed with /bin/sh which on Solaris does not support the $(...) construct. This causes 'gmake check' to fail. For example: ../src/check_headers: $(dirname ../src/check_headers): does not exist Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit d1a8b724c3923bb37002e5102cae25d9594a9a95) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maciej Blizinski authored
Otherwise: Undefined first referenced symbol in file asprintf url.o ld: fatal: Symbol referencing errors. No output written to test_url This patch uses a mix of tabs and spaces to match the existing convention. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 7b0efebbf38aec8c341ad92433fb218a02bf62a0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
For each item that was appended or deleted, the ("Tracks", NULL) pair was inserted (duplicated over and over) in the tracklist_properties dictionary. The dictionary was inserting it in the same position and it assumed it had hash collisions, triggering an expansion at every insertion of that pair. Check if the key is present before inserting in the dict again, at playlist_item_append, playlist_item_deleted events. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 0d3ac6a7df7e205bdaff6e1493abdf1a62fa45b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 308259d1ab249c19463c88b382f705ffde1343e5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 6fa1935b5a4d1894689fac30c358a5b1887677c9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Sébastien Escudier authored
(cherry picked from commit d77948263d850f221ac18606f3e0f6c19295d51b) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Rafaël Carré authored
We can only use it at application level Just use the default libav* callback instead which prints to stderr We might want to set libav* verbosity with av_log_set_level() (cherry picked from commit 20155f800ecee139e81babf82b031cc5a8bbb045) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
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 aa77af7405751bec3f8adfd1c671133261dc9c8d) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 04 Mar, 2012 15 commits
-
-
Rafaël Carré authored
(cherry picked from commit 3cb559491e0ade3f98b029ef2e690ea32191a296) 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 b3cd3651868cce57d54e94c6662a383f7d94444e) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avformat mux: convert to new avio API (cherry picked from commit 0011b7043c5c9115bf130068265e90142277d2f6) 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 aca40fdc52ae97e3a188d55af74a0b734b415664) 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 91899a03e70024e68c20603e2c243cb9742898b9) 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 5dbdccf2fd7829a8a0fb3ccae65ed17f71c7078a) 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 a6ebc7d7eb2231939ec94dd5a94bf819fb7c2086) 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 c5f388e8e37f38b4526fbca379305a918dd12141) 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 4c3037ac45b92853d5d85f7bedebdb4b281da0c6) 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 5b55c4dbab0ee2700300f9d8b79747a42ef26158) 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 49944dcb5ac7ecc39da86bdb300bd7be8c9d2e47) 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 4ca6ef05e16554c71c7480a7b4df59ab3a43f6c4) 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 7df0345e7f8917ae534592caea34eba1bef4c26e) 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 55c0636c559e3db6cb354306438c83e278430f48) 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 e7e1a0f3bd279ce5fd2bdd4f1994bd7ff5be3deb) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-