| Commit message (Expand) | Author | Age | Files | Lines |
* | 8088flex TMV video decoder now uses ff_draw_pc_font() | Peter Ross | 2010-07-18 | 1 | -11/+5 |
* | Add ff_draw_pc_font() | Peter Ross | 2010-07-18 | 2 | -0/+24 |
* | Add ff_vga16_font | Peter Ross | 2010-07-18 | 2 | -2/+262 |
* | Fix Doxygen @param command attribute syntax. | Diego Biurrun | 2010-07-17 | 8 | -102/+102 |
* | Attempt to fix x86-64 testsuite on fate. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+1 |
* | 10l: Add a missing const. | Alex Converse | 2010-07-16 | 1 | -1/+1 |
* | aacenc: Template quantize_and_encode_band_cost(). | Alex Converse | 2010-07-16 | 1 | -10/+60 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+0 |
* | Revert 24270, it contained some stuff that shouldn't have been in there. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+2 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -2/+1 |
* | Give x86 r%d registers names, this will simplify implementation of the chroma | Ronald S. Bultje | 2010-07-16 | 1 | -58/+81 |
* | Change return statement, the REP_RET is a mistake since the else case (x86-64, | Ronald S. Bultje | 2010-07-16 | 1 | -3/+1 |
* | Make Intel Music Coder output SAMPLE_FMT_FLT | Vitor Sessak | 2010-07-16 | 1 | -7/+6 |
* | Use designated initialisers for pcm codec struct | Peter Ross | 2010-07-16 | 1 | -20/+16 |
* | vp8: Save mb border needed for intra prediction so that loop filter can run | David Conrad | 2010-07-16 | 1 | -16/+72 |
* | vp8: Check for malloc failure | David Conrad | 2010-07-16 | 1 | -0/+3 |
* | VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. | Ronald S. Bultje | 2010-07-15 | 4 | -15/+488 |
* | ARM: NEON H264 chroma loop filter 3 cycles faster | Måns Rullgård | 2010-07-15 | 1 | -5/+5 |
* | ARM: remove two insns from NEON chroma loop filter | Måns Rullgård | 2010-07-15 | 1 | -3/+1 |
* | Restore mistakenly removed [in]/[out] Doxygen parameter attributes. | Diego Biurrun | 2010-07-14 | 3 | -7/+7 |
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -3/+10 |
* | Remove incomplete Doxygen for static decode_frame functions. | Thilo Borgmann | 2010-07-14 | 3 | -27/+0 |
* | aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows. | Alex Converse | 2010-07-14 | 1 | -1/+1 |
* | aacenc: aac_psy_init(): Factorize line_to_frequency. | Alex Converse | 2010-07-14 | 1 | -3/+4 |
* | aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb. | Alex Converse | 2010-07-14 | 1 | -1/+1 |
* | aacenc: psy_3gpp_init(): Calculate barks on demand. | Alex Converse | 2010-07-14 | 1 | -5/+4 |
* | avfft: remove useless parens | Måns Rullgård | 2010-07-13 | 1 | -1/+1 |
* | 100l: really fix fft external API init functions | Måns Rullgård | 2010-07-13 | 1 | -12/+4 |
* | aacsbr: Eliminate double precision arithmetic. | Alex Converse | 2010-07-13 | 1 | -2/+2 |
* | aacdec: Eliminate the use of doubles in the MAIN predictor. | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Eliminate the use of doubles in decode_cce(). | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Use a LUT to generate CCE scale. | Alex Converse | 2010-07-12 | 1 | -1/+8 |
* | Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore. | James Zern | 2010-07-12 | 2 | -5/+4 |
* | avfft: make init functions return NULL on failure as intended | Måns Rullgård | 2010-07-12 | 1 | -0/+8 |
* | Use correct length modifier for size comparison in printf expression, fixes: | Diego Biurrun | 2010-07-12 | 1 | -1/+1 |
* | Split the ADTS header decoder off of the ADTS parser. | Alex Converse | 2010-07-12 | 6 | -54/+82 |
* | aacdec: Remove the warning about non-meaningful window transitions. | Alex Converse | 2010-07-12 | 1 | -4/+0 |
* | Use math constant instead of hardcoded rounded value for sqrt(0.5). | Christophe Gisquet | 2010-07-12 | 1 | -2/+2 |
* | Fix side channels when XCh extension is present. | Nick Brereton | 2010-07-12 | 1 | -0/+14 |
* | Move XCH parameters into context structure. | Nick Brereton | 2010-07-12 | 1 | -6/+11 |
* | MMX/SSE VC1 loop filter | David Conrad | 2010-07-11 | 4 | -0/+424 |
* | Make ff_pw_4 128 bits | David Conrad | 2010-07-11 | 4 | -4/+4 |
* | vc1: Fix ordering of loop filter for I/B frames | David Conrad | 2010-07-11 | 1 | -9/+19 |
* | vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active | David Conrad | 2010-07-11 | 1 | -3/+19 |
* | Set libvpx encoding profile to libavcodec's profile. | James Zern | 2010-07-11 | 1 | -0/+5 |
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 7 | -39/+125 |
* | Do not try to decode less than one frame of data in TrueSpeech decoder. | Kostya Shishkov | 2010-07-11 | 1 | -0/+5 |
* | 100l, change avsubtitle_free to the actually tested and working version. | Reimar Döffinger | 2010-07-11 | 1 | -8/+8 |
* | Set pix_fmt to the correct value for the format the PGS decoder actually uses. | Reimar Döffinger | 2010-07-11 | 1 | -1/+1 |
* | Remove useless casts and memset. | Reimar Döffinger | 2010-07-11 | 1 | -12/+10 |