summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* WMAVoice postfilter.Ronald S. Bultje2010-04-21
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Fix typo.Jai Menon2010-04-21
* Implement QCELP postfilter.Ronald S. Bultje2010-04-21
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-21
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-21
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-21
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-20
* vertical align in libx264.cJason Garrett-Glaser2010-04-19
* Add const to some pointer parameters.Michael Kaufmann2010-04-17
* vp3: Use avctx pointer directlyDavid Conrad2010-04-17
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-17
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-17
* vp3: DC-only IDCTDavid Conrad2010-04-17
* vp3: More buffer length checksDavid Conrad2010-04-16
* vp3: Remove internal debug statementDavid Conrad2010-04-16
* H.264: cosmetics (vertical align).Gwenole Beauchesne2010-04-15
* H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-15
* H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-15
* pngdec: Add support for PIX_FMT_Y400AAndreas Öman2010-04-14
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-14
* Factorize code in get_bit_rate().Stefano Sabatini2010-04-13
* Add rectangle.h #include for fill_rectangle().Diego Biurrun2010-04-13
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-13
* DCA: indentMåns Rullgård2010-04-13
* DCA: optimise dca_subsubframe()Måns Rullgård2010-04-13
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-13
* 10l: fix build on non-NEON ARMMåns Rullgård2010-04-13
* Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,Stefano Sabatini2010-04-12
* Fix grammar: a expression -> an expression.Stefano Sabatini2010-04-12
* Remove stray empty line.Stefano Sabatini2010-04-12
* DCA: ARM/NEON optimised lfe_firMåns Rullgård2010-04-12
* DCA: 16-byte-align lfe_fir tablesMåns Rullgård2010-04-12
* DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård2010-04-12
* Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini2010-04-12
* Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini2010-04-12
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-12
* Remove unnecessary header inclusion directives.Stefano Sabatini2010-04-12
* Extradata length checks for Huffyuv.Michael Kaufmann2010-04-12
* DCA: use FASTDIV in decode_blockcode()Måns Rullgård2010-04-12
* ARM: fix NEON synth_filter_float with hardfp callsMåns Rullgård2010-04-12
* Remove useless header inclusion.Jai Menon2010-04-12
* DCA: simplify lfe_interpolation_fir()Måns Rullgård2010-04-12
* DCA: use a local variable for loop boundaryMåns Rullgård2010-04-12
* DCA: use some type-punning in qmf_32_subbands()Måns Rullgård2010-04-12
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-11