]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
10l to Benoit, poll.h is already included below, and this broke compilation on mingw
[ffmpeg] / libavcodec / h263.c
2004-03-16 Michael Niedermayer1000000l (using uninitalized variable for initalizing...
2004-03-10 Michael Niedermayermb stuffing in partitioned frames fix
2004-03-10 Michael Niedermayerh263+ custom pcf support
2004-03-06 Michael Niedermayerh263 framerate & aspect ratio fixes
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-25 Michael Niedermayerset AVFrame.pts based upon framerate if its 0
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-09 Michael Niedermayerrv10/obmc fixes
2004-02-08 Michael Niedermayer2 byte shorter userdata for mpeg4
2004-02-06 Michael Niedermayerh263 4mv encoding fix
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-31 Michael Niedermayersegfault fix
2004-01-27 Michael Niedermayerfirst coded vs. first displayed pts (segfault & pts...
2004-01-26 Michael Niedermayermpeg4 pts fix
2004-01-24 Michael Niedermayeroptimization & bugfix extracted from the 4k line diff...
2004-01-21 Michael Niedermayermore tolerance for dc=0
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-21 Michael Niedermayerrv20 / h263 b frame fix
2003-12-11 Michael Niedermayerfixing h263p encoding without UMV
2003-12-09 Michael Niedermayer100l100l100l100l100l100l100l100l100l100l100l100l100l100...
2003-12-09 Michael Niedermayerslice structured fixes
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...
next