248 Commits (6a0c770b216098c5fa9c8cc3b2330d3c5121199c)

Author SHA1 Message Date
Reimar Döffinger c8aee695c5 Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. 18 years ago
Michael Niedermayer ed1dfc4970 remove pretty much useless skiping of some predictors 18 years ago
Michael Niedermayer f7f8af46f7 1 step diamond search around the median MV predictor 18 years ago
Bill O'Shaughnessy 3e954443dd bring AC3 encoder output up to input volume level 18 years ago
Baptiste Coudurier 3c1418175d fix bitstream to be correctly decoded by quicktime 18 years ago
Michael Niedermayer 8cd15e47ad fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Michael Niedermayer 0bd2483a75 replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) 18 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 18 years ago
Baptiste Coudurier efbe19fd44 update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com> 18 years ago
Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 18 years ago
Michael Niedermayer fd0fb3064d add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) 18 years ago
Justin Ruggles a403fc0324 flac-lpc patch by (Justin Ruggles jruggle earthlink net) 18 years ago
Justin Ruggles e71bcc3798 flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 19 years ago
Michael Niedermayer f33aa12011 stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) 19 years ago
Michael Niedermayer aeb2904eba flac regression test 19 years ago
Loren Merritt 4a387d7d3b update regression tests for r5449 (adpcm) 19 years ago
Loren Merritt 871371a768 Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. 19 years ago
Loren Merritt 8c36eaaa94 Snow multiple reference frames 19 years ago
Michael Niedermayer ed90d370ec dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) 19 years ago
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Michael Niedermayer e27b6e62f7 missmatch control for mpeg2 intra dequantization if bitexact=1 19 years ago
Benjamin Larsson ddbddce547 Fix samples to bytes relation. 19 years ago
Benjamin Larsson f1f7807abd AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 19 years ago
Corey Hickey 52dc09a5fe Fix regression tests to match changed output of AC3 encoder 19 years ago
Loren Merritt 0816152af9 seed iterative_me with mvs from conventional search. 19 years ago
Daniel Maas 0b297700b7 DVCPRO50 support. 19 years ago
Baptiste Coudurier 26f86eaf03 ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier 1522767d0d compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Dan Maas 40116978de Assign class 2 to most macroblocks by default, instead of a more conservative 19 years ago
Dan Maas 2e52b44e50 AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The 19 years ago
Dan Maas 6df5f6ae51 size[0-3] are not initialized (and can get random negative trash 19 years ago
Michael Niedermayer 6661b2130d dont lowwer qnos of more blocks then needed 19 years ago
Michael Niedermayer d2d230a756 fixing dv_guess_qnos() 19 years ago
Michael Niedermayer b4e021e8c4 jpeg-ls regression test 19 years ago
Michael Niedermayer 82e415b1fc avoid using non constant fields of AVCodecContext in avi muxer 19 years ago
Benjamin Larsson 12943a53b5 Fix the wrongly commited regressions stuff for psp compatible mp4 files. 19 years ago
Benjamin Larsson dcfdb046ee Fix for title field in PSP compatible mp4 files. Patch by 19 years ago
Michael Niedermayer 29f7ae79e7 scale video for snow iterative me down so the egression test is faster 19 years ago
Michael Niedermayer b29af723de >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) 19 years ago
Loren Merritt 48d1b9a17c fix convergence of snow iterative_me 19 years ago
Loren Merritt d3ac6ed667 detect when iterative_me fails to converge, and stop searching 19 years ago
Michael Niedermayer c8a596d210 bugs found by valgrind 19 years ago
Michael Niedermayer 47ad9abaa5 fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled 19 years ago
Michael Niedermayer 80e44bc3bf use h264 MC functions for 2xX Xx2 blocks in snow too 19 years ago
Michael Niedermayer 2692ceab8b use h264 MC functions for rectangular blocks too 19 years ago
Michael Niedermayer a588a2c654 regression test for iterative ME & wavelet cmp functions 19 years ago
Michael Niedermayer 88e51e1fb5 second try of improved lambda/qp guessing for motion estimation RD in first pass 19 years ago
Michael Niedermayer aaaa6f1549 dont discard least significant bits 19 years ago