summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not mix declarations and statements.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-01
| | | | Originally committed as revision 6863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean, always write major brand for debugBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mp4 fieldBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make tests compile on non-x86.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-01
| | | | Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-01
| | | | Originally committed as revision 6857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_DELAY supportMåns Rullgård2006-11-01
| | | | Originally committed as revision 6856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov vfr muxingBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-01
| | | | Originally committed as revision 6853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
| | | | | | the semantics of ARCH_X86 to mean both 32 and 64 bits. Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better #endif commentDiego Biurrun2006-11-01
| | | | Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 1/0 b frames + CBR bugMichael Niedermayer2006-10-31
| | | | Originally committed as revision 6850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure --as-needed and the other flags got checked as the last thing, ↵Luca Barbato2006-10-31
| | | | | | workarounds linking checks issues due broken system libraries Originally committed as revision 6849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-31
| | | | Originally committed as revision 6848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better timebase selection heuristic for video stream copyMichael Niedermayer2006-10-31
| | | | | | fixes -ss -t -vcodec copy Originally committed as revision 6847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-31
| | | | Originally committed as revision 6846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
| | | | Originally committed as revision 6845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* coded line size is a multiple of 4Måns Rullgård2006-10-30
| | | | Originally committed as revision 6844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-30
| | | | Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-30
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for disabling vorbis decoder but enabling vorbis encoderOded Shimon2006-10-30
| | | | Originally committed as revision 6841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init vlc tables as staticKostya Shishkov2006-10-30
| | | | Originally committed as revision 6840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMC decoderKostya Shishkov2006-10-30
| | | | Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPicture has 4 planes, not 3Luca Abeni2006-10-30
| | | | Originally committed as revision 6838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the sampling rate just because 1 mp3 packet header says so (fixes ↵Michael Niedermayer2006-10-30
| | | | | | playback speed on some old mencoder generated avis which where then dumped to mp3) Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid random noise on damaged framesMichael Niedermayer2006-10-30
| | | | Originally committed as revision 6836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-29
| | | | Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-29
| | | | | | !PIC but gets used without a check for !PIC. Originally committed as revision 6834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
| | | | Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to common base64 routines in lavfRyan Martell2006-10-29
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 29, 2006 2:45 AM Subject: Re: [Ffmpeg-devel] [PATCH] Base64 code Originally committed as revision 6832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
| | | | | | | | | | | | streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update copyright year, it looks odd otherwise :)Michael Niedermayer2006-10-28
| | | | Originally committed as revision 6830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where ↵Michael Niedermayer2006-10-28
| | | | | | the distortion becomes less relevant then the overhead of intra blocks Originally committed as revision 6829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for all framerates specified by the standardJoakim Plate2006-10-28
| | | | | | | | | Patch by Joakim elupus A ecce P se Original thread: Date: Oct 28, 2006 7:56 PM Subject: [Ffmpeg-devel] [PATCH] Support for all official framerates in nsv demuxer Originally committed as revision 6828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I hope noone minds, adding myself to eval.c copyright...Oded Shimon2006-10-28
| | | | Originally committed as revision 6827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-28
| | | | | | | | | | | Patch by Joakim elupus A ecce P se Original thread: Subject: [Ffmpeg-devel] [PATCH]: A/V sync on nsv streams. Date: October 27, 2006 3:18:54 AM CEDT Actual committed patch: Date: October 28, 2006 3:23:28 AM CEDT Originally committed as revision 6826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-28
| | | | | | | | | Patch by Thijs % thijsvermeir A telenet P be % Original thread: Subject: Re: [Ffmpeg-devel] [PATCH proposal] Reuse UDP socket v2 Date: October 28, 2006 11:09:00 AM CEDT Originally committed as revision 6825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lambda* should be unsignedMichael Niedermayer2006-10-28
| | | | Originally committed as revision 6824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent overflow if lambda2 is "too" largeMichael Niedermayer2006-10-28
| | | | Originally committed as revision 6823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer2006-10-28
| | | | Originally committed as revision 6822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore whitespace in ff_evalOded Shimon2006-10-28
| | | | Originally committed as revision 6821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample rate fixAndrew Voznytsa2006-10-28
| | | | | | patch by Andrew Voznytsa andrew.voznytsa gmail com Originally committed as revision 6820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing 'e->value * 'Oded Shimon2006-10-28
| | | | Originally committed as revision 6819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shut gcc warning, also makes sense for NAN to be returned if the loop was ↵Oded Shimon2006-10-28
| | | | | | never executed Originally committed as revision 6818 to svn://svn.ffmpeg.org/ffmpeg/trunk