9268 Commits (fc660a01435314536101ade688ef21eb346d1a32)

Author SHA1 Message Date
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 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
Michael Niedermayer dc405cc1c0 A try to fix the regressions. 16 years ago
Peter Ross 9bf1b72405 Add AVERROR_EOF. 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
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
Michael Niedermayer 9392863d1b Clarify get_ue_golomb_31() behavior with >31. 16 years ago
Reimar Döffinger 9bbf1a5c23 Instead of crashing, return from ff_vdpau_mpeg_picture_complete() 16 years ago
Ivan Schreter cf6065ca6b Parse cbp_removal_delay in SEI picture structure. 16 years ago
Ivan Schreter ff594f81df Parse dpb_output_delay in SEI picture structure. 16 years ago
Ivan Schreter 82e38c2952 Parse initial_cpb_removal_delay_length. 16 years ago
Diego Biurrun ca14e2a8b7 Handle conditional compilation of CPU-specific FFT code in the Makefile. 16 years ago
Diego Biurrun 3d17b948fd mpegvideo_xvmc.o depends on mpegvideo.o. 16 years ago
Diego Biurrun 7df33ec28e Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and 16 years ago
Diego Biurrun 63864cb810 small Doxygen comment grammar fix 16 years ago
Diego Biurrun bd0eddb795 Revert converting two asserts into if checks and error messages. 16 years ago
Stephen Warren ef7ae94ba2 Fix MBAFF/PAFF samples. 16 years ago
Diego Biurrun 9ba8bc0164 spelling/grammar/wording fixes for the Doxygen comments 16 years ago
Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 16 years ago
Gwenole Beauchesne ce09f9270a Move initialization of {luma,chroma}_weight_flag[] up, 16 years ago
Diego Biurrun de86157836 cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type 16 years ago
Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
Ivan Kalvachev 649c171aec Thoroughly check all fields set by the application in xvmc struct. 16 years ago
Patrik Kullman 7846418bdb flacdec: Silence false positive warning about uninitialized variables in 16 years ago
Ivan Kalvachev 02c0c8d17d Minor clarification of xvmc field description. 16 years ago
Ivan Kalvachev e7de624bcc Improvements in xvmc structure fields descriptions. 16 years ago
Diego Biurrun 3842560379 whitespace cosmetics: Reindent a few lines after the last commit. 16 years ago
Diego Biurrun 83344066d3 Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if 16 years ago
Diego Biurrun 42dfc2bfa9 whitespace cosmetics: Place spaces around += for better readability. 16 years ago
Diego Biurrun ed80a059ba Add missing object dependencies: eatqi.o depends on mpeg12.o. 16 years ago
Kostya Shishkov 42402a55b0 Make BMP decoder try to decode files with incorrect filesize field value 16 years ago
Diego Biurrun f9d5bf3c2d Replace two asserts by checks and error messages. 16 years ago
Diego Biurrun e7c88eb76f Doxygen comment wording fix 16 years ago
Diego Biurrun 6545996fb9 whitespace cosmetics 16 years ago
Diego Biurrun cad1928f15 Give struct members more sensible names: 16 years ago
Diego Biurrun 648410c1fc cosmetics: one more wording fix 16 years ago