| Commit message (Expand) | Author | Age | Files | Lines |
* | make compilation of pnm.c optional | Aurelien Jacobs | 2007-05-10 | 1 | -1/+5 |
* | move pnm parser in its own file | Aurelien Jacobs | 2007-05-10 | 5 | -206/+281 |
* | move mjpeg parser in its own file | Aurelien Jacobs | 2007-05-10 | 3 | -73/+102 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-05-10 | 1 | -2/+4 |
* | split h264.c to move parser in its own file | Aurelien Jacobs | 2007-05-10 | 6 | -474/+585 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-10 | 1 | -33/+21 |
* | Revert r8979 (Ugly fix for r8963) | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c | Aurelien Jacobs | 2007-05-10 | 4 | -1752/+1752 |
* | loosen vorbis_enc.c dependencies by spliting vorbis.c | Aurelien Jacobs | 2007-05-10 | 3 | -154/+188 |
* | Fix r8963 | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Fix Vorbis encoder Xiph dependency by making sure the references to | Panagiotis Issaris | 2007-05-10 | 1 | -1/+1 |
* | add AVERROR_NOENT | Benoit Fouet | 2007-05-10 | 1 | -0/+1 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 3 | -11/+57 |
* | those tables don't need to be extern | Aurelien Jacobs | 2007-05-10 | 2 | -6/+4 |
* | use header instead of copying table declarations | Aurelien Jacobs | 2007-05-10 | 1 | -3/+1 |
* | split msmpeg4 data to easily share some of it with vc1.c | Aurelien Jacobs | 2007-05-10 | 5 | -2013/+2088 |
* | add missing rules for wmv2 compilation | Aurelien Jacobs | 2007-05-10 | 1 | -0/+2 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 55 | -58/+3 |
* | sse2 version of fdct_col. | Loren Merritt | 2007-05-10 | 1 | -92/+94 |
* | Simplify ptr[0]; ptr++; to *ptr++ | Ramiro Polla | 2007-05-09 | 1 | -14/+7 |
* | Use bytestream | Ramiro Polla | 2007-05-09 | 1 | -27/+11 |
* | Use AV_XX16 macros | Ramiro Polla | 2007-05-09 | 1 | -3/+7 |
* | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c | Aurelien Jacobs | 2007-05-09 | 4 | -44/+73 |
* | Factorize usum | Ramiro Polla | 2007-05-09 | 1 | -2/+4 |
* | Use 1 array with double the size instead of 2 arrays with normal size | Ramiro Polla | 2007-05-09 | 1 | -20/+8 |
* | Add bias instead of -32 or 0, as is done in g.722.1 | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Indentation for previous patch | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Add another tmpbias variable, as bias' value will be used later | Ramiro Polla | 2007-05-09 | 1 | -5/+5 |
* | Fix logic for return value of init_vlc | Ramiro Polla | 2007-05-09 | 1 | -3/+3 |
* | Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. | Diego Biurrun | 2007-05-09 | 1 | -3/+3 |
* | Add ff_ prefix to (externally) visible variables | Kostya Shishkov | 2007-05-09 | 3 | -208/+208 |
* | Use correct dequantizer value | Kostya Shishkov | 2007-05-09 | 1 | -1/+1 |
* | Allow conditional compilation of H.263-related decoders. | Diego Biurrun | 2007-05-09 | 2 | -2/+9 |
* | cosmetics: remove code duplication in hadamard8_diff_mmx | Loren Merritt | 2007-05-09 | 1 | -183/+117 |
* | move cavs parser in it's own file | Aurelien Jacobs | 2007-05-09 | 3 | -82/+108 |
* | move defines and enums out of cavsdata.h | Aurelien Jacobs | 2007-05-08 | 3 | -129/+157 |
* | remove no more useful includes | Aurelien Jacobs | 2007-05-08 | 1 | -3/+1 |
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 4 | -11/+11 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 8 | -313/+432 |
* | avoid multiple inclusion of ac3.h | Aurelien Jacobs | 2007-05-08 | 1 | -0/+5 |
* | cosmetics: remove duplicate transpose macro | Loren Merritt | 2007-05-08 | 2 | -12/+6 |
* | Move H.263 parser to its own file. | Diego Biurrun | 2007-05-08 | 4 | -70/+116 |
* | add doxygen comments | Ivo van Poorten | 2007-05-07 | 1 | -0/+16 |
* | cosmetics: fix inconsistent indentation | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | fix display of theora videos with visible size smaller than encoded size | Aurelien Jacobs | 2007-05-07 | 1 | -10/+9 |
* | Renderware TXD decoder | Ivo van Poorten | 2007-05-07 | 4 | -0/+169 |
* | generic S3TC DXT1 and DXT3 decoding functions | Ivo van Poorten | 2007-05-07 | 2 | -0/+132 |
* | RoQ audio encoder | Vitor Sessak | 2007-05-07 | 4 | -1/+180 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 17 | -42/+42 |
* | fix possibly exploitable stack overflow with num_sprite_warping_points (found... | Michael Niedermayer | 2007-05-06 | 1 | -0/+5 |