787 Commits (abac6175916c57f59ddb51ffe41bfd1d9851fe38)

Author SHA1 Message Date
Michael Niedermayer b587a7cb2b vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) 22 years ago
Zdenek Kabelac b0397e0e00 * DR1 support 22 years ago
Alex Beregszaszi 145956deee fixed some bugs in app parser - some jfif and adobe jpgs fixed 22 years ago
Michael Niedermayer 9f9c322930 support forcing low_delay during decoding 22 years ago
Michael Niedermayer 05c4072b45 Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) 22 years ago
François Revol 3f95e8434b added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support 22 years ago
Michael Niedermayer 86f85dca30 cleanup 22 years ago
Arpi 288daa8452 handle init error in ffmpeg12 22 years ago
Michael Niedermayer 8671359bfc better padding bug detection 22 years ago
Michael Niedermayer 75460b0ce5 put MIN/MAX under ifndef MAX/MIN 22 years ago
Michael Niedermayer 6a70098ac6 fixing msmpeg4v3 with mb_height % slice_height != 0 22 years ago
Michael Niedermayer f56dd362bd hopefully fixing sprite_warping_points==0 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
Michael Niedermayer 6bb925f47d dont call emms_c() for each MB 22 years ago
Michael Niedermayer 0aa7875a73 cleanup 22 years ago
Alex Beregszaszi f9745d55e6 fixed 10l 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 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
Fred 5981f4e693 1) Add MMX deinterlace code. 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
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 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
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
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