summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make install target depend on vhooksMåns Rullgård2006-03-24
| | | | Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-24
| | | | Originally committed as revision 5211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux ↵Baptiste Coudurier2006-03-24
| | | | | | mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp Originally committed as revision 5207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ST16 is undefined for non-GNU compilers.Steve L'Homme2006-03-24
| | | | | | Patch by Steve Lhomme <slhomme at divxcorp com> Originally committed as revision 5206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix order of operands in lrintf test to make the test not fail if you haveDiego Pettenò2006-03-24
| | | | | | | a strict compile/linker that accepts arguments just in the canonical order. patch by Diego Pettenò, flameeyes.. at ..gentoo.. dot ..org Originally committed as revision 5205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 ↵Loren Merritt2006-03-23
| | | | | | decoding (on an athlon-xp). Originally committed as revision 5204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
| | | | Originally committed as revision 5203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 64bit typesBaptiste Coudurier2006-03-23
| | | | Originally committed as revision 5202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lLoren Merritt2006-03-22
| | | | Originally committed as revision 5201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
| | | | Originally committed as revision 5200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvcpro is 411p in factBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1.5x faster write_back_motion, 1-3% overallLoren Merritt2006-03-22
| | | | Originally committed as revision 5198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-22
| | | | | | | | | Patch by Robert Edele < yartrebo AH earthlink POIS net > Original Thread: Date: Mar 22, 2006 3:24 AM Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 5 Originally committed as revision 5197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duration and subitle fix from the patch by Steve LhommeSteve L'Homme2006-03-22
| | | | Originally committed as revision 5196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-22
| | | | Originally committed as revision 5195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support 64bit date/durationBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aspect ratioMichael Niedermayer2006-03-22
| | | | Originally committed as revision 5192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-21
| | | | | | Patch by Robert Edele, yartrebo <<at>> earthlink <<dot>> net Originally committed as revision 5191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free ftyp atomBaptiste Coudurier2006-03-21
| | | | Originally committed as revision 5187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* since Michael prefers to keep dsputil.h private to libavcodecMåns Rullgård2006-03-20
| | | | | | | | | (rather than installing it system-wide) this patch reverses the mistake I made last month (mplayer was recently fixed accordingly). patch from Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-20
| | | | | | | | | Patch by Robert Edele < yartrebo AH earthlink POIS net > Original thread: Date: Mar 20, 2006 5:54 PM Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 3 Originally committed as revision 5185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow mmx + sse2 part 2Robert Edele2006-03-20
| | | | | | Patch by Robert Edele, yartrebo <<at>> earthlink <<dot>> net Originally committed as revision 5184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-20
| | | | Originally committed as revision 5183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixes for xvid_rcMichael Niedermayer2006-03-19
| | | | Originally committed as revision 5182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable ffserver on Darwin, non-AltiVec regression tests pass.Diego Biurrun2006-03-19
| | | | Originally committed as revision 5181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix frametypes with xvid_rcMichael Niedermayer2006-03-18
| | | | Originally committed as revision 5180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bquant_offsetMichael Niedermayer2006-03-18
| | | | Originally committed as revision 5179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2006-03-18
| | | | Originally committed as revision 5178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-17
| | | | | | compiled with xvid support. Originally committed as revision 5176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ↵Oded Shimon2006-03-17
| | | | | | | | with Snow enabled Patch by Oded Shimon < ods15 AH ods15 POIS dyndns POIS org > Originally committed as revision 5175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* > 2GB file fixBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
| | | | | | | | | | | | This one sets up a snow.h and makes snow use the dsputil function pointer framework to access the three functions that will be implemented in asm in the other parts of the patchset. Patch by Robert Edele < yartrebo AH earthlink POIS net> Original thread: Subject: [Ffmpeg-devel] [PATCH] Snow mmx+sse2 asm optimizations Date: Sun, 05 Feb 2006 12:47:14 -0500 Originally committed as revision 5172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-16
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep ftyp firstBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warningBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use fseeko and ftello to be 64 bit offsets compliantBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-15
| | | | | | | | | | | -dts_delta_threshold. patch by Harikrishnan Varma < hvarma AH divxcorp POIS com > Original thread: Date: Mar 14, 2006 1:13 AM Subject: [Ffmpeg-devel] Audio-video sync problem when transcoding to xvid in AVI Originally committed as revision 5166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-14
| | | | Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont pass intra flag if its always 0Michael Niedermayer2006-03-14
| | | | Originally committed as revision 5164 to svn://svn.ffmpeg.org/ffmpeg/trunk