1183 Commits (a75b254c74d71414f15764979e718e74cd90f5aa)

Author SHA1 Message Date
  Stefano Sabatini 1ee2014190 vf_unsharp: set default chroma size value to 5x5 13 years ago
  Stefano Sabatini 998e8519ef vf_unsharp: fix out-of-buffer read 13 years ago
  Michael Niedermayer 514c44c4fa sink_buffer: fix typo 13 years ago
  Stefano Sabatini f63ec3eee9 lavfi: fix FF_API_* definition macros 13 years ago
  Nicolas George fb35f7d7e1 vf_boxblur: remove useless code. 13 years ago
  Stefano Sabatini 1c257dc32d vf_unsharp: store hsub/vsub in the filter context 13 years ago
  Stefano Sabatini e6d17ba426 vf_unsharp: adopt a more natural order of params in apply_unsharp() 13 years ago
  Stefano Sabatini de7b58da3e vf_unsharp: rename method "unsharpen" to "apply_unsharp" 13 years ago
  Michael Niedermayer d33e0c6bc8 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
  Stefano Sabatini 80de930a78 vf_pad: fix "vsub" variable value computation 14 years ago
  Stefano Sabatini 46b29397a6 vf_scale: add a "sar" variable 14 years ago
  Stefano Sabatini 0ec56d1144 lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
  Stefano Sabatini e63e4c99c9 vsrc_color: use internal timebase 14 years ago
  Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 14 years ago
  Stefano Sabatini 64abd375ec graphparser: prefer void * over AVClass * for log contexts 14 years ago
  Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 14 years ago
  Stefano Sabatini 9921613e82 vf_drawtext: apply misc style fixes 13 years ago
  Stefano Sabatini 80daa247d8 vf_drawtext: do not reset "n" variable to 0 in case the filter is reinited 13 years ago
  Stefano Sabatini dd91499b66 lavfi: add debug trace when processing events 13 years ago
  Stefano Sabatini e64de2ad1a lavfi: document AVFilterCommand fields 13 years ago
  Stefano Sabatini 87f5e79732 vf_drawtext: use ctx for expressing outlink and dtext in end_frame 13 years ago
  Stefano Sabatini 3de684206e vf_drawtext: perform misc cosmetics changes to uninit 13 years ago
  Stefano Sabatini 275516f87c vf_drawtext: set string defaults in the options array 13 years ago
  Stefano Sabatini 482ce0ce4e vf_drawtext: make x and y options parametric 13 years ago
  Stefano Sabatini 163854bca0 vf_drawtext: drop text wrapping feature 13 years ago
  Stefano Sabatini b87d4c2b9f vf_drawtext: do not set limitations on fontsize 13 years ago
  Stefano Sabatini 3a87dce6bf vf_drawtext: remove useless and misnamed intermediary "baseline" variable in draw_text() 13 years ago
  Stefano Sabatini 500b3210da vf_drawtext: fix background box coloring with RGB formats != RGBA 13 years ago
  Stefano Sabatini db56a7507e vf_drawtext: prefer int over unsigned int 13 years ago
  Stefano Sabatini be4e8908d2 vf_yadif: add support to yuva420p 13 years ago
  Stefano Sabatini 4703a7b50b vf_yadif: correct documentation on the parity parameter 13 years ago
  Joakim Plate 5feb67f8a1 vf_yadif: copy buffer properties like aspect for second frame as well 14 years ago
  Michael Niedermayer 7491816010 libavfilter/libmpcodecs: add vf_stereo3d support 13 years ago
  Michael Niedermayer 5aa18fed84 libmpcodecs: some hunks from mplayer HEAD 13 years ago
  Joakim Plate ab09df9dea vf_yadif: add an option to enable/disable deinterlacing based on src frame "interlaced" flag 14 years ago
  Stefano Sabatini 91aff2665d vsrc_color: set output pos values to -1 14 years ago
  Stefano Sabatini 753890d0db vsrc_color: add @file doxy 14 years ago
  Stefano Sabatini deb58ab447 vsrc_buffer: remove duplicated file description 14 years ago
  Clément Bœsch 46c9ddf83c lavfi: fix avfilter_get_audio_buffer() doxy to match reality. 13 years ago
  Stefano Sabatini 9535929897 asrc_anullsrc: amend description to reflect the recent changes 13 years ago
  Stefano Sabatini 1d8d987ba8 asrc_anullsrc: globally prefer "null" over "priv" for indicating the filter context 13 years ago
  Stefano Sabatini 17d2fee789 asrc_anullsrc: do not show the int64_t value for channel_layout 13 years ago
  Stefano Sabatini e72aa524d8 asrc_anullsrc: implement a request_frame callback for returning frames 13 years ago
  Stefano Sabatini 44ab77db9e asrc_anullsrc: extend syntax to make it accept a non positional list of arguments 13 years ago
  Stefano Sabatini d763fb7d47 lavfi: add select filter 14 years ago
  Stefano Sabatini db79d04173 af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filter_samples() 13 years ago
  Mina Nagy Zaki 3ee0bedcc0 lavfi: refactor query_formats and auto-insert audio conversion filters 14 years ago
  Stefano Sabatini 37cc443c83 lavfi: add audio convert filter 14 years ago
  Stefano Sabatini 553c5e9f23 lavfi: add and use an inlink variable in avfilter_config_links() 13 years ago
  Stefano Sabatini 71c644ceda lavfi: set link audio time_base if not set in avfilter_config_links() 13 years ago