index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vd_ffmpeg.c
Commit message (
Expand
)
Author
Age
*
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
*
Convert CONFIG_XVMC into a 0/1 definition.
zuxy
2009-02-02
*
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
gpoirier
2009-01-16
*
fix compilation on non x86 machines (PPC here)
gpoirier
2009-01-16
*
Sync with latest round of xvmc changes in FFmpeg.
diego
2009-01-02
*
xvmc is now a CONFIG_ option in FFmpeg.
diego
2008-12-15
*
fix compilation with lavc version > r15270
gpoirier
2008-09-08
*
Fix compilation after libavcodec major version 52 changes
uau
2008-09-08
*
Remove outdated URL from vd_info_t struct.
diego
2008-09-06
*
handle the lavfpref demuxer in the same way as the lavf one
aurel
2008-08-27
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
cosmetics: Remove pointless parentheses from return calls.
diego
2008-05-16
*
Reformat very ugly code.
michael
2008-05-10
*
AVOptions support for libavcodec based video decoders.
michael
2008-05-10
*
Restore grayscale decoding support with FFmpeg.
diego
2008-04-13
[next]