summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix non ALT bitstream readerMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let ↵Baptiste Coudurier2006-08-24
| | | | | | decoder init them Originally committed as revision 6069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize reorder_block() though this function seems to be executed too ↵Michael Niedermayer2006-08-24
| | | | | | rarely for this to make much difference Originally committed as revision 6068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
| | | | Originally committed as revision 6064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-24
| | | | | | | | | Patch by Brian Brice % bbrice A newtek P com % Original thread: Date: Aug 22, 2006 10:21 PM Subject: [Ffmpeg-devel] [PATCH] ODML AVI Duration Originally committed as revision 6063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing high freq decodeMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use memset() instead of slow c loopsMichael Niedermayer2006-08-24
| | | | Originally committed as revision 6059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-08-23
| | | | Originally committed as revision 6058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-23
| | | | Originally committed as revision 6057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin processor supportMichael Benjamin2006-08-23
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fallback if theres no indexMichael Niedermayer2006-08-23
| | | | | | fix index less seeking Originally committed as revision 6055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read and use index (based on a patch by John Donaghy on the 23-03-2006 ↵Michael Niedermayer2006-08-23
| | | | | | '[Ffmpeg-devel] dvr-ms seek help request') Originally committed as revision 6054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* value_num should also be 64bit (1 hunk from the asf seeking patch by ↵Steve L'Homme2006-08-23
| | | | | | DrDivx/Steve Lhomme) Originally committed as revision 6053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / ↵Michael Niedermayer2006-08-23
| | | | | | Steve Lhomme) Originally committed as revision 6052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-22
| | | | Originally committed as revision 6051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-22
| | | | | | untested Originally committed as revision 6050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace MULL with asm too, no significnat speedup but its probably better to ↵Michael Niedermayer2006-08-22
| | | | | | not take any chances, some versions of gcc will almost certainly mess it up too if they can Originally committed as revision 6049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replacing MULH by asm for x86Michael Niedermayer2006-08-22
| | | | | | about 30% faster imdct36() Originally committed as revision 6048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indent preprocessor directivesMichael Niedermayer2006-08-22
| | | | Originally committed as revision 6047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-22
| | | | Originally committed as revision 6046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and ↵Michael Niedermayer2006-08-22
| | | | | | the compiler should be able to optimize the shift away on 64bit archs) Originally committed as revision 6045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
| | | | Originally committed as revision 6044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct first gop closed valueBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxf regression testsBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init bufferBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to compile swscale testsLuca Abeni2006-08-21
| | | | Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* replace a few MULL by MULHMichael Niedermayer2006-08-21
| | | | Originally committed as revision 6039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fullnameBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added codec id for QCELP.Benjamin Larsson2006-08-20
| | | | Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compatibility warningMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup PixelFormat a littleMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_deprecatedMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2006-08-19
| | | | Originally committed as revision 6032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes for the last commitDiego Biurrun2006-08-19
| | | | Originally committed as revision 6031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWAPMichael Niedermayer2006-08-19
| | | | Originally committed as revision 6030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio format conversionMichael Niedermayer2006-08-19
| | | | | | untested and unused Originally committed as revision 6029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -async and -vsync documentation. Based on info from the mailinglist.Benjamin Larsson2006-08-19
| | | | Originally committed as revision 6028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow swscale emulation header to be included by C++ programsLuca Abeni2006-08-19
| | | | Originally committed as revision 6027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-19
| | | | Originally committed as revision 6026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-19
| | | | | | = a single startcode should not override extension based detection Originally committed as revision 6025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-19
| | | | | | 1.5% faster vorbis. Originally committed as revision 6024 to svn://svn.ffmpeg.org/ffmpeg/trunk