3279 Commits (f28660eb3f3faa14672c7e89c2bf861ece581965)

Author SHA1 Message Date
Stefan Gehrer 20ffddb93a CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Stefan Gehrer 761089b028 staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Michael Niedermayer 474176bf92 3 lines while -> 1 line for loop 19 years ago
Michael Niedermayer 5d2f52b989 simplify 19 years ago
Michael Niedermayer b2e30cb324 simplify compute_autocorr 19 years ago
Michael Niedermayer 412759560c dont use memcpy for copying structs 19 years ago
Michael Niedermayer 7c69b83057 simplify 19 years ago
Justin Ruggles a403fc0324 flac-lpc patch by (Justin Ruggles jruggle earthlink net) 19 years ago
Michael Niedermayer 78f67b7ad3 simplify 19 years ago
Benjamin Larsson 7943355485 ff_fft_init now double checks that the system has mm3dnow.h before 19 years ago
Måns Rullgård 76f2a12fe7 remove unneeded casts 19 years ago
Måns Rullgård 3dd46a296e get rid of veccpy(), replace with simple assignment 19 years ago
Michael Niedermayer 0abc2e73f8 new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) 19 years ago
Måns Rullgård 91c58c944f fill_mbaff_ref_list is missing a return statement, its return value 19 years ago
Kostya Shishkov 8f8d0e4875 Adjust AC prediction if (some) predictors are not available. 19 years ago
Kostya Shishkov e9f2396e6f 0xFFFF l of cola. Now P-frames are decoded almost without distortions. 19 years ago
Kostya Shishkov a34c26cc3d Remove unused variable (and it wasn't free'd too) 19 years ago
Kostya Shishkov 0f7344aad9 Use MpegEncContext->mbskip_table instead of custom bitplane. 19 years ago
Herve W a949360163 * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no 19 years ago
Diego Pettenò 3a6fc8faf3 Disable w53 and w97 cmp methods when snow encoder is disabled 19 years ago
Reynaldo H. Verdejo Pinochet f2508b1712 anothe useless sizeof(char) 19 years ago
Kostya Shishkov 3f6d6af66e Slightly reworked MC code, it gives better picture. 19 years ago
Kostya Shishkov c436ff41d2 typo 19 years ago
Diego Biurrun 7d77d5f639 spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com 19 years ago
Reimar Döffinger c6bb50e002 Fix initialization of vc1_decoder (the same as wmv3_decoder). 19 years ago
Kostya Shishkov 87dfe848fa Some optimization and fixes - mostly reworked MC and bitplanes. 19 years ago
Kostya Shishkov e8ba1cea3c This should make P-frames decoding work on x86 (by avoiding get_bits(0)) 19 years ago
Justin Ruggles e71bcc3798 flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 19 years ago
Kostya Shishkov f26c2ef53b Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). 19 years ago
Kostya Shishkov 8985c915af VC1 Intra blocks in P-frames use different zigzag table than I-frames. 19 years ago
Reimar Döffinger 0b52626eb0 Do not read full byte when less than 8 bits are still to be read. 19 years ago
Reimar Döffinger a5ecd69ec1 Ignore overrun in spectral RLE decoding, fixes 19 years ago
Kostya Shishkov be3492ec7e VC-1 decoder with I-frames support and partial P-frames decoding 19 years ago
Kostya Shishkov 10b9c374cf Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
Michael Niedermayer f33aa12011 stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) 19 years ago
Michael Niedermayer 6c35b4dee3 10l 19 years ago
Luca Barbato f3a30e3a9c cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Luca Barbato 24e1591036 minor cleanup 19 years ago
Michael Niedermayer d1015e88b4 simplify & optimize things a little 19 years ago
Michael Niedermayer 9e96ab0389 first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 19 years ago
Justin Ruggles cef7cc7232 CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net 19 years ago
Luca Barbato 0187178e07 fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> 19 years ago
Luca Barbato 4726111362 Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue 19 years ago
Diego Biurrun 5689ec7cde Remove unused FFMPEG_VERSION_INT. 19 years ago
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Luca Barbato e8772eecdc Cosmetics: should not hurt performance, scream if are 19 years ago
Diego Biurrun 2b9c9e097d Rename version from CVS to the more sensible HEAD. 19 years ago
Måns Rullgård 4f8ff17e75 The AAC frame header uses 13 bits for the frame size, so the buffer should 19 years ago
Michael Niedermayer 1449b7220d 10l to whoever wrote this 19 years ago