summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
* Remove duplication of TRANSPOSE8 macro, also removing some redundant load/storesDavid Conrad2008-09-18
* Make a separate macro for writing an entire block from registers to memoryDavid Conrad2008-09-18
* Factorize SSE2_(Row|Column)_IDCT into one macroDavid Conrad2008-09-18
* Cosmetics: remove excessive blank linesDavid Conrad2008-09-17
* Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad2008-09-17
* Cosmetics: reindentDavid Conrad2008-09-17
* Rewrite SSE2 VP3 IDCT in inline asmDavid Conrad2008-09-17
* Rewrite MMX VP3 IDCT in inline asmDavid Conrad2008-09-17
* MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...David Conrad2008-09-17
* Take idct permutation into account when initializing dequantization matricesDavid Conrad2008-09-17
* Use SAMPLE_FMT_FLT instead of doing the float->int conversion in theVitor Sessak2008-09-17
* Second-stage gain and Moving Average Predictor codebooks.Vladimir Voroshilov2008-09-17
* Another set of approved changes for G.729: includes, formats structure,Vladimir Voroshilov2008-09-17
* Validate pulse position and error out if an invalid position is encountered.Alex Converse2008-09-16
* Only print "invalid new backstep" when it is really invalid.Michael Niedermayer2008-09-16
* Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer2008-09-16
* sync to latest x264 git, field was renamedBaptiste Coudurier2008-09-16
* Make decoder more robust by default against broken encoders.Michael Niedermayer2008-09-16
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-14
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* cosmetics: Fix indentation.Diego Biurrun2008-09-14
* Remove useless #ifdef around #include.Diego Biurrun2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles2008-09-14
* Reindent after last commitRobert Swain2008-09-13
* Apply pulses to unscaled coefficients rather than scaled.Alex Converse2008-09-13
* Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain2008-09-13
* Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse2008-09-13
* Cosmetics: line breaksVitor Sessak2008-09-13
* Simplify: use a single history buffer for gain and a single one forVitor Sessak2008-09-13
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-13
* Reindent after last commitRobert Swain2008-09-12
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-12
* Cosmetics: align spec referencesVitor Sessak2008-09-11
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-11
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
* Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser2008-09-11
* Convert table to integer.Vitor Sessak2008-09-10
* Convert two tables to signed decimalVitor Sessak2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-08
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08