aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* vd_ffmpeg: fix flushing of buffered framesGravatar Uoti Urpala2012-02-03
* vd_ffmpeg: adjust buffered frame count based on threads againGravatar Uoti Urpala2012-02-03
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* Update Libav API usesGravatar Uoti Urpala2012-02-01
* vd_ffmpeg: explicitly set thread count even if 1Gravatar Uoti Urpala2012-01-17
* Libav API updates (remove most deprecated-in-0.7 uses)Gravatar Uoti Urpala2011-12-22
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* commands, vd_ffmpeg: fix switch_ratio slave commandGravatar Uoti Urpala2011-11-14
* vd_ffmpeg: disable slice use that fails with size changesGravatar Uoti Urpala2011-11-14
* vd_ffmpeg.c: remove useless realvideo avctx->sub_id settingGravatar Uoti Urpala2011-10-25
* cosmetics: vd_ffmpeg.c: reformatGravatar Uoti Urpala2011-10-22
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* vd_ffmpeg: make "-lavdopts lowres" handling more robustGravatar Uoti Urpala2011-07-09
* vd_ffmpeg: fix "-lavdopts skipframe" supportGravatar Uoti Urpala2011-07-09
* debug output: reduce verbosity of some frequent messagesGravatar Uoti Urpala2011-07-05
* vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashingGravatar iive2011-06-29
* vd_ffmpeg: autoselect output colorspaces without codecs.confGravatar Uoti Urpala2011-06-26
* vo_xvmc: drop XvMC supportGravatar Uoti Urpala2011-05-09
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
| * vd_ffmpeg: Make DR work with reget_buffer without buffer_hintsGravatar reimar2011-05-02
| * vd_ffmpeg: handle reget_buffer in DRI failure fallback codeGravatar reimar2011-05-02
* | Update libav API usesGravatar Uoti Urpala2011-04-20
| * vd_ffmpeg: require aligned stride in get_buffer()Gravatar zuxy2011-04-13
|/
* vd_ffmpeg: fix thread count setting with latest ffmpeg-mtGravatar Uoti Urpala2011-03-29
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* codecs.conf, vd_ffmpeg: Enable fflagarith video decoderGravatar cehoyos2011-01-31
* vd_ffmpeg: set thread count to number of cores on machine by defaultGravatar Uoti Urpala2010-12-20
* vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B framesGravatar reimar2010-12-16
* vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution changeGravatar reimar2010-12-16
* 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