]> git.sesse.net Git - ffmpeg/history - libavcodec/h263dec.c
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change...
[ffmpeg] / libavcodec / h263dec.c
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-21 Michael Niedermayeralso autodetect xvid idct if bitexact is used
2005-12-18 Michael Niedermayerfix custom matrix permutation if xvid idct is autoselec...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-10 Michael Niedermayerselect xvid idct for xvid files if possible
2005-07-14 Michael Niedermayerskip_idct
2005-06-17 Diego Biurrunspelling fixes
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-03-06 Michael NiedermayerAVOption removial patch from (James A. Morrison >ja2mor...
2005-01-30 anonymousIn that patch:
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-05 Michael Niedermayerfix decoding of http://mplayerhq.hu/~diego/problem.mov
2004-11-13 Michael Niedermayerautomatic workaround for another padding bug
2004-10-15 Michael Niedermayerxvid fake divx version workaround
2004-09-28 Michael Niedermayer10l (wrong variable)
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-27 Michael Niedermayerset AVCodecContext.width/height to the picture width...
2004-09-26 Michael Niedermayerlowres slice fix
2004-06-26 Alex Beregszaszi10l, non-x86 fix
2004-06-25 Michael Niedermayeruse libmpeg2 idct to decode xvid videos unless the...
2004-06-03 Michael Niedermayerinfinite loop fix
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-05 Michael Niedermayersupport decoding mpeg4 with buggy dc clipping
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-16 Michael Niedermayersegfault fix
2004-04-02 Michael Niedermayerinterlaced chroma MC divx-bug workaround
2004-03-16 Michael Niedermayerinit cleanup
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-15 Michael Niedermayerxvid "packed" stuff support
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-13 Michael Niedermayercleanup
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-03 Michael Niedermayercleanup
2003-12-03 Michael Niedermayerh263 modified quantization fix
2003-12-03 Michael Niedermayersplit ff_h263_decode_mb() into h263 and mpeg4 versions
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayerrv20 decoder
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Michael Niedermayerpts fix and related fixes
2003-10-20 Michael NiedermayerAVRational
2003-10-17 Michael Niedermayeremu_edge checks simplification and avoid redundant...
2003-10-15 Michael Niedermayerfix "first frame is no keyframe" bug
2003-10-13 Michael Niedermayerdont check if the ac esc 3 could have been stored as...
2003-10-04 Michael Niedermayer10l ?
2003-09-10 Michael NiedermayerAVI stream header FCC / more reliable detection of...
2003-09-10 Michael Niedermayerdetect old xvid with fourcc=DIVX
2003-09-09 Fabrice Bellardremoved warnings
2003-08-28 Fabrice Bellardspelling fix
2003-08-25 Michael Niedermayerxvid edge bug (if i understand the mpeg4 spec correctly...
2003-08-01 Michael Niedermayermake the h263 decoder more error tolerant
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-23 Michael Niedermayerlast frame decoding fix
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-16 Michael Niedermayerfix edge repeating bug for %16!=0 files, this fixes...
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-07-03 Michael Niedermayerfix last_block_index<=0 bug
2003-05-27 Michael Niedermayermotion vector vissualization for mpeg1/2
2003-05-22 Michael Niedermayertruncated h263 decoding support / H263-ES "demuxer"
2003-04-27 Michael Niedermayertired
2003-04-22 Michael Niedermayercleanup mpeg1/2 bitstream parser
2003-04-12 Michael Niedermayer10l (use before malloc)
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-10 Michael Niedermayerfixing slice decoding, dunno why the regression tests...
2003-03-20 Michael Niedermayerbetter non conformant divx packed bitstream detection...
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-15 Michael Niedermayercleaner & more flexible edge bug workaround
2003-03-10 Zdenek Kabelac* 'externaly' visible option list begins avoptions_...
2003-03-08 Michael Niedermayermerging fourcc with codec_tag
2003-03-06 Michael Niedermayerper file doxy
2003-03-05 Michael Niedermayermpeg2 field pictures + sliced mode (doesnt work with...
2003-02-28 Michael Niedermayerfixing padding bug autodetection for some rare files...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-08 Michael Niedermayerdirect blocksize in bframes fix (might fix qpel+bframe...
2003-02-02 Michael Niedermayerdivx503 decoding fix
2003-01-26 Michael Niedermayerdrawing cute arrows instead of lame lines for motion...
2003-01-21 Michael Niedermayercleanup
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-13 Michael Niedermayerpadding bug autodetection improvement 2nd try
2003-01-13 Michael Niedermayerbetter padding/stuffing bug autodetection
2003-01-09 Michael Niedermayerqpel fix
2003-01-09 Michael Niedermayerfixed wmv2 slices
2002-12-29 Michael Niedermayerbetter set pix_fmt explicitly
2002-12-29 Michael Niedermayerxvid build 3 still has the padding wrong in 1/8 of...
2002-12-27 Michael Niedermayerqpel encoding
2002-12-18 Michael Niedermayersupport dumping the qscale stuff to the screen
2002-12-11 Michael Niedermayerfixing playback of DaveMatthews_Crash_PocketPC.avi
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-07 Michael Niedermayerump4 decoding fixed
2002-12-04 Michael Niedermayerworkaround old xvid bug
2002-12-04 Michael Niedermayercleanup
2002-11-25 Michael Niedermayer10l
2002-11-25 Michael Niedermayerfixing aspect
2002-11-23 Michael Niedermayermoving init of some variables (hurry_up,...) to MPV_fra...
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
next