| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Disable direct rendering for ROQ video, the buffer management used by | rtogni | 2007-09-30 | 1 | -1/+1 |
* | Make vd_ffmpeg work with lavf demuxer also for RealVideo. | reimar | 2007-09-16 | 1 | -1/+1 |
* | Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function | diego | 2007-08-28 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -3/+3 |
* | cosmetics: Add some explanatory comments to #endif directives. | diego | 2007-08-28 | 1 | -2/+2 |
* | Fix some unused variable warnings. | diego | 2007-08-25 | 1 | -3/+3 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+0 |
* | Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ... | gpoirier | 2007-03-07 | 1 | -1/+4 |
* | cosmetics: Fix some common typos, appropiate --> appropRiate, | diego | 2007-02-24 | 1 | -1/+1 |
* | reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael | nicodvb | 2007-02-20 | 1 | -7/+4 |
* | mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ... | michael | 2007-02-17 | 1 | -1/+1 |
* | Revert part of commit r22170. | iive | 2007-02-07 | 1 | -2/+2 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 | 1 | -4/+4 |
* | Add missing checks in RealVideo slice handling code. | reimar | 2007-02-06 | 1 | -3/+5 |
* | Cosmetics | reimar | 2007-02-03 | 1 | -5/+5 |
* | Avoid crash in uninit if codec not found | reimar | 2007-02-03 | 1 | -0/+2 |
* | Swap palette on bigendian. | reimar | 2007-01-31 | 1 | -0/+11 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 | 1 | -1/+1 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 1 | -2/+2 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Fix memleak if vd_ffmpeg init fails | reimar | 2006-12-06 | 1 | -1/+3 |
* | Compile fix, BE_32 definition has been moved | reimar | 2006-12-03 | 1 | -0/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | Fix incorrect use of be2me_32 on a pointer, use BE_32 instead. | reimar | 2006-11-26 | 1 | -1/+1 |
* | Useless use of strstr, strchr is good enough. | reimar | 2006-11-26 | 1 | -1/+1 |
* | Check the log level before processing the message | henry | 2006-11-26 | 1 | -7/+9 |
* | |