summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-0351-16285/+1
* vf_lavc: fix compilation with latest libavAnton Khirnov2012-09-291-5/+0
* vf_scale: do the upscale detection AFTER calculating dimensionsRudolf Polzer2012-09-241-7/+8
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-185-199/+0
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-181-21/+53
* ad_dvdpcm: add back PCM decoder for DVDwm42012-09-182-0/+164
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-183-0/+3
* rawaudio: use mplayer audio format for format optionwm42012-09-181-0/+6
* dec_audio: do not overwrite sh_audio->wf->wFormatTagwm42012-09-181-8/+2
* ad_pcm: add back raw decoderwm42012-09-182-0/+216
* demuxer: remove ImageDesc fieldwm42012-09-181-21/+0
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-15/+1
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-182-35/+25
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-182-72/+30
* cleanup: remove pointless #definesUoti Urpala2012-09-182-4/+0
* libaf: rename af_format.h to format.hwm42012-08-292-2/+2
* options, codecs.conf, img_format: unify imgfmt name handlingwm42012-08-293-99/+29
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-283-41/+33
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-233-0/+446
* img_format, m_option: make image format name list globally availablewm42012-08-232-0/+111
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-217-10/+17
* video: honor the video's colormatrix and color range flagscantabile2012-08-212-0/+11
* vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxerwm42012-08-201-7/+17
* libmpcodecs: remove redundant audio and video decoderswm42012-08-2021-4351/+0
* Remove support for libdvwm42012-08-205-262/+0
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-1614-3608/+0
* ad_ffmpeg: add sanity check against decoder overreadsUoti Urpala2012-08-161-2/+4
* vf_expand: remove OSD supportwm42012-08-161-98/+1
* VO: remove old VO gluewm42012-08-071-2/+1
* vf_unsharp: direct rendering fixesmplayer-svn2012-08-031-5/+5
* vf_ass: use correct height when copying imagewm42012-08-031-1/+1
* vf_ass: request a sufficiently large image for direct renderingmplayer-svn2012-08-031-1/+3
* ad_mad: cleanupsmplayer-svn2012-08-031-8/+8
* vf_spp, vf_fspp: replace use of deprecated libav functionmplayer-svn2012-08-032-2/+2
* vf_uspp: fix possible crash when the output format is Y8mplayer-svn2012-08-031-0/+2
* vf.c: increase default alignment valuesmplayer-svn2012-08-031-4/+3
* dec_audio: add sanity check against 0 channelsmplayer-svn2012-08-031-0/+2
* vf_yadif: fix green bottom linemplayer-svn2012-08-031-2/+13
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsmplayer-svn2012-08-031-16/+16
* libmpcodecs: add support for 422P9mplayer-svn2012-08-034-0/+10
* vf_expand: add sanity checksmplayer-svn2012-08-031-1/+20
* mp_image: set chroma_x_shift for 1-plane YUV formatsmplayer-svn2012-08-031-0/+1
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-032-0/+312
* vf_stereo3d.c: half-width side-by-side formats for stereo3dmplayer-svn2012-08-031-0/+16
* Remove teletext supportwm42012-08-032-2036/+0
* VO: remove VO direct renderingwm42012-08-021-1/+1
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-023-18/+1
* Remove dead codewm42012-08-015-32/+0
* Change <endian.h> include to <sys/types.h>wm42012-07-315-5/+5
* configure: remove checks for malloc.h and alloca()wm42012-07-308-30/+0
* Remove some demuxers and decoderswm42012-07-3012-2601/+0
* mplayer: remove benchmarking/CPU accounting codewm42012-07-301-18/+1
* libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:"wm42012-07-302-2/+2
* vd: silence output about aspect ratiowm42012-07-301-1/+1
* vf_scale: don't pass CPU flags anymorewm42012-07-305-18/+6
* Rip out 3DNOW supportwm42012-07-308-78/+4
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-306-11/+14
* ad_faad: include neaacdec.h instead of faad.hwm42012-07-281-1/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* osd: use libass for OSD renderingwm42012-07-282-4/+0
* Merge remote-tracking branch 'origin/master'wm42012-07-287-66/+122
|\
| * vd_vfw.c: fix part missing from previous commitUoti Urpala2012-07-261-2/+3
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+4
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-246-62/+115
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-167/+81
|\|
| * ad_mpg123: update libmpg123 API useThomas Orgis2012-05-071-167/+81
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-69/+112
|\|
| * ad_ffmpeg: switch to avcodec_decode_audio4()Uoti Urpala2012-04-191-69/+112
* | Merge remote-tracking branch 'origin/master'wm42012-04-015-110/+106
|\|
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-1/+1
| * cosmetics: vf_vo.c: reformatUoti Urpala2012-03-251-102/+107
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-253-11/+1
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-254-8/+8
* | vf_scale: prefer converting GBR24P to other 8 bit per component RGB formatsreimar2012-03-251-0/+4
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-254-1/+10
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-165-7/+8
|\|
| * windows support: unicode filenameswm42012-03-091-0/+2
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-014-7/+6
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-0513-58/+53
|\|
| * configure, build: support compiling without libpostprocUoti Urpala2012-02-271-0/+2
| * vd_ffmpeg: fix flushing of buffered framesUoti Urpala2012-02-031-3/+0
| * vd_ffmpeg: adjust buffered frame count based on threads againUoti Urpala2012-02-031-0/+2
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-019-11/+19
| * Update Libav API usesUoti Urpala2012-02-014-44/+30
* | screenshot: allow forcing taking screenshots with the video filterwm42012-02-292-1/+13
* | mpcodecs: remove mp_image_t.x/ywm42012-02-243-7/+3
* | i lost my brainwm42012-01-261-1/+1
* | Merge branch 'gradfun' into my_masterwm42012-01-181-9/+47
|\ \
| * | vf_gradfun: change default parameterswm42012-01-101-2/+2
| * | vf_gradfun: add size parameter, which sets radius according to movie diagonalwm42012-01-101-2/+23
| * | vf_gradfun: use option parserwm42012-01-101-9/+26
* | | Merge remote-tracking branch 'origin/master' into my_masterwm42012-01-184-50/+37
|\ \ \ | | |/ | |/|
| * | vd_ffmpeg: explicitly set thread count even if 1Uoti Urpala2012-01-171-2/+1
| * | ad_ffmpeg: pass packet side data from libavformatUoti Urpala2012-01-081-13/+26
| * | vf_fspp: make compile without Libav internalsUoti Urpala2012-01-022-9/+7
| * | Libav API updates (remove most deprecated-in-0.7 uses)Uoti Urpala2011-12-222-19/+3
| * | configure, build: require at least Libav 0.7Uoti Urpala2011-12-222-8/+1
| |/
* | screenshot: improve quality by using additional swscale flagswm42012-01-182-1/+13
* | subtitles: create only one instance of ASS_Render instead of twowm42012-01-182-57/+30
|/
* vf_expand: always clear the added borderswm42011-12-191-93/+20
* vf_dsize, vf_scale: fix behavior on multiple config() callswm42011-12-192-19/+26
* vf_dsize: cleanup identation (tabs to 4 spaces)wm42011-12-191-71/+71
* vo: reset EOSD change detection when VO is re-configuredwm42011-12-121-0/+3
* configure, build: remove --disable-libav supportUoti Urpala2011-12-113-6/+2
* Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-072-4/+3
|\
| * libvo: remove title argument from struct vo_driver.configwm42011-12-062-4/+3
* | ad_ffmpeg: avoid avcodec_close() if avcodec_open() failedUoti Urpala2011-12-061-1/+1
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-067-20/+7
|/
* Merge branch 'screenshot' (early part)Uoti Urpala2011-11-253-148/+75
|\
| * video: use talloc for mp_image, abort if out of memorywm42011-11-251-14/+20
| * core: add infrastructure to get screenshots from VOswm42011-11-252-134/+55
* | commands, vd_ffmpeg: fix switch_ratio slave commandUoti Urpala2011-11-144-34/+47
* | vd_ffmpeg: disable slice use that fails with size changesUoti Urpala2011-11-141-9/+0
* | cleanup: vf_scale.c, vf.c: replace numbers by flag macro namesUoti Urpala2011-11-142-13/+16
* | cosmetics: vf.[ch]: reformatUoti Urpala2011-11-145-489/+586
|/
* vd_ffmpeg.c: remove useless realvideo avctx->sub_id settingUoti Urpala2011-10-251-1/+0
* cosmetics: vd_ffmpeg.c: reformatUoti Urpala2011-10-221-348/+301
* audio/video: delete buggy "dynamic plugin" codeUoti Urpala2011-10-202-88/+0
* video, options: implement better YUV->RGB conversion controlwm42011-10-166-2/+136
* options: move libass-related options to structUoti Urpala2011-09-032-21/+26
* ad_ffmpeg: free resources on init failureUoti Urpala2011-08-211-4/+12
* ad_ffmpeg: handle timing for partially decoded packets betterUoti Urpala2011-08-211-7/+23
* cosmetics: ad_ffmpeg.c: reformatUoti Urpala2011-08-211-131/+137
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegUoti Urpala2011-08-204-12/+27
* vf_screenshot: better check for pixel format swscale supportharklu2011-08-171-40/+14
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-122-3/+5
* subs: libass: apply option changes to all track typesUoti Urpala2011-08-082-3/+11
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-082-10/+12
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-301-6/+1
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* cleanup: do libav* initialization on startupUoti Urpala2011-07-1810-62/+0
* vf_qp: enable compilation depending on libavutil eval APIUoti Urpala2011-07-182-5/+4
* img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definitionUoti Urpala2011-07-141-1/+3
* vd_ffmpeg: make "-lavdopts lowres" handling more robustUoti Urpala2011-07-091-11/+11
* vd_ffmpeg: fix "-lavdopts skipframe" supportUoti Urpala2011-07-091-1/+5
* cosmetics: img_format.h: document some formatsreimar2011-07-061-11/+11
* vf_stereo3d: Add support for converting to interleaved 3Dreimar2011-07-061-6/+30
* vf_ilpack: fix incompatible function typesreimar2011-07-061-5/+8
* cosmetics: vf_ilpack.c: tabs to 4 spacesUoti Urpala2011-07-061-341/+341
* vf_dint, vf_divtc: fix code assuming "char" is signedreimar2011-07-062-9/+9
* vf_delogo: allow to change the rectangle based on the timecigaes2011-07-061-17/+130
* cosmetics: vf_delogo.c: remove tabs to allow direct mergeUoti Urpala2011-07-061-57/+57
* debug output: reduce verbosity of some frequent messagesUoti Urpala2011-07-051-1/+1
* audio: move ready-for-ao data buffer from decoder to AOUoti Urpala2011-07-022-34/+30
* cleanup: fix mp_dbg() format string warningsClément Bœsch2011-07-011-4/+4
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-295-44/+56
* vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashingiive2011-06-291-1/+4
* configure: Remove checks for default inline asm featuresDiego Biurrun2011-06-281-4/+4
* vd_ffmpeg: autoselect output colorspaces without codecs.confUoti Urpala2011-06-263-13/+36
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-264-2/+62
* vf_pullup, vf_yadif: pts handling fixesRudolf Polzer2011-06-242-15/+22
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-091-41/+0
* audio: disallow partial samples, fix ad_pcm to complyUoti Urpala2011-05-071-3/+8
* cleanup: shut up more warningsClément Bœsch2011-05-0613-33/+30
* audio: avoid duplicated error messages on init failureUoti Urpala2011-05-031-1/+3
* ad_ffmpeg: return failure from init() if initial decode failsUoti Urpala2011-05-031-6/+13
* cleanup: remove more warningsClément Bœsch2011-05-026-76/+15
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-025-19/+31
|\
| * ad_speex: support decoding stream without header packetreimar2011-05-021-13/+14
| * vd_ffmpeg: Make DR work with reget_buffer without buffer_hintsreimar2011-05-021-0/