3111 Commits (a8fcaf4019ccb7b5ca5e88f2544afab69c0a3e87)

Author SHA1 Message Date
Loren Merritt 6da971f160 h264_idct_add only needs mmx1 19 years ago
Sam Hocevar 5f112e1f96 Proper mangling information for symbols in OS X Mach-O shared objects. 19 years ago
Michael Niedermayer b865838ea2 switch flac to av_crc 19 years ago
Michael Niedermayer e027d0a81e switch ac3enc to av_crc 19 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago
Roman Shaposhnik 56419683b2 I still don't think this should be here. Note: without this code DV encoder 19 years ago
Daniel Maas 0b297700b7 DVCPRO50 support. 19 years ago
Zuxy Meng 2ffb22d2ad use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. 19 years ago
Loren Merritt d84f7c61ee gcc2.95 workaround 19 years ago
Baptiste Coudurier 980bbb13d6 Make faac_decode_frame return -1 on error and not 0 which avoids 19 years ago
Loren Merritt 7a5b2fa812 remove some useless instructions 19 years ago
Diego Biurrun 14b005d009 Make -xy help output consistent, output an empty line before and after. 19 years ago
Loren Merritt 9e4cc776da keyframe flag was wrong if SEIs followed the keyframe 19 years ago
Michael Niedermayer ae9e417358 PAL8 support (fixed BLUR8.AVI) 19 years ago
Michael Niedermayer b5c85991f6 fix segfault with BLUR8.AVI 19 years ago
Michael Niedermayer d00bff20b2 fix infinite loop 19 years ago
Michael Niedermayer 8d359bbabe cleanup IMA-ADPCM WAV decoder 19 years ago
Loren Merritt 6a8eb0f45a 4% faster h264_qpel_mc 19 years ago
Zdenek Kabelac 289f999dab * bugfixing call reference 19 years ago
Michael Niedermayer 2669777981 fix decoding of mpeg2-trunc.vob 19 years ago
Likai Liu 11c19637d2 use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) 19 years ago
Dan Maas 40116978de Assign class 2 to most macroblocks by default, instead of a more conservative 19 years ago
Benjamin Larsson 79a32e3b95 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch 19 years ago
Roman Shaposhnik e5867e4d50 Not that we're that far from being an *initial* implementation, but 19 years ago
Dan Maas 2e52b44e50 AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The 19 years ago
Michael Niedermayer 0403f791b3 remove wrong assert() 19 years ago
Michael Niedermayer d676478c8d replace for loop with 2 asserts() 19 years ago
Dan Maas 6df5f6ae51 size[0-3] are not initialized (and can get random negative trash 19 years ago
Måns Rullgård 1bd8624697 kill some warnings 19 years ago
Loren Merritt 285b570fd2 fix a memory leak on seeking. 19 years ago
Michael Niedermayer 7bdb4f67bc 10l (forgot EOBs) 19 years ago
Michael Niedermayer 6661b2130d dont lowwer qnos of more blocks then needed 19 years ago
Antoine Cellerier 88d6903e23 Give a hint about what is the expected the data type of command line options. 19 years ago
Michael Niedermayer d2d230a756 fixing dv_guess_qnos() 19 years ago
Michael Niedermayer fe78f7cdaa print a big warning if we mess up and run out of space ... 19 years ago
Loren Merritt 85ed1022b3 minor simplifications in cabac_mb_type 19 years ago
Luca Barbato 5cb9fda4b0 Fix AltiVec H.264 decoding on FSF gcc. 19 years ago
Alex Beregszaszi 1319a77b01 added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) 19 years ago
Alex Beregszaszi a1db1fc445 explain extradata and pass avctx to av_log's 19 years ago
Kostya Shishkov b0ca57356e ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not 19 years ago
Erik Slagter 277fe2294f pass noise reduction option to x264 19 years ago
Erik Slagter b0ec9efd7a Increase maximum number of B-frames, necessary for H.264 encoding. 19 years ago
Michael Niedermayer c2ca19d7f9 RMP4 ("xvid fork") decoding support 19 years ago
Falk Hüffner 1b137298fa Change license header to LGPL for consistency. 19 years ago
Mike Melanson 2637670144 complete AVS playback system (from Creature Shock computer game), 19 years ago
Loren Merritt db8a64cba0 don't arbitrarily limit delta_qp 19 years ago
Aurelien Jacobs 2433f24f60 add Creative 8 bits ADPCM schemes support 19 years ago
Loren Merritt 8b03135958 fix some crashes on negative nalsize. 19 years ago
Loren Merritt 171c407621 fix some crashes when missing frames 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago