aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
| * ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiffGravatar cehoyos2011-04-13
| * ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnetGravatar reimar2011-04-13
|/
* mp3lib: drop internal mp3lib treeGravatar Uoti Urpala2011-04-02
* vd_ffmpeg: fix thread count setting with latest ffmpeg-mtGravatar Uoti Urpala2011-03-29
* ad_qtaudio: fix use with the libavformat mov demuxerGravatar faust32011-02-15
* vd_mpng: libpng API update, use color type getterGravatar cboesch2011-02-15
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()Gravatar michael2011-02-15
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* ad_ffmpeg: add missing extradata paddingGravatar Uoti Urpala2011-02-02
* libmpeg2: drop libmpeg2 supportGravatar Uoti Urpala2011-02-01
* vo_zr2: drop Zoran supportGravatar Uoti Urpala2011-01-31
* codecs.conf, vd_ffmpeg: Enable fflagarith video decoderGravatar cehoyos2011-01-31
* libfaad2:/ Remove forked internal libfaad2 copyGravatar diego2011-01-31
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
|\
| * sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
| * cleanup: rename ass_* functions to mp_ass_*Gravatar Uoti Urpala2011-01-26
| * subs: use correct font aspect ratio for libass + converted subsGravatar Uoti Urpala2011-01-26
| * cleanup: some random minor code simplification and cleanupGravatar Uoti Urpala2011-01-26
* | mp_msg: Remove uses of MSGT_MENCODERGravatar Clément Bœsch2011-01-25
* | cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
| * vf_vo: fix EOSD change detection bugGravatar Uoti Urpala2011-01-18
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hGravatar Uoti Urpala2011-01-15
| * subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
|/
* cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* vd_ffmpeg: set thread count to number of cores on machine by defaultGravatar Uoti Urpala2010-12-20
* ad_faad: fix crash when used on an empty audio streamGravatar reimar2010-12-16