]> git.sesse.net Git - ffmpeg/history - libavcodec
minor bugfixes (noone noticed them)
[ffmpeg] / libavcodec /
2001-12-16 Arpiunrestricted MC fixed - thanks to Michael Niedermayer...
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-11-17 Juanjo- Added support to Inter4V+Q MBs to H.263 decoder.
2001-11-17 Juanjo- Bug fixed on H.263 decoder initialization.
2001-11-13 Juanjo- Bug fix on MV prediction for MPEG4 caused by new...
2001-11-12 Juanjo- Fixed a bug on H.263 MV prediction for MB on GOBs...
2001-11-11 Nick KurshevLet loops will be aligned
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-11-05 Arpipostprocessing array increased to handle HDTV resolutio...
2001-11-03 Arpidct_unquantize_h263_mmx() by Michael Niedermayer <micha...
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-10-31 Zdenek Kabelac* fixed decoding busy loop
2001-10-27 Nick Kurshevmissing header
2001-10-27 Nick Kurshevheaders installation
2001-10-27 Nick KurshevShared objects support
2001-10-23 Zdenek Kabelac* and finaly avoid deadlock at the end of audio stream
2001-10-23 Zdenek Kabelac* fixes to avoid crash when broken mp3 header is found
2001-10-23 Zdenek Kabelac* simple fix to avoid memcpy with len < 0
2001-10-23 Zdenek Kabelac* prevent crash in decoder
2001-10-17 JuanjoAdded Juergen Keil fix on quant_tab[4] type.
2001-10-16 Arpiexporting qscale data for postprocessing (for MPlayer)
2001-09-24 Fabrice Bellardfixed pcm bitrate
2001-09-23 Fabrice Bellardsuppressed mpglib
2001-09-23 Fabrice Bellardadded pcm codecs
2001-09-21 ArpiCONFIG_MPGLIB no more needed
2001-09-17 Fabrice Bellardcopyright change
2001-09-17 Fabrice Bellardcorrected mpeg audio encoding overflows - now it should...
2001-09-16 Fabrice Bellardmlib merge
2001-09-16 Fabrice Bellardfixed symetric quantization (better quality!)
2001-09-16 Fabrice Bellardversion change
2001-09-15 Fabrice Bellardadded get_bits_count()
2001-09-15 Fabrice Bellardmerged code and tables between encoder and decoder
2001-09-15 Fabrice Bellardadded mpeg audio decoder tables
2001-09-15 Fabrice Bellardadded completely new mpeg audio decoder (integer only...
2001-09-15 Fabrice Bellardsuppressed mpglib
2001-09-13 Nick Kurshevmemalign autodetection
2001-08-31 JuanjoMoved some H.263+ variables to MpegEncContext to be...
2001-08-28 JuanjoAdded support to Unrestricted Motion Vectors (UMV)
2001-08-20 Nick KurshevAligned malloc. Another 10% of speedup.
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardmotion test
2001-08-15 Fabrice Bellardsuppressed nasm stuff
2001-08-15 Fabrice Bellardremoved
2001-08-15 Fabrice Bellardsuppressed nasm dependancy - rewrote forward DCT and...
2001-08-15 Fabrice Bellardchanged opendivx to mpeg4
2001-08-15 Fabrice Bellardlog2 to av_log2
2001-08-15 Fabrice Bellardcopy avctx
2001-08-15 Fabrice Bellardfix got_picture output
2001-08-15 Fabrice Bellardadded draw_horiz_band test
2001-08-15 Fabrice Bellardlog2 to av_log2 - added integer version define
2001-08-15 Fabrice Bellardrenamed log2 to av_log2
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-13 Fabrice Bellardbetter vol header parsing for mpeg4
2001-08-13 Fabrice Bellardarm optimizations
2001-08-13 Fabrice Bellardarm specific code
2001-08-12 Fabrice Bellardmoved matrix init away from MPV_common_init()
2001-08-12 Fabrice Bellardfixed mpeg2 non intra dequant - fixed MPEG1 and 2 matri...
2001-08-11 Fabrice Bellardfixed last zero mv for field - fixed mismatch handling...
2001-08-11 Fabrice Bellardfixed mpeg2 interlaced DCT
2001-08-11 Fabrice Bellardremoved incomplete seek patch
2001-08-11 Fabrice Bellardpicture utils
2001-08-11 Fabrice Bellardfixed mpeg2 qscale decoding
2001-08-11 Fabrice Bellardadded interlaced MJPEG support
2001-08-11 Fabrice Bellardadded 422P, 444P support - added deinterlace support...
2001-08-11 Fabrice Bellardfix msmpeg4 seek
2001-08-11 Fabrice Bellardexport for imgconvert usage
2001-08-11 Fabrice Bellardnew img_convert API - added deinterlacing filter
2001-08-11 Fabrice Bellardfixed mb_intra_vlc decoding table size
2001-08-08 Fabrice Bellardreturn dummy quality to avoid bug in -sameq case -...
2001-08-08 Fabrice Bellardfixed mpeg1 first block bug (pb with black picture...
2001-08-08 Fabrice Bellardfixed mpeg1 last block bug (mb stuffing code was not...
2001-08-08 Fabrice Bellardadded forgotten emms() - fix various segmentation fault...
2001-08-08 Nick KurshevPortability and testing issues
2001-08-07 Fabrice Bellardadded mmx idct
2001-08-07 Fabrice Bellardfixed scan protos
2001-08-07 Fabrice Bellardfixed block permutation in encoder (not optimal - shoul...
2001-08-07 Fabrice Bellardupdated scans
2001-08-07 Fabrice Bellardchanged quant matrix order (should fix mmx mpeg decodin...
2001-08-07 Fabrice Bellardfixed mjpeg matrix quant encoding and decoding
2001-08-07 Fabrice Bellardpermuted coefs in normal IDCT to avoid having different...
2001-08-07 Fabrice Bellardadded idct reference code
2001-08-07 Fabrice Bellardadded block permutation functions
2001-08-07 Fabrice Bellardupdated dct-test to test IDCTs too
2001-08-07 Fabrice Bellardadded idct mmx
2001-08-07 Fabrice Bellardupdated mmx macros
2001-08-07 Fabrice Bellardadded idct mmx code
2001-08-06 Fabrice Bellarduse default huffman tables if none given
2001-08-06 Fabrice Bellardadded 422P and 444P support - fixed block parsing error
2001-08-06 Fabrice Bellardadded 422P and 444P formats (need to patch ffmpeg.c...
2001-08-06 Fabrice Bellardadded correct component id handling
2001-08-06 Fabrice Bellardtypes fix
2001-08-06 Fabrice Bellardadded MJPEG decoder + comments
2001-08-06 Fabrice Bellardadded MJPEG decoder, renamed mjpegenc.c to mjpeg.c
2001-08-05 Nick KurshevSuppressing external gas stuff to improve portability...
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-08-03 Arpiinlineing common case of get_bits() -> gives 2speedup...
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-08-02 Arpi- removed #include ../config.h, because it's included...
next