aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
...
* 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
* Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMCGravatar reimar2009-02-15
* Extend get_buffer to handle the XvMC case and remove mc_get_bufferGravatar reimar2009-02-15
* Unset MP_IMGFLAG_IN_USE in release_buffer.Gravatar reimar2009-02-15
* Merge two checks for mpi != NULLGravatar reimar2009-02-15
* Make the default release_buffer work for XvMC, use it and remove mc_release_b...Gravatar reimar2009-02-15
* Get rid of mc_render_slice and use the generic draw_slice instead.Gravatar reimar2009-02-15
* Reflect the change of xvmc struct name.Gravatar iive2009-02-15
* Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toGravatar reimar2009-02-15
* Now xvmc struct uses magic_id fieldGravatar iive2009-02-15
* Use fmt-conversion.h in vd_ffmpeg.cGravatar reimar2009-02-14
* Consistently place whitespace around * ( ) and ,Gravatar reimar2009-02-14
* Remove useless breakGravatar reimar2009-02-14
* Indentation and other whitespace fixesGravatar reimar2009-02-14
* Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.Gravatar diego2009-02-14
* Replace fprintf call by mp_msg, fixes the warning:Gravatar diego2009-02-14
* Cosmetics: handle all special/compressed formats in a single if in mp_image_s...Gravatar reimar2009-02-14
* Add support for image formats and codecs used by VDPAUGravatar reimar2009-02-14
* Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatGravatar reimar2009-02-14
* 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,Gravatar reimar2009-02-12
* Remove trailing whitespace from vd_ffmpeg.Gravatar reimar2009-02-12
* Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.Gravatar reimar2009-02-12
* Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.Gravatar reimar2009-02-12
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Gravatar diego2009-02-07
* swab() needs _XOPEN_SOURCE to be defined.Gravatar reimar2009-02-03
* Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.Gravatar reimar2009-02-03
* FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGGravatar diego2009-02-02
* Adapt to lzo changes in libavutilGravatar reimar2009-02-02