]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediawar...
[ffmpeg] / libavcodec / h263.c
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-08 Michael NiedermayerAIC/MQ encoding fix
2003-12-08 Michael Niedermayeralternative inter vlc encoding fix
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-05 Michael NiedermayerAVFrame.interlaced_frame fixes
2003-12-04 Michael Niedermayercleanup
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-03 Michael Niedermayercleanup
2003-12-03 Michael Niedermayersplit ff_h263_decode_mb() into h263 and mpeg4 versions
2003-12-01 Michael Niedermayerh263 MV prediction doesnt match mpeg4, for some slices...
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayercleanup
2003-11-30 Michael Niedermayerrv20 decoder
2003-11-29 Michael Niedermayerh263 alternative inter vlc support
2003-11-28 Michael Niedermayerh263 OBMC & 4MV support
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Michael Niedermayerpts fix and related fixes
2003-10-29 Michael Niedermayerdumping funny numbers from first zygo i frame header
2003-10-29 Alex Beregszasziinitial support for zygovideo
2003-10-20 Michael NiedermayerAVRational
2003-10-17 Michael Niedermayeremu_edge checks simplification and avoid redundant...
2003-10-13 Michael Niedermayerdont check if the ac esc 3 could have been stored as...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-12 Michael Niedermayerh263 GOB decoding fix
2003-10-12 Michael Niedermayerintra dc treshold != 0 decoding fixed
2003-10-11 Michael Niedermayerrecommit of
2003-10-07 Michael Niedermayeruse lagrange multipler instead of qp for ratecontrol...
2003-10-01 Michael Niedermayerac prediction cleanup
2003-09-30 Michael Niedermayerrate distortion optimal cbp support (h263/mpeg4 non...
2003-09-27 Michael Niedermayer100l
2003-09-26 Michael Niedermayerh263 stuffing decode fix
2003-09-10 Michael Niedermayerdetect old xvid with fourcc=DIVX
2003-08-26 Michael Niedermayerfixing CODEC_FLAG_GLOBAL_HEADER
2003-08-24 Fabrice Bellardremoved unused variable
2003-08-22 Michael Niedermayercustom quant matrix encoding support
2003-08-05 Michael Niedermayercleanup / fixes
2003-08-01 Michael Niedermayermake the h263 decoder more error tolerant
2003-07-29 Michael Niedermayerpatch for flv deblocking by (Garrick Meeker <gmeeker...
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-16 Michael Niedermayerfix edge repeating bug for %16!=0 files, this fixes...
2003-07-15 Michael Niedermayerflv1 fix
2003-07-10 Michael Niedermayerfix? flv escape codes
2003-07-10 Michael Niedermayerflv cleanup / simplify
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-07-07 Michael Niedermayerthe reference sw doesnt like some legal headers ...
2003-07-06 Michael NiedermayerCODEC_FLAG_LOW_DELAY fix
2003-05-22 Michael Niedermayertruncated h263 decoding support / H263-ES "demuxer"
2003-05-19 Michael NiedermayerASV1 codec
2003-05-18 Michael Niedermayerimproving 3IV1 support (still far from perfect) note...
2003-05-14 BEROfastdiv patch by (BERO <bero at geocities dot co dot...
2003-05-14 Michael Niedermayerlibmpeg2 style bitstream reader fixes
2003-05-14 BEROdecode motion & modulo optimize patch by (BERO <bero...
2003-05-14 BERObitstream reader optimize patch by (BERO <bero at geoci...
2003-05-10 Michael Niedermayerprint obmc bug info only if avctx->debug&1
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-10 Michael Niedermayerb frames + slices bugfix
2003-04-02 Michael Niedermayermsmpeg4 2pass support & some related cleanup
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-20 Michael Niedermayerbetter non conformant divx packed bitstream detection...
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-15 Michael Niedermayercleaner & more flexible edge bug workaround
2003-03-12 Michael Niedermayeroops
2003-03-12 Michael Niedermayerrvlc decoding support
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-09 Alex Beregszaszisimplified
2003-03-06 Michael Niedermayerper file doxy
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-28 Michael Niedermayer10l
2003-02-28 Michael Niedermayerh263(+) clenaup & bugfixes
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-14 Michael Niedermayerimproving parsing of incomplete headers
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 Michael Niedermayerdirect blocksize in bframes fix (might fix qpel+bframe...
2003-01-29 Michael Niedermayer--disable-risky support
2003-01-26 Michael Niedermayerfeeding doxygen
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-12 Michael Niedermayeraverage motion vector rounding like the reference says...
2003-01-03 Michael Niedermayermpeg4 header encoding bugfix
2002-12-31 Michael Niedermayertrellis quantization
2002-12-30 Michael Niedermayercorrecter mpeg4 headers
2002-12-27 Michael Niedermayerqpel encoding
2002-12-17 Michael Niedermayermore debug output
2002-12-09 Michael Niedermayercorrect mpeg4 vo type
2002-12-07 Michael Niedermayerump4 decoding fixed
2002-12-04 Michael Niedermayerspecific debug output support
2002-12-04 Michael Niedermayerfixing illegal 3. esc bug (the mpeg4 std only requires...
2002-12-04 Michael Niedermayercleanup
2002-11-26 Michael Niedermayerfixing h263+ slices if the padding at the end of the...
2002-11-25 Michael Niedermayerfixing aspect
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-11-01 Michael Niedermayerhopefully fixing sprite_warping_points==0
2002-10-31 Michael Niedermayerput a few large tables under #ifdef CONFIG_ENCODERS...
2002-10-26 Jürgen Keilsegfault fix patch by (Juergen Keil <jk at tools dot...
2002-10-25 Michael Niedermayerslice encoding cleanup
next