summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-05
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-05
* Align plane size to word-boundary.Sebastian Vater2010-05-05
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-03
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-03
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-02
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-02
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-01
* 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