aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-303-24/+25
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-305-0/+164
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-307-54/+126
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-282-2/+2
* Reidnent after r22795.Sebastian Vater2010-04-261-28/+28
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-261-6/+37
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-261-21/+20
* Make two functions out of #define hackery.Sebastian Vater2010-04-261-14/+31
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-251-1/+1
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-231-1/+2
* Workaround for missing llrintf()Måns Rullgård2010-04-231-0/+1
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-221-1/+1
* ARM: fix build for darwin/iphoneMåns Rullgård2010-04-221-4/+4
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-222-2/+4
* WMAVoice postfilter.Ronald S. Bultje2010-04-212-7/+706
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-2111-55/+17
* Fix typo.Jai Menon2010-04-211-1/+1
* Implement QCELP postfilter.Ronald S. Bultje2010-04-211-5/+41
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-211-7/+16
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-214-8/+9
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-214-7/+9
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-211-23/+23
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-211-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20374-383/+374
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-201-8/+6
* vertical align in libx264.cJason Garrett-Glaser2010-04-191-6/+6
* Add const to some pointer parameters.Michael Kaufmann2010-04-171-4/+4
* vp3: Use avctx pointer directlyDavid Conrad2010-04-171-2/+2
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-171-4/+10
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-171-3/+5
* vp3: DC-only IDCTDavid Conrad2010-04-179-3/+118
* vp3: More buffer length checksDavid Conrad2010-04-161-4/+9
* vp3: Remove internal debug statementDavid Conrad2010-04-161-2/+1
* H.264: cosmetics (vertical align).Gwenole Beauchesne2010-04-151-1/+1
* H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-151-6/+2
* H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-151-2/+2
* pngdec: Add support for PIX_FMT_Y400AAndreas Öman2010-04-141-0/+2
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-141-0/+1
* Factorize code in get_bit_rate().Stefano Sabatini2010-04-131-9/+3
* Add rectangle.h #include for fill_rectangle().Diego Biurrun2010-04-131-0/+1
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-132-216/+216
* DCA: indentMåns Rullgård2010-04-131-19/+19
* DCA: optimise dca_subsubframe()Måns Rullgård2010-04-131-19/+13
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-131-1/+1
* 10l: fix build on non-NEON ARMMåns Rullgård2010-04-131-2/+3
* Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,Stefano Sabatini2010-04-121-5/+5
* Fix grammar: a expression -> an expression.Stefano Sabatini2010-04-121-1/+1
* Remove stray empty line.Stefano Sabatini2010-04-121-1/+0
* DCA: ARM/NEON optimised lfe_firMåns Rullgård2010-04-125-1/+99
* DCA: 16-byte-align lfe_fir tablesMåns Rullgård2010-04-121-2/+2