log

age author description
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