| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite ff_sbr_apply in a manner more friendly to PS. | Alex Converse | 2010-04-30 | 3 | -24/+25 |
* | ARM: NEON optimised VP6 edge filter | Måns Rullgård | 2010-04-30 | 5 | -0/+164 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 7 | -54/+126 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 2 | -2/+2 |
* | Reidnent after r22795. | Sebastian Vater | 2010-04-26 | 1 | -28/+28 |
* | Move some branches outside looped code. Should improve the generated asm (and | Sebastian Vater | 2010-04-26 | 1 | -6/+37 |
* | Switch some ints to unsigned (they can only have positive values, this allows | Sebastian Vater | 2010-04-26 | 1 | -21/+20 |
* | Make two functions out of #define hackery. | Sebastian Vater | 2010-04-26 | 1 | -14/+31 |
* | Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Add acelp_filters.o as QCELP decoder object file. | Ronald S. Bultje | 2010-04-23 | 1 | -1/+2 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+1 |
* | ac3dec: return smaller of buf_size and frame_size instead of always returning | Justin Ruggles | 2010-04-22 | 1 | -1/+1 |
* | ARM: fix build for darwin/iphone | Måns Rullgård | 2010-04-22 | 1 | -4/+4 |
* | Set .supported_samplerates for mpeg audio encoders. | Michael Niedermayer | 2010-04-22 | 2 | -2/+4 |
* | WMAVoice postfilter. | Ronald S. Bultje | 2010-04-21 | 2 | -7/+706 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 11 | -55/+17 |
* | Fix typo. | Jai Menon | 2010-04-21 | 1 | -1/+1 |
* | Implement QCELP postfilter. | Ronald S. Bultje | 2010-04-21 | 1 | -5/+41 |
* | Make the Sipr16k postfilter function write data into the target/output buffer. | Ronald S. Bultje | 2010-04-21 | 1 | -7/+16 |
* | Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). | Ronald S. Bultje | 2010-04-21 | 4 | -8/+9 |
* | Split the input/output data arguments to ff_adaptive_gain_control(). | Ronald S. Bultje | 2010-04-21 | 4 | -7/+9 |
* | theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) | David Conrad | 2010-04-21 | 1 | -23/+23 |
* | 10l: do not try to unpack DTX frames in AMR-NB decoder | Vitor Sessak | 2010-04-21 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 374 | -383/+374 |
* | cosmetics: Switch Doxygen comments to JavaDoc style. | Diego Biurrun | 2010-04-20 | 1 | -8/+6 |
* | vertical align in libx264.c | Jason Garrett-Glaser | 2010-04-19 | 1 | -6/+6 |
* | Add const to some pointer parameters. | Michael Kaufmann | 2010-04-17 | 1 | -4/+4 |
* | vp3: Use avctx pointer directly | David Conrad | 2010-04-17 | 1 | -2/+2 |
* | vp3: Read fps and aspect ratio in the decoder | David Conrad | 2010-04-17 | 1 | -4/+10 |
* | vp3: Don't crop if there's a left/top offset, it's wrong | David Conrad | 2010-04-17 | 1 | -3/+5 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 9 | -3/+118 |
* | vp3: More buffer length checks | David Conrad | 2010-04-16 | 1 | -4/+9 |
* | vp3: Remove internal debug statement | David Conrad | 2010-04-16 | 1 | -2/+1 |
* | H.264: cosmetics (vertical align). | Gwenole Beauchesne | 2010-04-15 | 1 | -1/+1 |
* | H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -6/+2 |
* | H.264: move avctx->refs init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -2/+2 |
* | pngdec: Add support for PIX_FMT_Y400A | Andreas Öman | 2010-04-14 | 1 | -0/+2 |
* | Add PIX_FMT_Y400A, 8bit gray, 8bit alpha | Andreas Öman | 2010-04-14 | 1 | -0/+1 |
* | Factorize code in get_bit_rate(). | Stefano Sabatini | 2010-04-13 | 1 | -9/+3 |
* | Add rectangle.h #include for fill_rectangle(). | Diego Biurrun | 2010-04-13 | 1 | -0/+1 |
* | Move static function fill_filter_caches() from h264.h to h264.c. | Diego Biurrun | 2010-04-13 | 2 | -216/+216 |
* | DCA: indent | Måns Rullgård | 2010-04-13 | 1 | -19/+19 |
* | DCA: optimise dca_subsubframe() | Måns Rullgård | 2010-04-13 | 1 | -19/+13 |
* | [VA-API] Fix long-term reference frames addition to the DPB. | Gwenole Beauchesne | 2010-04-13 | 1 | -1/+1 |
* | 10l: fix build on non-NEON ARM | Måns Rullgård | 2010-04-13 | 1 | -2/+3 |
* | Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, | Stefano Sabatini | 2010-04-12 | 1 | -5/+5 |
* | Fix grammar: a expression -> an expression. | Stefano Sabatini | 2010-04-12 | 1 | -1/+1 |
* | Remove stray empty line. | Stefano Sabatini | 2010-04-12 | 1 | -1/+0 |
* | DCA: ARM/NEON optimised lfe_fir | Måns Rullgård | 2010-04-12 | 5 | -1/+99 |
* | DCA: 16-byte-align lfe_fir tables | Måns Rullgård | 2010-04-12 | 1 | -2/+2 |