summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Log an error message in case of invalid number of channels.Stefano Sabatini2008-09-20
* Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.Michael Niedermayer2008-09-19
* Remove check and error message for "MBAFF + !direct_8x8_inference is not impl...Michael Niedermayer2008-09-19
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-19
* Support comments in preset files.Michael Niedermayer2008-09-18
* Make pps/sps scaling_matrix initialization closer to the spec.Michael Niedermayer2008-09-18
* Zero 'idx' for each iteration of the coupling gain loop and as it is only usedRobert Swain2008-09-18
* Cosmetics: missing bracketsRobert Swain2008-09-18
* Cast the return value of get_bits() to signed integer such that the subtractionAlex Converse2008-09-18
* Ensure that extradata is not parsed twice.Michael Niedermayer2008-09-18
* add newline at the end of messageKostya Shishkov2008-09-18
* ZMBV encoder forgot to fill coded frame pointerKostya Shishkov2008-09-18
* small wording fixesDiego Biurrun2008-09-18
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
* 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
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-18
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-18
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-18
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-17
* 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
* libx264 ffpresets:Robert Swain2008-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
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-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
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-15
* wording/spellingDiego Biurrun2008-09-14
* 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
* Only define x86 register names on x86.Diego Biurrun2008-09-14
* Spelling...Ramiro Polla2008-09-14