607 Commits (1104bf2b2068893cbfc5877e0d576b37f6cd3cfe)

Author SHA1 Message Date
Michael Niedermayer f943e1383d trying to fix mb skip bug in mpeg1/2 if slices are not used 22 years ago
Måns Rullgård ef9f730675 C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Michael Niedermayer 6772518310 finetuneing thresholds/factors 22 years ago
Michael Niedermayer 1d0eab1dcc bugs 22 years ago
Michael Niedermayer 3a87ac948f more compare functions (rd & bit) 22 years ago
Michael Niedermayer 741235ebe9 gmc1 segfault fix (found by kabi) 22 years ago
Michael Niedermayer a33c7159e1 get_format() 22 years ago
Michael Niedermayer f7b47594dc negative linesize support (so mplayer -flip works) 22 years ago
Thomas Jarosch 369fe5993f pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) 22 years ago
Michael Niedermayer 826f429ae9 qpel in mmx2/3dnow 22 years ago
Michael Niedermayer f931ff7b9f pre motion estimation cleanup/bugfix 22 years ago
Michael Niedermayer f5fb6b34fd motion estimation pre pass 22 years ago
Michael Niedermayer c442d75c6e trellis quantization for mpeg1 22 years ago
Michael Niedermayer 9981dfc662 more optimized trellis quantizer 22 years ago
Michael Niedermayer 477ab036ad trellis quantization 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Michael Niedermayer 59b571c1e4 more debug output 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 0d1e924668 fixing 2pass assert failure 22 years ago
Michael Niedermayer 5f3ed1653f fixing hq + adaptive quant 22 years ago
Michael Niedermayer aa388dba30 fixing files where the first frame isn a keyframe 22 years ago
Michael Niedermayer 140cb66321 new PSNR code (now works with chroma, b frames, ...) 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Michael Niedermayer 2571e3b62b 100l (mixing chroma & luma linesize) 22 years ago
Michael Niedermayer f8fd15e03f moving init of some variables (hurry_up,...) to MPV_frame_start() 22 years ago
Zdenek Kabelac 9a7b310d06 * remaining part of John Ryland's patch 22 years ago
Michael Niedermayer 5d3cea3a86 aspect ratio cleanup 22 years ago
Zdenek Kabelac 83f238cbf0 * compilation fix (ARM users please check) 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Zdenek Kabelac eb4b3dd3c3 * using DSPContext - so each codec could use its local (sub)set of CPU extension 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
Michael Niedermayer f01a189455 cleanup 22 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago
Michael Niedermayer 05c4072b45 Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) 22 years ago
Michael Niedermayer bbed9259cc put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them 22 years ago
Michael Niedermayer 6bb925f47d dont call emms_c() for each MB 22 years ago
Michael Niedermayer 0aa7875a73 cleanup 22 years ago
Michael Niedermayer af27aea922 fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated 22 years ago
Michael Niedermayer 6b72ac6323 exporting the internal qscale table, this allso fixes the ordering 22 years ago
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Michael Niedermayer 50eb9cbc44 idct_permutation_type variable, so the permutation type can quickly be identified 23 years ago
Michael Niedermayer 6e2d5f1aea regression test for H263+ 23 years ago
Michael Niedermayer 945eeee15e slice encoding cleanup 23 years ago
Michael Niedermayer 7801d21d13 optimize block_permute() 23 years ago
Michael Niedermayer 4a3d7fbcbc fixing interlaced MC & edge-emu 23 years ago
Michael Niedermayer 03e93d35b0 xvid qpel bug workaround 23 years ago
Michael Niedermayer 8b32880cc9 fixing h263 decoding (did segfault) 23 years ago
Michael Niedermayer fb8a9e2f37 fixing interlaced dct + hq mode 23 years ago
Michael Niedermayer 9fee1e234e init flags before using it (found by arpi) 23 years ago