1217 Commits (20b46f8f4fff6aeeab9ea418dc359eda8887ced6)

Author SHA1 Message Date
  Anton Khirnov 20b46f8f4f vf_lut: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov ee0e8d4b15 vf_libopencv: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 8c747d46f7 vf_hqdn3d: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 7ed833d78e vf_gradfun: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov c334c113d4 vf_scale: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 5aa1a668cf vf_frei0r: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov f13ab29925 vf_fps: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov a39c154049 vf_fieldorder: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov b9dfee9fa2 vf_fade: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 8ec464c61c vf_drawtext: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 335c31293b vf_drawbox: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 63e58c55c1 vf_delogo: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 460e7b4f6d vf_cropdetect: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov fba0156af7 vf_crop: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 51def31dbe vf_boxblur: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 62dcdb028c vf_blackframe: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 2831b307e6 vf_aspect: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov e67a87eac8 vf_(no)format: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 0af7fe1f95 af_aformat: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov d28cb84989 buffersrc: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 4fa1f52e33 af_resample: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov b439c992c2 lavfi: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 6d0546bbaf avfiltergraph: set deprecated filter_count. 13 years ago
  Anton Khirnov 6e3c13a559 avfiltergraph: check for sws opts being non-NULL before using them. 13 years ago
  Clément Bœsch 1ae44c87c9 lavfi/gradfun: remove rounding to match C and SSE code. 13 years ago
  Clément Bœsch 38a2f88d39 lavfi/gradfun: fix dithering in MMX code. 13 years ago
  Clément Bœsch 2d66fc543b lavfi/gradfun: fix rounding in MMX code. 13 years ago
  Clément Bœsch 8b9a153ef3 lavfi/gradfun: do not increment DC pointer for odd values. 13 years ago
  Jindřich Makovička 20a8ee3061 af_asyncts: fix compensation and PTS monotonicity 13 years ago
  Anton Khirnov 6599b087de buffersrc: fix a typo. 13 years ago
  Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 13 years ago
  Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 13 years ago
  Anton Khirnov 4750b05d67 af_join: do not leak input frames. 13 years ago
  Anton Khirnov c2b9bd97f5 asrc_anullsrc: return EOF, not -1 13 years ago
  Anton Khirnov f4281f4571 asrc_anullsrc: do not set samplerate and channel layout explicitly 13 years ago
  Anton Khirnov e4a7b2177d vf_showinfo: remove its useless init function 13 years ago
  Anton Khirnov dd74e3ef33 avfiltergraph: use sizeof(var) instead of sizeof(type) 13 years ago
  Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 13 years ago
  Anton Khirnov 556aab8f11 lavfi: use designated initializers in avfilter_class 13 years ago
  Loren Merritt 5b3c1aecb2 hqdn3d: Fix out of array read in LOWPASS 13 years ago
  Anton Khirnov d0a863ac89 vf_hqdn3d: fix uninitialized variable use 13 years ago
  Anton Khirnov 887d31d455 vf_gradfun: fix uninitialized variable use 13 years ago
  Xi Wang 5d639b2b4a vf_pad: fix a & instead of && typo 13 years ago
  Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 13 years ago
  Anton Khirnov d8b31be6ca Add the bumps and APIchanges entries for reference counted buffers changes. 13 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 13 years ago
  Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 13 years ago
  Justin Ruggles 9f1223562e lavfi: connect libavresample options to af_resample via AVFilterGraph 13 years ago
  Anton Khirnov 64ed397635 vf_yadif: fix out-of line reads 13 years ago
  Anton Khirnov ccd70d9c16 vf_yadif: factorize initializing the filtering callbacks 13 years ago