Commit History

Author SHA1 Message Date
  Marton Balint d40dc64173 avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DURATION fields 6 years ago
  Clément Bœsch 5be0410cb3 lavu/opt: add AV_OPT_FLAG_DEPRECATED 6 years ago
  Jun Zhao 7b5cf0a410 lavu/opt: add bit stream filter option dump support. 6 years ago
  Carl Eugen Hoyos cd01b3cbcf lavu/opt: Use "&&" instead of "*" in boolean expression. 7 years ago
  Clément Bœsch 03f5e80bdb Merge commit '67351924fa91dea4339109100a4c0689f006581f' 7 years ago
  Andreas Cadhalpun 3ab8436ff6 opt: reject denominator zero as out of range 7 years ago
  Michael Niedermayer 2f935baa7d avutil/opt: Add AV_OPT_TYPE_UINT64 7 years ago
  Michael Niedermayer 748ce9d702 avutil/opt: Fix setting int64 to its maximum 7 years ago
  Diego Biurrun 67351924fa Drop unreachable break and return statements 9 years ago
  Michael Niedermayer 37bb600405 avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE 8 years ago
  Derek Buitenhuis 96d616052b Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 8 years ago
  Przemysław Sobala 1a3cff4f7e libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption 8 years ago
  Muhammad Faiz 83065939cb avutil/parsing: add '\r' as whitespace 8 years ago
  Derek Buitenhuis 5f587b1daf Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' 8 years ago
  Derek Buitenhuis e344646c80 Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' 8 years ago
  Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 8 years ago
  Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 8 years ago
  Michael Niedermayer 564b4591bb opt: Add av_opt_copy() 10 years ago
  Lukasz Marek 8833f1508b opt: Add const to av_opt_next 10 years ago
  Diego Biurrun 0d2fcdb1c5 opt-test: Merge struct declaration and initialization 8 years ago
  Diego Biurrun d3044cf37f opt-test: Move some variable declarations to avoid block braces 8 years ago
  Michael Niedermayer f3ace85d88 avutil/opt: check for and handle errors in av_opt_set_dict2() 8 years ago
  Nicolas George 47ea04ff10 lavu/opt: enhance printing durations. 9 years ago
  Clément Bœsch 6b5412cbfa avutil/opt: print more meaningful default flags values 9 years ago
  Clément Bœsch ce0a117ed4 avutil/opt: display a better default value for int/int64 options 9 years ago
  Rodger Combs 0562f95902 lavu/opt: add flag to return NULL when applicable in av_opt_get 9 years ago
  Clément Bœsch 9571a56009 avutil/opt: refactor pixel/sample fmt common case 9 years ago
  Clément Bœsch 9117748cff avutil/opt: add AV_OPT_TYPE_BOOL 9 years ago
  Hendrik Leppkes d83dd630a0 lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft 9 years ago
  Hendrik Leppkes 237cf3786e lavu: Drop old deprecated AVOption API 9 years ago
  Hendrik Leppkes 545559e43d Remove FF_CONST_AVUTIL55 cruft 9 years ago
  Ronald S. Bultje 3285005347 Undeprecate av_opt_set_defaults2(). 9 years ago
  Michael Niedermayer 52835cb8e1 avutil/opt: Avoid division by 0 9 years ago
  Michael Niedermayer 6d7e57e88b avutil/opt: Do not print inf in selftest 9 years ago
  Michael Niedermayer 88ec5435bb avutil/opt: also test av_opt_show2() 9 years ago
  Michael Niedermayer e9c85ae648 avutil/opt: Remove odd trailing whitespace bytes from flags help description 9 years ago
  Michael Niedermayer c1e93cdc9e avutil/opt: Also test/compare the av_log output i the selftest 9 years ago
  Michael Niedermayer 1750b45cdf avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT 9 years ago
  Michael Niedermayer a0640e6346 avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT 9 years ago
  Michael Niedermayer b20e79dbe9 Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a' 9 years ago
  Vittorio Giovara 07a0c0f000 opt: check memory allocation 9 years ago
  Michael Niedermayer 988d27b802 Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e' 9 years ago
  Vittorio Giovara b1306823d0 check memory errors from av_strdup() 9 years ago
  Michael Niedermayer 41a52740d4 avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() 9 years ago
  Michael Niedermayer ace9161655 avutil/opt: Check av_parse_video_rate()s return value 9 years ago
  Michael Niedermayer eb74839caa avutil/opt: Check av_parse_color() return value 9 years ago
  Lukasz Marek 0cb994dfe3 lavu/opt: add escaping to av_opt_serialize 10 years ago
  Lukasz Marek f00e9c4b10 lavu/opt: add consts where possible 10 years ago
  Lukasz Marek ea0d893817 lavu/opt: handle NULL obj in av_opt_next 10 years ago
  Lukasz Marek bee5844ddd lavu/opt: introduce av_opt_serialize() 10 years ago