- 24 Jan, 2014 7 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Mpeg1/2 should not need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is needed in case the checked bitstream reader is disabled Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Prevents some overreads at the cost of 1 cpu cycle Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
sandybridge i7 274->260 cycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
No speedloss meassured Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jan, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 22 Dec, 2013 1 commit
-
-
Ivan Kalvachev authored
Signed-off-by: Ivan Kalvachev <ikalvachev@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Dec, 2013 1 commit
-
-
Tomer Barletz authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Dec, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 05 Dec, 2013 1 commit
-
-
Anton Khirnov authored
-
- 26 Nov, 2013 1 commit
-
-
John Stebbins authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 14 Nov, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Nov, 2013 1 commit
-
-
Diego Biurrun authored
XvMC has long ago been superseded by newer acceleration APIs, such as VDPAU, and few downstreams still support it. Furthermore XvMC is not implemented within the hwaccel framework, but requires its own specific code in the MPEG-1/2 decoder, which is a maintenance burden.
-
- 10 Nov, 2013 1 commit
-
-
Luca Barbato authored
It is always called by passing fields from an AVCodecContext.
-
- 31 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 30 Oct, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Oct, 2013 1 commit
-
-
Clément Bœsch authored
See b2bed932.
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 13 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2950 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
This reverts commit bf36dc50, reversing changes made to b7fc2693. Conflicts: libavcodec/h264.c Keeping support for the old VDPAU API has been requested by our VDPAU maintainer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 13 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes assertion failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 25 Jul, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Slice threading does not work with hardware acceleration, as decoding is per-picture. This fixes Bugzilla #542. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 24 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2574 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2013 1 commit
-
-
Janne Grunau authored
The decoder did not start predicted frames with missing references but called the end of frame handling on them anyway. This caused an assertion in the VA API HW accelorator since it tried to render a picture with uninitialized buffers.
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 May, 2013 2 commits
-
-
Diego Biurrun authored
-
Rainer Hochecker authored
-
- 15 Apr, 2013 1 commit
-
-
Reimar Döffinger authored
Just like get_buffer, get_format should not be called from a different thread if thread_safe_callbacks is not set. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 27 Mar, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Mar, 2013 1 commit
-
-
Janne Grunau authored
-