summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Expand)AuthorAge
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer2005-06-07
* START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)Michael Niedermayer2005-05-21
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20
* add an AMD64 specific implementation of rdtsc()Aurelien Jacobs2005-04-18
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* disallow strcatMichael Niedermayer2005-01-12
* dissallow sprintfMichael Niedermayer2005-01-12
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)Drew Hess2004-12-18
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)Bohdan Horst2004-10-24
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
* TIMER dummies for non-x86Michael Niedermayer2004-07-26
* 10lMichael Niedermayer2004-07-01
* unusedAlex Beregszaszi2004-06-26
* optimizationMichael Niedermayer2004-06-25
* 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