aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
* VF: remove IMGFMT_MPEGPESGravatar wm42012-10-22
* vd_ffmpeg, vf: fix crashes with some game formatsGravatar reimar2012-10-22
* Remove useless video filtersGravatar wm42012-10-03
* vf_rectangle: remove as it is very dirty and we have a replacement nowGravatar Rudolf Polzer2012-09-18
* vf_dlopen: add a generic filter to load external filtersGravatar Rudolf Polzer2012-08-23
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* vf.c: increase default alignment valuesGravatar mplayer-svn2012-08-03
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTGravatar wm42012-08-02
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* configure: remove checks for malloc.h and alloca()Gravatar wm42012-07-30
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\
* | screenshot: allow forcing taking screenshots with the video filterGravatar wm42012-02-29
| * configure, build: support compiling without libpostprocGravatar Uoti Urpala2012-02-27
|/
* vf_fspp: make compile without Libav internalsGravatar Uoti Urpala2012-01-02
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* cleanup: vf_scale.c, vf.c: replace numbers by flag macro namesGravatar Uoti Urpala2011-11-14
* cosmetics: vf.[ch]: reformatGravatar Uoti Urpala2011-11-14
* 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
* vf_qp: enable compilation depending on libavutil eval APIGravatar Uoti Urpala2011-07-18
* vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* vo_zr2: drop Zoran supportGravatar Uoti Urpala2011-01-31
* build: enable vf_geq if libavutil version installs eval.hGravatar Uoti Urpala2010-11-06
* vf_stereo3d: Add stereo3d filterGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackGravatar Uoti Urpala2010-11-02
* vf_rgb2bgr: remove the filterGravatar siretart2010-11-02
* Merge svn changes up to r31176Gravatar Uoti Urpala2010-05-30
|\
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| * Fix compilation after r31173.Gravatar cehoyos2010-05-14
* | Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\|
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
* | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| | | * Enable ASS/SSA subtitle support in mencoderGravatar greg2010-03-05
| | | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| | |/
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Avoid misleading error "ASS: cannot add video filter"Gravatar Uoti Urpala2010-01-16
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Deduplicate the mp_image planes allocation code.Gravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Support mp_image with allocated palette.Gravatar reimar2009-12-26