summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
| * vd_ffmpeg: handle reget_buffer in DRI failure fallback codereimar2011-05-021-0/+6
| * ad_qtaudio: don't run win32 loader code when it's not usedreimar2011-05-021-2/+2
| * vd_ffmpeg: require aligned stride in get_buffer()zuxy2011-04-131-1/+1
| * ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiffcehoyos2011-04-131-0/+2
| * ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnetreimar2011-04-131-3/+3
* | vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-2416-56/+269
* | Update libav API usesUoti Urpala2011-04-204-10/+8
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-202-3/+3
|/
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-023-128/+0
* vd_ffmpeg: fix thread count setting with latest ffmpeg-mtUoti Urpala2011-03-291-1/+3
* ad_qtaudio: fix use with the libavformat mov demuxerfaust32011-02-151-2/+6
* vd_mpng: libpng API update, use color type gettercboesch2011-02-151-3/+6
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()michael2011-02-153-8/+12
* fix compilation with old FFmpeg versionsUoti Urpala2011-02-081-1/+8
* ad_ffmpeg: add missing extradata paddingUoti Urpala2011-02-021-1/+2
* libmpeg2: drop libmpeg2 supportUoti Urpala2011-02-012-318/+0
* vo_zr2: drop Zoran supportUoti Urpala2011-01-314-1306/+0
* codecs.conf, vd_ffmpeg: Enable fflagarith video decodercehoyos2011-01-311-1/+1
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-311-32/+1
* Merge branch 'sub'Uoti Urpala2011-01-264-48/+91
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-263-5/+5
| * cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-262-14/+14
| * subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-262-25/+67
| * cleanup: some random minor code simplification and cleanupUoti Urpala2011-01-261-9/+8
| * vf_vo: fix EOSD change detection bugUoti Urpala2011-01-181-1/+0
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hUoti Urpala2011-01-151-4/+1
| * subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-153-12/+18
* | mp_msg: Remove uses of MSGT_MENCODERClément Bœsch2011-01-252-5/+5
* | cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-254-17/+8
|/
* cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-1/+1
* vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-201-1/+14
* ad_faad: fix crash when used on an empty audio streamreimar2010-12-161-0/+5
* ad_speex: improve timestamp handlingreimar2010-12-161-1/+9
* vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B framesreimar2010-12-161-1/+1
* vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution changereimar2010-12-161-0/+1
* ad_speex: Fix possible memory leaks on errorreimar2010-12-161-2/+8
* vd_qtvideo: Do not dump image description by defaultreimar2010-12-161-1/+2
* vf_stereo3d: Properly support src/dst stridereimar2010-12-161-31/+38
* vf_stereo3d: Adjust d_height instead of bad ad-hoc scalingreimar2010-12-161-44/+28
* ad_liba52: fix -a52drc handlingUoti Urpala2010-11-231-1/+1
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-211-11/+16
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-1426-58/+53
* core: do initial A-V sync by modifying audio streamUoti Urpala2010-11-132-7/+21
* vd_ffmpeg: compare IMGFMT instead of PIX_FMTreimar2010-11-081-3/+3
* ad_faad: Make work with -demuxer lavfreimar2010-11-081-1/+1
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsreimar2010-11-081-0/+3
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forreimar2010-11-081-35/+1
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-084-6/+7
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-061-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-022-0/+480
* vd_ffmpeg: improve aspect ratio handlingreimar2010-11-021-5/+7
* vd_qtvideo: fix crash on OS X with QuickTimereimar2010-11-021-1/+1
* Remove remaining %lf printf conversionsreimar2010-11-021-0/+1
* vf_yadif: modify asm to make compile with clangcehoyos2010-11-021-1/+1
* libaf: add opts pointer to struct af_streamUoti Urpala2010-11-021-2/+2
* ad_libdca: fix assert failure on -channels >6Uoti Urpala2010-11-021-3/+10
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-027-15/+22
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-023-7/+5
* Remove MEncoderUoti Urpala2010-11-0227-8065/+0
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-022-5/+0
* vf_sab, vf_smartblur: add "const" to match swscale APIdiego2010-11-022-2/+2
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-0211-39/+30
* cosmetics: reformat vf_ass to K&R styleUoti Urpala2010-11-021-289/+318
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-4/+0
* vf_fixpts: Mark vf_info_t declaration constdiego2010-11-021-1/+1
* cosmetics: remove "_s" prefix from "struct vf_info_s"Uoti Urpala2010-11-021-1/+1
* cosmetics: Remove commented-out mpcodecs_ad_null leftoversdiego2010-11-021-2/+0
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-0211-57/+54
* vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/heightreimar2010-11-021-2/+2
* ad_ffmpeg, vd_ffmpeg: remove pointless castsdiego2010-11-022-2/+2
* spelling fixessiretart2010-11-021-2/+2
* vd_qtvideo: Some indentation fixesreimar20