aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
* 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
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsGravatar Uoti Urpala2009-12-07
* | vf: Free MP_IMGTYPE_NUMBERED buffers tooGravatar Uoti Urpala2009-09-18
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Disable functionality requiring libswscale internalsGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29417Gravatar Uoti Urpala2009-07-12
|\|
| * new debanding filterGravatar lorenm2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Print an error and return NULL in vf_get_image if we try to allocateGravatar reimar2009-02-17
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-02-16
|\|
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatGravatar reimar2009-02-14
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
| * fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
| * Fix OSD flickering with filters that add frames (tfields, yadif) andGravatar reimar2008-12-30
| * Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|