18388 Commits (cd0d9a9de68f6407498f9eb9b452cbe74c403c9f)
 

Author SHA1 Message Date
Aurelien Jacobs 7b776589a2 Take account of struct size in total packet queue size tracking. 16 years ago
Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 16 years ago
Cédric Schieli 431ac29046 Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. 16 years ago
Ronald S. Bultje d541a7d2d1 Change sizeof(struct_type) to sizeof(variable). 16 years ago
Cédric Schieli 404944183d move zeroing of alpha channel register out of YSCALEYUV2xxx macros, 16 years ago
Cédric Schieli df57ab1479 splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, 16 years ago
Cédric Schieli 9c77b26b35 make MMX registers parametrized in the WRITEBGR32 macro, 16 years ago
Stefan Gehrer 9f2fc1268c add raw demuxer for Chinese AVS elementary streams 16 years ago
Justin Ruggles a169df2f76 Set the correct number of samples for E-AC-3 in the AC3 parser. 16 years ago
Ivan Schreter ebb61f834a Use last decoded SPS as current SPS in order to parse picture timing SEI 16 years ago
Peter Ross abaab07c19 Add myself as maintainer for American Laser Games and Electronic Arts decoders. 16 years ago
Roman Shaposhnik ce83d2bd37 Fixing a value returning issue 16 years ago
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 16 years ago
Alex Converse e9259f8d18 Re-indent after last commit 16 years ago
Alex Converse e7f73adbb8 AAC in ASF does not need parsing. 16 years ago
Alex Converse 528374980e Add Divio MPEG-4 FOURCC (M4CC) 16 years ago
Alex Converse d42e44a0ef Reindent after last commit 16 years ago
Ivan Schreter 3878be318b Silence two warnings: 16 years ago
Alex Converse 274aa1d02f Some buffer checks for indeo3 16 years ago
Aurelien Jacobs 2a46003c9e matroskadec: fix seek regression tests according to r17460 16 years ago
Aurelien Jacobs 9ebeea82f0 matroskadec: return AVERROR_EOF upon detection of end of file 16 years ago
Michael Niedermayer dc405cc1c0 A try to fix the regressions. 16 years ago
Peter Ross edf9b2f040 FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame() 16 years ago
Peter Ross 0e9602ef93 FLV demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Peter Ross 1e04bbeede AVI demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Peter Ross 9bf1b72405 Add AVERROR_EOF. 16 years ago
Diego Biurrun 6f2162b471 Mark functions only used within the test programs as static. 16 years ago
Ivan Kalvachev 859bb3cfee Add more paranoid checks of xvmc token. 16 years ago
Ivan Kalvachev 9cfc1b3a84 Exit with error if MPV_common_init() is called with PIX_FMT_NONE. 16 years ago
Diego Biurrun e10252483e Only enable SSE/3DNOW optimizations when they have been enabled at compilation. 16 years ago
Diego Biurrun 2213f431c7 Directly #include required X11/XvMC header. 16 years ago
Roman Shaposhnik 94ed2a303d transitioning dv_guess_dct_mode to dsputil cmp function 16 years ago
Roman Shaposhnik 7fb7f6367a Adding 2 intra 8x8 cmp functions: vsad, vsse 16 years ago
Joakim Plate 4cff8dc88f Allow AC-3 parser to modify codec_id. 16 years ago
Roman Shaposhnik 3899eb2f65 Making the arrays accomodate an extra intra 8x8 cmp function 16 years ago
Aurelien Jacobs d52b39c79c fix missing dependencies 16 years ago
Stefano Sabatini b7438896b3 Fix typo: explixitly -> explicitly. 16 years ago
Diego Biurrun b3183ad034 prettyprinting whitespace cosmetics 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
Ivan Schreter 2ea89d9274 Parse buffering period (H.264, D.1.1). 16 years ago
Diego Biurrun 31866c4677 The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in 16 years ago
Ivan Schreter 24a414e0fa Store CPB count in the context. 16 years ago
Stefano Sabatini 15239b7fcc Rename the "src" parameter in the sws_scale() declaration to 16 years ago
Stefano Sabatini 583799c459 Document sws_scale(). 16 years ago
Stefano Sabatini 9ac9f89639 Use const qualifier for the variable "tbp", fix warning. 16 years ago
Stefano Sabatini 61af68d71a Use parentheses around assignment used as truth value, fix warning. 16 years ago
Stefano Sabatini 818ff9a4eb Assign const qualifier to the font variable, fix warning. 16 years ago
Stefano Sabatini 2ba5628939 Add const qualifier to the error var, fix warnings. 16 years ago
Tomer Barletz eecc17a7d5 Move debug trace to the new compute_frame_delay() function. 16 years ago
Benoit Fouet 712de377f7 Cosmetics: reindent after previous commit. 16 years ago