- 24 Jul, 2015 4 commits
-
-
Michael Niedermayer authored
Improves decoding of Ticket1589 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ivan Uskov authored
libavcodec/qsvdec_h264.c: packet buffering has been removed since qsvdec.c does maintain own data buffering now. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ivan Uskov authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes Ticket4729 Found-by: ami_stuff Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Jul, 2015 14 commits
-
-
Tom Butterworth authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Tom Butterworth authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Martin Storsjö authored
This fixes the palette on big endian, broken (or, differing from little endian) since 57214b2f. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Tom Butterworth authored
-
Tom Butterworth authored
Some uses of Snappy require uncompressing to positions within an existing buffer. Also adds a function to get the uncompressed length of Snappy data.
-
Tom Butterworth authored
A bug was introduced in 97710540 whereby when frame height wasn't divisible by the number of threads, pixels would be omitted from the bottom rows during decode. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Tom Butterworth authored
A bug was introduced in 6b2b26e7 whereby when frame height wasn't divisible by the number of threads, pixels would be omitted from the bottom rows during decode. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Shivraj Patil authored
Signed-off-by:
Shivraj Patil <shivraj.patil@imgtec.com> Reviewed-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ivan Uskov authored
libavcodec/qsvdec_h264.c: refactoring: functionality of qsv_process_data() has been moved into qsvdec.c Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Shivraj Patil authored
Signed-off-by:
Shivraj Patil <shivraj.patil@imgtec.com> Reviewed-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Nicolas George authored
+~9% speed on Core i5 on test sample. All frames are treated as ref frames, skipping only applies at level "all". The following mail contains information on how to improve that: http://ffmpeg.org/pipermail/ffmpeg-devel/2015-July/176116.html
-
Michael Niedermayer authored
avcodec/hevc_parse: Print the name of the NAL units in addition to the numerical nal_unit_type in the debug output Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ivan Uskov authored
libavcodec/qsvdec_h264.c: SPS parsing is now performed by MFXVideoDECODE_DecodeHeader() in libavcodec/qsvdec.c Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Jul, 2015 19 commits
-
-
Jovan Zelincevic authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Nedeljko Babic authored
Use macros from aac_defines.h for adding suffixes instead of local macros. Signed-off-by:
Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Djordje Pesut authored
Add fixed point implementation. Signed-off-by:
Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jovan Zelincevic authored
Add fixed point implementation of functions for generating tables. Signed-off-by:
Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
The stats are a superset of the quality factor, also allowing the picture type and encoder "PSNR" stats to be exported This also replaces the native by fixed little endian order for the affected side data AV_PKT_DATA_QUALITY_FACTOR is left as a synonym of AV_PKT_DATA_QUALITY_STATS Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Donny Yang authored
-
Tom Butterworth authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Vittorio Giovara authored
-
Michael Niedermayer authored
Found-By: ami_stuff Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Red and blue channels were decoded in the wrong order. Found-By: ami_stuff
-
Vittorio Giovara authored
Drop the global variables with anonymous enum type.
-
Anton Khirnov authored
-
周晓勇 authored
Signed-off-by:
ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Niklesh authored
This patch takes care of the secondary color changes in ASS through highlight and hilightcolor boxes. Signed-off-by:
Niklesh <niklesh.lalwani@iitb.ac.in>
-
Niklesh authored
This patch reorganizes the code to make it easier to add support for different text modifier boxes and other styles in the future. Signed-off-by:
Niklesh <niklesh.lalwani@iitb.ac.in>
-
- 21 Jul, 2015 3 commits
-
-
James Almer authored
And prevent eventual compilation failures once the relevant functions and fields are removed. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
It's done automatically by avcodec_open2() now. Fixes memleaks in fate-libavcodec-options. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
周晓勇 authored
Signed-off-by:
ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-