summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-21
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-21
* Parse NAL units in H264 parser.Ivan Schreter2009-02-21
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-21
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
* Remove special treatment of version.h in DEPEND_CMDMåns Rullgård2009-02-21
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
* indentMichael Niedermayer2009-02-21
* Correct, portable definition of INT_BITMåns Rullgård2009-02-21
* configure: add (empty) avr32 arch caseMåns Rullgård2009-02-21
* configure: sort cases in arch sectionMåns Rullgård2009-02-21
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-21
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-21
* 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