8878 Commits (f5007cc84499b005028064786c628ff4c8850f3c)

Author SHA1 Message Date
Ivan Schreter 96c3da93e6 Set context variable picture_structure in H264 parser. 16 years ago
Ivan Schreter 0ed260c7a3 Set context variable key_frame in H264 parser. 16 years ago
Ivan Schreter ff6474dd15 Parse NAL units in H264 parser. 16 years ago
Ivan Schreter 1790a5e908 Make the following H264 functions available to the parser: 16 years ago
Michael Niedermayer e641f320bd indent 16 years ago
Måns Rullgård 822be725d9 Alpha: fix inline asm with DEC/Compaq/HP compiler 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
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
Roman Shaposhnik ce83d2bd37 Fixing a value returning issue 16 years ago
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