| Commit message (Expand) | Author | Age | Files | Lines |
* | Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. | Diego Biurrun | 2009-07-12 | 1 | -10/+5 |
* | Cosmetics: reindent after last commit | Alex Converse | 2009-07-10 | 1 | -1/+1 |
* | Ignore subsequent channel configurations after the first in an AAC file. The | Alex Converse | 2009-07-10 | 2 | -7/+16 |
* | Mark iir filter init and free functions av_cold. | Alex Converse | 2009-07-10 | 1 | -4/+4 |
* | Fix "iirfilter.c:55: warning: unused variable ‘size’" | Alex Converse | 2009-07-10 | 1 | -1/+1 |
* | Eliminate use of complex.h from iirfilter.c | Alex Converse | 2009-07-10 | 1 | -12/+27 |
* | Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. | Alex Converse | 2009-07-09 | 3 | -13/+13 |
* | Fix declarations of complex numbers | Måns Rullgård | 2009-07-09 | 1 | -2/+2 |
* | Reindent after last commit | Alex Converse | 2009-07-08 | 1 | -41/+41 |
* | Prevent AAC frame size overflows. | Alex Converse | 2009-07-08 | 1 | -4/+10 |
* | Refactor windowing and early psy from bitstream writing parts of the AAC enco... | Alex Converse | 2009-07-08 | 1 | -5/+16 |
* | Turn on AAC rate control. | Alex Converse | 2009-07-08 | 2 | -14/+6 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 4 | -51/+36 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 4 | -109/+135 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 6 | -288/+288 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 9 | -115/+1991 |
* | Add extra validation checks to ff_vorbis_len2vlc. | Reimar Döffinger | 2009-07-08 | 1 | -0/+5 |
* | Make sure that values generated for ff_vorbis_len2vlc in | Reimar Döffinger | 2009-07-08 | 1 | -1/+1 |
* | Add PIX_FMT_ARGB encoding to qtrle. | Alexis Ballier | 2009-07-08 | 1 | -1/+4 |
* | whitespace cosmetics: Realign colums after last commit. | Diego Biurrun | 2009-07-07 | 1 | -4/+4 |
* | Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just | Diego Biurrun | 2009-07-07 | 1 | -12/+16 |
* | Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. | Diego Biurrun | 2009-07-07 | 3 | -452/+0 |
* | Change av_free to av_freep | Reimar Döffinger | 2009-07-06 | 1 | -3/+3 |
* | Reallocate internal buffer when coded frame size changes. | Reimar Döffinger | 2009-07-06 | 1 | -0/+12 |
* | Change iv_decode_frame to get AVCodecContext as argument, so that | Reimar Döffinger | 2009-07-06 | 1 | -3/+4 |
* | Remove useless ret variable added in last revision again. | Reimar Döffinger | 2009-07-06 | 1 | -3/+1 |
* | 100l, theora_decode_init must pass on errors from vp3_decode_init | Reimar Döffinger | 2009-07-06 | 1 | -2/+3 |
* | Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. | Reimar Döffinger | 2009-07-06 | 1 | -10/+19 |
* | Ensure that the filter limit values do not exceed the maximum allowed value o... | Reimar Döffinger | 2009-07-05 | 1 | -1/+6 |
* | Extend init_loop_filter to work for filter limit values up to 127 instead | Reimar Döffinger | 2009-07-05 | 1 | -2/+9 |
* | Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp... | Reimar Döffinger | 2009-07-05 | 1 | -0/+2 |
* | vp56dec: ensure range coder won't read past the end of input buffer | Aurelien Jacobs | 2009-07-05 | 1 | -2/+4 |
* | Check that palctrl is available on init instead of crashing when trying to use | Reimar Döffinger | 2009-07-05 | 1 | -0/+4 |
* | fix a buffer overrun on corrupt huffyuv streams | Loren Merritt | 2009-07-04 | 1 | -5/+12 |
* | ARM: NEON VP3 IDCT | David Conrad | 2009-07-04 | 2 | -0/+292 |
* | If the end of the input buffer is reached while decoding MJPEG and at least | Reimar Döffinger | 2009-07-04 | 1 | -0/+4 |
* | Make the MJPEG decoder return -1 when no image was decoded so that decode | Reimar Döffinger | 2009-07-04 | 1 | -0/+2 |
* | Add a got_picture flag to MJpegDecodeContext which indicates if its picture | Reimar Döffinger | 2009-07-04 | 2 | -0/+11 |
* | mjpegdec: check that the coded dc_index and ac_index have a valid associated ... | Reimar Döffinger | 2009-07-04 | 1 | -18/+2 |
* | H.264: Check the return value of decode_vui_parameters() | Alexander Strange | 2009-07-04 | 1 | -1/+2 |
* | H.264: Don't set data_partitioning for invalid NAL_DPA. | Alexander Strange | 2009-07-03 | 1 | -1/+4 |
* | Cleanup properly at the end of MPEG Audio parsing. | Art Clarke | 2009-07-02 | 1 | -1/+1 |
* | Revert r19317, "simplify slice_end, return size of output frame". | Baptiste Coudurier | 2009-07-01 | 1 | -5/+9 |
* | indent | Michael Niedermayer | 2009-07-01 | 1 | -7/+7 |
* | Make sure we dont read over the end. | Michael Niedermayer | 2009-07-01 | 1 | -0/+13 |
* | Fix potentially unaligned accesses in ff_copy_bits() | Måns Rullgård | 2009-07-01 | 1 | -3/+2 |
* | simplify slice_end, return size of output frame | Baptiste Coudurier | 2009-07-01 | 1 | -9/+5 |
* | RV3/4 intra types array causes alignment issues (at least on ARM5), thus change | Kostya Shishkov | 2009-07-01 | 4 | -20/+23 |
* | Fix argument type mismatches for av_picture_crop and av_picture_fill | Måns Rullgård | 2009-07-01 | 2 | -2/+2 |
* | add missing \n to error message | Baptiste Coudurier | 2009-07-01 | 1 | -1/+1 |