| Commit message (Expand) | Author | Age | Files | Lines |
* | Move AVEvalExpr declaration at the beginning of the file, where it is | Stefano Sabatini | 2010-04-11 | 1 | -2/+2 |
* | alacenc : Report supported input sample formats. | Jai Menon | 2010-04-10 | 1 | -0/+1 |
* | ARM: NEON optimised synth_filter_float | Måns Rullgård | 2010-04-10 | 4 | -0/+133 |
* | Make synth_filter a function pointer | Måns Rullgård | 2010-04-10 | 3 | -6/+20 |
* | DCA: align some arrays | Måns Rullgård | 2010-04-10 | 2 | -3/+3 |
* | Reindent read_sbr_extension. | Alex Converse | 2010-04-08 | 1 | -7/+7 |
* | Print an error and skip PS when PS is found but explicitly found but | Alex Converse | 2010-04-08 | 1 | -0/+6 |
* | Add support for PS sync extensions. | Alex Converse | 2010-04-08 | 2 | -0/+6 |
* | Use get_bits_left() in the sync extension check. | Alex Converse | 2010-04-08 | 1 | -2/+1 |
* | Fix ext_object_type. | Alex Converse | 2010-04-08 | 1 | -1/+1 |
* | Fix segfault when encoder initialization fails. | Craig Thomasson | 2010-04-06 | 1 | -1/+1 |
* | Avoid division by zero | Reinhard Tartler | 2010-04-04 | 1 | -0/+1 |
* | Add help for (I)RDFT test in fft-test | Vitor Sessak | 2010-04-03 | 1 | -0/+1 |
* | Make code using 1d-DCT consistent with the API change | Vitor Sessak | 2010-04-03 | 2 | -4/+4 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 4 | -6/+6 |
* | 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 |