245 Commits (87f50d273354fbf5a78d13cf7ec7d6f3b1b49a00)

Author SHA1 Message Date
Ivan Kalvachev a579db0c4f XvMC speedup by removing one memcpy and doing MB packing 21 years ago
Michael Niedermayer 5c9e4723e0 mpeg2 aspect ratio encoding fixed 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Michael Niedermayer fa384dcc81 export mpeg2 active display area / pan scan 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Michael Niedermayer e5021fffce mpeg1 + trellis quant segfault fix 21 years ago
Michael Niedermayer 80de6a80a9 hurry_up fix? 21 years ago
Michael Niedermayer 98b0858e10 constraint_parameter_flag fix 21 years ago
Michael Niedermayer cb231c4866 fixing unused f_code values 21 years ago
Michael Niedermayer 12dccd4e60 bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate 21 years ago
Michael Niedermayer 69b0ff3acf 10l (closed gop bit) 21 years ago
Michael Niedermayer 922bc38d55 mpeg2 regression test 21 years ago
Michael Niedermayer 029911d1c3 mpeg2 encoding 21 years ago
Michael Niedermayer d6eb3c500a custom quant matrix encoding support 21 years ago
Michael Niedermayer c3bf0288c9 PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> 21 years ago
Fabrice Bellard 9ee2c20e49 repeat_pict was never returned 21 years ago
Roman Shaposhnik 36b58e850d * fixing a regression in mpeg encoder (not setting pix_fmt), 21 years ago
Michael Niedermayer 7d1c3fc1d6 rate distortion mb decision support 21 years ago
Ivan Kalvachev 2e7b4c8442 initial XvMC support 21 years ago
Michael Niedermayer ff862be5ed ati vcr2 uv swap 21 years ago
Michael Niedermayer 008f085172 vcr2 cleanup 21 years ago
Michael Niedermayer e94bc1006f ATI VCR2 decoding support 21 years ago
Michael Niedermayer e9174ba460 last frame decoding fix 21 years ago
Michael Niedermayer 3bb07d6165 default for slices is display order again 22 years ago
Michael Niedermayer 7a06ff148d AVCodec.flush() 22 years ago
Michael Niedermayer 05fd1577be mpeg 2 seeking fix 22 years ago
Michael Niedermayer e056044824 CODEC_FLAG_LOW_DELAY fix 22 years ago
Michael Niedermayer 8e937a4ad1 2x100l 22 years ago
Ivan Kalvachev 1dff7d56ad DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer 2a250222e6 CONFIG_ENCODERS cleanup 22 years ago
Michael Niedermayer daab329603 fixing concealment MVs prediction 22 years ago
Fabrice Bellard 855127bc92 fixed segfault if sequence header has not been found before slice decoding 22 years ago
Michael Niedermayer cf713bb862 fix mpeg1/2 decoding if there are no 0 bytes after the bitstream 22 years ago
Michael Niedermayer db6e779506 motion vector vissualization for mpeg1/2 22 years ago
Michael Niedermayer 3d2e8cce3a ASV1 codec 22 years ago
BERO 05858889b2 decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
BERO d8e00c0997 bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
BERO 7062fad6e9 small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi 22 years ago
Michael Niedermayer cfcff63685 10l 22 years ago
Michael Niedermayer bb463d8102 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) 22 years ago
Michael Niedermayer 80097bbf71 cleanup mpeg1/2 bitstream parser 22 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer 37b787f124 some checks to avoid segfaults if the decoder is feeded with junk 22 years ago
Michael Niedermayer 9c00c3af90 100l (mpeg2 decoding fixed) 22 years ago
Michael Niedermayer 7bc9090a41 simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 22 years ago
Michael Niedermayer 4d2a48349d msmpeg4 2pass support & some related cleanup 22 years ago
Michael Niedermayer 309522372c some static -> dynamic alloc & 16->8 bit 22 years ago
Michael Niedermayer 9b8709d135 mpeg1 slice encoding support 22 years ago
Michael Niedermayer 1984f6359e user setable quantizer bias 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago