aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-063-1/+15
* 10l: store the result of clipping added in r23035Alex Converse2010-05-061-1/+1
* Error out when too many bits per frame are requested.Alex Converse2010-05-061-0/+4
* Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse2010-05-061-7/+9
* schroenc: Set colorspace infoDavid Conrad2010-05-051-0/+18
* schroenc: Use AV_RB32David Conrad2010-05-051-4/+2
* schroenc: Set open-gopDavid Conrad2010-05-051-0/+3
* schroenc: Set keyframe intervalDavid Conrad2010-05-051-0/+2
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-051-7/+6
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-051-3/+0
* Align plane size to word-boundary.Sebastian Vater2010-05-051-3/+3
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-031-10/+10
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-032-4/+4
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-031-1/+2
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-021-1/+1
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-021-0/+2
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-011-1/+1
* Enforce time border monotonicity.Alex Converse2010-04-301-0/+7
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-301-7/+9
* Increase size of patch_borders[].Alex Converse2010-04-301-1/+1
* avi bgr24 padding fix.Michael Niedermayer2010-04-301-0/+2
* ReindentAlex Converse2010-04-302-24/+24
* 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