log

age author description
2009-02-23 michael More approved hunks for VAAPI & our new and cleaner hwaccel API. libavcodec
2009-02-23 michael Approved hunks for VAAPI / our new shiny hwaccel API libavcodec
2009-02-22 diego Fix xvmc object dependencies. libavcodec
2009-02-22 michael Fix vc1 split(). libavcodec
2009-02-22 kostya Better parsing of i263 picture header libavcodec
2009-02-22 stefano Add missing av_cold in static init/close functions. libavcodec
2009-02-22 darkshikari Convert x264 asm files to proper unix line breaks libavcodec
2009-02-22 darkshikari Remove (incorrect) filenames from x264 asm files, add descriptions. libavcodec
2009-02-22 reimar Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed. libavcodec
2009-02-22 iive Change the type of pblocks from pointers to short array into libavcodec
2009-02-22 pross Support 48-bit RGB PPM image. libavcodec
2009-02-22 pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. libavcodec
2009-02-21 cehoyos Use context variable repeat_pict for frame duration computation and libavcodec
2009-02-21 cehoyos Set context variable picture_structure in H264 parser. libavcodec
2009-02-21 cehoyos Set context variable key_frame in H264 parser. libavcodec
2009-02-21 cehoyos Parse NAL units in H264 parser. libavcodec
2009-02-21 cehoyos Make the following H264 functions available to the parser: libavcodec
2009-02-21 michael indent libavcodec
2009-02-21 mru Alpha: fix inline asm with DEC/Compaq/HP compiler libavcodec
2009-02-21 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavcodec
2009-02-20 jbr Set the correct number of samples for E-AC-3 in the AC3 parser. libavcodec
2009-02-20 cehoyos Use last decoded SPS as current SPS in order to parse picture timing SEI libavcodec
2009-02-20 romansh Fixing a value returning issue libavcodec
2009-02-19 cehoyos Add convergence_duration to AVCodecParserContext. libavcodec
2009-02-19 alexc Reindent after last commit libavcodec
2009-02-19 cehoyos Silence two warnings: libavcodec
2009-02-19 alexc Some buffer checks for indeo3 libavcodec
2009-02-19 michael A try to fix the regressions. libavcodec
2009-02-19 pross Add AVERROR_EOF. libavcodec
2009-02-19 iive Add more paranoid checks of xvmc token. libavcodec
2009-02-19 iive Exit with error if MPV_common_init() is called with PIX_FMT_NONE. libavcodec
2009-02-19 diego Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodec
2009-02-19 diego Directly #include required X11/XvMC header. libavcodec
2009-02-19 romansh transitioning dv_guess_dct_mode to dsputil cmp function libavcodec
2009-02-19 romansh Adding 2 intra 8x8 cmp functions: vsad, vsse libavcodec
2009-02-19 jbr Allow AC-3 parser to modify codec_id. libavcodec
2009-02-19 romansh Making the arrays accomodate an extra intra 8x8 cmp function libavcodec
2009-02-19 aurel fix missing dependencies libavcodec
2009-02-19 diego prettyprinting whitespace cosmetics libavcodec
2009-02-18 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavcodec
2009-02-18 cehoyos Parse buffering period (H.264, D.1.1). libavcodec
2009-02-18 diego The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodec
2009-02-18 cehoyos Store CPB count in the context. libavcodec
2009-02-18 michael Clarify get_ue_golomb_31() behavior with >31. libavcodec
2009-02-18 cehoyos Instead of crashing, return from ff_vdpau_mpeg_picture_complete() libavcodec
2009-02-18 cehoyos Parse cbp_removal_delay in SEI picture structure. libavcodec
2009-02-18 cehoyos Parse dpb_output_delay in SEI picture structure. libavcodec
2009-02-18 cehoyos Parse initial_cpb_removal_delay_length. libavcodec
2009-02-18 diego Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodec
2009-02-17 diego mpegvideo_xvmc.o depends on mpegvideo.o. libavcodec
2009-02-17 diego Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and libavcodec
2009-02-17 diego small Doxygen comment grammar fix libavcodec
2009-02-17 diego Revert converting two asserts into if checks and error messages. libavcodec
2009-02-17 cehoyos Fix MBAFF/PAFF samples. libavcodec
2009-02-17 diego spelling/grammar/wording fixes for the Doxygen comments libavcodec
2009-02-17 diego Add missing #includes to fix 'make checkheaders'. libavcodec
2009-02-17 benoit Move initialization of {luma,chroma}_weight_flag[] up, libavcodec
2009-02-17 diego cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type libavcodec
2009-02-17 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavcodec
2009-02-16 iive Thoroughly check all fields set by the application in xvmc struct. libavcodec
2009-02-16 jbr flacdec: Silence false positive warning about uninitialized variables in libavcodec
2009-02-16 iive Minor clarification of xvmc field description. libavcodec
2009-02-16 iive Improvements in xvmc structure fields descriptions. libavcodec
2009-02-16 diego whitespace cosmetics: Reindent a few lines after the last commit. libavcodec
2009-02-16 diego Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if libavcodec
2009-02-16 diego whitespace cosmetics: Place spaces around += for better readability. libavcodec
2009-02-16 diego Add missing object dependencies: eatqi.o depends on mpeg12.o. libavcodec
2009-02-16 kostya Make BMP decoder try to decode files with incorrect filesize field value libavcodec
2009-02-16 diego Replace two asserts by checks and error messages. libavcodec
2009-02-16 diego Doxygen comment wording fix libavcodec
2009-02-16 diego whitespace cosmetics libavcodec
2009-02-16 diego Give struct members more sensible names: libavcodec
2009-02-16 diego cosmetics: one more wording fix libavcodec
2009-02-16 diego cosmetics: Keep lines below 80 characters where sensibly possible. libavcodec
2009-02-15 diego Doxygen spelling/wording fixes libavcodec
2009-02-15 diego spelling/wording fixes for the Doxygen comments libavcodec
2009-02-15 diego draw_horiz_band() is really ff_draw_horiz_band(). libavcodec
2009-02-15 diego spelling/grammar/wording/whitespace for Doxygen comments libavcodec
2009-02-15 diego Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar libavcodec
2009-02-15 stefano Improve grammar: "X next after Y" -> "next X after Y". libavcodec
2009-02-15 diego cosmetics: typo fix libavcodec
2009-02-15 iive Describe all fields in xvmc struct. libavcodec
2009-02-15 diego spelling/grammar/wording fixes for Doxygen comments libavcodec
2009-02-15 diego comment spelling/grammar/wording fixes libavcodec
2009-02-15 diego Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. libavcodec
2009-02-15 iive Rename unique_id to the way michaelni likes it. (xvmc_id) libavcodec
2009-02-15 iive Document all functions in mpegvideo_xvmc. libavcodec
2009-02-15 diego Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. libavcodec
2009-02-15 iive Kill the magic field in xvmc structure. libavcodec
2009-02-15 diego K&R whitespace cosmetics libavcodec
2009-02-15 diego 10l: Remove duplicated hunk of code. libavcodec
2009-02-15 stefano Document av_codec_next(). libavcodec
2009-02-15 cehoyos Silence following warning if only zeros were not consumed: libavcodec
2009-02-15 reimar Place spaces consistently in pointer types in vdpau.c libavcodec
2009-02-15 iive Cosmetics. Vertical align. libavcodec
2009-02-15 iive Almost cosmetics. libavcodec