]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h263dec.c
data parameter of dnxhd_encode_picture() should not be const.
[frescor/ffmpeg.git] / libavcodec / h263dec.c
2003-10-04 michaelni10l ?
2003-09-10 michaelniAVI stream header FCC / more reliable detection of...
2003-09-10 michaelnidetect old xvid with fourcc=DIVX
2003-09-09 bellardremoved warnings
2003-08-28 bellardspelling fix
2003-08-25 michaelnixvid edge bug (if i understand the mpeg4 spec correctly...
2003-08-01 michaelnimake the h263 decoder more error tolerant
2003-07-29 michaelnirate distortion mb decision support
2003-07-23 michaelnilast frame decoding fix
2003-07-17 michaelniAVCodec.flush()
2003-07-16 michaelnifix edge repeating bug for %16!=0 files, this fixes...
2003-07-09 michaelniflash video (flv) support patch by (Garrick Meeker...
2003-07-03 michaelnifix last_block_index<=0 bug
2003-05-27 michaelnimotion vector vissualization for mpeg1/2
2003-05-22 michaelnitruncated h263 decoding support / H263-ES "demuxer"
2003-04-27 michaelnitired
2003-04-22 michaelnicleanup mpeg1/2 bitstream parser
2003-04-12 michaelni10l (use before malloc)
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-04-10 michaelnifixing slice decoding, dunno why the regression tests...
2003-03-20 michaelnibetter non conformant divx packed bitstream detection...
2003-03-20 michaelnierror resilience cleanup (its faster too...)
2003-03-16 michaelnifield pic decoding cleanup
2003-03-15 michaelnicleaner & more flexible edge bug workaround
2003-03-10 kabi* 'externaly' visible option list begins avoptions_...
2003-03-08 michaelnimerging fourcc with codec_tag
2003-03-06 michaelniper file doxy
2003-03-05 michaelnimpeg2 field pictures + sliced mode (doesnt work with...
2003-02-28 michaelnifixing padding bug autodetection for some rare files...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-08 michaelnidirect blocksize in bframes fix (might fix qpel+bframe...
2003-02-02 michaelnidivx503 decoding fix
2003-01-26 michaelnidrawing cute arrows instead of lame lines for motion...
2003-01-21 michaelnicleanup
2003-01-21 michaelniGetBitContext.size is allways multiplied by 8 -> use...
2003-01-13 michaelnipadding bug autodetection improvement 2nd try
2003-01-13 michaelnibetter padding/stuffing bug autodetection
2003-01-09 michaelniqpel fix
2003-01-09 michaelnifixed wmv2 slices
2002-12-29 michaelnibetter set pix_fmt explicitly
2002-12-29 michaelnixvid build 3 still has the padding wrong in 1/8 of...
2002-12-27 michaelniqpel encoding
2002-12-18 michaelnisupport dumping the qscale stuff to the screen
2002-12-11 michaelnifixing playback of DaveMatthews_Crash_PocketPC.avi
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-12-09 michaelnicleanup / messup?
2002-12-07 michaelniump4 decoding fixed
2002-12-04 michaelniworkaround old xvid bug
2002-12-04 michaelnicleanup
2002-11-25 michaelni10l
2002-11-25 michaelnifixing aspect
2002-11-23 michaelnimoving init of some variables (hurry_up,...) to MPV_fra...
2002-11-20 michaelniaspect ratio cleanup
2002-11-11 kabi* using DSPContext - so each codec could use its local...
2002-11-10 michaelnihurry_up>=5 -> skip everything except header & set...
2002-11-08 michaelnicleanup (breaks compatibility, requested by fabrice)
2002-11-02 michaelnisupport forcing low_delay during decoding
2002-11-02 michaelnibetter padding bug detection
2002-11-01 michaelnifixing msmpeg4v3 with mb_height % slice_height != 0
2002-10-27 michaelnihandle direct rendering buffer allocation failure
2002-10-23 michaelnifixing interlaced MC & edge-emu
2002-10-22 michaelnixvid qpel bug autodetect
2002-10-22 michaelnixvid qpel bug workaround
2002-10-19 michaelnifixing h263 slice decoding (again)
2002-10-19 michaelnifixing h263 decoding (did segfault)
2002-10-16 michaelnifixing alt_scan for the first frame (variable was reset)
2002-10-14 michaelnibetter padding bug detection
2002-10-14 michaelnimpeg4 header parser clenup (needed for parsing of VOL...
2002-10-13 michaelnibetter/cleaner error resilience (done in a 2nd pass...
2002-10-02 michaelnifixing custom quantizer matrix decoding
2002-10-02 michaelnioptimization
2002-09-27 michaelniff_get_fourcc() & XVIX support
2002-09-13 al3xaspect (ext. par too) support for h263 and mpeg4 (inc...
2002-09-12 michaelniavoid nonsense frame-skip messages
2002-09-12 michaelniuninitialized var ...
2002-09-12 michaelnim4v input support
2002-08-01 michaelni10l found by RĂ©mi Guyomarch <rguyom at pobox dot com>
2002-07-27 michaelnidump bits per frame / qp / frame complexity support
2002-07-16 michaelniexporting mbskip_table after it has been allocated
2002-07-15 michaelniuvlinesize
2002-07-14 michaelnidirect rendering method 1 support
2002-07-13 michaelnireturn buf_size again, i hope kabi is finally happy...
2002-07-10 michaelnireturning the number of consumed bytes (2nd try)
2002-07-10 michaelnireturn the number of consumed bytes instead of 0 or...
2002-06-18 michaelnidc scale simplification/optimization
2002-06-09 michaelnigrayscale only decoding
2002-06-02 michaelni100l divx501+ seeking bugfix
2002-06-02 michaelnierror concealment / error resilience
2002-05-25 glantaulicense/copyright change
2002-05-21 michaelniworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-05-16 michaelniprint frame decoding time support (x86 only)
2002-05-05 michaelniMV visualisation support
2002-05-02 michaelnifreeze fix
2002-05-02 pulento- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-04-30 michaelnifixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-27 michaelniexport mbskip_table for direct rendering
2002-04-27 michaelnifixed msmpeg4 infinite loop if buggy stream
2002-04-24 michaelniavcodec_flush_buffers()
2002-04-22 michaelniexport delay info
next