183 Commits (6569497442e6fc39397a28cc40e8d7b03fc8c818)

Author SHA1 Message Date
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 9a41c2c747 svq3 fix 21 years ago
Michael Niedermayer 68ca24e6db intra16x16 fix 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Alex Beregszaszi c58222c56c 10l 21 years ago
Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
Fabrice Bellard 1df1df0b44 removed warnings 21 years ago
Michael Niedermayer a15e68deb6 bitstream changes to match JM7.2 21 years ago
Alex Beregszaszi 2ca71015ef unwanted second definition of CHECKED_ALLOCZ 22 years ago
Mike Melanson 2e26c8d204 - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) 22 years ago
Alex Beregszaszi eb60dddc2e some warning fixes 22 years ago
Mike Melanson da3b975630 added support for B-frames and multiple slices 22 years ago
Michael Niedermayer c009df3f86 make ff_emulated_edge_mc() independant of MpegEncContext 22 years ago
Falk Hüffner 4cfbf61bf1 Warning and compatibility fixes. 22 years ago
Michael Niedermayer 377ec88802 bigendian fix 22 years ago
Falk Hüffner 3db320ea0c Warning fixes. 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
Michael Niedermayer f7a8c179a7 optimizations 22 years ago
Michael Niedermayer 4704097a2b optimizations 22 years ago
Michael Niedermayer 8b82a95675 svq3 decoder by anonymous 22 years ago
Michael Niedermayer 067ff8b1ee tired 22 years ago
Michael Niedermayer d90cf87b90 fixing mixed dr1 + internal buffers 22 years ago
Michael Niedermayer af6e2fed04 minor cleanup / some warning fixes 22 years ago
Michael Niedermayer 30f73fc72e faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) 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 8b92b792d1 some checks to avoid segfault 22 years ago
Michael Niedermayer 95c2634838 #ifdef TRACE printf() -> tprintf() 22 years ago
Michael Niedermayer 1924f3ce36 multiple reference frames support 22 years ago
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago