3279 Commits (d10fda8ee2a25f21563869728fe1d6abfb04f9ae)

Author SHA1 Message Date
Loren Merritt 09786209e6 reinit quant matrices if pps is overwritten by another of the same pps_id. 19 years ago
Diego Biurrun 215e46e6e5 Ignore errors from recursive AMR cleans. 19 years ago
Diego Biurrun c7f1a2f56e Unconditionally clean AMR subdirs. 19 years ago
Luca Barbato a487e0f654 Macosx fix 19 years ago
Michael Niedermayer 7923a3f904 d10 decoding fix 19 years ago
Aurelien Jacobs c51ba67a98 clip_uint8 now return an uint8_t so no need to &0xFF 19 years ago
Loren Merritt 89ddb72aa1 warn on interlaced streams 19 years ago
Loren Merritt 2848ce84d2 don't force asserts in release builds. 2% faster h264. 19 years ago
Loren Merritt 0c2aaa882d memory leak. 19 years ago
Michael Niedermayer 7f12a9780e use previous qscale for intra_dc_threshold check 19 years ago
Michael Niedermayer e27b6e62f7 missmatch control for mpeg2 intra dequantization if bitexact=1 19 years ago
Benjamin Larsson 6eb1427f0f Revert bad ac3enc commit, the commited code was bigger and slower. 19 years ago
Zuxy Meng 392f6da897 Remove unused and unsupported Cyrix's "Extended MMX", 19 years ago
Diego Biurrun c4921874f5 Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. 19 years ago
Diego Biurrun 3ed410a6bd Fix amr_nb-fixed build. 19 years ago
Diego Biurrun 6eb07e7349 Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does 19 years ago
Diego Biurrun e0fb7e5b0d cosmetics: Group all AMR variables together, add some newlines. 19 years ago
Diego Biurrun 90d9a1ba70 Misplaced CLEANAMR. 19 years ago
Diego Biurrun 1ea00ed061 CLEANAMRWB --> CLEANAMR typo 19 years ago
Luca Barbato 5f22aa3cc0 13% faster inner_add_yblock 19 years ago
Luca Barbato f420826c35 40% faster decode 19 years ago
Uoti Urpala f267587ece Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. 19 years ago
Benjamin Larsson 176c142abc Patch to generate the ac3 window, based on code by Justin Ruggles. 19 years ago
Loren Merritt c6f9e821c3 10l in h264 vismb/vismv (broke on 2006-03-09) 19 years ago
Uoti Urpala 4f26258f84 dtsdec.c copies one input packet at a time to a (static) buffer of size 19 years ago
Reimar Döffinger 2d5545c302 make "size" variable in avpicture_alloc signed, since avpicture_get_size 19 years ago
Wolfram Gloger f42635f558 gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> 19 years ago
Luca Barbato fd925db3c8 typo in the gcc handmade regalloc trigger 19 years ago
Diego Biurrun 2cf30841b5 Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. 19 years ago
Diego Biurrun e1ffc3adb8 Revert Windows "warning" message. 19 years ago
Wolfgang Scherer 60dfd14778 Fix SIGSEGV in rv10-null-pointer-500k.rm. 19 years ago
Michael Niedermayer 37921ffde8 fix "concealing 0 DC, 0 AC, 0 MV errors" bug 19 years ago
Michael Niedermayer b548f2b91b ffv1 and ffvhuff havnt changed since a long time and noone proposed any 19 years ago
Benjamin Larsson f1f7807abd AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 19 years ago
Luca Abeni 5341c20954 Baptiste COUDURIER's padding patch (reworked by me a little bit). 19 years ago
D Richard Felker III 7b98bcbd0f signedness error caused broken decoding 19 years ago
D Richard Felker III c4e2a535b3 100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) 19 years ago
Roberto Togni 0c35eb1c69 Add missing external declaration for kmvc codec 19 years ago
Kostya Shishkov fd7b199199 KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 19 years ago
Luca Barbato a01e08ee5c hadamard8_diff* enabled on linux/ppc 19 years ago
Måns Rullgård 9076fee4f5 s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ 19 years ago
Loren Merritt 75ca1a5f70 gmc_mmx tweaks 19 years ago
Luca Abeni 7b748aff2c Introduce swscale interface in libavcodec 19 years ago
Loren Merritt 703c8195a8 mmx implementation of 3-point GMC. (5x faster than C) 19 years ago
Loren Merritt 841f65f25a 2x faster ff_mpeg4_set_direct_mv 19 years ago
Justin Ruggles f760b70fbe AC3: support encoding fractional frame sizes 19 years ago
Michael Niedermayer 54009d4295 remove mpegvideo.c img resample dependancy 19 years ago
Michael Niedermayer 6b250e4725 get_xbits() optimization 19 years ago
Michael Niedermayer ad8812be8f remove useless code 19 years ago
Michael Niedermayer 002a7414b5 simplify loop a little 19 years ago