6382 Commits (eb6447766d7a55acd0327dd59a3e5aa9f787885f)
 

Author SHA1 Message Date
Michael Niedermayer 55582f8de3 table contains vlc with 19 bits and 8*2 < 19 19 years ago
Diego Biurrun 5ab0f20449 spelling/grammar 19 years ago
Michael Niedermayer 9fcee5853d unresponsive maintainer policy (its pretty much what has always been done in practice anyway) 19 years ago
Baptiste Coudurier e8d2507c1a add MS ADPCM fourcc 19 years ago
Baptiste Coudurier e7cc4b52f9 skip others fourcc, if present 19 years ago
Baptiste Coudurier 421de2575b clean 19 years ago
Kostya Shishkov 913e93d5f2 Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. 19 years ago
Kostya Shishkov 50af2fd30d Enable coefficient scaling 19 years ago
Kostya Shishkov 928dc49d0e Don't read out-of-bounds values. 19 years ago
Måns Rullgård 1ede1725f1 simplify 19 years ago
Måns Rullgård 0ac3dcb8e8 build mpegaudio.c and ac3enc.c only if needed 19 years ago
Stefan Gehrer 3284e7f3fe hopefully better for platforms not supporting misaligned read 19 years ago
Stefan Gehrer 1a1650feca make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it 19 years ago
Michael Niedermayer 76b566687f increasing version for AVBitStreamFilters 19 years ago
Michael Niedermayer 514e0831ae noise bitstream filter 19 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 19 years ago
Baptiste Coudurier 06fcf56c50 typo fix 19 years ago
Baptiste Coudurier 875f92876a 10l, all modes is 0x81FF 19 years ago
Baptiste Coudurier b7d9da100d simplify and write correct values conforming to specs 19 years ago
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const. 19 years ago
Michael Niedermayer 0540cad324 100l to whoever write this 19 years ago
Michael Niedermayer 2111e3f9f2 check for unparsed AMR input 19 years ago
Michael Niedermayer 9a39cd35b8 vbr requires version=1 and samplesize=0 per QT spec 19 years ago
Kostya Shishkov 1ae4a8e61f Fix one case of choosing MV for chroma 19 years ago
Diego Biurrun a020e2c5f0 Add proper LGPL header. 19 years ago
Diego Biurrun da2e9781bb spelling typo 19 years ago
Gianluigi Tiesi 277e84f564 Fix compilation with --disable-muxers. 19 years ago
Luca Barbato 24dd8c616d Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Måns Rullgård bb428277fa use $(LIBOBJFLAGS) when compiling sparc/*.c 19 years ago
Måns Rullgård 6eefb6fd5b set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled 19 years ago
Måns Rullgård 98d417cbcd #define SBUTTERFLY outside CONFIG_ENCODERS 19 years ago
Stefan Gehrer 2e0141c351 even more cbp safety 19 years ago
Stefan Gehrer 0e9b7305d0 missed removing this line in my last commit 19 years ago
Ville Skyttä 67e21e071d Remove obsolete and non-functional support for external LZO. 19 years ago
Diego Biurrun 75fe19059a 100l: V_PATH vs VPATH typo 19 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 19 years ago
Diego Biurrun 6e03fa5094 Remove erroneous -I../.. flag that points outside of the src directory. 19 years ago
Diego Biurrun 045bb9194e simplify: $(SRC_PATH)/tests --> $(V_PATH) 19 years ago
Måns Rullgård 813457e515 set flags needed for shared libs on solaris 19 years ago
Michael Niedermayer 05e7e64d1a add rounding bias earlier in the idct, avoids many adds 19 years ago
Måns Rullgård 959e63c9ba floorf() is not used, and causes warnings on Solaris 19 years ago
Måns Rullgård cde2d79afd Try to find a better shell if the one configure was started under is 19 years ago
Stefan Huehner 109d2de108 Mark read-only data as const. Patch by stefan huehner org. 19 years ago
Måns Rullgård 720c69da02 solaris sh doesn't allow functions and variables with the same name 19 years ago
Michael Niedermayer 57d664ff32 return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode 19 years ago
Michael Niedermayer 784036e404 simplify intra prediction mode decoding 19 years ago
Michael Niedermayer 5ca0106879 check cbp for validity, avoids possible out of array reads / segfaults 19 years ago
Michael Niedermayer 5781d6d6e8 minor simplificationn 19 years ago
Kostya Shishkov 66d0ad2605 Implement intensity compensation 19 years ago
Kostya Shishkov 8a66a390cc Correctly choose global transform mode, MV mode and fix bitplane decoding 19 years ago