summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-01
| | | | | | This should also improve quality on WMV9Drifting.asf Originally committed as revision 7190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
| | | | | | | +0.01 PSNR idea from x264 Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overflow and remove wrong commentMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return optimal fractionMichael Niedermayer2006-11-30
| | | | | | based on a patch by Uoti Urpala Originally committed as revision 7186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer2006-11-30
| | | | Originally committed as revision 7185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better VQA demuxerKostya Shishkov2006-11-29
| | | | Originally committed as revision 7184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQA v1 supportKostya Shishkov2006-11-29
| | | | Originally committed as revision 7183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
| | | | Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-28
| | | | | | fixes jerky playback of planet.earth.mkv Originally committed as revision 7181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move source_package declaration in the loop and reset it each iterationBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readjust dts if negativeBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct information in headerKostya Shishkov2006-11-28
| | | | Originally committed as revision 7178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toReimar Döffinger2006-11-27
| | | | | | make AMD64 compilation work and ICC can not handle "p". Originally committed as revision 21341 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l in r7174 caused all options to be treated as filenames.Loren Merritt2006-11-27
| | | | Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetic reordering of codec registrationRobert Swain2006-11-27
| | | | | | patch by Robert Swain < robert.swain _at_ gmail.com > Originally committed as revision 7176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs2006-11-27
| | | | Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for files that begin with a dash.Timo Lindfors2006-11-27
| | | | | | | | | Patch by Timo Lindfors % lindi A kurp P hut P fi % Original thread: Date: Mon, 27 Nov 2006 02:00:14 +0200 Subject: [Ffmpeg-devel] ffplay confused about filenames that begin with a dash Originally committed as revision 7174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC fixMichael Niedermayer2006-11-27
| | | | Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
| | | | | | | | | Patch by Brian Foley % bfoley A compsoc P nuigalway P ie % Original thread: Date: Nov 26, 2006 6:44 PM Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2 Originally committed as revision 7172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
| | | | Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames support for adv. profileKostya Shishkov2006-11-26
| | | | Originally committed as revision 7170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
| | | | Originally committed as revision 7169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use halfpq in coefficient scalingKostya Shishkov2006-11-26
| | | | Originally committed as revision 7168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant comment.Diego Biurrun2006-11-25
| | | | Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoLuca Barbato2006-11-24
| | | | Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-24
| | | | Originally committed as revision 7165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-23
| | | | Originally committed as revision 7164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-23
| | | | Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need for special trick anymore for flac in matroska.Aurelien Jacobs2006-11-23
| | | | | | The flac decoder now understand full metadata header in extradata. Originally committed as revision 7162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-23
| | | | Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
| | | | | | | | | | patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-22
| | | | Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-22
| | | | Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add interactive support for MinGWRamiro Polla2006-11-22
| | | | | | | | | patch by Ramiro Polla % ramiro A lisha P ufsc P br % Orignial thread: date: Nov 5, 2006 1:55 AM subject: [Ffmpeg-devel] [PATCH] MinGW interactive support Originally committed as revision 7155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
| | | | Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
| | | | Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-22
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for FLAC in matroskaAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-21
| | | | Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-21
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l infinite loop fixMichael Niedermayer2006-11-21
| | | | Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-21
| | | | Originally committed as revision 7144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode non-interleaved scansKostya Shishkov2006-11-21
| | | | Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kb --> kbDiego Biurrun2006-11-20
| | | | Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk