aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* cosmetics: vd_ffmpeg.c: reformatGravatar Uoti Urpala2011-10-22
* audio/video: delete buggy "dynamic plugin" codeGravatar Uoti Urpala2011-10-20
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* options: move libass-related options to structGravatar Uoti Urpala2011-09-03
* ad_ffmpeg: free resources on init failureGravatar Uoti Urpala2011-08-21
* ad_ffmpeg: handle timing for partially decoded packets betterGravatar Uoti Urpala2011-08-21
* cosmetics: ad_ffmpeg.c: reformatGravatar Uoti Urpala2011-08-21
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* vf_screenshot: better check for pixel format swscale supportGravatar harklu2011-08-17
* options, subs: add --ass-vsfilter-aspect-compatGravatar harklu2011-08-12
* subs: libass: apply option changes to all track typesGravatar Uoti Urpala2011-08-08
* cleanup: move global ass_force_reload to struct osd_stateGravatar Uoti Urpala2011-08-08
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Gravatar Uoti Urpala2011-07-30
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* vf_qp: enable compilation depending on libavutil eval APIGravatar Uoti Urpala2011-07-18
* img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definitionGravatar Uoti Urpala2011-07-14
* vd_ffmpeg: make "-lavdopts lowres" handling more robustGravatar Uoti Urpala2011-07-09
* vd_ffmpeg: fix "-lavdopts skipframe" supportGravatar Uoti Urpala2011-07-09
* cosmetics: img_format.h: document some formatsGravatar reimar2011-07-06
* vf_stereo3d: Add support for converting to interleaved 3DGravatar reimar2011-07-06
* vf_ilpack: fix incompatible function typesGravatar reimar2011-07-06
* cosmetics: vf_ilpack.c: tabs to 4 spacesGravatar Uoti Urpala2011-07-06
* vf_dint, vf_divtc: fix code assuming "char" is signedGravatar reimar2011-07-06
* vf_delogo: allow to change the rectangle based on the timeGravatar cigaes2011-07-06
* cosmetics: vf_delogo.c: remove tabs to allow direct mergeGravatar Uoti Urpala2011-07-06
* debug output: reduce verbosity of some frequent messagesGravatar Uoti Urpala2011-07-05
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* cleanup: fix mp_dbg() format string warningsGravatar Clément Bœsch2011-07-01
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashingGravatar iive2011-06-29
* configure: Remove checks for default inline asm featuresGravatar Diego Biurrun2011-06-28
* vd_ffmpeg: autoselect output colorspaces without codecs.confGravatar Uoti Urpala2011-06-26
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* vf_pullup, vf_yadif: pts handling fixesGravatar Rudolf Polzer2011-06-24
* vo_xvmc: drop XvMC supportGravatar Uoti Urpala2011-05-09
* audio: disallow partial samples, fix ad_pcm to complyGravatar Uoti Urpala2011-05-07
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* audio: avoid duplicated error messages on init failureGravatar Uoti Urpala2011-05-03
* ad_ffmpeg: return failure from init() if initial decode failsGravatar Uoti Urpala2011-05-03
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
| * ad_speex: support decoding stream without header packetGravatar reimar2011-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
| * ad_qtaudio: don't run win32 loader code when it's not usedGravatar reimar2011-05-02
* | vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* | Update libav API usesGravatar Uoti Urpala2011-04-20
* | cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
| * vd_ffmpeg: require aligned stride in get_buffer()Gravatar zuxy2011-04-13