Justin Ruggles
|
9b28e58357
|
imc/iac: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
6fdfdb23d3
|
gsm: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
cb7b47a61d
|
g726: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
7e52fd6bca
|
g723.1: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
036e9b045f
|
g722: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
b8e9c99ef1
|
flac: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
97c7bdc6d4
|
cinaudio: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
182821cff4
|
dca: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
7b78321597
|
cook: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:22 -05:00 |
|
Justin Ruggles
|
cddf8998f1
|
comfortnoise: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
e42e5a89d6
|
bmvaudio: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
a6bb39add2
|
pcm: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
5cc0bd2cb4
|
binkaudio: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
9a75ace2b2
|
atrac3: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
0ded61b57a
|
atrac1: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
5932e2d7d2
|
ape: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
da28bb3f4a
|
amrwb: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
e3db34291f
|
amrnb: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
9b0b355e97
|
als: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
5cd597f22f
|
alac: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
bae4f47938
|
adxenc: alloc/free coded_frame instead of keeping it in the ADXContext
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
0588935e64
|
adx: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
e57daa876b
|
adpcm: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
55d2e12aef
|
ac3: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
ffd2123095
|
aac: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Justin Ruggles
|
a3de4010c2
|
8svx: decode directly to the user-provided AVFrame
|
2013-02-12 12:21:21 -05:00 |
|
Daniel Kang
|
b3f2a3fe3f
|
x86: mpeg4qpel: Make movsxifnidn do the right thing
Fixes an instruction that does nothing by changing the
source to dword.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2013-02-11 20:17:15 +01:00 |
|
Martin Storsjö
|
4c51fe48ba
|
h264: Copy h264chroma dsp context to slice thread copies
This fixes slice threading which seems to have been broken since
79dad2a93 .
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2013-02-11 21:12:21 +02:00 |
|
Diego Biurrun
|
6fb296e97e
|
avcodec/rectangle: Remove nonsense assert
|
2013-02-11 16:23:09 +01:00 |
|
Derek Buitenhuis
|
375ef6528c
|
libfdk-aacenc: Actually check for upper bounds of cutoff
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2013-02-11 10:15:42 -05:00 |
|
Diego Biurrun
|
d46d87d1d3
|
sparc: dsputil_vis: Fix silly variable name search and replace typo
|
2013-02-10 22:23:43 +01:00 |
|
Diego Biurrun
|
8658e1c682
|
mss4, ra288: Remove unused DSPContext local codec context members
|
2013-02-09 14:32:06 +01:00 |
|
Diego Biurrun
|
5d3d39c72e
|
dsputil: Move fdct function declarations to dct.h
|
2013-02-09 00:08:28 +01:00 |
|
Diego Biurrun
|
218aefce44
|
dsputil: Move LOCAL_ALIGNED macros to libavutil
|
2013-02-08 23:13:37 +01:00 |
|
Diego Biurrun
|
059866eb17
|
dsputil: Move WRAPPER8_16_SQ macro to the only place it is used
|
2013-02-08 23:10:17 +01:00 |
|
Diego Biurrun
|
bf6b3ec924
|
dsputil: Move rnd_avg inline functions to a separate header
|
2013-02-08 23:10:17 +01:00 |
|
Diego Biurrun
|
b9c2408b19
|
dsputil: Remove commented-out, unused function declarations
|
2013-02-08 23:10:16 +01:00 |
|
Diego Biurrun
|
35685a3c2a
|
dsputil: Move ff_shrink* function declarations to separate header
|
2013-02-07 22:08:19 +01:00 |
|
Diego Biurrun
|
75d5156ac1
|
dsputil: Move ff_svq3 function declarations to a separate header
|
2013-02-07 22:08:19 +01:00 |
|
Diego Biurrun
|
6a44304074
|
dsputil: Move ff_h264_idct function declarations to a separate header
|
2013-02-07 22:08:19 +01:00 |
|
Diego Biurrun
|
b9ba5253dd
|
dsputil: Move copy_block functions to a separate header
|
2013-02-07 22:08:19 +01:00 |
|
Diego Biurrun
|
9e31729d69
|
dsputil: Drop unused functions copy_block{2|4|16}
|
2013-02-07 22:08:19 +01:00 |
|
Mans Rullgard
|
b9ee5f2cab
|
indeo3: replace use of copy_block4 with put_pixels
The destination is sufficiently aligned for put_pixels here.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2013-02-07 22:08:19 +01:00 |
|
Mans Rullgard
|
ed62e6e3c3
|
mjpegdec: use put_pixels instead of copy_block8
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2013-02-07 22:08:19 +01:00 |
|
Diego Biurrun
|
b5b7b75e91
|
dsputil: Move get_penalty_factor() to the only place it is used.
|
2013-02-07 22:05:25 +01:00 |
|
Diego Biurrun
|
0b016eb99d
|
dsputil: Move ff_block_permute to mpegvideo_enc
|
2013-02-07 22:05:25 +01:00 |
|
Daniel Kang
|
a1d3673034
|
dsputil: x86: Fix compile error
Accidentally prefixed ff_ with cextern.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2013-02-07 11:06:16 +02:00 |
|
Daniel Kang
|
659d4ba5af
|
dsputil: x86: Convert h263 loop filter to yasm
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-02-06 15:38:27 -08:00 |
|
Anton Khirnov
|
12b54a1f39
|
mpegvideo: remove an unused function parameter
|
2013-02-06 21:48:48 +01:00 |
|
Anton Khirnov
|
605b047bcc
|
rv10: improve buffer size check.
Check slice count and input buffer size before constructing a possibly
invalid pointer, not after.
|
2013-02-06 21:47:57 +01:00 |
|