summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Expand)AuthorAge
* UINT64_MAX fixMichael Niedermayer2004-05-11
* avoid macro conflictsAlex Beregszaszi2004-04-26
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...James Morrison2004-04-24
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)Sascha Sommer2004-04-24
* RSHIFT(x,0) fixMichael Niedermayer2004-04-22
* t/dprintf printf -> av_logMichael Niedermayer2004-04-16
* time & (s)rand is forbiddenMichael Niedermayer2004-04-04
* h264 loop filter optimizationsMichael Niedermayer2004-03-20
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-18
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-14
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
* attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-02-29
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-28
* c99Michael Niedermayer2004-02-22
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* 2 byte shorter userdata for mpeg4Michael Niedermayer2004-02-08
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2004-01-26
* freebsd fix for mpeg12.c (moving INT64_MAX to common.h)Alex Beregszaszi2004-01-25
* optimizationMichael Niedermayer2004-01-24
* more sane inttypes emulation behavior if libavcodec is used outside ffmpegMichael Niedermayer2004-01-10
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at andro...Chris Flerackers2004-01-09
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* AVRationalMichael Niedermayer2003-10-20
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-19
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* recommit ofMichael Niedermayer2003-10-11
* ctype.h is a common headerFabrice Bellard2003-09-08
* export int64_t_C as it is needed by libavformat.hFabrice Bellard2003-08-24
* reverse earlier patchMike Melanson2003-08-12
* endian-conscious fix, courtesy of Sebastian JedruszkiewiczMike Melanson2003-08-08
* fix CHECKED_ALLOCZ(0)Michael Niedermayer2003-06-28
* some benchmarking codeMichael Niedermayer2003-05-23
* ASV1 codecMichael Niedermayer2003-05-19
* libmpeg2 style bitstream reader 17 vs 16 bit bugfixMichael Niedermayer2003-05-14
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-14
* libmpeg2 style bitstream reader fixesMichael Niedermayer2003-05-14
* bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
* Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)Michael Niedermayer2003-05-05
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* Fix for buggy (?) g++ (bailling out for beosaudio.cpp)François Revol2003-04-05
* #ifdef TRACE printf() -> tprintf()Michael Niedermayer2003-04-05
* 10lMichael Niedermayer2003-03-26
* bitstream tracing supportMichael Niedermayer2003-03-21
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
* * added more optionsZdenek Kabelac2003-03-12