| Commit message (Expand) | Author | Age |
* | Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at | reimar | 2010-02-17 |
* | libmpcodecs: Mark functions not used outside of their files as static. | diego | 2010-02-16 |
* | Mark all ad_info_t/vd_info_t structure declarations as const. | diego | 2010-02-12 |
* | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 |
* | Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding | zuxy | 2010-01-07 |
* | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 |
* | Support mp_image with allocated palette. | reimar | 2009-12-26 |
* | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_... | reimar | 2009-11-22 |
* | Use avcodec_align_dimensions to appropriately align width and height in | reimar | 2009-11-17 |
* | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. | diego | 2009-11-10 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 |
* | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 |
* | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 |
* | 10l, replace a tab that slipped in. | reimar | 2009-03-01 |
* | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 |
* | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 |
* | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 |
* | Set avctx->opaque already at init instead of decode so it can be used in | reimar | 2009-02-17 |
* | cosmetics: Remove stray empty lines. | diego | 2009-02-17 |
* | Fix #endif comment. | cehoyos | 2009-02-16 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 |
* | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 |
* | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 |
* | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 |
* | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 |
* | Remove unnecessary #if around forward declaration. | reimar | 2009-02-15 |
* | Restructure get_format so it can easily be extended to handle VDPAU | reimar | 2009-02-15 |
* | Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f... | reimar | 2009-02-15 |
* | Use PIX_FMT_NONE instead of -1 | reimar | 2009-02-15 |
* | Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC | reimar | 2009-02-15 |
* | Extend get_buffer to handle the XvMC case and remove mc_get_buffer | reimar | 2009-02-15 |
* | Unset MP_IMGFLAG_IN_USE in release_buffer. | reimar | 2009-02-15 |
* | Merge two checks for mpi != NULL | reimar | 2009-02-15 |
* | Make the default release_buffer work for XvMC, use it and remove mc_release_b... | reimar | 2009-02-15 |
* | Get rid of mc_render_slice and use the generic draw_slice instead. | reimar | 2009-02-15 |
* | Reflect the change of xvmc struct name. | iive | 2009-02-15 |
* | Now xvmc struct uses magic_id field | iive | 2009-02-15 |
* | Use fmt-conversion.h in vd_ffmpeg.c | reimar | 2009-02-14 |
* | Consistently place whitespace around * ( ) and , | reimar | 2009-02-14 |
* | Remove useless break | reimar | 2009-02-14 |
* | Indentation and other whitespace fixes | reimar | 2009-02-14 |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 |
* | 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, | reimar | 2009-02-12 |
* | Remove trailing whitespace from vd_ffmpeg. | reimar | 2009-02-12 |
* | Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style. | reimar | 2009-02-12 |
* | Remove several #ifdefs that check for libavcodec features from vd_ffmpeg. | reimar | 2009-02-12 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 |