3372 Commits (7cfe7fe5e78f9f1ce1e707a0385188dfa44ba6ce)

Author SHA1 Message Date
Michael Niedermayer 7cfe7fe5e7 some fixmes if someone ever wants to implement theora support correctly ... 19 years ago
Michael Niedermayer e278056fba check how many bits are left after decoding extradata 19 years ago
Michael Niedermayer b7f3fdd779 cleanup 19 years ago
Loren Merritt 717b173366 slightly faster h264 fill_caches() 19 years ago
Justin Ruggles e1bbc0321c cosmetic change to adjust alignment. 19 years ago
Justin Ruggles 5f3acd9ec9 Modify preset compression levels to utilize log search. 19 years ago
Måns Rullgård 7a5f09f66e cosmetics 19 years ago
Michael Niedermayer dbb45a3bb7 log prediction order search method 19 years ago
Justin Ruggles 26053bdcc8 Add lpc order search. This creates new compression levels 6 to 12. 19 years ago
Kostya Shishkov 7e84f27693 Don't pass block[6][64] parameter to decode_p_mb as we always use s->block 19 years ago
Kostya Shishkov 0a45801f8e Correct inverse quantization for P-frames 19 years ago
Kostya Shishkov c5b32ec1cb Rounding control for motion compensation. 19 years ago
Michael Niedermayer 408ec4e2a6 calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders 19 years ago
Stefan Gehrer 5cf226fb09 avoid double copying of left border in luma prediction 19 years ago
Stefan Gehrer 50879935d1 replace run by run+1 in VLC tables 19 years ago
Michael Niedermayer 8ea543b580 cleanup 19 years ago
Stefan Gehrer c90c39190e change partition flags SYM -> FWD|SYM 19 years ago
Stefan Gehrer 77f173bef5 set mvP2 also in PSKIP macroblock 19 years ago
Michael Niedermayer ab01b2b82a optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients 19 years ago
Stefan Gehrer 643326f747 avoid overflows of qp and pic_type 19 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 19 years ago
Michael Niedermayer 1484a46753 dither lpc cpeffs 19 years ago
Måns Rullgård 6636b7e8e3 rename AMR config variables to CONFIG_AMR* 19 years ago
Diego Biurrun f7f03a6303 Remove MPlayer-specific include option hacks. 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago
Michael Niedermayer 21227514de simplify 19 years ago
Michael Niedermayer b2846effb7 avoid redundant local variables 19 years ago
Michael Niedermayer 69f34e5b1f simplify 19 years ago
Diego Biurrun e148c6e193 FastUVMV vs FastUVMC typo, noticed by bond 19 years ago
Måns Rullgård 608bd84365 make some tables const 19 years ago
Måns Rullgård af9e7d1810 --enable/disable parsers. Warning: some combinations are broken. 19 years ago
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 19 years ago
Kostya Shishkov fdb5983285 Check if 4-MV MB should not be decoded. 19 years ago
Kostya Shishkov 5c4b8efd4b MVRANGE may occur in all frames and RESPIC in all but B-frames 19 years ago
Kostya Shishkov 3a3f1cf3f8 Fix mquant selection for ALL_MBS mode 19 years ago
Kostya Shishkov 65c7bb9ec4 Use overlap filter instead of loop filter. 19 years ago
Kostya Shishkov d2779ecd8b Use s->first_slice_line in checks instead of s->mb_y 19 years ago
Måns Rullgård 88e2539b7e 10l: make disabling all pcm/adpcm codecs work 19 years ago
Måns Rullgård f7e79298d1 only build dpcm.o if its codecs are enabled 19 years ago
Måns Rullgård 6f3d6022cf forgot to remove adx.o from objs always built 19 years ago
Måns Rullgård 7239fb5738 make the adx adpcm codec available 19 years ago
Måns Rullgård 327dcfd315 enable/disable pcm and adpcm codecs 19 years ago
Måns Rullgård a29ff6b76b cosmetic: sort codec list alphabetically 19 years ago
Justin Ruggles c6375bf23c allows user-settable block size and fixes related typo 19 years ago
Måns Rullgård bac3be382e rewrite kconfig-style 19 years ago
Måns Rullgård 7f53b77c83 Sun mlib works fine. Remove comment stating otherwise. 19 years ago
Diego Biurrun 6be4846a1a Remove bogus IPP section that is not referenced anywhere. 19 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 19 years ago
Måns Rullgård ab7e315396 remove -fforce-addr as it to generate slightly slower code 19 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 19 years ago