summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-21
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-21
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-21
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-20
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-20
* Add myself as maintainer for American Laser Games and Electronic Arts decoders.Peter Ross2009-02-20
* Fixing a value returning issueRoman Shaposhnik2009-02-20
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
* Reindent after last commitAlex Converse2009-02-19
* Silence two warnings:Ivan Schreter2009-02-19
* Some buffer checks for indeo3Alex Converse2009-02-19
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
* A try to fix the regressions.Michael Niedermayer2009-02-19
* FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross2009-02-19
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* Add AVERROR_EOF.Peter Ross2009-02-19
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-19
* Exit with error if MPV_common_init() is called with PIX_FMT_NONE.Ivan Kalvachev2009-02-19
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-19
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-19
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-19
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-19
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
* fix missing dependenciesAurelien Jacobs2009-02-19
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-19
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
* Store CPB count in the context.Ivan Schreter2009-02-18
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
* Document sws_scale().Stefano Sabatini2009-02-18
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
* Do not force last delay value to its own value.Tomer Barletz2009-02-18