| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding | zuxy | 2010-01-07 | 1 | -0/+2 |
* | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 | 1 | -0/+4 |
* | Support mp_image with allocated palette. | reimar | 2009-12-26 | 1 | -4/+6 |
* | 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 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 1 | -0/+2 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
* | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 | 1 | -2/+7 |
* | 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 |
* | 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 |
* | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 | 1 | -2/+2 |
* | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 1 | -22/+0 |
* | 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 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -4/+4 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 | 1 | -8/+8 |
* | 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 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -1/+2 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 | 1 | -9/+8 |
* | feed av_log() through mp_msg() | michael | 2006-11-07 | 1 | -0/+49 |
* | Fix SVQ3 extradata handling so it works correctly with demux_lavf | pacman | 2006-07-31 | 1 | -8/+12 |
* | Fix bogus pointer addition in the extraction of extradata from | pacman | 2006-07-31 | 1 | -2/+1 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 1 | -113/+3 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -1/+3 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | simplify extradata handling and make passing extradata on the default. | reimar | 2006-04-02 | 1 | -38/+26 |
* | Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-31 | 1 | -16/+16 |
* | reinit vo when pix_fmt changes. | reimar | 2006-03-27 | 1 | -0/+3 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -3/+3 |
* | Add support for grayscale [m]jpeg | rtognimp | 2006-02-08 | 1 | -0/+1 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 1 | -4/+0 |
* | proper support for shared libpostproc | diego | 2006-01-22 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -4/+4 |
* | bitexact flag | michael | 2005-12-18 | 1 | -0/+3 |
* | multithreaded decoding | michael | 2005-12-02 | 1 | -0/+6 |
* | make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO... | gpoirier | 2005-12-02 | 1 | -0/+2 |
* | do not set ctx->vo_inited when init fails. This caused a crash when a | reimar | 2005-11-10 | 1 | -1/+1 |
* | print the first 16 bytes of frame data with -v -v, helps detect when | reimar | 2005-09-16 | 1 | -0/+2 |
* | Support for skip options | reimar | 2005-07-17 | 1 | -0/+36 |
* | FFmpeg theora decoder support | rtognimp | 2005-06-26 | 1 | -1/+2 |
* | 10l for me | henry | 2005-06-08 | 1 | -2/+2 |
* | correcting the previous draw_slice fix | henry | 2005-06-07 | 1 | -2/+4 |
* | check for display height when drawing slices | henry | 2005-06-07 | 1 | -2/+2 |
* | quicktime fix update | henry | 2005-05-25 | 1 | -3/+7 |
* | prefer width&height from bitmapinfoheader for h263 streams | henry | 2005-05-25 | 1 | -4/+12 |
* | LOCO support via lavc | rtognimp | 2005-04-07 | 1 | -1/+2 |
* | "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again | reimar | 2005-01-26 | 1 | -0/+6 |
* | wmv3 needs extradata | alex | 2005-01-22 | 1 | -0/+1 |
* | change malloc and free to av_ variants where needed. | reimar | 2005-01-08 | 1 | -22/+14 |
* | conditional lowres: activate lowres if frame width >= threshold | nicodvb | 2004-12-17 | 1 | -2/+12 |
* | fix byteorder | michael | 2004-12-06 | 1 | -3/+3 |
* | new lavc codec: ffvhuff | lorenm | 2004-11-28 | 1 | -0/+1 |
* | too large extradata | michael | 2004-10-11 | 1 | -1/+1 |
* | compensate for width/height being picture width/height instead of bitstream w... | michael | 2004-09-27 | 1 | -3/+3 |
* | low resolution decoding | michael | 2004-09-26 | 1 | -0/+5 |
* | AVC support moved to libavcodec, avcC atom is now passed in extradata | rtognimp | 2004-09-13 | 1 | -98/+2 |
* | disable direct rendering for h264 | michael | 2004-09-07 | 1 | -1/+1 |
* | non spec compliant optizations support | michael | 2004-09-02 | 1 | -0/+7 |
* | AVC (fourcc avc1) in mp4 support | rtognimp | 2004-08-29 | 1 | -0/+100 |
* | support for snow | alex | 2004-08-21 | 1 | -1/+2 |
* | top/bottom mb row skipping | michael | 2004-06-26 | 1 | -0/+8 |
* | Segfault fix for some h264 in avi files | rtognimp | 2004-06-06 | 1 | -1/+1 |
* | .mp4 with lavf support | michael | 2004-04-11 | 1 | -0/+1 |
* | BGR16 | michael | 2004-04-11 | 1 | -0/+1 |
* | use flag for XvMC codec recognition and enable dr1 for fixed version of lavc | iive | 2004-03-16 | 1 | -4/+14 |
* | xvmc use get_format for IDCT/MC recognition | iive | 2004-03-01 | 1 | -5/+34 |
* | vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzol... | michael | 2004-02-24 | 1 | -0/+1 |
* | flushing stuff after seeking (finally we can view MPEG without thouse blocks ... | michael | 2004-02-18 | 1 | -1/+5 |
* | Fix ffmpeg RGB24 mapping (needed for qtrle) | rtognimp | 2004-02-12 | 1 | -1/+1 |
* | Use fli decoder from libavcodec | rtognimp | 2004-01-25 | 1 | -1/+2 |
* | Use MSZH and ZLIB decoders from libavcodec | rtognimp | 2004-01-12 | 1 | -1/+3 |
* | disable dr1&slices for the other vissualizations too | michael | 2004-01-01 | 1 | -2/+3 |
* | disable slices & dr1 if motion vector vissualization is used, still doesnt wo... | michael | 2004-01-01 | 1 | -2/+2 |
* | vismv, alt, ilme options | michael | 2003-12-30 | 1 | -2/+5 |
* | set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED | michael | 2003-12-22 | 1 | -2/+10 |
* | ffrv20 decoder | michael | 2003-11-30 | 1 | -2/+5 |
* | reget_buffer() support | rtognimp | 2003-11-26 | 1 | -1/+4 |
* | 1l, another version check missing, noted by rgselk | rtognimp | 2003-11-10 | 1 | -0/+2 |
* | 1l missing version check | iive | 2003-11-10 | 1 | -0/+2 |
* | Support for paletted codecs in ffmpeg | rtognimp | 2003-11-09 | 1 | -1/+64 |
* | aspect change does not flush buffers | iive | 2003-11-08 | 1 | -3/+7 |
* | If alex is too lazy to apply a patch, then i'll do it :) | attila | 2003-11-03 | 1 | -0/+3 |
* | sample_aspect_ratio | michael | 2003-10-20 | 1 | -3/+8 |
* | YUV422P dr1 fix | michael | 2003-10-09 | 1 | -4/+2 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -2/+2 |
* | pass stream header FCC | michael | 2003-09-11 | 1 | -0/+3 |
* | FFASV2 | michael | 2003-09-01 | 1 | -0/+1 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -2/+2 |
* | xvmc updates | iive | 2003-07-26 | 1 | -5/+6 |
* | sync to ffmpeg, updates, cleanups | iive | 2003-07-21 | 1 | -24/+28 |
* | width -> frame / field type | michael | 2003-07-20 | 1 | -2/+4 |
* | new ff_draw_horiz_band() | michael | 2003-07-17 | 1 | -4/+16 |
* | quant_store is obsolete | arpi | 2003-07-13 | 1 | -4/+0 |
* | xvmc support | iive | 2003-07-01 | 1 | -2/+178 |
* | |