aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29
* Use x86_reg instead of long in several video filters to fix compilation on Mi...Gravatar reimar2009-03-27
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Support FFmpeg codecs that decode to other formats than S16.Gravatar reimar2009-03-18
* Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)Gravatar reimar2009-03-15
* cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...Gravatar reimar2009-03-13
* Use the same code as in vf_decimate to select diff_MMXGravatar reimar2009-03-13
* Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).Gravatar reimar2009-03-13
* Get rid of nuppelvideo.h and its ugly packed struct and instead write theGravatar reimar2009-03-09
* Fix type of zlen, fixes crashes on 64 bit systems.Gravatar reimar2009-03-09
* Do not calculate the same value twiceGravatar reimar2009-03-09
* Allocate buffer for lzo compression correctly also for large frame sizes.Gravatar reimar2009-03-09
* nuv encoder 64 bit fix: avoid using long/sizeof(long)Gravatar reimar2009-03-09
* Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
* Get rid of pointless debugging codeGravatar reimar2009-03-08
* Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is thereGravatar reimar2009-03-08
* Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatGravatar reimar2009-03-08
* Mark everything not used outside the file as "static"Gravatar reimar2009-03-08
* Remove functions not used by MPlayer from headerGravatar reimar2009-03-08
* Remove useless "extern" in function declarations.Gravatar reimar2009-03-08
* Add some "const" to mpcodecs_vd_driversGravatar reimar2009-03-06
* Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnGravatar reimar2009-03-06
* Add another hack to work-around the currently completely inconsistent way inGravatar reimar2009-03-03
* 10l, replace a tab that slipped in.Gravatar reimar2009-03-01
* Create a set_format_params function that sets all the special options neededGravatar reimar2009-03-01
* Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at theGravatar diego2009-02-21
* Remove unused and unreachable code hunk that was surrounded by a misspelledGravatar diego2009-02-19
* Return PIX_FMT_NONE if the video system refuses all other formats.Gravatar iive2009-02-19
* Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forGravatar reimar2009-02-18
* Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesGravatar reimar2009-02-18
* Make it possible for mpcodecs_get_image to return NULL as theGravatar reimar2009-02-17
* Print an error and return NULL in vf_get_image if we try to allocateGravatar reimar2009-02-17
* Set avctx->opaque already at init instead of decode so it can be used inGravatar reimar2009-02-17
* cosmetics: Remove stray empty lines.Gravatar diego2009-02-17
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in thisGravatar diego2009-02-17
* Move FFmpeg #includes below all others so that they do not overrideGravatar diego2009-02-17
* Fix #endif comment.Gravatar cehoyos2009-02-16
* Add support for VDPAU video out, including hardware decoding.Gravatar reimar2009-02-16
* The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.Gravatar diego2009-02-15
* Reflect ffmpeg change of xvmc struct field to xvmc_id.Gravatar iive2009-02-15
* The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.Gravatar diego2009-02-15
* The xmvc structure member magic_id was renamed to unique_id.Gravatar diego2009-02-15
* Remove unnecessary #if around forward declaration.Gravatar reimar2009-02-15
* Restructure get_format so it can easily be extended to handle VDPAUGravatar reimar2009-02-15
* Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f...Gravatar reimar2009-02-15
* Use PIX_FMT_NONE instead of -1Gravatar reimar2009-02-15