aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* indentationBaptiste Coudurier2007-02-141-6/+6
| | | | Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-142-4/+12
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-141-1/+8
| | | | Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one warningMichel Bardiaux2007-02-141-1/+1
| | | | Originally committed as revision 7976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some updatesDiego Biurrun2007-02-141-3/+2
| | | | Originally committed as revision 7975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* liba52 was removed, libswscale is also GPLed.Diego Biurrun2007-02-141-2/+2
| | | | Originally committed as revision 7974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused file.Diego Biurrun2007-02-141-460/+0
| | | | Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This is no longer necessary for BeOS now that we don't play nasty tricks ↵François Revol2007-02-141-44/+0
| | | | | | with error codes. Originally committed as revision 7972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parserMåns Rullgård2007-02-141-20/+7
| | | | Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ever so slightlyMåns Rullgård2007-02-131-1/+1
| | | | Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable optionMåns Rullgård2007-02-131-6/+2
| | | | | | to --enable-powerpc-perf Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-135-13/+13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename some --enable options for external libsMåns Rullgård2007-02-131-24/+8
| | | | Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg is not Vorbis.Diego Biurrun2007-02-132-4/+4
| | | | Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-1332-97/+93
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some dprintf to av_logMichel Bardiaux2007-02-131-44/+44
| | | | Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-134-3/+13
| | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-131-0/+3
| | | | Originally committed as revision 7962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support yet another broken avi (filedoesitbetter.avi) which has a wrong ↵Michael Niedermayer2007-02-131-26/+20
| | | | | | stream count Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-124-29/+22
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-121-8/+8
| | | | Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-121-2/+2
| | | | Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-123-32/+32
| | | | Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgot this one (increase preroll time to min of my asfs)Michael Niedermayer2007-02-121-1/+1
| | | | Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-123-5/+5
| | | | Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove md5 check for wma as there are rounding differences between cpusMichael Niedermayer2007-02-123-6/+21
| | | | Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling vorbis regression test for now, both encoder and decoder behave ↵Michael Niedermayer2007-02-123-12/+5
| | | | | | strange and have to be fixed Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-124-9/+13
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Regression changes after addition of fact chunk to non-PCM wavMichel Bardiaux2007-02-122-16/+16
| | | | Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-121-1/+32
| | | | Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk