]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
closed gop support & flags2 as all bits in flags are used
[ffmpeg] / libavcodec / h264.c
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-18 Michael Niedermayersvq3 fix
2003-11-29 Michael Niedermayerintra16x16 fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 Michael NiedermayerAVRational
2003-10-13 Alex Beregszaszi10l
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-09-09 Fabrice Bellardremoved warnings
2003-07-23 Michael Niedermayerbitstream changes to match JM7.2
2003-07-04 Alex Beregszasziunwanted second definition of CHECKED_ALLOCZ
2003-06-27 Mike Melanson- fix PLANE_PRED8x8 prediction (H/V are swapped, this...
2003-06-20 Alex Beregszaszisome warning fixes
2003-06-19 Mike Melansonadded support for B-frames and multiple slices
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-16 Michael Niedermayerbigendian fix
2003-05-15 Falk HüffnerWarning fixes.
2003-05-14 Michael Niedermayercleanup
2003-05-13 Michael Niedermayeroptimizations
2003-05-13 Michael Niedermayeroptimizations
2003-05-09 Michael Niedermayersvq3 decoder by anonymous
2003-04-27 Michael Niedermayertired
2003-04-25 Michael Niedermayerfixing mixed dr1 + internal buffers
2003-04-14 Michael Niedermayerminor cleanup / some warning fixes
2003-04-12 Michael Niedermayerfaster 8x8 & 16x16 plane prediction by skal (massimin...
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-07 Michael Niedermayersome checks to avoid segfault
2003-04-05 Michael Niedermayer#ifdef TRACE printf() -> tprintf()
2003-04-04 Michael Niedermayermultiple reference frames support
2003-04-04 Michael NiedermayerH264 decoder & demuxer