summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix raw rgb/bgr vertical flip in avi based on info from ↵Michael Niedermayer2009-02-21
| | | | | | | | http://www.fourcc.org/fccbihgt.php. partially fixes issue862. Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
| | | | | | Patch by Cédric Schieli, cschieli gmail Originally committed as revision 28690 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
| | | | Originally committed as revision 17474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-21
| | | | | | patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28687 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-21
| | | | | | | YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF, patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28686 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-21
| | | | | | patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
| | | | Originally committed as revision 17473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-20
| | | | Originally committed as revision 17472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-20
| | | | | | | | correctly. This works around an apparent H.264 standard deficiency. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as maintainer for American Laser Games and Electronic Arts decoders.Peter Ross2009-02-20
| | | | Originally committed as revision 17470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing a value returning issueRoman Shaposhnik2009-02-20
| | | | Originally committed as revision 17469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in ASF does not need parsing.Alex Converse2009-02-19
| | | | Originally committed as revision 17466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
| | | | Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two warnings:Ivan Schreter2009-02-19
| | | | | | | | cast discards qualifiers from pointer target type Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some buffer checks for indeo3Alex Converse2009-02-19
| | | | Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
| | | | Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A try to fix the regressions.Michael Niedermayer2009-02-19
| | | | Originally committed as revision 17459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFplay: Stop processing input file when AVERROR_EOF is returned from ↵Peter Ross2009-02-19
| | | | | | av_read_frame() Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVERROR_EOF.Peter Ross2009-02-19
| | | | Originally committed as revision 17455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-19
| | | | Originally committed as revision 17453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit with error if MPV_common_init() is called with PIX_FMT_NONE.Ivan Kalvachev2009-02-19
| | | | | | Give nice error message to fix codecs that call it this way. Originally committed as revision 17452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-19
| | | | | | Fixes shared build with SSE/3DNOW disabled but MMX and yasm enabled. Originally committed as revision 17451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
| | | | | | Patch by Joakim Plate (elupus A ecce D se). Originally committed as revision 17447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missing dependenciesAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-19
| | | | Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-19
| | | | Originally committed as revision 17443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
| | | | | | | | Initialized to -1 in parser.c for backward compatibility. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
| | | | | | x86/fft_mmx.asm, so only build them if the latter is built. Originally committed as revision 17440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store CPB count in the context.Ivan Schreter2009-02-18
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
| | | | | | | "srcSlice" to stress the fact that it references a slice rather than an image. Originally committed as revision 28655 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scale().Stefano Sabatini2009-02-18
| | | | Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
| | | | | | Patch by Tomer Barletz: barletz gmail Originally committed as revision 17434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
| | | | Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force last delay value to its own value.Tomer Barletz2009-02-18
| | | | | | Adapted from a patch by Tomer Barletz: surname chez gmail Originally committed as revision 17432 to svn://svn.ffmpeg.org/ffmpeg/trunk