| Commit message (Expand) | Author | Age | Files | Lines |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 5 | -163/+249 |
* | compile rangecoder.o only when needed | Aurelien Jacobs | 2007-07-09 | 1 | -5/+4 |
* | bring back h264 build | Benoit Fouet | 2007-07-09 | 1 | -0/+1 |
* | use correct type for palette | Måns Rullgård | 2007-07-09 | 1 | -3/+3 |
* | indent | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | set sample rate in more logical place, kill warning | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 4 | -5/+5 |
* | kill warnings | Måns Rullgård | 2007-07-08 | 1 | -3/+4 |
* | fix warning | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | make arguments to ssd_int8_vs_int16() const | Måns Rullgård | 2007-07-08 | 4 | -4/+7 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 4 | -6/+3 |
* | Pass modes as parameters instead of calculating them inplace. | Christophe Gisquet | 2007-07-08 | 1 | -7/+5 |
* | Replace function declarations with macro | Christophe Gisquet | 2007-07-08 | 1 | -54/+18 |
* | Drop ff_ prefix for static functions | Christophe Gisquet | 2007-07-08 | 1 | -30/+30 |
* | split decoder-specific parts into their own file | Stefan Gehrer | 2007-07-08 | 4 | -654/+703 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-08 | 3 | -22/+31 |
* | * Getting rid of the use of GCC language extensions | Roman Shaposhnik | 2007-07-08 | 1 | -24/+10 |
* | simplify ff_copy_bits() when compiled with config-small | Aurelien Jacobs | 2007-07-07 | 1 | -1/+1 |
* | whitespace cosmetics | Måns Rullgård | 2007-07-07 | 1 | -7/+7 |
* | add 64-bit bytestream read/write functions | Måns Rullgård | 2007-07-07 | 1 | -3/+12 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-07 | 2 | -45/+54 |
* | move dequantization into its own inline function | Stefan Gehrer | 2007-07-07 | 2 | -19/+26 |
* | cosmetic: rename VLC tables to make clear they | Stefan Gehrer | 2007-07-07 | 3 | -10/+10 |
* | setting special motion vectors in intra macroblocks | Stefan Gehrer | 2007-07-07 | 2 | -9/+12 |
* | setting intra prediction modes to default values | Stefan Gehrer | 2007-07-07 | 2 | -3/+7 |
* | move modification of intra prediction modes into | Stefan Gehrer | 2007-07-07 | 3 | -22/+29 |
* | move preparation of chroma intra prediction into its | Stefan Gehrer | 2007-07-07 | 2 | -14/+18 |
* | move existing inline functions from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 2 | -158/+160 |
* | move context structure definition from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 2 | -73/+73 |
* | make vector constants global | Stefan Gehrer | 2007-07-07 | 2 | -22/+22 |
* | free thread context | Janne Grunau | 2007-07-06 | 1 | -0/+2 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 8 | -1455/+1585 |
* | set thread_opaque to NULL when freeing it | Benoit Fouet | 2007-07-06 | 1 | -1/+1 |
* | Add support for streams with different chroma_qp_index_offset | Andreas Öman | 2007-07-06 | 3 | -51/+72 |
* | simplify ff_copy_bits: merge 2 test branches | Aurelien Jacobs | 2007-07-06 | 1 | -3/+1 |
* | move ff_copy_bits to bitstream.c | Aurelien Jacobs | 2007-07-06 | 4 | -25/+25 |
* | Drop redundant assignment and variable | Kostya Shishkov | 2007-07-06 | 1 | -3/+1 |
* | me option implemented as an AVOption | Stefano Sabatini | 2007-07-06 | 1 | -0/+12 |
* | Precompute a chroma_qp table with index offset for each pps, | Andreas Öman | 2007-07-06 | 2 | -21/+30 |
* | Compute the dequant coefficient table ptr outside the loop, | Andreas Öman | 2007-07-06 | 1 | -2/+4 |
* | include snow encoder only if it is not disabled | Aurelien Jacobs | 2007-07-05 | 1 | -1/+1 |
* | spelling/grammar | Diego Biurrun | 2007-07-05 | 1 | -9/+9 |
* | fix mem leak | Oliver Pfister | 2007-07-05 | 1 | -0/+1 |
* | fix mem leak | Oliver Pfister | 2007-07-05 | 1 | -1/+1 |
* | update my email address | Måns Rullgård | 2007-07-05 | 4 | -4/+4 |
* | Add my last name to copyright headers | Vitor Sessak | 2007-07-05 | 3 | -3/+3 |
* | forgot to svn add mpeg12.h in r9477 | Aurelien Jacobs | 2007-07-05 | 1 | -0/+31 |
* | typos | Diego Biurrun | 2007-07-05 | 2 | -2/+2 |
* | UTF-8 conversion | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 108 | -114/+28 |