aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* vd_ffmpeg: compare IMGFMT instead of PIX_FMTGravatar reimar2010-11-08
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroGravatar reimar2010-11-08
* vd_ffmpeg: improve aspect ratio handlingGravatar reimar2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/heightGravatar reimar2010-11-02
* ad_ffmpeg, vd_ffmpeg: remove pointless castsGravatar diego2010-11-02
* vd_ffmpeg: add av_unused attribute to swap_palette()Gravatar diego2010-11-02
* vf_ffmpeg: make VP8 decoder work by disabling drGravatar reimar2010-11-02
* vd_ffmpeg: Minor code simplification.Gravatar reimar2010-10-27
* vd_ffmpeg: fix aspect ratio problems with recent FFmpegGravatar Uoti Urpala2010-10-16
* vd_ffmpeg: fix calloc/av_free mixupGravatar Uoti Urpala2010-10-16
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* vd_ffmpeg: remove #ifdef for old FFmpeg-mt versionsGravatar Uoti Urpala2010-05-07
* vd_ffmpeg: use skip_frame instead of deprecated hurry_up fieldGravatar Uoti Urpala2010-05-04
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atGravatar reimar2010-02-17
| | * libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| | * Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabledGravatar Uoti Urpala2010-01-21
* | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, updateGravatar Uoti Urpala2010-01-20
* | vd_ffmpeg: move redundant info messages to MSGL_V levelGravatar Uoti Urpala2010-01-20
* | vd_ffmpeg: disable callbacks for threaded decodingGravatar Uoti Urpala2010-01-20
* | Merge svn changes up to r30236Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Avoid the error message "Unsupported PixelFormat -1" for ffh264 decodingGravatar zuxy2010-01-07
| |/
| * Also pass the 4th plane for planar formats on to libavcodec.Gravatar reimar2009-12-31
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Support mp_image with allocated palette.Gravatar reimar2009-12-26
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...Gravatar reimar2009-11-22
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
| * Use avcodec_align_dimensions to appropriately align width and height inGravatar reimar2009-11-17
| * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.Gravatar diego2009-11-10
* | av_log callback handling overhaulGravatar Uoti Urpala2009-10-31
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayGravatar Uoti Urpala2009-04-30
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29