aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
* | Merge svn changes up to r30236Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * 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
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Support mp_image with allocated palette.Gravatar reimar2009-12-26
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...Gravatar reimar2009-11-22
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
| * 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
* | av_log callback handling overhaulGravatar Uoti Urpala2009-10-31
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayGravatar Uoti Urpala2009-04-30
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-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
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * 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
* | Merge svn changes up to r28690Gravatar Uoti Urpala2009-02-21
|\|
| * Return PIX_FMT_NONE if the video system refuses all other formats.Gravatar iive2009-02-19
* | Merge svn changes up to r28655Gravatar Uoti Urpala2009-02-19
|\|
| * Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesGravatar reimar2009-02-18
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-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
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-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