aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
* fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* fix compilation with lavc version > r15270Gravatar gpoirier2008-09-08
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* Remove outdated URL from vd_info_t struct.Gravatar diego2008-09-06
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* Reformat very ugly code.Gravatar michael2008-05-10
* AVOptions support for libavcodec based video decoders.Gravatar michael2008-05-10
* Restore grayscale decoding support with FFmpeg.Gravatar diego2008-04-13