summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* avi bgr24 padding fix.Michael Niedermayer2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-30
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Reidnent after r22795.Sebastian Vater2010-04-26
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-26
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-26
* Make two functions out of #define hackery.Sebastian Vater2010-04-26
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-25
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-23
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-22
* ARM: fix build for darwin/iphoneMåns Rullgård2010-04-22
* 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