15365 Commits (644173759146be1cff244e8cf6a26de26bf07edf)
 

Author SHA1 Message Date
Michael Niedermayer fa6ea14e40 per context cpuCaps (idea by kabi) 22 years ago
Michael Niedermayer 4407a3c47a change qscale type to int8 and fix qscale ordering 22 years ago
Michael Niedermayer 6b72ac6323 exporting the internal qscale table, this allso fixes the ordering 22 years ago
Alex Beregszaszi 6234d753a9 NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> 22 years ago
Måns Rullgård b2722d0a42 -vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Fred 5981f4e693 1) Add MMX deinterlace code. 22 years ago
Philip Gladstone 2727c35ed7 * Made encoding to ASF streams work again. It turns out that the default 22 years ago
Philip Gladstone d6562d2cfa Added VideoBitRateRange and VideoBitRAteTolerance settings 22 years ago
Michael Niedermayer b49d916512 using same numbers for cpuCaps as libmpeg2 & liba52 22 years ago
Michael Niedermayer 4603ed8f91 cleanly passing the cpuCaps 22 years ago
Michael Niedermayer 51e19dccc7 10l 22 years ago
Fabrice Bellard bc42388648 use lrintf to avoid double conversion 22 years ago
Fabrice Bellard 9d85cbd93a added lrintf for non ISOC libcs (fixme: find a better test) 22 years ago
Fabrice Bellard ab253fe3c5 avoid name clash - fixed again block size selection 22 years ago
Fabrice Bellard 82696beed3 avoid name clash 22 years ago
Michael Niedermayer df8d4d0ed5 cleanup 22 years ago
Michael Niedermayer 9cb54f4311 cosmetics ;) 22 years ago
Michael Niedermayer ec487e5db8 better deblocking filter 22 years ago
Fabrice Bellard 02c7e1775d update 22 years ago
Michael Niedermayer 9d947f1935 -fomit-frame-pointer is needed for the PIC code 22 years ago
Michael Niedermayer abd140db79 using fewer registers (fixes compilation bug hopefully) 22 years ago
Colin Leroy 5936be4c66 fix compilation on non-x86 with gcc 2.95 22 years ago
Fabrice Bellard b963ee3b72 updated 22 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 22 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) 22 years ago
Fabrice Bellard 64c133898a fixed block size selection 22 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 22 years ago
Fabrice Bellard 6d2abd6b3e added new fft/mdct code - added fft-test program 22 years ago
Fabrice Bellard bc8d1857fb added wma decoder 22 years ago
Fabrice Bellard 6107fa87b4 preparing integration of new AC3 decoder 22 years ago
Fabrice Bellard bb6f569072 new generic FFT/MDCT code for audio codecs 22 years ago
Fabrice Bellard 6d29182097 updated - feel free to correct/improve 22 years ago
Fabrice Bellard 60837265bc added Michael's page 22 years ago
Fabrice Bellard 9181577ccb new texinfo documentation - HTML version also included 22 years ago
Michael Niedermayer 1c0a593ac8 get_vlc2() 22 years ago
Arpi 055317a74c 3rd 10l - don't let it read data beyond the end of frame 22 years ago
Alex Beregszaszi 9d3748bed3 2nd 10l (noticed by arpi) 22 years ago
Alex Beregszaszi 7b5c80f6bb minor speedup noticed by arpi 22 years ago
Alex Beregszaszi 97d4469a74 10l 22 years ago
Alex Beregszaszi 109362cbf4 reworked decode_frame marker searching, fixes many non-working samples 22 years ago
Michael Niedermayer 060f89b328 mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) 22 years ago
Michael Niedermayer f3c09da19f 75% smaller rl_length table 22 years ago
Leon van Stuivenberg a09907d988 dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Kareila 5d9827bcf6 fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench at yahoo dot com>) 22 years ago
Jürgen Keil 384855eebf segfault fix patch by (Juergen Keil <jk at tools dot de>) 22 years ago
Michael Niedermayer 917f58279d fixing decoding of streams with no keyframe at the start 22 years ago
Michael Niedermayer 50eb9cbc44 idct_permutation_type variable, so the permutation type can quickly be identified 22 years ago
Michael Niedermayer 6e2d5f1aea regression test for H263+ 22 years ago
Michael Niedermayer 945eeee15e slice encoding cleanup 22 years ago