8987 Commits (09a64ee6140c2f30184613b1b2b9a01e083c4a84)

Author SHA1 Message Date
Kostya Shishkov 91ba181a15 Better parsing of i263 picture header 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Jason Garrett-Glaser e27ad11840 Convert x264 asm files to proper unix line breaks 16 years ago
Jason Garrett-Glaser 9bd5f59b33 Remove (incorrect) filenames from x264 asm files, add descriptions. 16 years ago
Reimar Döffinger 66e6038cf1 Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed. 16 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Peter Ross 001821904e Support 48-bit RGB PPM image. 16 years ago
Peter Ross 88c21a6f14 Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. 16 years ago
Ivan Schreter 346db3ef7f Use context variable repeat_pict for frame duration computation and 16 years ago
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