5367 Commits (7e2643ae8d04ba6270b25c42f733ba5bfa76174a)

Author SHA1 Message Date
Loren Merritt 72946825fa sse2 version of fullpel sad. 18 years ago
Loren Merritt 164d75ebf3 tweak mmx2 sad. 18 years ago
Aurelien Jacobs 1b52bec7f7 make compilation of pnm.c optional 18 years ago
Aurelien Jacobs 426a189b77 move pnm parser in its own file 18 years ago
Aurelien Jacobs b16560a389 move mjpeg parser in its own file 18 years ago
Aurelien Jacobs 87acdd5391 cosmetics: reindent 18 years ago
Aurelien Jacobs 26b4fe821c split h264.c to move parser in its own file 18 years ago
Loren Merritt eca3810e31 tweak mmx2 sad. 18 years ago
Ramiro Polla b3a257af27 Revert r8979 (Ugly fix for r8963) 18 years ago
Aurelien Jacobs 07c55d8ea3 rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c 18 years ago
Aurelien Jacobs f6bd6eeffd loosen vorbis_enc.c dependencies by spliting vorbis.c 18 years ago
Ramiro Polla dccabd4c68 Fix r8963 18 years ago
Panagiotis Issaris 7a0daaf18a Fix Vorbis encoder Xiph dependency by making sure the references to 18 years ago
Benoit Fouet 35e7f087ba add AVERROR_NOENT 18 years ago
Aurelien Jacobs 1502555362 disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in 18 years ago
Aurelien Jacobs 82dc348bd1 those tables don't need to be extern 18 years ago
Aurelien Jacobs 5ecb0677a2 use header instead of copying table declarations 18 years ago
Aurelien Jacobs 42ef2dbc77 split msmpeg4 data to easily share some of it with vc1.c 18 years ago
Aurelien Jacobs 1d557d3577 add missing rules for wmv2 compilation 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Loren Merritt 7c3a9fe2a3 sse2 version of fdct_col. 18 years ago
Ramiro Polla a4461664cd Simplify ptr[0]; ptr++; to *ptr++ 18 years ago
Ramiro Polla 5a2f421a43 Use bytestream 18 years ago
Ramiro Polla a32c2ce423 Use AV_XX16 macros 18 years ago
Aurelien Jacobs df495dbd9a move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c 18 years ago
Ramiro Polla 7d5aaa049c Factorize usum 18 years ago
Ramiro Polla de8e2c1d22 Use 1 array with double the size instead of 2 arrays with normal size 18 years ago
Ramiro Polla a5cb1f13ba Add bias instead of -32 or 0, as is done in g.722.1 18 years ago
Ramiro Polla 39938968e8 Indentation for previous patch 18 years ago
Ramiro Polla 6b01997012 Add another tmpbias variable, as bias' value will be used later 18 years ago
Ramiro Polla cdb59552df Fix logic for return value of init_vlc 18 years ago
Diego Biurrun 686dcc1167 Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. 18 years ago
Kostya Shishkov a5c14fcaef Add ff_ prefix to (externally) visible variables 18 years ago
Kostya Shishkov 2a2072fe1e Use correct dequantizer value 18 years ago
Diego Biurrun 4a815a7f64 Allow conditional compilation of H.263-related decoders. 18 years ago
Loren Merritt 5adf43e47e cosmetics: remove code duplication in hadamard8_diff_mmx 18 years ago
Aurelien Jacobs c5a60225c7 move cavs parser in it's own file 18 years ago
Aurelien Jacobs b88e211426 move defines and enums out of cavsdata.h 18 years ago
Aurelien Jacobs 1fddeecd1d remove no more useful includes 18 years ago
Aurelien Jacobs 679c2294cb cosmetics: rename for consistency after previous aac and ac3 parsers move 18 years ago
Aurelien Jacobs 99ff31dc75 move aac and ac3 parsers in their own files 18 years ago
Aurelien Jacobs e0fe500f01 avoid multiple inclusion of ac3.h 18 years ago
Loren Merritt bba5293bb7 cosmetics: remove duplicate transpose macro 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Ivo van Poorten 929baad070 add doxygen comments 18 years ago
Aurelien Jacobs ba4816a0a9 cosmetics: fix inconsistent indentation 18 years ago
Aurelien Jacobs c0f716b86f fix display of theora videos with visible size smaller than encoded size 18 years ago
Ivo van Poorten 1ca779e7eb Renderware TXD decoder 18 years ago
Ivo van Poorten c67b89c534 generic S3TC DXT1 and DXT3 decoding functions 18 years ago
Vitor Sessak f025588bb6 RoQ audio encoder 18 years ago