| Commit message (Expand) | Author | Age | Files | Lines |
* | aacenc: Error when an unsupported profile is requested | Alex Converse | 2010-04-02 | 1 | -0/+4 |
* | aacenc: Don't lowpass the input unless specifically requested. | Alex Converse | 2010-04-02 | 1 | -5/+2 |
* | Change default for bidir_refine to 1. | Michael Niedermayer | 2010-04-02 | 1 | -1/+1 |
* | Optimize bidir_refine a bit. | Michael Niedermayer | 2010-04-02 | 1 | -26/+75 |
* | Change bidir refine hash code so we only need to perform a single | Michael Niedermayer | 2010-04-02 | 1 | -5/+6 |
* | Reduce the size of the bidir refine hashtable from 4096 to 256 and | Michael Niedermayer | 2010-04-02 | 1 | -2/+2 |
* | Move comment that belonged to cmp() back to cmp(). | Michael Niedermayer | 2010-04-02 | 1 | -3/+3 |
* | slice dice, inline and outline cmp() | Michael Niedermayer | 2010-04-02 | 2 | -17/+79 |
* | Store range coder state transition table. | Michael Niedermayer | 2010-04-01 | 1 | -2/+47 |
* | Allow hardcoding of ulaw and alaw tables. | Reimar Döffinger | 2010-04-01 | 4 | -76/+168 |
* | Change/simplify the tableprint/tablegen API. | Reimar Döffinger | 2010-04-01 | 8 | -167/+94 |
* | Convert two "m" constraints to MANGLE to fix compilation with some compilers. | Reimar Döffinger | 2010-04-01 | 1 | -3/+3 |
* | Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. | Takashi Mochizuki | 2010-04-01 | 1 | -1/+1 |
* | Add function to export EDGE_WIDTH from libavcodec. | Bobby Bingham | 2010-04-01 | 2 | -1/+15 |
* | Document API addition of avcodec_copy_context(). | Ronald S. Bultje | 2010-03-31 | 1 | -1/+1 |
* | Add avcodec_copy_context(). | Ronald S. Bultje | 2010-03-31 | 2 | -0/+73 |
* | Fix likely typo in r15937. | Carl Eugen Hoyos | 2010-03-31 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 2 | -2/+2 |
* | H264: Copy h264dsp when creating new slice threads | Alexander Strange | 2010-03-31 | 1 | -0/+1 |
* | Move AVMediaType from libavcodec to libavutil. | Stefano Sabatini | 2010-03-30 | 1 | -10/+0 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 226 | -330/+342 |
* | Add spectral extension to the E-AC-3 decoder. | Carl Eugen Hoyos | 2010-03-30 | 8 | -21/+299 |
* | Fix implicit weight for b frames in mbaff. | Michael Niedermayer | 2010-03-30 | 3 | -19/+40 |
* | Make sure the EC code does not attempt to use inter based concealment if there | Michael Niedermayer | 2010-03-30 | 1 | -0/+6 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 7 | -12/+12 |
* | Set VDPAU H264 picture parameter field_order_cnt and frame_num at the | Stephen Warren | 2010-03-30 | 3 | -8/+21 |
* | Fix VDPAU for H.264 streams with long reference frames. | Stephen Warren | 2010-03-30 | 1 | -1/+1 |
* | Implement YOP demuxer and video decoder. | Mohamed Naufal | 2010-03-29 | 4 | -1/+264 |
* | Include appropriate header in table generators instead of using a dummy | Reimar Döffinger | 2010-03-29 | 4 | -2/+2 |
* | Fix indentation. | Reimar Döffinger | 2010-03-29 | 1 | -4/+4 |
* | Simplify interleaving code. | Ronald S. Bultje | 2010-03-29 | 1 | -5/+3 |
* | Cosmetics : add a space after ",". | Jai Menon | 2010-03-29 | 1 | -1/+1 |
* | indent | Loren Merritt | 2010-03-29 | 1 | -53/+53 |
* | optimize init_vlc(). | Loren Merritt | 2010-03-29 | 1 | -67/+107 |
* | TTA : Check if the output buffer size is within bounds. | Jai Menon | 2010-03-28 | 1 | -0/+4 |
* | Clearer CODEC_CAP_DR1 documentation. | Reimar Döffinger | 2010-03-27 | 1 | -2/+3 |
* | h264: Use + instead of | in some places | Alexander Strange | 2010-03-26 | 1 | -8/+8 |
* | libxvid: Clear extradata pointer when freeing it. | Ramiro Polla | 2010-03-26 | 1 | -1/+1 |
* | h264: Remove unused function argument | Alexander Strange | 2010-03-26 | 1 | -4/+4 |
* | h264: Simplify decode_cabac_residual() specialization | Alexander Strange | 2010-03-26 | 1 | -17/+6 |
* | Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / | Stefano Sabatini | 2010-03-25 | 1 | -3/+6 |
* | Enable mbtree by default, and remove it from presets | Baptiste Coudurier | 2010-03-25 | 1 | -1/+1 |
* | Enable more libx264 options, aq, psy, rc lookahead and ssim | Baptiste Coudurier | 2010-03-25 | 3 | -3/+67 |
* | aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). | Alex Converse | 2010-03-24 | 1 | -114/+30 |
* | Bump minor version, I forgot in the last commit | Vitor Sessak | 2010-03-23 | 1 | -1/+1 |
* | Implement the discrete sine/cosine transforms DCT-I and DST-I | Vitor Sessak | 2010-03-23 | 4 | -16/+90 |
* | Always check if ff_alloc_picture() succeeds. | Pavel Pavlov | 2010-03-23 | 1 | -5/+14 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2010-03-23 | 1 | -1/+0 |
* | ARM: NEON optimised RDFT | Måns Rullgård | 2010-03-23 | 5 | -0/+168 |
* | Change ref_index structure so it matches how its organized in h264. | Michael Niedermayer | 2010-03-23 | 7 | -16/+17 |