| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove newly unused variables. | Alexander Strange | 2008-05-11 | 1 | -5/+0 |
* | Use h->mb_xy directly in decode_cabac_residual(). | Alexander Strange | 2008-05-11 | 1 | -2/+2 |
* | Store mb_xy in H264Context and only calculate it once per MB. | Alexander Strange | 2008-05-11 | 2 | -18/+24 |
* | Simplify do_voice(). | Vitor Sessak | 2008-05-11 | 1 | -15/+8 |
* | Replace some hardcoded swapping with FFSWAP. | Vitor Sessak | 2008-05-11 | 1 | -15/+9 |
* | Remove unused defines from ra144. | Vitor Sessak | 2008-05-11 | 1 | -5/+0 |
* | cosmetics: indent after last commit. patch by matthieu castet <castet matthie... | Matthieu Castet | 2008-05-11 | 1 | -8/+8 |
* | simplify decoding of uncompressed samples. patch by matthieu castet <castet m... | Matthieu Castet | 2008-05-11 | 1 | -19/+6 |
* | Implement bidirectional (positive offset - left, negative - right) | Vladimir Voroshilov | 2008-05-11 | 1 | -0/+13 |
* | Document AVCodecContext channels field. | Stefano Sabatini | 2008-05-11 | 1 | -1/+1 |
* | Update comment to version, negotiated with Diego, and | Vladimir Voroshilov | 2008-05-11 | 2 | -8/+7 |
* | Fix compilation error. | Vladimir Voroshilov | 2008-05-11 | 1 | -1/+1 |
* | fix reading of samples-per-frame | Justin Ruggles | 2008-05-11 | 1 | -1/+1 |
* | various filters for ACELP-based codecs | Vladimir Voroshilov | 2008-05-11 | 2 | -0/+238 |
* | Simplify a list of array allocations with a loop. | Vitor Sessak | 2008-05-11 | 1 | -11/+3 |
* | Replace hardcoded LP filter order with parameter. | Vladimir Voroshilov | 2008-05-11 | 2 | -24/+28 |
* | Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. | Vitor Sessak | 2008-05-10 | 1 | -1/+0 |
* | Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. | Vitor Sessak | 2008-05-10 | 1 | -48/+20 |
* | cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, | Vitor Sessak | 2008-05-10 | 1 | -372/+438 |
* | Add missing required header directly. | Diego Biurrun | 2008-05-09 | 1 | -0/+1 |
* | Add missing path to #include. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add missing path to #include statement. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 100 | -151/+155 |
* | Little fix for block sizes <16 | Michael Niedermayer | 2008-05-09 | 1 | -1/+1 |
* | Revert previous mistaken commit. | Diego Biurrun | 2008-05-09 | 4 | -10/+10 |
* | ipp.h is a system header, use <> when #including it. | Diego Biurrun | 2008-05-09 | 5 | -11/+11 |
* | dsputil.h is not a system header, use "" when #including it. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Improve motion estimation metric. | Michael Niedermayer | 2008-05-09 | 1 | -1/+12 |
* | remove useless comment | Aurelien Jacobs | 2008-05-08 | 1 | -2/+0 |
* | ensure vp56_decode_frame always return unchanged buf_size | Aurelien Jacobs | 2008-05-08 | 1 | -3/+4 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 20 | -175/+185 |
* | Do not return -1 from void functions. | Carl Eugen Hoyos | 2008-05-08 | 1 | -2/+2 |
* | One const per declaration is enough. | Carl Eugen Hoyos | 2008-05-08 | 1 | -1/+1 |
* | export dnxhd encoded picture quality | Baptiste Coudurier | 2008-05-06 | 1 | -0/+2 |
* | Remove one more set of useless parentheses from a return call. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 12 | -21/+21 |
* | Use a state machine to reduce branching logic in decode_cabac_residual. | Jason Garrett-Glaser | 2008-05-04 | 1 | -9/+19 |
* | Prevent targaenc.c from outputting trash byte. | Ramiro Polla | 2008-05-04 | 1 | -1/+1 |
* | Add complete multimedia Wiki URL, patch by Sisir Koppaka. | Sisir Koppaka | 2008-05-04 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2008-05-04 | 1 | -4/+4 |
* | Do not read out of array bounds. | Ramiro Polla | 2008-05-04 | 1 | -0/+4 |
* | Output buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -0/+5 |
* | Heap buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+5 |
* | Fix memset(0) based buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+6 |
* | Move declaration a little. | Michael Niedermayer | 2008-05-03 | 1 | -2/+2 |
* | Setting i to 0 once should do. | Michael Niedermayer | 2008-05-03 | 1 | -1/+1 |
* | cosmetics: Consistently use C-style comments in #endif preprocessor directives. | Diego Biurrun | 2008-05-03 | 1 | -1/+1 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 6 | -0/+841 |
* | 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so | Diego Biurrun | 2008-05-03 | 1 | -0/+2 |
* | fix checkheaders when libdirac not installed | Måns Rullgård | 2008-05-03 | 1 | -0/+3 |