9451 Commits (6d8bfb52f05e73d49ac873d42610862d6c54692c)
 

Author SHA1 Message Date
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
Baptiste Coudurier 4440b1188e simplify, no need for a function 18 years ago
Baptiste Coudurier 54a5c7193b fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti 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 8e38071003 configure check for whether we can compile ssse3 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
Alex Beregszaszi 5f09770382 cosmetics: fix indentation 18 years ago
Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
Diego Biurrun 9020e6974c Merge RoQ entries 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
Baptiste Coudurier c3ebc833b9 dmb1 fourcc, mjpeg_opendml.mov 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
Jindřich Makovička 803ca89ca1 Proper 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 0ba0c8debb Use url_fopen error code when opening input file 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
Panagiotis Issaris b484ec78e8 Typos 18 years ago
Luca Abeni e4dd03f395 Reindent code after last commit 18 years ago
Aurelien Jacobs 82dc348bd1 those tables don't need to be extern 18 years ago
Limin Wang 0d6c07329e Allow avoid setting the video standard and input when capturing v4l2 video. 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