]> git.sesse.net Git - ffmpeg/history - libavcodec/common.h
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, excep...
[ffmpeg] / libavcodec / common.h
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-08 Michael Niedermayer2 byte shorter userdata for mpeg4
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-26 Michael Niedermayerint64max fix by (Michel Bardiaux <mbardiaux at peaktime...
2004-01-25 Alex Beregszaszifreebsd fix for mpeg12.c (moving INT64_MAX to common.h)
2004-01-24 Michael Niedermayeroptimization
2004-01-10 Michael Niedermayermore sane inttypes emulation behavior if libavcodec...
2004-01-09 Chris Flerackersinttypes emulation cleanup patch by ("Chris Flerackers...
2003-12-05 Michael Niedermayerremoving unused var & converting 64->32bit
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 Michael NiedermayerAVRational
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-11 Michael Niedermayerrecommit of
2003-09-08 Fabrice Bellardctype.h is a common header
2003-08-24 Fabrice Bellardexport int64_t_C as it is needed by libavformat.h
2003-08-12 Mike Melansonreverse earlier patch
2003-08-08 Mike Melansonendian-conscious fix, courtesy of Sebastian Jedruszkiewicz
2003-06-28 Michael Niedermayerfix CHECKED_ALLOCZ(0)
2003-05-23 Michael Niedermayersome benchmarking code
2003-05-19 Michael NiedermayerASV1 codec
2003-05-14 Michael Niedermayerlibmpeg2 style bitstream reader 17 vs 16 bit bugfix
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 BERObitstream reader optimize patch by (BERO <bero at geoci...
2003-05-05 Michael NiedermayerTiny patch for OpenBSD by (Björn Sandell <biorn at...
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-05 François RevolFix for buggy (?) g++ (bailling out for beosaudio.cpp)
2003-04-05 Michael Niedermayer#ifdef TRACE printf() -> tprintf()
2003-03-26 Michael Niedermayer10l
2003-03-21 Michael Niedermayerbitstream tracing support
2003-03-16 Fred Rothgangerrawvideo patch by (Fred Rothganger <rothgang at uiuc...
2003-03-12 Zdenek Kabelac* added more options
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-10 Zdenek Kabelac* 'externaly' visible option list begins avoptions_...
2003-03-09 Alex Beregszaszisimplified
2003-03-07 Zdenek Kabelac* more generic avoption_parse
2003-03-06 Michael Niedermayermore cosmetics so that doxygen output is readable ...
2003-03-06 Michael Niedermayerper file doxy
2003-02-24 Zdenek Kabelac* using const buffers for reading
2003-02-24 Michael Niedermayerget_vlc2() "docs"
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* still unfinished code for Options
2003-01-28 Fabrice Bellardwin32: added vsnprintf
2003-01-27 Michael Niedermayeroptimizing av_log2
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-07 Fabrice Bellardgeneric M_PI define
2002-11-26 Philip GladstoneAdd some rudimentary support for sparc64
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-14 Zdenek Kabelac* minor warning fix
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-10 Michael Niedermayerreversing header game
2002-11-06 Michael Niedermayercleanup
2002-11-01 Michael Niedermayerput MIN/MAX under ifndef MAX/MIN
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...
next