8908 Commits (93e91145b41eb067c183d445e99d337384a288a4)
 

Author SHA1 Message Date
Baptiste Coudurier 93e91145b4 fix indentation 18 years ago
Baptiste Coudurier 36376fa3ba break if eob is reached to avoid reading one too much byte 18 years ago
Baptiste Coudurier ccba88d764 cosmectics, mov -> mp4 18 years ago
Baptiste Coudurier 295b7dc367 sort 18 years ago
Baptiste Coudurier 2b4162f0ae add some codec object type ids 18 years ago
Baptiste Coudurier b41899c66c prefer MP3 id as mentioned in avcodec.h line 210 18 years ago
Baptiste Coudurier 7555d2e633 add specifications reference comments 18 years ago
Limin Wang e2f3d94786 Fix H.264 8x8 transform selection 18 years ago
Michael Niedermayer 199c6e3cf1 md5 test for the image formats 18 years ago
Michael Niedermayer 1e358f039f bmp and tga image regression test 18 years ago
Michael Niedermayer 1c87ed3a34 1000000l for me ive misstakely reverted the regression checksum change from r8444 in r8486 18 years ago
François Revol c9fdab0dab Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 18 years ago
Tim Chick 56cc42664a iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but 18 years ago
Michael Niedermayer 8ec04d344a set more reasonable cutoff for audio rate conversion 18 years ago
Michael Niedermayer 4ba67eeed5 update resgression tests after the resampler changes 18 years ago
Michael Niedermayer 47bbf8a71d clarify codec_tag 18 years ago
Michael Niedermayer 89cff671f4 clarify sub_id 18 years ago
Michael Niedermayer 7e068841cb replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected 18 years ago
Michael Niedermayer d6fead9089 change high precision mode to 30 bits again after making the code less overflow sensitive 18 years ago
Michael Niedermayer 303bd95cd2 optimize linear filter coeff interpolation code, this also makes the code less prone to overflows 18 years ago
Justin Ruggles d971a5fa81 cosmetics. align and condense. 18 years ago
Justin Ruggles 319708da02 simplify 18 years ago
Justin Ruggles bbd16dea67 utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% 18 years ago
Michael Niedermayer 447caf7941 revert r8469 (increase bits for non default highprecision mode) 18 years ago
Michael Niedermayer 55fc0eb174 AUDIOPHILE_KIDDY_MODE 18 years ago
Michael Niedermayer 50df67d3b5 optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) 18 years ago
Michael Niedermayer 14f887efc6 select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) 18 years ago
Michael Niedermayer 20cf58c32b make kaiser windows with other beta than 16 available 18 years ago
Tim Chick f88e7c833b enable iwmmxt support, removing mm_support() stub 18 years ago
Michael Niedermayer c252b26d55 make high precision mode accessible at compile time 18 years ago
Michael Niedermayer ca6940f871 increase bits for non default highprecision mode 18 years ago
Michael Niedermayer ae232dd740 code for testing the accuracy of the resampler 18 years ago
Michael Niedermayer 66a148a19a remove dithering of filter coefficients, improves precision by 1-2 bits and 18 years ago
David Conrad 8076609a40 The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
Wolfram Gloger df7625ed62 av_estimate_timings_from_pts() flushes the packet queue but doesn't 18 years ago
Baptiste Coudurier e14f79ed37 cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame 18 years ago
Baptiste Coudurier 638fd2fce7 cosmetics 18 years ago
Baptiste Coudurier 2d2432b738 set audio frame size based on stts 18 years ago
Baptiste Coudurier 4278662d45 treat frame_size > 1 as compressed audio 18 years ago
Kostya Shishkov c72e05ba0f Smacker Audio stereo fix 18 years ago
Michael Niedermayer 5d171758c0 update links to old probably obsolete bttv patches 18 years ago
Michael Niedermayer afe28f7ce9 link to ffv1, msmpeg4, asv1, 4xm docs 18 years ago
Michael Niedermayer 04704a7881 libav* headers for pascal 18 years ago
Ian Braithwaite 058ee0cf95 Small simplifications to subband coefficient handling and use av_random(). 18 years ago
Loren Merritt 0ec4bc6a27 oops, encoder was under ifdef decoders. 18 years ago
Michael Niedermayer 028d6f3e71 revert r8428, the check was not that useless 18 years ago
Justin Ruggles 1424a50772 add myself as AC-3 maintainer 18 years ago
Michael Niedermayer a843d1ff32 i think this is more correct 18 years ago
Kostya Shishkov b314cfe709 Correctly handle data_size on decoding 18 years ago
Justin Ruggles b5a05cc295 fix handling of special case for lowest snroffset. regressions are unaffected. 18 years ago