116 Commits (2a250222e6df9f13f871c934c96da32b4439e7b7)

Author SHA1 Message Date
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
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Michael Niedermayer 640950c700 mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) 22 years ago
Michael Niedermayer dfb476cbe0 field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Michael Niedermayer 2ec23b6d44 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
Fabrice Bellard e2f9490eab added DTG active format information 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer 63b15e559a mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Michael Niedermayer f943e1383d trying to fix mb skip bug in mpeg1/2 if slices are not used 22 years ago
Michael Niedermayer c442d75c6e trellis quantization for mpeg1 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Zdenek Kabelac f7696989d9 * fix for empty image queue 22 years ago
Michael Niedermayer 59b571c1e4 more debug output 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 426b80615b aspect ratio encoding for mpeg1 22 years ago
Michael Niedermayer 945f15b740 mpeg1&2 aspect decoding 22 years ago
Michael Niedermayer d9cb5429f2 drop b frames if there are no reference frames 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Agent Smith 2aa29681c9 dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) 22 years ago
Michael Niedermayer f8fd15e03f moving init of some variables (hurry_up,...) to MPV_frame_start() 22 years ago
Michael Niedermayer deedfbdbca 10l 22 years ago
Michael Niedermayer 58bfafbed9 hurry_up=5 support 22 years ago
Zdenek Kabelac eb4b3dd3c3 * using DSPContext - so each codec could use its local (sub)set of CPU extension 22 years ago
Michael Niedermayer c2d418f1e6 fixing -sameq with mpeg2 22 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago