summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
| | | | 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-14
| | | | Originally committed as revision 7986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2007-02-14
| | | | 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-14
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | 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-14
| | | | 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-14
| | | | | | and copying the frame into it (remove a memcpy()) Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-14
| | | | Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one warningMichel Bardiaux2007-02-14
| | | | Originally committed as revision 7976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some updatesDiego Biurrun2007-02-14
| | | | Originally committed as revision 7975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* liba52 was removed, libswscale is also GPLed.Diego Biurrun2007-02-14
| | | | Originally committed as revision 7974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused file.Diego Biurrun2007-02-14
| | | | 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-14
| | | | | | 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-14
| | | | Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ever so slightlyMåns Rullgård2007-02-13
| | | | 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-13
| | | | | | 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-13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename some --enable options for external libsMåns Rullgård2007-02-13
| | | | Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg is not Vorbis.Diego Biurrun2007-02-13
| | | | 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-13
| | | | | | | | | 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-13
| | | | Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-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-13
| | | | 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-13
| | | | | | 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-12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-12
| | | | Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-12
| | | | Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-12
| | | | 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-12
| | | | 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-12
| | | | 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-12
| | | | 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-12
| | | | | | 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-12
| | | | | | 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-12
| | | | Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-12
| | | | Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor help output formatting fixDiego Biurrun2007-02-12
| | | | Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly improve *_TIMERMichael Niedermayer2007-02-12
| | | | Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -s option have different defaults for ffmpeg and ffserver cases.Ivan Kalvachev2007-02-12
| | | | Originally committed as revision 7947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2007-02-12
| | | | Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore the possibility to link liba52 instead of dlopening.Diego Biurrun2007-02-12
| | | | Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix --enable-*threadsMåns Rullgård2007-02-12
| | | | Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused ENODATA defineFrançois Revol2007-02-11
| | | | Originally committed as revision 7943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Diego for breaking A52 decoderMåns Rullgård2007-02-11
| | | | Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify --enable/disable-* option handlingMåns Rullgård2007-02-11
| | | | Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up amr option handlingMåns Rullgård2007-02-11
| | | | Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add armv6 to TARGET_LISTMåns Rullgård2007-02-11
| | | | Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk