1432 Commits (b242baa411976134d950d8106aa86a6e2a7eb3c9)
 

Author SHA1 Message Date
Michael Niedermayer b401ebad91 cosmetics requested by kabi 22 years ago
Zdenek Kabelac f408fc67c0 * avoid negative numbers as well 22 years ago
Nick Kurshev dd3be2c97e 10l 22 years ago
Nick Kurshev b8e6ad84e5 reverse first hunk 22 years ago
Nick Kurshev d08070e653 fixed debug compilation 22 years ago
Michael Niedermayer bbed9259cc put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them 22 years ago
Zdenek Kabelac cb146fafa5 * always set extradata_size 22 years ago
Zdenek Kabelac e40fed0b62 * removed extra_data from AVStream (it's part of Codec) 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 1609f6680c disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it 22 years ago
Alex Beregszaszi f9745d55e6 fixed 10l 22 years ago
Michael Niedermayer 01dc3aa48d using fewer registers ... to workaround something 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
Fabrice Bellard 4707cb07e1 fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) 22 years ago
Michael Niedermayer 0bfacb95de fixing q>0.0 assert failure caused by overflow of variance for b frames 22 years ago
Michael Niedermayer 1d9324fd4e removing "-npp" (found by arpi) 22 years ago
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