summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify in fill_cachesLoren Merritt2007-02-191-29/+16
| | | | Originally committed as revision 8026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-181-1/+3
| | | | Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a more correct value for Pi.Panagiotis Issaris2007-02-181-1/+1
| | | | Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-181-9/+9
| | | | Originally committed as revision 8023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for x86-64Måns Rullgård2007-02-181-1/+1
| | | | Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-181-8/+8
| | | | | | of declaring aligned buffers. Originally committed as revision 8021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TARGET_OS in config.mak is unusedMåns Rullgård2007-02-181-1/+0
| | | | Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård2007-02-181-2/+0
| | | | Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive OS nameMåns Rullgård2007-02-181-14/+18
| | | | Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-181-6/+9
| | | | Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle() callsMichael Niedermayer2007-02-181-8/+8
| | | | Originally committed as revision 8016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* display line number when printing errorAlex Beregszaszi2007-02-181-8/+8
| | | | Originally committed as revision 8015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-181-1/+3
| | | | Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale is needed in Cygwin vhooksVíctor Paesa2007-02-181-2/+2
| | | | | | patch by Víctor Paesa wzrlpy arsystel com Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
| | | | Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: I thought I'd tested all changes...Måns Rullgård2007-02-171-1/+1
| | | | Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rearrange --help text slightlyMåns Rullgård2007-02-171-7/+11
| | | | Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention --target-os in --helpMåns Rullgård2007-02-171-1/+2
| | | | Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move arch processing after command line loopMåns Rullgård2007-02-171-55/+55
| | | | Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put mingw section together with other OS specificsMåns Rullgård2007-02-171-29/+23
| | | | Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --target-os option, and move OS specific settings after command lineMåns Rullgård2007-02-171-120/+124
| | | | | | processing Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* negative stride and h_size-=8 fixMichael Niedermayer2007-02-171-4/+4
| | | | Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-171-7/+12
| | | | Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVRandomKostya Shishkov2007-02-171-11/+4
| | | | Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot break statementKostya Shishkov2007-02-171-0/+1
| | | | Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-173-5/+6
| | | | | | fixing isRGB/BGR() for the byte formats Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* not checking error return, resulting double freeMichael Niedermayer2007-02-171-2/+4
| | | | | | returning uninitalized pointers Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore lost --enable-amr-if2 optionMåns Rullgård2007-02-171-0/+1
| | | | Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle()Michael Niedermayer2007-02-161-32/+33
| | | | | | | remove more silly ref_count checks use list_count where appropriate Originally committed as revision 8000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-161-26/+15
| | | | | | remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2nd ref_count checkMichael Niedermayer2007-02-161-2/+8
| | | | | | add list_count Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ref_count checkMichael Niedermayer2007-02-161-1/+1
| | | | Originally committed as revision 7997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-161-29/+25
| | | | Originally committed as revision 7996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-02-161-1/+1
| | | | Originally committed as revision 7995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-161-0/+4
| | | | Originally committed as revision 7994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent h.264 MC related functions from being inlined (yes this is much ↵Michael Niedermayer2007-02-161-13/+13
| | | | | | faster the code just doesnt fit in the code cache otherwise) Originally committed as revision 7993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_noinlineMichael Niedermayer2007-02-161-0/+2
| | | | Originally committed as revision 7992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pal8 inputMichael Niedermayer2007-02-162-8/+54
| | | | | | this is not optimized or anything (that is easy to add just use the existing unscaled converters if possible ...) Originally committed as revision 22236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure we don't try to emulate poll() when it's there if ↵François Revol2007-02-152-2/+4
| | | | | | --disable-ffserver... 10l Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed ↵François Revol2007-02-153-6/+9
| | | | | | placeholder for winsock. Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-151-3/+3
| | | | Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-151-1/+1
| | | | Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-154-0/+103
| | | | Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.Diego Biurrun2007-02-141-0/+0
| | | | Originally committed as revision 7986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2007-02-141-9/+5
| | | | Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-142-13/+9
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-1411-212/+25
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dts adjustingBaptiste Coudurier2007-02-141-9/+8
| | | | Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-141-13/+49
| | | | | | and copying the frame into it (remove a memcpy()) Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lBaptiste Coudurier2007-02-141-1/+1
| | | | Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud