77 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Michael Niedermayer d74839d793 avfilter/vf_transpose: Fix used plane count. 7 years ago
  Clément Bœsch 571a360157 lavfi/transpose: add missing const options flags 8 years ago
  Paul B Mahol a0a57072c9 avfilter: make use of ff_filter_get_nb_threads 8 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Ganesh Ajjanagadde f6e598afa8 avfilter/vf_transpose: use the name 's' for the pointer to the private context 9 years ago
  Michael Niedermayer 0083c16605 avfilter/vf_transpose: Fix rounding error 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Michael Niedermayer 984c230cd3 avfilter/vf_transpose: Change enums to int, which are accessed via AVOption as int 10 years ago
  Michael Niedermayer 515e8aed03 avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NB 11 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Vittorio Giovara 6ee55c7b11 vf_transpose: K&R formatting cosmetics 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Michael Niedermayer 4bc7a2a64b avfilter: remove duplicate includes 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol 99a283331c avfilter/vf_traspose: move switch out of loop 11 years ago
  Paul B Mahol 66f1de66b8 lavfi/transpose: call av_frame_copy_props() 11 years ago
  Paul B Mahol e74a5acb40 lavfi/transpose: support slice threading 11 years ago
  Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
  Clément Bœsch 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Stefano Sabatini 75070d9fa0 lavfi/transpose: apply grammar consistency fixes to transpose dir option 12 years ago
  Stefano Sabatini 028c73358a lavfi/transpose: reindent constants 12 years ago
  Stefano Sabatini d33c77b14a lavfi/transpose: restore validity of values in range 4-7 12 years ago
  Anton Khirnov 0c2466dec7 vf_transpose: switch to an AVOptions-based system. 12 years ago
  Nicolas George 769cc30072 lavfi/vf_transpose: use standard options parsing. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Paul B Mahol 34126cd090 lavfi/transpose: support more pix fmts 12 years ago
  Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 12 years ago
  Michael Niedermayer afded1816b vf_transpose: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Stefano Sabatini c053f48662 lavfi/transpose: add passthrough option 12 years ago
  Stefano Sabatini 6300062774 lavfi/transpose: add support to named options and shortands 12 years ago
  Stefano Sabatini 9de7622927 lavfi/transpose: implement landscape passthrough mode 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
  Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago