| Commit message (Expand) | Author | Age | Files | Lines |
* | Add intra refresh and crf-max support to the libavcodec libx264 wrapper. | Jason Garrett-Glaser | 2010-05-06 | 3 | -1/+15 |
* | 10l: store the result of clipping added in r23035 | Alex Converse | 2010-05-06 | 1 | -1/+1 |
* | Error out when too many bits per frame are requested. | Alex Converse | 2010-05-06 | 1 | -0/+4 |
* | Make the faac inspired quantizer search make sense for a slightly narrower de... | Alex Converse | 2010-05-06 | 1 | -7/+9 |
* | schroenc: Set colorspace info | David Conrad | 2010-05-05 | 1 | -0/+18 |
* | schroenc: Use AV_RB32 | David Conrad | 2010-05-05 | 1 | -4/+2 |
* | schroenc: Set open-gop | David Conrad | 2010-05-05 | 1 | -0/+3 |
* | schroenc: Set keyframe interval | David Conrad | 2010-05-05 | 1 | -0/+2 |
* | schroenc: Use constant quality for constant quality, not noise threshold | David Conrad | 2010-05-05 | 1 | -7/+6 |
* | schroenc: Don't touch gop_structure by default, it should be left adaptive | David Conrad | 2010-05-05 | 1 | -3/+0 |
* | Align plane size to word-boundary. | Sebastian Vater | 2010-05-05 | 1 | -3/+3 |
* | Revert r22974 int->unsigned parts that don't have any meaningful effect. | Ronald S. Bultje | 2010-05-03 | 1 | -10/+10 |
* | 10l: The SBR refactor requires the use of 2 independent output X buffers. | Alex Converse | 2010-05-03 | 2 | -4/+4 |
* | amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output | Martin Storsjö | 2010-05-03 | 1 | -1/+2 |
* | Another buffer overflow, fixes issue1758. | Ronald S. Bultje | 2010-05-02 | 1 | -1/+1 |
* | Clarify how allocation works for the picture argument for | Reimar Döffinger | 2010-05-02 | 1 | -0/+2 |
* | Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). | Ronald S. Bultje | 2010-05-01 | 1 | -1/+1 |
* | Enforce time border monotonicity. | Alex Converse | 2010-04-30 | 1 | -0/+7 |
* | Move the SBR patch count check to prevent overwrites. | Alex Converse | 2010-04-30 | 1 | -7/+9 |
* | Increase size of patch_borders[]. | Alex Converse | 2010-04-30 | 1 | -1/+1 |
* | avi bgr24 padding fix. | Michael Niedermayer | 2010-04-30 | 1 | -0/+2 |
* | Reindent | Alex Converse | 2010-04-30 | 2 | -24/+24 |
* | Rewrite ff_sbr_apply in a manner more friendly to PS. | Alex Converse | 2010-04-30 | 3 | -24/+25 |
* | ARM: NEON optimised VP6 edge filter | Måns Rullgård | 2010-04-30 | 5 | -0/+164 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 7 | -54/+126 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 2 | -2/+2 |
* | Reidnent after r22795. | Sebastian Vater | 2010-04-26 | 1 | -28/+28 |
* | Move some branches outside looped code. Should improve the generated asm (and | Sebastian Vater | 2010-04-26 | 1 | -6/+37 |
* | Switch some ints to unsigned (they can only have positive values, this allows | Sebastian Vater | 2010-04-26 | 1 | -21/+20 |
* | Make two functions out of #define hackery. | Sebastian Vater | 2010-04-26 | 1 | -14/+31 |
* | Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Add acelp_filters.o as QCELP decoder object file. | Ronald S. Bultje | 2010-04-23 | 1 | -1/+2 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+1 |
* | ac3dec: return smaller of buf_size and frame_size instead of always returning | Justin Ruggles | 2010-04-22 | 1 | -1/+1 |
* | ARM: fix build for darwin/iphone | Måns Rullgård | 2010-04-22 | 1 | -4/+4 |
* | Set .supported_samplerates for mpeg audio encoders. | Michael Niedermayer | 2010-04-22 | 2 | -2/+4 |
* | WMAVoice postfilter. | Ronald S. Bultje | 2010-04-21 | 2 | -7/+706 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 11 | -55/+17 |
* | Fix typo. | Jai Menon | 2010-04-21 | 1 | -1/+1 |
* | Implement QCELP postfilter. | Ronald S. Bultje | 2010-04-21 | 1 | -5/+41 |
* | Make the Sipr16k postfilter function write data into the target/output buffer. | Ronald S. Bultje | 2010-04-21 | 1 | -7/+16 |
* | Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). | Ronald S. Bultje | 2010-04-21 | 4 | -8/+9 |
* | Split the input/output data arguments to ff_adaptive_gain_control(). | Ronald S. Bultje | 2010-04-21 | 4 | -7/+9 |
* | theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) | David Conrad | 2010-04-21 | 1 | -23/+23 |
* | 10l: do not try to unpack DTX frames in AMR-NB decoder | Vitor Sessak | 2010-04-21 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 374 | -383/+374 |
* | cosmetics: Switch Doxygen comments to JavaDoc style. | Diego Biurrun | 2010-04-20 | 1 | -8/+6 |
* | vertical align in libx264.c | Jason Garrett-Glaser | 2010-04-19 | 1 | -6/+6 |
* | Add const to some pointer parameters. | Michael Kaufmann | 2010-04-17 | 1 | -4/+4 |
* | vp3: Use avctx pointer directly | David Conrad | 2010-04-17 | 1 | -2/+2 |