- 06 Oct, 2014 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
(cherry picked from commit 5e4b6380fc0468acde12957eb7aa4b9784874565) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Oct, 2014 1 commit
-
-
Rémi Denis-Courmont authored
The core cannot blend subpictures to hardware surfaces. In principles, blending could be performed post chroma conversion, but this is not supported by the video output wrapper so far. (cherry picked from commit 47d7b5c0537f16a99ee224c2c75f4f41dd18415d)
-
- 04 Oct, 2014 3 commits
-
-
Rémi Denis-Courmont authored
That should help failing safe to software decoding if the graphic card has too little free memory. Old cards with only 256 MiB are commonly affected by that problem. (cherry picked from commit f6da7e32f09d9671e92d90d98b7a2c51c28290b5) Conflicts: modules/hw/vdpau/avcodec.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 5bf47e957dfb794dfb96acb9c928fc8d87205d35)
-
Rémi Denis-Courmont authored
(cherry picked from commit 8c32482683f4e2ac0f920e10142835766bea599c)
-
- 03 Oct, 2014 5 commits
-
-
Rémi Denis-Courmont authored
This seems necessary to maintain the mapping of libav's packet stream index to the VLC plugin's tracks table offset. (cherry picked from commit 6e800f09423c6e9dc28d2fef9296ae4b25bddb26)
-
Rémi Denis-Courmont authored
(cherry picked from commit 97ef3628415ece0ee2931e70cab424d5446eb64b)
-
Rémi Denis-Courmont authored
(cherry picked from commit 8ac5cc821f0a976c32885d56d33d2e358f776414)
-
Rémi Denis-Courmont authored
(cherry picked from commit 0361af77c96214ce04257fe843e6bf31a05f4ad4)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 243e0951b5c92176b07bfacd5e81ef056090bb06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Oct, 2014 9 commits
-
-
Damien Erambert authored
Pngcrushed graphics. close #11101 Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> (cherry picked from commit f83c0330b3b5c392626c486bb83a2ba0b38ad4a8) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Tristan Matthews authored
Refs #11752 (cherry picked from commit ce6092e13fad46e834e3808e849ad259678e25b1)
-
Felix Paul Kühne authored
awakeFromNib is no longer called on fspanel (as there is no nib anymore), so don't rely on it (cherry picked from commit 51d5f1efb0e77d254d3754c6cf5f6a9856365c52)
-
Tristan Matthews authored
(cherry picked from commit 1023ecb97f830349989c79aa5b0260d606588c6e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
(cherry picked from commit 9b196c6333e8973ba3704af22b1d8b9d600bbd6f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Regular streams skip if p_read is NULL. (cherry picked from commit 426d82731aa74530af562c3fa09ce7a2eeb45c6a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
(cherry picked from commit 033cdd9009df398c3fedffd8b5c31655f60256e4) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Tristan Matthews authored
Refs #12298 (cherry picked from commit 9ab9aa37080ed6e8d34717bdf416509c7e38bbf9) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
KO Myung-Hun authored
Installed version cannot find lua scripts. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ff7f5020e7fad15ee8a277aab5f02bef515f3812) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Sep, 2014 1 commit
-
-
David Fuhrmann authored
For playlist-autostart, PLAYLIST_PLAY is used now which does not restart the current item if there is already one running. This avoids restart of the same item in a quick succession, and thus workarounds the issue described in refs #11488. (cherry picked from commit e6dfd01f3dc2ff7b34006d214e57524f82e5ccd6) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- 28 Sep, 2014 9 commits
-
-
Francois Cartegnie authored
refs #12283 (cherry picked from commit fa6b1937bcbdd00726502c1f47a6826a08b5dade) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
The "```" case could also never happen as this is the decoding of value 0 which should map to mac. (cherry picked from commit 07a88c4b37cb6e38082966679bb8f1e40c9894eb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 2a3c52805fe2527c97310c7a7f59178633a1da1e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 3417a40402599d56395fd2ae0e55baec25e41a52) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 44c7fb66827345a5179b4f919c7234c65d569db1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 99fd06680b5a71928c3ebcf08a4f138b6d70b33d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit fd9a60b0178286f603ef9b3057b4ff4ab28d7a22) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #12282 Ref: Debian BTS #762564 (cherry picked from commit bba3fa4472757d7f7b7dcb855afaa5171743b729) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
fixes 1 byte read overflow (cherry picked from commit 2d07e7885945ef30a55a078d956e4b6714c5c1ee) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Sep, 2014 3 commits
-
-
Rémi Denis-Courmont authored
stream_Read() can always fail. (cherry picked from commit ddcf5d1ce2904f2975d0b7f7b236454fd7bc41f5)
-
Francois Cartegnie authored
(cherry picked from commit 5e009c7210154b56212e65299dfd92dd85e55b9e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8063cb85bb9adf5c9147336c13d2ba5696e6f3e2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Sep, 2014 3 commits
-
-
Francois Cartegnie authored
refs #12270 (cherry picked from commit d65a02c1d5771faf431ba73e716be9e88adcee21) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 35133fe70b28dc91b38a650ee9398cf68d8f119d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 83a873ba0ea9fcf42a4bb02ffc68380321321d2e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Sep, 2014 3 commits
-
-
Timothy B. Terriberry authored
This way, when metadata is updated, we only replace the attachments produced by the demuxer whose metadata changed. Fixes #11976 Tested by reverting the patch in #11966 (with some fix-ups to pass the right arguments where the code had changed). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 223a42c1ec748dd5a0b338c90c571a37483f3297) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 04a366e3e6d83495c76452c9fdc2bb6e2c869b77) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 26258915a956bd1150d4d369d476770af21c71b7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-