- 07 May, 2013 4 commits
-
-
Michael Niedermayer authored
* commit 'c1eb3e7f': swscale: add support for endianness only conversion Conflicts: libswscale/utils.c libswscale/version.h Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '74652af8': pixdesc: add function to return pixel format with swapped endiannes Conflicts: libavutil/pixdesc.c libavutil/version.h Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
This is the first 2 MB of the official test7.mkv. That length seems to be enough to detect the bugs we had in our code so far. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Fixes playback of test7.mkv validation test file. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 06 May, 2013 36 commits
-
-
Matt Wolenetz authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by:
Nicolas BERTRAND <nicoinattendu@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
This should make probing faster.
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes mplayer -vc ffvc1vdpau for interlaced streams.
-
Rainer Hochecker authored
Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at>
-
Michael Niedermayer authored
* qatar/master: swscale: Use alpha from the right row in yuva2rgba_c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '6c5eac9a': swscale: Remove unnecessary backslashes jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheck Conflicts: libavcodec/jpeg2000dec.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas Bertrand authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '11079673': x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c Conflicts: libavcodec/x86/Makefile Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'dc1b328d': x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled Conflicts: libavcodec/x86/Makefile Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '9e5e76ef': x86: More specific ifdefs for dsputil/hpeldsp init functions Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
-
Janne Grunau authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
Every other pixel had the alpha channel taken from the wrong row. This fixes bug 504. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This allows comparing the 2 decoders with threads Based on:commit 2e2d2466 By: Nicolas Bertrand <nicoinattendu@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas Bertrand authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
* cehoyos/master: Remove a superfluous include from libavcodec/options_table.h. Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
The function is only instantiated once, so there is no point in keeping it in a template file.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: wav: Always seek to an even offset Conflicts: libavformat/wavdec.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '46c19173': nut: use a define for the nut version bgmc: Do not mark ff_bgmc_decode_init() as av_cold Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'bd8ac882': avcodec: Add av_cold attributes to end functions missing them Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7abd35a1': avformat: Add av_cold attributes to init functions missing them Conflicts: libavformat/rtpdec_xiph.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org
-
Luca Barbato authored
Ease switching version in the future and make evident why that value.
-