summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move direct_dist_scale_factor() and direct_ref_list_init() after ↵Michael Niedermayer2008-09-21
| | | | | | | | fill_mbaff_ref_list() as future changes will need the mbaff lists inited. Originally committed as revision 15374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set poc for field references in MBAFF.Michael Niedermayer2008-09-21
| | | | Originally committed as revision 15373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename check_func2 to check_func_headers.Diego Biurrun2008-09-20
| | | | Originally committed as revision 15372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Log an error message in case of invalid number of channels.Stefano Sabatini2008-09-20
| | | | Originally committed as revision 15371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.Michael Niedermayer2008-09-19
| | | | Originally committed as revision 15370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove check and error message for "MBAFF + !direct_8x8_inference is not ↵Michael Niedermayer2008-09-19
| | | | | | | | | implemented" because this mode does not exist, H.264-2007 says "When frame_mbs_only_flag is equal to 0, direct_8x8_inference_flag shall be equal to 1." Originally committed as revision 15369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
| | | | Originally committed as revision 15368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-19
| | | | | | invalid files are generated. Originally committed as revision 15367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support comments in preset files.Michael Niedermayer2008-09-18
| | | | Originally committed as revision 15366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pps/sps scaling_matrix initialization closer to the spec.Michael Niedermayer2008-09-18
| | | | | | This does not affect any of the conformance streams. Originally committed as revision 15365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zero 'idx' for each iteration of the coupling gain loop and as it is only usedRobert Swain2008-09-18
| | | | | | | | | within this loop, we can move its declaration there too. This fixes bitstream desync when decoding streams containing CCEs. Based on a patch by Alex Converse (alex converse gmail com) Originally committed as revision 15364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: missing bracketsRobert Swain2008-09-18
| | | | Originally committed as revision 15363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cast the return value of get_bits() to signed integer such that the subtractionAlex Converse2008-09-18
| | | | | | | | is conducted as a signed calculation. Patch by Alex Converse (alex converse gmail com) Originally committed as revision 15362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that extradata is not parsed twice.Michael Niedermayer2008-09-18
| | | | | | Fixes FRExt1_Panasonic. Originally committed as revision 15361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add newline at the end of messageKostya Shishkov2008-09-18
| | | | Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV encoder forgot to fill coded frame pointerKostya Shishkov2008-09-18
| | | | Originally committed as revision 15359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small wording fixesDiego Biurrun2008-09-18
| | | | Originally committed as revision 15358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
| | | | Originally committed as revision 15357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
| | | | Originally committed as revision 15356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplication of TRANSPOSE8 macro, also removing some redundant load/storesDavid Conrad2008-09-18
| | | | Originally committed as revision 15355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make a separate macro for writing an entire block from registers to memoryDavid Conrad2008-09-18
| | | | Originally committed as revision 15354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize SSE2_(Row|Column)_IDCT into one macroDavid Conrad2008-09-18
| | | | Originally committed as revision 15353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-18
| | | | Originally committed as revision 27636 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-18
| | | | Originally committed as revision 27635 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-18
| | | | Originally committed as revision 27634 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-17
| | | | Originally committed as revision 15352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove excessive blank linesDavid Conrad2008-09-17
| | | | Originally committed as revision 15351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad2008-09-17
| | | | Originally committed as revision 15350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentDavid Conrad2008-09-17
| | | | Originally committed as revision 15349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libx264 ffpresets:Robert Swain2008-09-17
| | | | | | | | | | * default - x264 CLI default values * fastfirstpass - disables options unnecessary for first pass * normal - Dark Shikari’s Q55 preset * hq - Dark Shikari’s Q75 preset * max - all options maxed out (at time of writing) Originally committed as revision 15348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite SSE2 VP3 IDCT in inline asmDavid Conrad2008-09-17
| | | | Originally committed as revision 15347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite MMX VP3 IDCT in inline asmDavid Conrad2008-09-17
| | | | Originally committed as revision 15346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are ↵David Conrad2008-09-17
| | | | | | permutated correctly Originally committed as revision 15345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take idct permutation into account when initializing dequantization matricesDavid Conrad2008-09-17
| | | | Originally committed as revision 15344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use SAMPLE_FMT_FLT instead of doing the float->int conversion in theVitor Sessak2008-09-17
| | | | | | | decoder. This changes the output very little and any difference should be inaudible. Originally committed as revision 15343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Second-stage gain and Moving Average Predictor codebooks.Vladimir Voroshilov2008-09-17
| | | | Originally committed as revision 15342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of approved changes for G.729: includes, formats structure,Vladimir Voroshilov2008-09-17
| | | | | | several parts of main decoding routine and initialization code. Originally committed as revision 15341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Validate pulse position and error out if an invalid position is encountered.Alex Converse2008-09-16
| | | | | | Patch by Alex Converse (alex converse gmail com) Originally committed as revision 15340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-09-16
| | | | | | byte being written after the array. Originally committed as revision 27628 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Only print "invalid new backstep" when it is really invalid.Michael Niedermayer2008-09-16
| | | | | | Fixes issue541. Originally committed as revision 15339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer2008-09-16
| | | | | | in r15334. Originally committed as revision 15338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to latest x264 git, field was renamedBaptiste Coudurier2008-09-16
| | | | Originally committed as revision 15337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decoder more robust by default against broken encoders.Michael Niedermayer2008-09-16
| | | | | | Fixes issue540. Originally committed as revision 15336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
| | | | | | Fix issue634. Originally committed as revision 15335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
| | | | | | | case is used. Fix issue245. Originally committed as revision 15334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-15
| | | | Originally committed as revision 27612 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* wording/spellingDiego Biurrun2008-09-14
| | | | Originally committed as revision 15333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-14
| | | | Originally committed as revision 15332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write actual min and max frame size to FLAC header. update regression test ↵Justin Ruggles2008-09-14
| | | | | | checksum. Originally committed as revision 15331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2008-09-14
| | | | Originally committed as revision 15330 to svn://svn.ffmpeg.org/ffmpeg/trunk