| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 36 | -161/+145 |
* | make DCT_common_init() static | Aurelien Jacobs | 2007-07-05 | 2 | -2/+1 |
* | Add missing license header. | Diego Biurrun | 2007-07-05 | 1 | -0/+21 |
* | move mpeg encoder specific initialization in the encoder specific file | Aurelien Jacobs | 2007-07-05 | 2 | -13/+8 |
* | add proper ff_ prefix to new extern symbols | Aurelien Jacobs | 2007-07-05 | 5 | -85/+85 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-07-05 | 1 | -4/+5 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 7 | -1367/+1481 |
* | use av_freep() in free_vlc() and failed init_vlc() | Måns Rullgård | 2007-07-05 | 1 | -2/+2 |
* | Remove more useless parentheses. | Vitor Sessak | 2007-07-05 | 2 | -3/+3 |
* | Description: split mpegvideo.c | Benoit Fouet | 2007-07-03 | 4 | -4572/+4637 |
* | CONFIG_XVID --> CONFIG_LIBXVID | Diego Biurrun | 2007-07-03 | 1 | -3/+3 |