]> git.sesse.net Git - ffmpeg/history - libavcodec
long awaited simple libavformat output API example
[ffmpeg] / libavcodec /
2003-07-20 Michael Niedermayerdefault for slices is display order again
2003-07-18 Michael Niedermayersvq3 b frame slices fix
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-16 Michael Niedermayeredge fix
2003-07-16 Michael Niedermayerfix edge repeating bug for %16!=0 files, this fixes...
2003-07-16 Michael Niedermayerfix qmin==qmax==1 && msmpeg4 && intra bug
2003-07-15 Michael Niedermayerflv1 fix
2003-07-14 Michael Niedermayer10l
2003-07-13 Michael Niedermayer10l
2003-07-13 Michael Niedermayergolomb rice code cleanup / simplify (~0.5% compression...
2003-07-12 Michael Niedermayersimpler
2003-07-12 Michael Niedermayercleanup
2003-07-10 Michael Niedermayerpostprocessing support
2003-07-10 Michael Niedermayer1000l (forgot to commit)
2003-07-10 Michael Niedermayerfix? flv escape codes
2003-07-10 Mike Melansonadded the official VP3 IDCT (C implementation) as well...
2003-07-10 Michael Niedermayerflv cleanup / simplify
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-07-09 Romain Dolbeau1) remove TBL support in PPC performance. It's much...
2003-07-08 Michael Niedermayerfew more error checks
2003-07-07 Michael Niedermayerthe reference sw doesnt like some legal headers ...
2003-07-07 Alex Beregszasziwarning fix
2003-07-07 Michael Niedermayermpeg 2 seeking fix
2003-07-07 Alex BeregszasziOptimized simple idct for arm by Frederic 'dilb' Boulay...
2003-07-06 Michael NiedermayerCODEC_FLAG_LOW_DELAY fix
2003-07-05 Michael Niedermayermerge U and V statistics, 33% reduction in memory requi...
2003-07-05 Michael Niedermayermemleak fix by (Jake Page <jake at CS dot Stanford...
2003-07-04 Alex Beregszaszimoved frame_count to wmadeccontext
2003-07-04 Alex Beregszasziuniformization (now it uses the same trace functions...
2003-07-04 Alex Beregszasziunwanted second definition of CHECKED_ALLOCZ
2003-07-04 Romain DolbeauPPC fixes & clean-up patch by (Romain Dolbeau <dolbeau...
2003-07-03 Ivan KalvachevMpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad...
2003-07-03 Michael Niedermayerfix last_block_index<=0 bug
2003-07-02 Michael Niedermayercleanup / cosmetics
2003-07-02 Michael Niedermayer20% less memory needed for 8bit AC state (worst compres...
2003-06-29 Alex Beregszaszimoved the tables into header files (and applied the...
2003-06-29 Michael NiedermayerPPC970 patch + cpu-specific tuning support by (Romain...
2003-06-29 Sam Hocevarbuild error on Alpha patch by (Sam Hocevar <sam at...
2003-06-28 Michael Niedermayerfix CHECKED_ALLOCZ(0)
2003-06-28 Michael Niedermayergcc 2.95 workaround
2003-06-27 Mike Melanson- fix PLANE_PRED8x8 prediction (H/V are swapped, this...
2003-06-27 Mike MelansonFix third pixel motion compensation
2003-06-27 Michael Niedermayer2x100l
2003-06-26 Michael Niedermayerblinking blocks around thin vertical lines and dots...
2003-06-23 Ivan KalvachevDMV support patch by ("Ivan Kalvachev" <ivan at cacad...
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-06-21 Michael Niedermayerfixing concealment MVs prediction
2003-06-20 Alex Beregszaszisome warning fixes
2003-06-20 Mike Melansondon't step on the context
2003-06-20 Mike Melanson4, not 2
2003-06-19 Mike Melansonadded support for B-frames and multiple slices
2003-06-19 Mike Melansonfix identifier to fix compilation
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-06-18 Nick Kurshevoptimization: merge phases 0 and 1
2003-06-17 Michael Niedermayerlossless mjpeg encoding (planar yuv & RGB) and somerela...
2003-06-17 Nick Kurshevto be more precise
2003-06-17 Nick Kurshevfinally works now
2003-06-16 Alex Beregszaszi10l
2003-06-16 Fabrice Bellardfixed segfault if sequence header has not been found...
2003-06-16 Michael Niedermayercleanup
2003-06-16 Alex Beregszaszia bottle of coke (=0.5l)
2003-06-16 Nick Kurshevsome useful warning
2003-06-15 Michael Niedermayerlossless jpeg decoding support
2003-06-13 Michael Niedermayergolomb rice codes
2003-06-13 Zdenek Kabelac* removed redundant includes (they were even wrongly...
2003-06-13 Nick KurshevRealAudio 1.0 (14_4) and 2.0 (28_8) native decoders...
2003-06-10 Fabrice Bellardworks with old gcc versions too
2003-06-09 Michael Niedermayerreducing memory consumption (reducing number of context...
2003-06-09 Michael Niedermayer10l
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...
2003-06-07 Michael Niedermayermore comments
2003-06-06 Michael Niedermayercleanup
2003-06-05 Zdenek Kabelac* 3gp patch by Joca
2003-06-03 Michael Niedermayer4xm adpcm
2003-06-01 Michael Niedermayerfix 4xm yuv->rgb565 transform
2003-06-01 Michael Niedermayer10l (array[-1] ...)
2003-06-01 Michael Niedermayer4xm codec
2003-05-31 Mike Melansonrevising and fixing motion vectors, squished block...
2003-05-30 Michael Niedermayerrgb15 & rgb16 fix
2003-05-30 Michael Niedermayer(truncated) unary binerization
2003-05-30 Michael Niedermayerfix mpeg1/2 decoding if there are no 0 bytes after...
2003-05-29 Michael Niedermayermpeg1 decoding fix
2003-05-28 Michael NiedermayerCABAC
2003-05-28 Mike Melansonplaceholder IDs for 4xm A/V codecs
2003-05-27 Michael Niedermayermotion vector vissualization for mpeg1/2
2003-05-26 James Stembridgeset pix_fmt in rv10 patch by (James Stembridge <jstembr...
2003-05-26 Mike Melansonrework SVQ1 decoder to use more intuitive VLC tables...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-23 Michael Niedermayersome benchmarking code
2003-05-23 Michael Niedermayeroptimize
2003-05-23 Michael Niedermayercleanup
2003-05-22 Michael Niedermayertruncated h263 decoding support / H263-ES "demuxer"
2003-05-21 Michael Niedermayeraltivec gcc-3 fixes by (Magnus Damm <damm at opensource...
2003-05-20 Zdenek Kabelac* compile fixes by Mitch at Bits.COM
2003-05-20 Michael Niedermayercleanup
2003-05-20 Wolfgang HesselerCONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at...
2003-05-19 Michael NiedermayerASV1 codec
2003-05-19 Mike Melansonfix subtle logic problem in block unpacker that leads...
2003-05-18 Michael Niedermayerimproving 3IV1 support (still far from perfect) note...
next