Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rangecoder-test: Drop timer output that clutters stderr | Diego Biurrun | 2012-10-15 | 1 | -8/+2 |
| | |||||
* | rangecoder-test: Return in case of an error | Diego Biurrun | 2012-10-15 | 1 | -1/+3 |
| | |||||
* | wmapro: use planar sample format | Justin Ruggles | 2012-10-14 | 1 | -11/+6 |
| | |||||
* | wmalossless: output in planar sample format | Justin Ruggles | 2012-10-14 | 1 | -8/+9 |
| | |||||
* | wmadec: use float planar sample format output | Justin Ruggles | 2012-10-14 | 1 | -37/+28 |
| | |||||
* | shorten: use planar sample format | Justin Ruggles | 2012-10-14 | 1 | -9/+14 |
| | |||||
* | lavc: update documentation for AVFrame.extended_data | Justin Ruggles | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 3 | -3/+3 |
| | | | | Functions used across libraries should have avpriv_ and not ff_ prefixes. | ||||
* | vc1: Use codec ID from AVCodecContext while parsing frame header | Mashiat Sarker Shakkhar | 2012-10-13 | 1 | -1/+1 |
| | | | | | | | This fixes a segfault with samples that I have (both of them MPEG-TS). Looks like avctx->codec is not being set during parsing. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com> | ||||
* | dca: allocate a secondary buffer for extra channels when downmixing | Justin Ruggles | 2012-10-13 | 1 | -2/+30 |
| | | | | | The output AVFrame buffer only has data for the downmix channels. Fixes a segfault when decoding dca with request_channels == 2. | ||||
* | mpegvideo: remove write-only variable | Mans Rullgard | 2012-10-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Use proper return values in case of missing features | Diego Biurrun | 2012-10-12 | 12 | -18/+18 |
| | |||||
* | rangecoder-test: Set error message log level to error, instead of debug | Diego Biurrun | 2012-10-12 | 1 | -1/+2 |
| | |||||
* | rangecoder: K&R formatting cosmetics | Diego Biurrun | 2012-10-12 | 2 | -98/+106 |
| | |||||
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 12 | -799/+9 |
| | | | | The code fails to compile and is broken beyond repair. | ||||
* | Remove libmpeg2 #define remnants | Diego Biurrun | 2012-10-12 | 2 | -0/+5 |
| | |||||
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 13 | -48/+78 |
| | | | | It is only used in that library. | ||||
* | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 2 | -0/+2 |
| | | | | | The table is so small that the space gain is not worth the performance overhead of cross-library access. | ||||
* | tscc2: Fix an out of array access | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | vp8: reset loopfilter delta values at keyframes. | Sami Pietila | 2012-10-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 1 | -0/+2 |
| | |||||
* | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 9 | -46/+61 |
| | |||||
* | mpegvideo: fix indentation | Anton Khirnov | 2012-10-12 | 1 | -14/+14 |
| | |||||
* | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | svq3: fix pointer type warning | Mans Rullgard | 2012-10-11 | 1 | -1/+1 |
| | | | | | | | | Fixes: libavcodec/svq3.c:661:9: warning: passing argument 2 of 'svq3_decode_block' from incompatible pointer type libavcodec/svq3.c:208:19: note: expected 'DCTELEM *' but argument is of type 'DCTELEM (*)[32]' Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | svq3: replace unsafe pointer casting with intreadwrite macros | Mans Rullgard | 2012-10-11 | 1 | -8/+8 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 10 | -11/+127 |
| | |||||
* | options_table: refs option is not snow-only | Diego Biurrun | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | mlpdsp: adding missing file | Luca Barbato | 2012-10-11 | 1 | -0/+37 |
| | |||||
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 5 | -20/+9 |
| | |||||
* | sh4: add required #include, fix build | Mans Rullgard | 2012-10-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | flashsv: propagate inflateReset() errors | Janne Grunau | 2012-10-10 | 1 | -5/+14 |
| | | | | Fixes CID717493. | ||||
* | indeo4/5: remove constant parameter num_bands from wavelet recomposition | Janne Grunau | 2012-10-10 | 3 | -8/+7 |
| | | | | Fixes bogus uninitialized value compiler and coverity warnings. | ||||
* | Double motion vector range for HPEL interlaced picture in proper place | Mashiat Sarker Shakkhar | 2012-10-10 | 2 | -4/+5 |
| | | | | | | | The existing code is not in the right place and it should cover both interlaced frame and field pictures. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | vc1dec: Set opposite to the correct value for 1REF field pictures | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -4/+10 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -1/+1 |
| | | | | | | | | | | This is required due to the way VC-1 handles chroma pull-back which may end up causing negative chroma MV for zero luma MV. Edge emulation needs to be invoked in such cases. This only affects vertical component of chroma motion vector. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -0/+1 |
| | | | | | | | | Interlaced field pictures can have one or two reference pictures, signaled by NUMREF syntax element. For single reference pictures, reference picture is determined by REFFIELD syntax element. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | vc1dec: Use correct spelling of "opposite" | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -5/+5 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | a64multienc: change mc_frame_counter to unsigned | Janne Grunau | 2012-10-10 | 1 | -1/+1 |
| | | | | | | | | | | GCC cannot proof that c->mc_frame_counter is always >- 0, changing the type from int to unsigned fixes following warning: libavcodec/a64multienc.c: In function ‘a64multi_encode_frame’: libavcodec/a64multienc.c:342:17: warning: ‘buf’ may be used uninitialized in this function[-Wuninitialized] Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) | Jean-Baptiste Kempf | 2012-10-10 | 6 | -18/+32 |
| | | | | | | | Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | svq1: Drop a bunch of useless parentheses | Diego Biurrun | 2012-10-10 | 2 | -48/+48 |
| | |||||
* | svq1: K&R formatting cosmetics | Diego Biurrun | 2012-10-10 | 7 | -1075/+1109 |
| | |||||
* | g722enc: fix size argument in memset | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
| | | | | Fixes CID700725. | ||||
* | lavc: split asv12 encoder/decoder | Anton Khirnov | 2012-10-09 | 6 | -672/+778 |
| | |||||
* | vc1dec: prevent memory leak in error path | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
| | | | | Fixes CID732271. | ||||
* | vc1dec: prevent memory leak on av_realloc error | Janne Grunau | 2012-10-09 | 1 | -4/+6 |
| | |||||
* | adxdec: use planar sample format | Justin Ruggles | 2012-10-09 | 1 | -8/+13 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_thp | Justin Ruggles | 2012-10-09 | 1 | -6/+3 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ea_xas | Justin Ruggles | 2012-10-09 | 1 | -12/+16 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3 | Justin Ruggles | 2012-10-09 | 1 | -10/+10 |
| |