]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/common.h
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, excep...
[frescor/ffmpeg.git] / libavcodec / common.h
2004-02-22 michael(f)printf() is disallowed in libavcodec, compilation...
2004-02-13 michaelmultithreaded/SMP motion estimation
2004-02-08 michael2 byte shorter userdata for mpeg4
2004-02-06 alexget_bit_count -> put_bits_count
2004-01-26 michaelint64max fix by (Michel Bardiaux <mbardiaux at peaktime...
2004-01-25 alexfreebsd fix for mpeg12.c (moving INT64_MAX to common.h)
2004-01-24 michaeloptimization
2004-01-10 michaelmore sane inttypes emulation behavior if libavcodec...
2004-01-09 michaelinttypes emulation cleanup patch by ("Chris Flerackers...
2003-12-05 michaelremoving unused var & converting 64->32bit
2003-11-04 romansh * fixes for broken builds on Solaris, OS2 and all...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 michaelAVRational
2003-10-19 michaelgcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-10-11 michaelrecommit of
2003-09-08 bellardctype.h is a common header
2003-08-24 bellardexport int64_t_C as it is needed by libavformat.h
2003-08-12 tmmmreverse earlier patch
2003-08-08 tmmmendian-conscious fix, courtesy of Sebastian Jedruszkiewicz
2003-06-28 michaelnifix CHECKED_ALLOCZ(0)
2003-05-23 michaelnisome benchmarking code
2003-05-19 michaelniASV1 codec
2003-05-14 michaelnilibmpeg2 style bitstream reader 17 vs 16 bit bugfix
2003-05-14 michaelnifastdiv patch by (BERO <bero at geocities dot co dot...
2003-05-14 michaelnilibmpeg2 style bitstream reader fixes
2003-05-14 michaelnibitstream reader optimize patch by (BERO <bero at geoci...
2003-05-05 michaelniTiny patch for OpenBSD by (Björn Sandell <biorn at...
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-04-05 mmu_manFix for buggy (?) g++ (bailling out for beosaudio.cpp)
2003-04-05 michaelni#ifdef TRACE printf() -> tprintf()
2003-03-26 michaelni10l
2003-03-21 michaelnibitstream tracing support
2003-03-16 michaelnirawvideo patch by (Fred Rothganger <rothgang at uiuc...
2003-03-12 kabi* added more options
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-03-10 kabi* 'externaly' visible option list begins avoptions_...
2003-03-09 al3xsimplified
2003-03-07 kabi* more generic avoption_parse
2003-03-06 michaelnimore cosmetics so that doxygen output is readable ...
2003-03-06 michaelniper file doxy
2003-02-24 kabi* using const buffers for reading
2003-02-24 michaelniget_vlc2() "docs"
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* still unfinished code for Options
2003-01-28 bellardwin32: added vsnprintf
2003-01-27 michaelnioptimizing av_log2
2003-01-23 bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-21 michaelniGetBitContext.size is allways multiplied by 8 -> use...
2003-01-11 michaelnios2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-07 bellardgeneric M_PI define
2002-11-26 philipjsgAdd some rudimentary support for sparc64
2002-11-20 michaelniaspect ratio cleanup
2002-11-14 kabi* minor warning fix
2002-11-12 kabi* fixing some minor const warnings
2002-11-10 michaelnireversing header game
2002-11-06 michaelnicleanup
2002-11-01 michaelniput MIN/MAX under ifndef MAX/MIN
2002-10-16 michaelnicomplete mpeg4 GMC decoding support
2002-09-29 michaelniindenting preprocessor stuff, as its completly unreadab...
2002-09-29 michaelniidct permutation cleanup, idct can be selected per...
2002-09-27 michaelniff_get_fourcc() & XVIX support
2002-08-22 michaelnifaster ff_sqrt()
2002-07-23 michaelnithis include isn;t longer need and now generate a lot...
2002-07-19 michaelniBeOS patches by "shatty" <shatty at myrealbox.com>
2002-07-13 mellumForce inlining on get_vlc2.
2002-07-13 michaelnirl vlc decoding optimizations
2002-07-11 michaelnidont trash table in GET_VLC
2002-07-10 mellumRemove some cruft.
2002-07-10 michaelniget_vlc() optimizations
2002-07-10 michaelniget_vlc() optimization
2002-07-09 michaelnic std doesnt like negative shifts -> use asm
2002-07-09 michaelnigcc3 bug workaround
2002-07-09 michaelninew bitstream reader API (old get_bits() based one...
2002-07-04 mellum* Move "restrict" fallback to common.h
2002-07-02 mellumActivate ALT_BITSTREAM_READER by default on Alpha,...
2002-06-13 bellardreverted to inttypes.h since it gives problems on some...
2002-06-11 bellarddo not export internal functions - use stdint.h
2002-06-02 michaelnisqrt
2002-05-27 kabi* for this moment bswap.h included ahead of HAVE_AV_CO...
2002-05-26 bellardfixed mangle issue
2002-05-25 glantaubetter logic for bswap
2002-05-24 philipjsgAdd an av_abort macro that aborts, but also prints...
2002-05-21 kabi* restored previous non '..' version
2002-05-21 kabi* using ../ for bswap.h
2002-05-21 kabi* avoid conflicts with non-ffmpeg config.h and also...
2002-05-20 glantaubetter av_freep()
2002-05-18 glantauadded proper memory handling functions - fixed include...
2002-05-07 al3xclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-04 michaelnimove ABS() to common.h
2002-05-03 michaelnimove put_string() to common.{c,h}
2002-04-27 michaelnifixed msmpeg4 infinite loop if buggy stream
2002-04-19 michaelnimuch better ME for b frames (a bit slow though)
2002-04-17 michaelnifixed mpeg4 time stuff on encoding
2002-04-04 michaelnidump_stream support (nicely formated 0s and 1s)
2002-03-24 michaelniresync marker support, needed for some mp4 files
2002-03-22 michaelninew motion estimation (epzs) not complete yet but allre...
2002-03-13 michaelnisupport decoding (with mplayer) of 3 .mp4 files from...
2002-02-15 michaelnioptimized the normal bitstream writer, its faster than...
2002-02-12 michaelnialigned bitstream writer (1% slower on p3 but perhaps...
next