| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-31 | 10 | -122/+347 |
|\ |
|
| * | aacenc: make sure to encode enough frames to cover all input samples. | Justin Ruggles | 2012-01-30 | 1 | -7/+5 |
| * | aacenc: only use the number of input samples provided by the user. | Justin Ruggles | 2012-01-30 | 1 | -3/+5 |
| * | wmadec: Verify bitstream size makes sense before calling init_get_bits. | Alex Converse | 2012-01-30 | 1 | -0/+2 |
| * | kmvc: Log into a context at a log level constant. | Alex Converse | 2012-01-30 | 1 | -1/+2 |
| * | mpeg12: Pad framerate tab to 16 entries. | Alex Converse | 2012-01-30 | 1 | -1/+1 |
| * | kgv1dec: Increase offsets array size so it is large enough. | Michael Niedermayer | 2012-01-30 | 1 | -2/+2 |
| * | kmvc: Check palsize. | Alex Converse | 2012-01-30 | 1 | -1/+6 |
| * | x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf | Christophe Gisquet | 2012-01-30 | 2 | -0/+128 |
| * | png: add support for bpp>4 to paeth x86 SIMD code. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+13 |
| * | png: add SSE2 version for add_bytes_l2. | Ronald S. Bultje | 2012-01-29 | 2 | -0/+26 |
| * | png: convert DSP functions to yasm. | Ronald S. Bultje | 2012-01-29 | 3 | -103/+156 |
| * | Fix non-C89 declarations in for loops | Mans Rullgard | 2012-01-29 | 1 | -2/+4 |
* | | Allow decoding of 64bit png images. | Carl Eugen Hoyos | 2012-01-31 | 1 | -0/+3 |
* | | Simplify "deloco" and support decoding of 48bit loco png. | Carl Eugen Hoyos | 2012-01-31 | 1 | -53/+31 |
* | | Supoort decoding of gray16 images with libopenjpeg. | Michael Bradshaw | 2012-01-30 | 1 | -1/+1 |
* | | assdec: fix wrong alloc pointer check. | Clément Bœsch | 2012-01-30 | 1 | -1/+1 |
* | | ass: use av_asprintf() instead of a temporary stack buffer. | Clément Bœsch | 2012-01-30 | 1 | -4/+1 |
* | | diracdec: Fix integer overflow leading to out of global array read. | Michael Niedermayer | 2012-01-30 | 1 | -3/+8 |
* | | huffman: use a simple assignment instead of FFSWAP. | Reimar Döffinger | 2012-01-30 | 1 | -4/+6 |
* | | Deobfuscate ff_huff_build_tree. | Reimar Döffinger | 2012-01-30 | 1 | -7/+6 |
* | | Add option forced_subs_only for Bluray subtitles. | Carl Eugen Hoyos | 2012-01-30 | 2 | -8/+25 |
* | | Add pix_fmt_info for yuva444. | Carl Eugen Hoyos | 2012-01-30 | 2 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-30 | 10 | -135/+191 |
|\| |
|
| * | png: add missing #if HAVE_SSSE3 around function pointer assignment. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
| * | imdct36: mark SSE functions as using all 16 XMM registers. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
| * | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 9 | -127/+230 |
| * | sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. | Aneesh Dogra | 2012-01-29 | 1 | -2/+2 |
| * | sunrast: Cosmetics | Aneesh Dogra | 2012-01-29 | 1 | -17/+17 |
| * | sunrast: Remove if (unsigned int < 0) check. | Aneesh Dogra | 2012-01-29 | 1 | -1/+1 |
| * | sunrast: Replace magic number by a macro. | Aneesh Dogra | 2012-01-29 | 1 | -1/+3 |
* | | Fix offset validity checks. | Reimar Döffinger | 2012-01-29 | 1 | -2/+2 |
* | | fraps: frame threading support. | Reimar Döffinger | 2012-01-29 | 1 | -3/+4 |
* | | fraps: Deduplicate some code. | Reimar Döffinger | 2012-01-29 | 1 | -30/+17 |
* | | fraps: Minor simplification, use local variable. | Reimar Döffinger | 2012-01-29 | 1 | -2/+2 |
* | | r210enc: don't write uninitialized data | Paul B Mahol | 2012-01-29 | 1 | -1/+3 |
* | | libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal | Paul B Mahol | 2012-01-29 | 1 | -22/+0 |
* | | Improve decoding quality for lossy wavpack. | Carl Eugen Hoyos | 2012-01-29 | 1 | -18/+7 |
* | | fraps: optimize pseudo-YUV to RGB conversion. | Reimar Döffinger | 2012-01-29 | 1 | -3/+8 |
* | | Fix dvb subtitle decoding when display segment is missing. | Paul Kendall | 2012-01-29 | 1 | -0/+10 |
* | | fraps: Add release_buffer forgotten when reget_buffer was removed. | Reimar Döffinger | 2012-01-29 | 1 | -0/+2 |
* | | fraps: fix indentation. | Reimar Döffinger | 2012-01-29 | 1 | -18/+18 |
* | | FRAPS: Do not needlessly use reget_buffer. | Reimar Döffinger | 2012-01-29 | 1 | -44/+17 |
* | | r210enc: fix encoding for unaligned widths | Paul B Mahol | 2012-01-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 70 | -208/+847 |
|\| |
|
| * | aacenc: Fix LONG_START windowing. | Nathan Caldwell | 2012-01-28 | 1 | -2/+2 |
| * | aacenc: Fix a bug where deinterleaved samples were stored in the wrong place. | Nathan Caldwell | 2012-01-28 | 1 | -2/+2 |
| * | lavc: extend doxy for avcodec_alloc_context3(). | Anton Khirnov | 2012-01-28 | 1 | -0/+3 |
| * | avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS. | Anton Khirnov | 2012-01-28 | 1 | -2/+2 |
| * | aacsbr: ARM NEON optimised sbrdsp functions | Mans Rullgard | 2012-01-28 | 5 | -0/+490 |