| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 46 | -26/+94 |
* | Simplify intra PCM MB handling. | Michael Niedermayer | 2008-07-30 | 1 | -68/+10 |
* | Do not declare a counter as unsigned when it is not needed | Vitor Sessak | 2008-07-29 | 1 | -1/+1 |
* | Cosmetics: rename loop counter vars to i,j | Vitor Sessak | 2008-07-29 | 1 | -33/+33 |
* | Cosmetics: rename loop counter vars to i,j | Vitor Sessak | 2008-07-29 | 1 | -19/+19 |
* | r14205 broke vorbis float_to_int on ppc | Loren Merritt | 2008-07-29 | 2 | -1/+2 |
* | Use #define instead of a constant. Patch by Paul Kendall. | Paul Kendall | 2008-07-29 | 1 | -1/+1 |
* | Small h264 decoding speed optimization: while->do/while | Jason Garrett-Glaser | 2008-07-28 | 1 | -3/+3 |
* | Cosmetics: new line | Vitor Sessak | 2008-07-28 | 1 | -0/+1 |
* | Remove the now useless phase variable from context | Vitor Sessak | 2008-07-28 | 1 | -3/+1 |
* | increment minor version for commit r14412 (add sample_fmts infrastructure) | Peter Ross | 2008-07-28 | 1 | -1/+1 |
* | Cosmetics: make comment match var name | Vitor Sessak | 2008-07-28 | 1 | -1/+1 |
* | Cosmetics: align comments | Vitor Sessak | 2008-07-28 | 1 | -3/+3 |
* | Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/ | Vitor Sessak | 2008-07-28 | 1 | -11/+13 |
* | Declare temporary buffers to be only of the necessary size | Vitor Sessak | 2008-07-28 | 1 | -3/+3 |
* | Remove redundant comments | Vitor Sessak | 2008-07-28 | 1 | -2/+0 |
* | Cosmetics: do not align with now removed next instruction | Vitor Sessak | 2008-07-28 | 1 | -1/+1 |
* | Cosmetics: remove braces and useless newline | Vitor Sessak | 2008-07-28 | 1 | -4/+2 |
* | Change the way the input is passed to do_hybrid_filter(). Before, in[0] was | Vitor Sessak | 2008-07-28 | 1 | -12/+10 |
* | Remove RA288Context.output buffer. This buffer is just RA288Context.sb | Vitor Sessak | 2008-07-28 | 1 | -4/+7 |
* | Add a few comments pointing to the G.728 specification | Vitor Sessak | 2008-07-27 | 1 | -1/+3 |
* | Remove the history buffer from the context. It can easily be evaluated | Vitor Sessak | 2008-07-27 | 1 | -3/+7 |
* | Remove unused variable. | Diego Biurrun | 2008-07-27 | 1 | -1/+0 |
* | Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy | Vitor Sessak | 2008-07-27 | 1 | -15/+16 |
* | Complete documentation for av_set_string(). | Stefano Sabatini | 2008-07-27 | 1 | -0/+20 |
* | Remove st1 and st2 temporary buffers in backward_filter() and use instead | Vitor Sessak | 2008-07-27 | 1 | -6/+4 |
* | Change slightly the meaning of RA288Context.phase. This | Vitor Sessak | 2008-07-27 | 1 | -12/+6 |
* | Initialize outputed_poc to INT_MIN at decoder initialization. | Jeff Downs | 2008-07-27 | 1 | -0/+1 |
* | left_block intialisation optimisation. | Paul Kendall | 2008-07-27 | 1 | -33/+11 |
* | AAC tables and data that have been OKed by Michael | Robert Swain | 2008-07-27 | 1 | -0/+790 |
* | And.... Fix another spec reference to be more specific and correct. | Jeff Downs | 2008-07-26 | 1 | -1/+1 |
* | Fix reference to spec to be more specific and correct. | Jeff Downs | 2008-07-26 | 1 | -1/+1 |
* | Remove st1 and st2 variables from context, since they could be just local vars | Vitor Sessak | 2008-07-26 | 1 | -6/+6 |
* | Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{re... | Vitor Sessak | 2008-07-26 | 1 | -4/+14 |
* | Simple refactoring to resolve a FIXME. Patch by Paul Kendall. | Paul Kendall | 2008-07-26 | 1 | -2/+1 |
* | Cosmetics: remove useless parenthesis | Vitor Sessak | 2008-07-26 | 1 | -1/+1 |
* | Move colmult() function to the beginning of file to group DSP-related functions. | Vitor Sessak | 2008-07-26 | 1 | -6/+6 |
* | Remove an useless comment describing colmult() | Vitor Sessak | 2008-07-26 | 1 | -1/+0 |
* | Remove an useless comment describing prodsum() | Vitor Sessak | 2008-07-26 | 1 | -1/+0 |
* | Give the context variables of ra288 a better name: s/glob/ractx/ | Vitor Sessak | 2008-07-26 | 1 | -26/+26 |
* | Give the context structure of ra288 a better name: s/Real288_internal/RA288Co... | Vitor Sessak | 2008-07-26 | 1 | -5/+5 |
* | add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. | Peter Ross | 2008-07-26 | 1 | -0/+2 |
* | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) | Peter Ross | 2008-07-26 | 4 | -1/+39 |
* | indent | Michael Niedermayer | 2008-07-26 | 1 | -78/+76 |
* | chroma_format_idc=0 aka grayscale support. | Michael Niedermayer | 2008-07-26 | 3 | -5/+41 |
* | Add a new -debug option for tracing calls to the default get/release_buffer f... | Alexander Strange | 2008-07-26 | 2 | -0/+8 |
* | Revert r14404 | Michael Niedermayer | 2008-07-25 | 1 | -2/+3 |
* | Remove another 2 incorrect checks. | Michael Niedermayer | 2008-07-25 | 1 | -3/+2 |
* | Print an error if a reference picture is missing. | Michael Niedermayer | 2008-07-25 | 1 | -2/+4 |
* | Remove mysterious ref->data[0] check. | Michael Niedermayer | 2008-07-25 | 1 | -2/+2 |