1324 Commits (6bb925f47dbcb073ee505ed71231c6662aec5ed1)
 

Author SHA1 Message Date
Michael Niedermayer 6bb925f47d dont call emms_c() for each MB 23 years ago
Michael Niedermayer 0aa7875a73 cleanup 23 years ago
Michael Niedermayer 1609f6680c disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it 23 years ago
Alex Beregszaszi f9745d55e6 fixed 10l 23 years ago
Michael Niedermayer 01dc3aa48d using fewer registers ... to workaround something 23 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 23 years ago
Fabrice Bellard 4707cb07e1 fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) 23 years ago
Michael Niedermayer 0bfacb95de fixing q>0.0 assert failure caused by overflow of variance for b frames 23 years ago
Michael Niedermayer 1d9324fd4e removing "-npp" (found by arpi) 23 years ago
Michael Niedermayer fa6ea14e40 per context cpuCaps (idea by kabi) 23 years ago
Michael Niedermayer 4407a3c47a change qscale type to int8 and fix qscale ordering 23 years ago
Michael Niedermayer 6b72ac6323 exporting the internal qscale table, this allso fixes the ordering 23 years ago
Alex Beregszaszi 6234d753a9 NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> 23 years ago
Måns Rullgård b2722d0a42 -vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 23 years ago
Fred 5981f4e693 1) Add MMX deinterlace code. 23 years ago
Philip Gladstone 2727c35ed7 * Made encoding to ASF streams work again. It turns out that the default 23 years ago
Philip Gladstone d6562d2cfa Added VideoBitRateRange and VideoBitRAteTolerance settings 23 years ago
Michael Niedermayer b49d916512 using same numbers for cpuCaps as libmpeg2 & liba52 23 years ago
Michael Niedermayer 4603ed8f91 cleanly passing the cpuCaps 23 years ago
Michael Niedermayer 51e19dccc7 10l 23 years ago
Fabrice Bellard bc42388648 use lrintf to avoid double conversion 23 years ago
Fabrice Bellard 9d85cbd93a added lrintf for non ISOC libcs (fixme: find a better test) 23 years ago
Fabrice Bellard ab253fe3c5 avoid name clash - fixed again block size selection 23 years ago
Fabrice Bellard 82696beed3 avoid name clash 23 years ago
Michael Niedermayer df8d4d0ed5 cleanup 23 years ago
Michael Niedermayer 9cb54f4311 cosmetics ;) 23 years ago
Michael Niedermayer ec487e5db8 better deblocking filter 23 years ago
Fabrice Bellard 02c7e1775d update 23 years ago
Michael Niedermayer 9d947f1935 -fomit-frame-pointer is needed for the PIC code 23 years ago
Michael Niedermayer abd140db79 using fewer registers (fixes compilation bug hopefully) 23 years ago
Colin Leroy 5936be4c66 fix compilation on non-x86 with gcc 2.95 23 years ago
Fabrice Bellard b963ee3b72 updated 23 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 23 years ago
Alex Beregszaszi f3a3444721 FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) 23 years ago
Fabrice Bellard 64c133898a fixed block size selection 23 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 23 years ago
Fabrice Bellard 6d2abd6b3e added new fft/mdct code - added fft-test program 23 years ago
Fabrice Bellard bc8d1857fb added wma decoder 23 years ago
Fabrice Bellard 6107fa87b4 preparing integration of new AC3 decoder 23 years ago
Fabrice Bellard bb6f569072 new generic FFT/MDCT code for audio codecs 23 years ago
Fabrice Bellard 6d29182097 updated - feel free to correct/improve 23 years ago
Fabrice Bellard 60837265bc added Michael's page 23 years ago
Fabrice Bellard 9181577ccb new texinfo documentation - HTML version also included 23 years ago
Michael Niedermayer 1c0a593ac8 get_vlc2() 23 years ago
Arpi 055317a74c 3rd 10l - don't let it read data beyond the end of frame 23 years ago
Alex Beregszaszi 9d3748bed3 2nd 10l (noticed by arpi) 23 years ago
Alex Beregszaszi 7b5c80f6bb minor speedup noticed by arpi 23 years ago
Alex Beregszaszi 97d4469a74 10l 23 years ago
Alex Beregszaszi 109362cbf4 reworked decode_frame marker searching, fixes many non-working samples 23 years ago
Michael Niedermayer 060f89b328 mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) 23 years ago