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