summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* simplify in fill_cachesLoren Merritt2007-02-191-29/+16
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-181-1/+3
* Use a more correct value for Pi.Panagiotis Issaris2007-02-181-1/+1
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-181-9/+9
* fix for x86-64Måns Rullgård2007-02-181-1/+1
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-181-8/+8
* TARGET_OS in config.mak is unusedMåns Rullgård2007-02-181-1/+0
* remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård2007-02-181-2/+0
* case insensitive OS nameMåns Rullgård2007-02-181-14/+18
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-181-6/+9
* factorize fill_rectangle() callsMichael Niedermayer2007-02-181-8/+8
* display line number when printing errorAlex Beregszaszi2007-02-181-8/+8
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-181-1/+3
* libswscale is needed in Cygwin vhooksVíctor Paesa2007-02-181-2/+2
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
* 10l: I thought I'd tested all changes...Måns Rullgård2007-02-171-1/+1
* rearrange --help text slightlyMåns Rullgård2007-02-171-7/+11
* mention --target-os in --helpMåns Rullgård2007-02-171-1/+2
* move arch processing after command line loopMåns Rullgård2007-02-171-55/+55
* put mingw section together with other OS specificsMåns Rullgård2007-02-171-29/+23
* add --target-os option, and move OS specific settings after command lineMåns Rullgård2007-02-171-120/+124
* negative stride and h_size-=8 fixMichael Niedermayer2007-02-171-4/+4
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-171-7/+12
* Use AVRandomKostya Shishkov2007-02-171-11/+4
* 10l: forgot break statementKostya Shishkov2007-02-171-0/+1
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-173-5/+6
* not checking error return, resulting double freeMichael Niedermayer2007-02-171-2/+4
* restore lost --enable-amr-if2 optionMåns Rullgård2007-02-171-0/+1
* factorize fill_rectangle()Michael Niedermayer2007-02-161-32/+33
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-161-26/+15
* fix 2nd ref_count checkMichael Niedermayer2007-02-161-2/+8
* fix ref_count checkMichael Niedermayer2007-02-161-1/+1
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-161-29/+25
* simplifyMichael Niedermayer2007-02-161-1/+1
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-161-0/+4
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-161-13/+13
* av_noinlineMichael Niedermayer2007-02-161-0/+2
* pal8 inputMichael Niedermayer2007-02-162-8/+54
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-152-2/+4
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-153-6/+9
* Spelling fixMichel Bardiaux2007-02-151-3/+3
* Spelling fixMichel Bardiaux2007-02-151-1/+1
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-154-0/+103
* Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.Diego Biurrun2007-02-141-0/+0
* simplifyMåns Rullgård2007-02-141-9/+5
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-142-13/+9
* implement new grabbing interface, as described here:Ramiro Polla2007-02-1411-212/+25
* fix dts adjustingBaptiste Coudurier2007-02-141-9/+8
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-141-13/+49
* 100lBaptiste Coudurier2007-02-141-1/+1
OpenPOWER on IntegriCloud