| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 1 | -41/+0 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -2/+3 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 1 | -1/+10 |
|\ |
|
| * | vd_ffmpeg: Make DR work with reget_buffer without buffer_hints | reimar | 2011-05-02 | 1 | -0/+3 |
| * | vd_ffmpeg: handle reget_buffer in DRI failure fallback code | reimar | 2011-05-02 | 1 | -0/+6 |
| * | vd_ffmpeg: require aligned stride in get_buffer() | zuxy | 2011-04-13 | 1 | -1/+1 |
* | | Update libav API uses | Uoti Urpala | 2011-04-20 | 1 | -6/+4 |
|/ |
|
* | vd_ffmpeg: fix thread count setting with latest ffmpeg-mt | Uoti Urpala | 2011-03-29 | 1 | -1/+3 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 1 | -1/+8 |
* | codecs.conf, vd_ffmpeg: Enable fflagarith video decoder | cehoyos | 2011-01-31 | 1 | -1/+1 |
* | vd_ffmpeg: set thread count to number of cores on machine by default | Uoti Urpala | 2010-12-20 | 1 | -1/+14 |
* | vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B frames | reimar | 2010-12-16 | 1 | -1/+1 |
* | vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution change | reimar | 2010-12-16 | 1 | -0/+1 |
* | vd_ffmpeg: compare IMGFMT instead of PIX_FMT | reimar | 2010-11-08 | 1 | -3/+3 |
* | video: simplify some tests with a new IMGFMT_IS_HWACCEL macro | reimar | 2010-11-08 | 1 | -4/+3 |
* | vd_ffmpeg: improve aspect ratio handling | reimar | 2010-11-02 | 1 | -5/+7 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -7/+7 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 1 | -5/+11 |
* | vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/height | reimar | 2010-11-02 | 1 | -2/+2 |
* | ad_ffmpeg, vd_ffmpeg: remove pointless casts | diego | 2010-11-02 | 1 | -1/+1 |
* | vd_ffmpeg: add av_unused attribute to swap_palette() | diego | 2010-11-02 | 1 | -1/+1 |
* | vf_ffmpeg: make VP8 decoder work by disabling dr | reimar | 2010-11-02 | 1 | -1/+1 |
* | vd_ffmpeg: Minor code simplification. | reimar | 2010-10-27 | 1 | -1/+2 |
* | vd_ffmpeg: fix aspect ratio problems with recent FFmpeg | Uoti Urpala | 2010-10-16 | 1 | -0/+2 |
* | vd_ffmpeg: fix calloc/av_free mixup | Uoti Urpala | 2010-10-16 | 1 | -7/+4 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -1/+2 |
* | vd_ffmpeg: remove #ifdef for old FFmpeg-mt versions | Uoti Urpala | 2010-05-07 | 1 | -6/+0 |
* | vd_ffmpeg: use skip_frame instead of deprecated hurry_up field | Uoti Urpala | 2010-05-04 | 1 | -1/+6 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -1/+13 |
|\ |
|
| * | Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at | reimar | 2010-02-17 | 1 | -1/+13 |
| * | libmpcodecs: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -2/+4 |
| * | Mark all ad_info_t/vd_info_t structure declarations as const. | diego | 2010-02-12 | 1 | -1/+1 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\| |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+18 |
* | | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabled | Uoti Urpala | 2010-01-21 | 1 | -2/+0 |
* | | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, update | Uoti Urpala | 2010-01-20 | 1 | -1/+2 |
* | | vd_ffmpeg: move redundant info messages to MSGL_V level | Uoti Urpala | 2010-01-20 | 1 | -2/+7 |
* | | vd_ffmpeg: disable callbacks for threaded decoding | Uoti Urpala | 2010-01-20 | 1 | -38/+20 |
* | | Merge svn changes up to r30236 | Uoti Urpala | 2010-01-08 | 1 | -0/+2 |
|\| |
|
| * | Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding | zuxy | 2010-01-07 | 1 | -0/+2 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -0/+4 |
|\| |
|
| * | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 | 1 | -0/+4 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 1 | -4/+6 |
|\| |
|
| * | Support mp_image with allocated palette. | reimar | 2009-12-26 | 1 | -4/+6 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -5/+2 |
|\| |
|
| * | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_... | reimar | 2009-11-22 | 1 | -2/+2 |
| * | Use avcodec_align_dimensions to appropriately align width and height in | reimar | 2009-11-17 | 1 | -5/+2 |
| * | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. | diego | 2009-11-10 | 1 | -0/+1 |
* | | core: Add support for decoder reordering of pts values | Uoti Urpala | 2009-11-21 | 1 | -4/+26 |
* | | av_log callback handling overhaul | Uoti Urpala | 2009-10-31 | 1 | -51/+0 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -0/+2 |
|\| |
|
| * | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 1 | -0/+2 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 1 | -1/+1 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -2/+7 |
|\| |
|
| * | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 | 1 | -2/+7 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
* | | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delay | Uoti Urpala | 2009-04-30 | 1 | -2/+8 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -2/+2 |
|\| |
|
| * | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 | 1 | -1/+1 |
| * | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 | 1 | -1/+1 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -19/+27 |
|\| |
|
| * | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 | 1 | -1/+5 |
| * | 10l, replace a tab that slipped in. | reimar | 2009-03-01 | 1 | -1/+1 |
| * | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 | 1 | -19/+23 |
* | | Merge svn changes up to r28690 | Uoti Urpala | 2009-02-21 | 1 | -2/+2 |
|\| |
|
| * | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 | 1 | -2/+2 |
* | | Merge svn changes up to r28655 | Uoti Urpala | 2009-02-19 | 1 | -0/+1 |
|\| |
|
| * | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 | 1 | -0/+1 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -8/+18 |
|\| |
|
| * | Set avctx->opaque already at init instead of decode so it can be used in | reimar | 2009-02-17 | 1 | -1/+1 |
| * | cosmetics: Remove stray empty lines. | diego | 2009-02-17 | 1 | -2/+0 |
| * | Fix #endif comment. | cehoyos | 2009-02-16 | 1 | -1/+1 |
| * | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 | 1 | -4/+16 |
* | | Merge svn changes up to r28610 | Uoti Urpala | 2009-02-16 | 1 | -297/+174 |
|\| |
|
| * | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 | 1 | -2/+2 |
| * | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 | 1 | -2/+2 |
| * | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 | 1 | -2/+2 |
| * | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 | 1 | -2/+2 |
| * | Remove unnecessary #if around forward declaration. | reimar | 2009-02-15 | 1 | -2/+0 |
| * | Restructure get_format so it can easily be extended to handle VDPAU | reimar | 2009-02-15 | 1 | -7/+14 |
| * | Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f... | reimar | 2009-02-15 | 1 | -3/+1 |
| * | Use PIX_FMT_NONE instead of -1 | reimar | 2009-02-15 | 1 | -1/+1 |
| * | Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC | reimar | 2009-02-15 | 1 | -2/+0 |
| * | Extend get_buffer to handle the XvMC case and remove mc_get_buffer | reimar | 2009-02-15 | 1 | -93/+28 |
| * | Unset MP_IMGFLAG_IN_USE in release_buffer. | reimar | 2009-02-15 | 1 | -0/+2 |
| * | Merge two checks for mpi != NULL | reimar | 2009-02-15 | 1 | -5/+5 |
| * | Make the default release_buffer work for XvMC, use it and remove mc_release_b... | reimar | 2009-02-15 | 1 | -33/+14 |
| * | Get rid of mc_render_slice and use the generic draw_slice instead. | reimar | 2009-02-15 | 1 | -20/+4 |
| * | Reflect the change of xvmc struct name. | iive | 2009-02-15 | 1 | -4/+4 |
| * | Now xvmc struct uses magic_id field | iive | 2009-02-15 | 1 | -2/+2 |
| * | Use fmt-conversion.h in vd_ffmpeg.c | reimar | 2009-02-14 | 1 | -27/+2 |
| * | Consistently place whitespace around * ( ) and , | reimar | 2009-02-14 | 1 | -70/+70 |
| * | Remove useless break | reimar | 2009-02-14 | 1 | -1/+0 |
| * | Indentation and other whitespace fixes | reimar | 2009-02-14 | 1 | -90/+90 |
| * | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 | 1 | -5/+5 |
* | | Merge svn changes up to r28549 | Uoti Urpala | 2009-02-13 | 1 | -208/+193 |
|\| |
|
| * | 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, | reimar | 2009-02-12 | 1 | -1/+0 |
| * | Remove trailing whitespace from vd_ffmpeg. | reimar | 2009-02-12 | 1 | -34/+34 |
| * | Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style. | reimar | 2009-02-12 | 1 | -179/+179 |
| * | Remove several #ifdefs that check for libavcodec features from vd_ffmpeg. | reimar | 2009-02-12 | 1 | -14/+0 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -22/+0 |
|\| |
|
| * | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 1 | -22/+0 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -6/+6 |
|\| |
|
| * | Convert CONFIG_XVMC into a 0/1 definition. | zuxy | 2009-02-02 | 1 | -6/+6 |
| * | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 | 1 | -1/+1 |
| * | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 | 1 | -1/+1 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -4/+4 |
|\| |
|
| * | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -4/+4 |
* | | Merge svn changes up to r28162 | Uoti Urpala | 2008-12-19 | 1 | -8/+8 |
|\| |
|
| * | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 | 1 | -8/+8 |
* | | Merge svn changes up to r27573 | Uoti Urpala | 2008-09-10 | 1 | -3/+3 |
|\| |
|
| * | fix compilation with lavc version > r15270 | gpoirier | 2008-09-08 | 1 | -1/+1 |
| * | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -1/+1 |
| * | Remove outdated URL from vd_info_t struct. | diego | 2008-09-06 | 1 | -1/+1 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 1 | -1/+2 |
|\| |
|
| * | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -1/+2 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -2/+2 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -1/+1 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 1 | -15/+19 |
|\| |
|
| * | Reformat very ugly code. | michael | 2008-05-10 | 1 | -15/+8 |
| * | AVOptions support for libavcodec based video decoders. | michael | 2008-05-10 | 1 | -0/+12 |
* | | Make video decoder description structs const | Uoti Urpala | 2008-04-25 | 1 | -1/+1 |
* | | Move vd_use_slices to options struct | Uoti Urpala | 2008-04-25 | 1 | -1/+1 |
* | | Move -lavdopts to options struct | Uoti Urpala | 2008-04-25 | 1 | -68/+54 |
* | | vd_ffmpeg.c: Eliminate some compiler warnings | Uoti Urpala | 2008-04-25 | 1 | -5/+5 |
|/ |
|
* | Restore grayscale decoding support with FFmpeg. | diego | 2008-04-13 | 1 | -0/+3 |
* | Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references | diego | 2008-03-07 | 1 | -3/+0 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -7/+7 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Change the frame format passed to lavc realvideo decoders to adapt for | rtogni | 2007-10-28 | 1 | -15/+12 |