]> git.sesse.net Git - ffmpeg/history - libavcodec/common.h
avoid name clash - fixed again block size selection
[ffmpeg] / libavcodec / common.h
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-09-29 Michael Niedermayerindenting preprocessor stuff, as its completly unreadab...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-27 Michael Niedermayerff_get_fourcc() & XVIX support
2002-08-22 Michael Niedermayerfaster ff_sqrt()
2002-07-23 Bohdan Horstthis include isn;t longer need and now generate a lot...
2002-07-19 Michael NiedermayerBeOS patches by "shatty" <shatty at myrealbox.com>
2002-07-13 Falk HüffnerForce inlining on get_vlc2.
2002-07-13 Michael Niedermayerrl vlc decoding optimizations
2002-07-11 Michael Niedermayerdont trash table in GET_VLC
2002-07-10 Falk HüffnerRemove some cruft.
2002-07-10 Michael Niedermayerget_vlc() optimizations
2002-07-10 Michael Niedermayerget_vlc() optimization
2002-07-09 Michael Niedermayerc std doesnt like negative shifts -> use asm
2002-07-09 Michael Niedermayergcc3 bug workaround
2002-07-09 Michael Niedermayernew bitstream reader API (old get_bits() based one...
2002-07-04 Falk Hüffner* Move "restrict" fallback to common.h
2002-07-02 Falk HüffnerActivate ALT_BITSTREAM_READER by default on Alpha,...
2002-06-13 Fabrice Bellardreverted to inttypes.h since it gives problems on some...
2002-06-11 Fabrice Bellarddo not export internal functions - use stdint.h
2002-06-02 Michael Niedermayersqrt
2002-05-27 Zdenek Kabelac* for this moment bswap.h included ahead of HAVE_AV_CO...
2002-05-26 Fabrice Bellardfixed mangle issue
2002-05-25 Fabrice Bellardbetter logic for bswap
2002-05-24 Philip GladstoneAdd an av_abort macro that aborts, but also prints...
2002-05-21 Zdenek Kabelac* restored previous non '..' version
2002-05-21 Zdenek Kabelac* using ../ for bswap.h
2002-05-21 Zdenek Kabelac* avoid conflicts with non-ffmpeg config.h and also...
2002-05-20 Fabrice Bellardbetter av_freep()
2002-05-18 Fabrice Bellardadded proper memory handling functions - fixed include...
2002-05-07 Alex Beregszasziclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-04 Michael Niedermayermove ABS() to common.h
2002-05-03 Michael Niedermayermove put_string() to common.{c,h}
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-04 Michael Niedermayerdump_stream support (nicely formated 0s and 1s)
2002-03-24 Michael Niedermayerresync marker support, needed for some mp4 files
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-13 Michael Niedermayersupport decoding (with mplayer) of 3 .mp4 files from...
2002-02-15 Michael Niedermayeroptimized the normal bitstream writer, its faster than...
2002-02-12 Michael Niedermayeraligned bitstream writer (1% slower on p3 but perhaps...
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2002-01-20 Nick KurshevCygwin's mangling by Felix Buenemann <atmosfear@users...
2002-01-12 Michael Niedermayer(commited by michael / arpi was crazy enough to give...
2002-01-11 Michael Niedermayeraligned bitstream support (optional) - patch by ichael...
2002-01-10 Michael Niedermayeranother bitstream reader code (faster on intel cpus...
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-09-23 Fabrice Bellardsuppressed mpglib
2001-09-16 Fabrice Bellardversion change
2001-09-15 Fabrice Bellardadded get_bits_count()
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardlog2 to av_log2 - added integer version define
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-08-03 Arpiinlineing common case of get_bits() -> gives 2speedup...
2001-07-30 Fabrice Bellardadded HAVE_AV_CONFIG_H
2001-07-23 Fabrice Bellardfixed config for direct mplayer build compatibility
2001-07-22 Fabrice BellardInitial revision