Sun, 26 Jul 2009 19:53:00 +0000 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
Mon, 01 Jun 2009 22:25:10 +0000 |
reimar |
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
|
Sun, 29 Mar 2009 14:15:09 +0000 |
reimar |
Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.
|
Wed, 18 Mar 2009 17:02:29 +0000 |
cehoyos |
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
|
Tue, 03 Mar 2009 13:38:33 +0000 |
reimar |
Add another hack to work-around the currently completely inconsistent way in
|
Sun, 01 Mar 2009 09:09:49 +0000 |
reimar |
10l, replace a tab that slipped in.
|
Sun, 01 Mar 2009 09:03:01 +0000 |
reimar |
Create a set_format_params function that sets all the special options needed
|
Thu, 19 Feb 2009 09:21:46 +0000 |
iive |
Return PIX_FMT_NONE if the video system refuses all other formats.
|
Wed, 18 Feb 2009 07:52:17 +0000 |
reimar |
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
|
Tue, 17 Feb 2009 16:40:50 +0000 |
reimar |
Set avctx->opaque already at init instead of decode so it can be used in
|
Tue, 17 Feb 2009 11:29:43 +0000 |
diego |
cosmetics: Remove stray empty lines.
|
Mon, 16 Feb 2009 23:56:19 +0000 |
cehoyos |
Fix #endif comment.
|
Mon, 16 Feb 2009 20:58:13 +0000 |
reimar |
Add support for VDPAU video out, including hardware decoding.
|
Sun, 15 Feb 2009 22:02:24 +0000 |
diego |
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
|
Sun, 15 Feb 2009 20:29:29 +0000 |
iive |
Reflect ffmpeg change of xvmc struct field to xvmc_id.
|
Sun, 15 Feb 2009 17:49:42 +0000 |
diego |
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
|
Sun, 15 Feb 2009 17:35:24 +0000 |
diego |
The xmvc structure member magic_id was renamed to unique_id.
|
Sun, 15 Feb 2009 17:29:00 +0000 |
reimar |
Remove unnecessary #if around forward declaration.
|
Sun, 15 Feb 2009 17:23:05 +0000 |
reimar |
Restructure get_format so it can easily be extended to handle VDPAU
|
Sun, 15 Feb 2009 16:57:08 +0000 |
reimar |
Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.
|
Sun, 15 Feb 2009 15:27:12 +0000 |
reimar |
Use PIX_FMT_NONE instead of -1
|
Sun, 15 Feb 2009 15:24:32 +0000 |
reimar |
Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC
|
Sun, 15 Feb 2009 14:10:47 +0000 |
reimar |
Extend get_buffer to handle the XvMC case and remove mc_get_buffer
|
Sun, 15 Feb 2009 13:24:17 +0000 |
reimar |
Unset MP_IMGFLAG_IN_USE in release_buffer.
|
Sun, 15 Feb 2009 13:17:04 +0000 |
reimar |
Merge two checks for mpi != NULL
|
Sun, 15 Feb 2009 13:14:17 +0000 |
reimar |
Make the default release_buffer work for XvMC, use it and remove mc_release_buffer
|
Sun, 15 Feb 2009 13:04:57 +0000 |
reimar |
Get rid of mc_render_slice and use the generic draw_slice instead.
|
Sun, 15 Feb 2009 08:46:18 +0000 |
iive |
Reflect the change of xvmc struct name.
|
Sun, 15 Feb 2009 02:38:20 +0000 |
iive |
Now xvmc struct uses magic_id field
|
Sat, 14 Feb 2009 17:58:33 +0000 |
reimar |
Use fmt-conversion.h in vd_ffmpeg.c
|
Sat, 14 Feb 2009 17:43:06 +0000 |
reimar |
Consistently place whitespace around * ( ) and ,
|
Sat, 14 Feb 2009 17:30:41 +0000 |
reimar |
Remove useless break
|
Sat, 14 Feb 2009 17:29:59 +0000 |
reimar |
Indentation and other whitespace fixes
|
Sat, 14 Feb 2009 17:18:55 +0000 |
diego |
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
|
Thu, 12 Feb 2009 16:58:47 +0000 |
reimar |
100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,
|
Thu, 12 Feb 2009 15:41:59 +0000 |
reimar |
Remove trailing whitespace from vd_ffmpeg.
|
Thu, 12 Feb 2009 15:39:32 +0000 |
reimar |
Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.
|
Thu, 12 Feb 2009 15:35:18 +0000 |
reimar |
Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.
|
Mon, 09 Feb 2009 22:00:57 +0000 |
aurel |
change internal real video packetizing format to the more straight forward one
|
Mon, 02 Feb 2009 07:26:05 +0000 |
zuxy |
Convert CONFIG_XVMC into a 0/1 definition.
|
Fri, 16 Jan 2009 13:19:29 +0000 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
Fri, 16 Jan 2009 10:07:14 +0000 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
Fri, 02 Jan 2009 17:06:09 +0000 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
Mon, 15 Dec 2008 22:25:39 +0000 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
Mon, 08 Sep 2008 20:01:10 +0000 |
gpoirier |
fix compilation with lavc version > r15270
|
Mon, 08 Sep 2008 17:02:32 +0000 |
uau |
Fix compilation after libavcodec major version 52 changes
|
Sat, 06 Sep 2008 18:16:39 +0000 |
diego |
Remove outdated URL from vd_info_t struct.
|
Wed, 27 Aug 2008 11:31:53 +0000 |
aurel |
handle the lavfpref demuxer in the same way as the lavf one
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Fri, 16 May 2008 00:23:02 +0000 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
Sat, 10 May 2008 19:15:57 +0000 |
michael |
Reformat very ugly code.
|
Sat, 10 May 2008 18:55:31 +0000 |
michael |
AVOptions support for libavcodec based video decoders.
|
Sun, 13 Apr 2008 00:03:11 +0000 |
diego |
Restore grayscale decoding support with FFmpeg.
|
Fri, 07 Mar 2008 21:30:01 +0000 |
diego |
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sun, 02 Dec 2007 21:26:23 +0000 |
reimar |
Make m_option_t arrays referenced by cfg-common.h const
|
Sun, 28 Oct 2007 22:32:20 +0000 |
rtogni |
Change the frame format passed to lavc realvideo decoders to adapt for
|
Sun, 30 Sep 2007 20:02:57 +0000 |
rtogni |
Disable direct rendering for ROQ video, the buffer management used by
|
Sun, 16 Sep 2007 11:52:05 +0000 |
reimar |
Make vd_ffmpeg work with lavf demuxer also for RealVideo.
|