5097 Commits (b19bcbaa78a99691d24f89cb2447f8517f06cf81)

Author SHA1 Message Date
Ronald S. Bultje d07026cd16 CPU feature definitions should always be available, not just when the 18 years ago
Diego Biurrun 94254fc00e Only run MMX2 tests when MMX2 is available. 18 years ago
Diego Biurrun b9702de506 Fix linking when GPL code has been disabled. 18 years ago
Ronald S. Bultje ee3035f31e Fix compilation when MMX is disabled. 18 years ago
Diego Biurrun b0b0d7e78c FAAN is not x86-specific. 18 years ago
Andreas Öman 93cc10fa9c h264: use 'simple' in border backup / xchg 18 years ago
Diego Biurrun 9097a8e48d Add some forgotten lib prefixes to Makefile variables. 18 years ago
Eric Lasota 160228f894 Rename cb field 18 years ago
Diego Biurrun 1cc60c47c5 Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 18 years ago
Diego Biurrun b04f49c74c Give names of external library decoders/encoders a lib prefix 18 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Diego Biurrun 83bc90dcfd Remove unused variables. 18 years ago
Eric Lasota 3ccda4ca91 Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks 18 years ago
Denis Fortin f0edfda578 Rename code012() to ff_code012(), and remove static qualifier: paves the way 18 years ago
Diego Biurrun ac3967c1ce spelling 18 years ago
Christian Lohmaier c11aac6cda fix error: indeo2.c:202:1: directives may not be used inside a macro argument, 18 years ago
Vitor Sessak ddcf4b5d6d Codebook generator using the ELBG algorithm 18 years ago
Luca Barbato 5dda253943 h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> 18 years ago
Andreas Öman 83b3401731 filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). 18 years ago
Diego Biurrun 69ddbd1dad Rename aac_decoder to libfaad_decoder for consistency and to be able to 18 years ago
Diego Biurrun c9171a830b Rename faac_encoder to libfaac_encoder for consistency and to be able to 18 years ago
Ramiro Polla e5e587afbe Remove get_byte wrapper 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Michael Niedermayer 29b29011e5 fix skipped blocks 18 years ago
Michael Niedermayer 0fa9a5ddc7 check qblur > 1 (prevent assert failure / segfault) 18 years ago
Michael Niedermayer 47b777ceed sanity checks (should prevent hypothetical div by zero issue) 18 years ago
Michael Niedermayer 61d49d122c fix assert() 2nd try 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Michael Niedermayer 1e6b570087 fix assertion failure 18 years ago
Kostya Shishkov 3dba31aa0d Do proper frame swapping so VMD video decoder works again 18 years ago
Vitor Sessak 55c970e349 Split RoQ decoder to accommodate future encoder patch 18 years ago
Andreas Öman 7978debdc2 allocate PPS and SPS dynamically 18 years ago
Vitor Sessak 750cbd34c9 cosmetics and function rename 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Michael Niedermayer d5aa01cd30 make decoder decode the first frame properly if theres more than just one 18 years ago
Harald Karnet f1edd8ef90 Correct the parameter order for the call to "av_clip". 18 years ago
Loren Merritt 8be6dac8dc merge huffman tables for rgb too 18 years ago
Loren Merritt f45fcba303 cosmetics (reduce nesting) 18 years ago
Loren Merritt acc0e0c8b6 use sparse huffman tables. 1.5% faster huffyuv decoding. 18 years ago
Loren Merritt b613bacca9 add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. 18 years ago
Sergey Vlasov 32dd6a9c78 fix dca_bitalloc_index decoder init 18 years ago
Sergey Vlasov 56e4603e67 Fix dca.c compilation with #define TRACE 18 years ago
Oded Shimon 8d641aedb9 fix mjpeg decoding with broken huffman table headers 18 years ago
Ramiro Polla 67a5daf07f Remove duplicate bytestream functions 18 years ago
Panagiotis Issaris cb1a74cf8c Export the four remaining H.264 decoder intra prediction functions for reuse in 18 years ago
Panagiotis Issaris 9aee21c8f7 Reindent 18 years ago
Panagiotis Issaris 4edda03480 Make the compilation of h264idct.c optional. 18 years ago
Loren Merritt 19716d6478 merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. 18 years ago
Diego Biurrun f353fbd205 Remove mdct.o and fft.o from fft-test prerequisites list. 18 years ago