| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05' | Michael Niedermayer | 2014-04-29 | 1 | -1/+1 |
|\ |
|
| * | dxva2_h264: add a workaround for old Intel GPUs | Hendrik Leppkes | 2014-04-28 | 3 | -2/+9 |
| * | dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | 2014-04-28 | 1 | -4/+14 |
* | | avcodec/hevc_cabac: decrease CABAC_MAX_BIN | Michael Niedermayer | 2014-04-28 | 1 | -1/+1 |
* | | avcodec/mpeg12enc: increase declared size of block function argument | Michael Niedermayer | 2014-04-28 | 1 | -2/+2 |
* | | avcodec/mjpegdec: make type of shift unsigned to avoid undefined behavior | Michael Niedermayer | 2014-04-28 | 1 | -1/+1 |
* | | avcodec/h264_cabac: fix indention | Michael Niedermayer | 2014-04-28 | 1 | -1/+1 |
* | | avcodec/g729postfilter: avoid potential negative shift | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | avcodec/tiff: Support yuv 420 and 444 | Michael Niedermayer | 2014-04-27 | 1 | -6/+82 |
* | | avcodec/tiff: parse subsample factors | Michael Niedermayer | 2014-04-27 | 1 | -0/+11 |
* | | Fix overriden typos | Michael Niedermayer | 2014-04-27 | 2 | -2/+2 |
* | | Fix dont and doesnt typos | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | Fix skiping typos | Michael Niedermayer | 2014-04-27 | 2 | -3/+3 |
* | | avcodec/shorten: check bitshift | Michael Niedermayer | 2014-04-27 | 1 | -2/+9 |
* | | avcodec/mjpegdec: Fix undefined shift | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | avcodec/truemotion2: replace impossible condition by av_assert2 | Michael Niedermayer | 2014-04-27 | 1 | -1/+2 |
* | | avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior | Michael Niedermayer | 2014-04-26 | 1 | -1/+1 |
* | | avcodec/vc1dec: print debug message if a b frame without reference is skiped | Michael Niedermayer | 2014-04-26 | 1 | -0/+1 |
* | | Merge commit 'cdf6eb5a9710566be217a3f17d3d94ac4e4d2662' | Michael Niedermayer | 2014-04-26 | 1 | -1/+1 |
|\| |
|
| * | vc1: Do not return an error when skipping b frames | Alessandro Ghedini | 2014-04-25 | 1 | -1/+1 |
* | | avcodec/dpx: extract frame rate | Michael Niedermayer | 2014-04-25 | 1 | -0/+11 |
* | | avcodec/mdct_template: Use av_malloc_array() | Michael Niedermayer | 2014-04-25 | 1 | -1/+1 |
* | | avcodec/ttaenc: use av_malloc_array() | Michael Niedermayer | 2014-04-25 | 1 | -1/+1 |
* | | avcodec/utils: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-25 | 1 | -4/+4 |
* | | Merge commit '6d69f9f37689c999815a65a2d99999fad3a41705' | Michael Niedermayer | 2014-04-25 | 1 | -1/+5 |
|\ \ |
|
| * | | vp9: write uveob as 16-bit value for 16x16/32x32 transforms. | Ronald S. Bultje | 2014-04-25 | 1 | -1/+5 |
* | | | vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers | James Almer | 2014-04-25 | 1 | -3/+3 |
* | | | vc-1: Optimise parser (with special attention to ARM) | Ben Avison | 2014-04-25 | 1 | -104/+180 |
* | | | vc-1: Add platform-specific start code search routine to VC1DSPContext. | Ben Avison | 2014-04-25 | 7 | -4/+22 |
* | | | h264: Move search code search functions into separate source files. | Ben Avison | 2014-04-25 | 7 | -35/+100 |
* | | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-04-25 | 10 | -18/+18 |
|\ \ \ |
|
| * | | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 10 | -18/+18 |
| |/ / |
|
* | | | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6' | Michael Niedermayer | 2014-04-25 | 2 | -13/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 2 | -13/+8 |
* | | | x86/mpegaudiodsp: define apply_window_mp3 as SSE | James Almer | 2014-04-25 | 1 | -5/+5 |
| |/
|/| |
|
* | | Merge commit '7cade8ea2bb19e78dae42b29720535a70fb2ae84' | Michael Niedermayer | 2014-04-23 | 1 | -1/+1 |
|\| |
|
| * | on2avc: change a comment at #endif to match actual define | Kostya Shishkov | 2014-04-23 | 1 | -1/+1 |
* | | avcodec/fic: avoid 2 additions per idct row | Michael Niedermayer | 2014-04-23 | 1 | -6/+7 |
* | | Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd' | Michael Niedermayer | 2014-04-23 | 8 | -2/+10492 |
|\| |
|
| * | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 8 | -1/+10491 |
| * | fic: Make warning message more accurate | Derek Buitenhuis | 2014-04-23 | 1 | -1/+3 |
| * | fic: Remove redundant clips | Derek Buitenhuis | 2014-04-23 | 1 | -3/+3 |
| * | fic: Simplify alpha blending | Derek Buitenhuis | 2014-04-22 | 1 | -1/+1 |
| * | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-22 | 1 | -1/+111 |
| * | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
* | | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-23 | 1 | -2/+114 |
* | | avcodec/jpeg2000dwt: use av_malloc_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | avcodec/motionpixels: use av_mallocz_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | avcodec/snow_dwt: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | Merge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261' | Michael Niedermayer | 2014-04-22 | 5 | -0/+122 |
|\| |
|