4886 Commits (79d4c96a1a708f8da145121cee118c7bdd596344)

Author SHA1 Message Date
Zuxy Meng 25e4f8aaee Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% 18 years ago
Alex Beregszaszi 43c7c7c7cf use DECLARE_ALIGNED from mem.h (which is included through common.h) 18 years ago
Aurelien Jacobs f8b2417eba cosmetics: indent 18 years ago
Aurelien Jacobs 70724cba75 replace some #ifdef CONFIG_* by if(ENABLE_*) 18 years ago
Aurelien Jacobs 6d8bfb52f0 cosmetics: indentation 18 years ago
Aurelien Jacobs f6993c9fa1 make compilation of mjpeg.c optional 18 years ago
Jason Millard cd61e40781 allow to enable or disable every bitstream filters individually 18 years ago
Aurelien Jacobs cf32975222 jpegls never call this code, so those tests are useless 18 years ago
Benjamin Larsson d2bc04738b Added support for instances where linesize[0] is negative. 18 years ago
Diego Biurrun 7f58baa8ca Remove redundant extern declaration of j_rev_dct that is already 18 years ago
Diego Biurrun 7f4f3e169f cosmetics: Group all test targets together. 18 years ago
Loren Merritt ff506a906e sse2 & ssse3 versions of dct_quantize. 18 years ago
Loren Merritt 1edbfe1994 factor sum_abs_dctelem out of dct_sad, and simd it. 18 years ago
Loren Merritt 561f940c03 sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. 18 years ago
Loren Merritt 5b67307a68 fix a crash with svq1 + sse2. 18 years ago
Aurelien Jacobs 9ac2e7971b rename pnm.c to pnmenc.c and pnm_common.c to pnm.c 18 years ago
Diego Biurrun a2e4c0ddae Remove duplicate #includes, avcodec.h #includes common.h. 18 years ago
Diego Biurrun 9636c4de32 Remove unused variable. 18 years ago
Loren Merritt ba53071acb 10l, r8991 broke mmx1 sad 18 years ago
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