summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more prefetches, 2% faster h264Loren Merritt2006-10-11
| | | | Originally committed as revision 6664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster on P3 slightly slower on athlon and probably faster on P4Michael Niedermayer2006-10-11
| | | | Originally committed as revision 6663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MXF descriptionBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update GXF status and add descriptionBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update doc, changelog, and increase libavcodec version for .cin files supportBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Delphine Software .cin files demuxing / audio and video ↵Baptiste Coudurier2006-10-11
| | | | | | decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving lps state transition code a little up in the branched asm code (1% ↵Michael Niedermayer2006-10-11
| | | | | | faster on P3) Originally committed as revision 6658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write cabac low and range variables as early as possible to prevent stalls ↵Michael Niedermayer2006-10-11
| | | | | | from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual) Originally committed as revision 6657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ecx instead of cl (no speed change on P3 but might avoid partial ↵Michael Niedermayer2006-10-11
| | | | | | register stalls on some cpus) Originally committed as revision 6656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make state transition tables global as they are constant and the code is ↵Michael Niedermayer2006-10-11
| | | | | | slightly faster that way Originally committed as revision 6655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2006-10-11
| | | | Originally committed as revision 6654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make lps_range a global table its constant anyway (saves 1 addition for ↵Michael Niedermayer2006-10-11
| | | | | | accessing it) Originally committed as revision 6653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, ↵Michael Niedermayer2006-10-11
| | | | | | athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ... Originally committed as revision 6652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port watermark vhook to swscalerVíctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 12, 2006 5:29 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port imlib2 vhook to swscalerVíctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 13, 2006 11:06 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-10-11
| | | | Originally committed as revision 6647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bit rateBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch to the LGPL as agreed to by the author according to theDiego Biurrun2006-10-11
| | | | | | initial commit log message. Originally committed as revision 6641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa image decoderKostya Shishkov2006-10-11
| | | | Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
| | | | Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused #defineMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
| | | | Originally committed as revision 6637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorze another 2 linesMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set duration and timebase (based on a patch by Simon Morlat simon.morlat ↵Michael Niedermayer2006-10-10
| | | | | | linphone org) Originally committed as revision 6634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize (untested)Michael Niedermayer2006-10-10
| | | | Originally committed as revision 6633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return cleanupMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assign myself to aiff maintainerBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
| | | | Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-10
| | | | Originally committed as revision 6623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
| | | | | | | | (was duplicated in libavcodec/ppc/vc1dsp_altivec.c nd libavcodec/ppc/mpegvideo_altivec.c, and will be used in upcoming routines for h264_altivec.c) Originally committed as revision 6621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sign macro to libavutil.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving another bit&1 out, this is as fast as with it in there, but it makes ↵Michael Niedermayer2006-10-10
| | | | | | more sense with it outside of the loop Originally committed as revision 6618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
| | | | Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk