aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
...
* vf_vapoursynth: fix debug outputGravatar wm42014-05-15
* vf_vapoursynth: add more debug outputGravatar wm42014-05-15
* vf_vapoursynth: avoid unnecessary waitingGravatar wm42014-05-14
* vf_vapoursynth: allow parallel processingGravatar wm42014-05-14
* vf: print for which filter initialization failedGravatar wm42014-05-04
* vf_vdpaupp: make code clarity improvementsGravatar wm42014-05-04
* vdpau: deduplicate video surface upload codeGravatar wm42014-05-04
* vf_vapoursynth: fix aspect ratio passed to vapoursynthGravatar wm42014-05-03
* video: removed unused stuffGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* vf: sanitize filter input, instead of overriding itGravatar wm42014-05-02
* vf: add alternate functions for retrieving filter outputGravatar wm42014-05-02
* vf: expose input parameters; clear parameters on failureGravatar wm42014-05-02
* vf: mark auto-inserted conversion filters in verbose outputGravatar wm42014-05-02
* vf_lavfi: reinit after libavfilter EOFGravatar wm42014-05-02
* vf_vdpaupp: always provide past and future fieldsGravatar wm42014-05-02
* vf_vdpaupp: allow toggling deinterlaceGravatar wm42014-05-02
* vf_vdpaupp: allow non-vdpau inputGravatar wm42014-05-02
* vdpau: add a postprocessing pseudo-filterGravatar wm42014-05-02
* vf: print error if filtering a frame failsGravatar wm42014-04-30
* vf_lavfi: reset metadata in reset()Gravatar Kevin Mitchell2014-04-29
* vf-metadata: fix handling of NULL metadataGravatar Kevin Mitchell2014-04-29
* vf_vapoursynth: add more VS frame propertiesGravatar wm42014-04-28
* vf_vapoursynth: use frame durations instead of _AbsoluteTimeGravatar wm42014-04-28
* vf_vapoursynth: fix memory leak on errorGravatar wm42014-04-28
* vf_vapoursynth: remove incorrect copyright noticeGravatar wm42014-04-28
* vf_lavfi: distinguish real errors from other statesGravatar wm42014-04-28
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vf_vapoursynth: use official AbsoluteTime propertyGravatar wm42014-04-27
* vf_vapoursynth: keep pixel aspect ratioGravatar wm42014-04-27
* vf_pp: PP_PICT_TYPE_QP2 is always definedGravatar wm42014-04-25
* vf: print all image parameter information in verbose outputGravatar wm42014-04-22
* vf: remove autoinserted filters on reconfigGravatar wm42014-04-21
* vf: add function to remove a filter from the chainGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* vf_rotate: support all multiples of 90 degreesGravatar wm42014-04-21
* Fix some libav* include statementsGravatar wm42014-04-19
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* vf_pp: fix include statementGravatar wm42014-04-19
* vf_pp: use native libpostproc CPU detectionGravatar wm42014-04-19
* vf_divtc: remove inline asmGravatar wm42014-04-19
* vf_pullup: remove inline asmGravatar wm42014-04-19
* vf_noise: remove line asmGravatar wm42014-04-19
* vf_ilpack: remove inline asmGravatar wm42014-04-19
* vf_eq: remove slow inline asmGravatar wm42014-04-19
* vf_vapoursynth: handle destruction more gracefullyGravatar wm42014-04-14
* vf_vapoursynth: wipe vapoursynth state completely on reloadingGravatar wm42014-04-14
* Kill all tabsGravatar wm42014-04-13
* vf_lavfi: copy AVFrame metadata into vf_lavfi privGravatar Kevin Mitchell2014-04-13
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseGravatar Kevin Mitchell2014-04-13