summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* drop failed attempt to optimize *state= c->mps_state[s];Michael Niedermayer2006-10-09
| | | | Originally committed as revision 6604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l bugfix for some disabled codeMichael Niedermayer2006-10-09
| | | | Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 ↵Michael Niedermayer2006-10-09
| | | | | | depening on if you try to subtract the START/STOP_TIMER overhead Originally committed as revision 6602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-09
| | | | Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add_bytes passes testsLuca Barbato2006-10-09
| | | | Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove bytestream_end checks, seems to work fine without them and the ↵Michael Niedermayer2006-10-09
| | | | | | bitstream reader doesnt check for the end either Originally committed as revision 6599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-09
| | | | | | | | | patch by Andrea Gianarro % giandrea AH gmail P com % Original thread: Date: Oct 9, 2006 11:55 AM Subject: [Ffmpeg-devel] AC3 5:1 decoding as mono Originally committed as revision 6598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix GPL/LGPL license version mismatch.Diego Biurrun2006-10-09
| | | | Originally committed as revision 6597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
| | | | Originally committed as revision 6596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes:Dominik Mierzejewski2006-10-08
| | | | | | | | rv10.c:494: warning: implicit declaration of function ‘ff_mpeg4_init_direct_mv’ Approved by Michael. Originally committed as revision 6595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-10-08
| | | | Originally committed as revision 6594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes:Dominik Mierzejewski2006-10-08
| | | | | | | | | | opt.c:327: warning: no return statement in function returning non-void opt_list return value is never checked. Approved by Michael. Originally committed as revision 6593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes:Dominik Mierzejewski2006-10-08
| | | | | | | | parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’ Approved by Michael. Originally committed as revision 6592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes:Dominik Mierzejewski2006-10-08
| | | | | | | | | mpegvideo.h:777: warning: ‘inline’ is not at beginning of declaration motion_est_template.c:236: warning: ‘inline’ is not at beginning of declaration Approved by Diego. Originally committed as revision 6591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void *-arithmeticReimar Döffinger2006-10-08
| | | | Originally committed as revision 6590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote names individually, since otherwise the whole list was understoodVíctor Paesa2006-10-08
| | | | | | | as a single long filename by the shell. patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
| | | | Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* branchless renormalization (1% faster get_cabac) old branchless ↵Michael Niedermayer2006-10-08
| | | | | | renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) Originally committed as revision 6587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 5% faster get_cabac()Michael Niedermayer2006-10-08
| | | | Originally committed as revision 6586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output typo fixesDiego Biurrun2006-10-08
| | | | Originally committed as revision 6585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fix: pix_abs16x16_c was undeclared.Diego Biurrun2006-10-08
| | | | Originally committed as revision 6584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun2006-10-08
| | | | Originally committed as revision 6583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable benchmarking codeMichael Niedermayer2006-10-07
| | | | | | disable asm optims as the fastest depends on cpu type Originally committed as revision 6582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renorm_cabac_decoder_once START/STOP_TIMER scores for athlonMichael Niedermayer2006-10-07
| | | | Originally committed as revision 6581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
| | | | Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourccs for Wavpak and TTAYong2006-10-07
| | | | | | Patch by yong ||| y0ngc |a| yahoo dot com ||| Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer2006-10-07
| | | | Originally committed as revision 6578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* () 10lMichael Niedermayer2006-10-07
| | | | Originally committed as revision 6576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warningLuca Barbato2006-10-07
| | | | Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun2006-10-07
| | | | Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* several x86 renorm_cabac_decoder_once optimizationsMichael Niedermayer2006-10-07
| | | | | | | | START/STOP_TIMER benchmarking code for them please benchmark on P4 & athlon (ill remove the benchmarking code and the always slower variants as soon as p4/athlon benchmarks have been posted or commited) Originally committed as revision 6573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus commented out include line.Diego Biurrun2006-10-07
| | | | Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add backslashes to the last line of continued lines to makeDiego Biurrun2006-10-07
| | | | | | future commits look cleaner. Originally committed as revision 6570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-06
| | | | Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-06
| | | | Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of ED-small-sample-file.oggMichael Niedermayer2006-10-06
| | | | Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update checksum to match latest ASF patchGuillaume Poirier2006-10-06
| | | | Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-05
| | | | Originally committed as revision 6565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* message typo fixesDiego Biurrun2006-10-05
| | | | Originally committed as revision 6564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify test program build.Diego Biurrun2006-10-05
| | | | Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify test program build.Diego Biurrun2006-10-05
| | | | Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, ↵Baptiste Coudurier2006-10-05
| | | | | | xdcam-pal-d10-imx50.mxf Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix imgresample-test compilation.Diego Biurrun2006-10-05
| | | | Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test programs depend on $(LIB).Diego Biurrun2006-10-05
| | | | Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* imgresample-test depends on $(LIB).Diego Biurrun2006-10-05
| | | | Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify EXTRALIBS handling.Diego Biurrun2006-10-05
| | | | Originally committed as revision 6558 to svn://svn.ffmpeg.org/ffmpeg/trunk