Commit History

Author SHA1 Message Date
  Michael Niedermayer 9a1433683c avutil/opt: check for and handle errors in av_opt_set_dict2() 8 years ago
  Michael Niedermayer b250375e77 avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT 9 years ago
  Michael Niedermayer 1cc419eae8 avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT 9 years ago
  Michael Niedermayer ee910aef38 Merge commit '61335ab33e594d47b84fde7367ee10dc66fc3465' into release/2.4 9 years ago
  Vittorio Giovara 61335ab33e opt: check memory allocation 9 years ago
  Lukasz Marek cf8b91a28e lavu/opt: fix av_opt_get function 9 years ago
  Philip DeCamp 9d79848f84 libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address 10 years ago
  Michael Niedermayer 60dbed6067 Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 10 years ago
  Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
  Michael Niedermayer 8b6cbc3c33 avutil/opt: remove disabled old ABI compatibility code 10 years ago
  Michael Niedermayer 2ba4577809 Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126' 10 years ago
  Andrew Stone a8c104a511 AVOption: add support for dictionary types. 10 years ago
  Michael Niedermayer 24327706e1 avutil/opt: ensure the right buffer is used in set_string_number() 10 years ago
  Michael Niedermayer bbc5adfb94 avutil/opt: Fix parsing regression with constants starting with numbers 10 years ago
  Michael Niedermayer 539e72727f avutil/opt: simplify set_string_number() 10 years ago
  Muhammad Faiz 4852a88dfb avutil/opt: set_string_number(): remove unneeded copy 10 years ago
  Michael Niedermayer 265dadbe7d avutil/opt: Support general expressions involving AVOption constants in set_string_number() 10 years ago
  Michael Niedermayer 88efc013b1 avutil: move QP2LAMBDA constant to eval 10 years ago
  Michael Niedermayer 2c5c7f1089 avutil/opt: remove dead code from set_string_number() 10 years ago
  Muhammad Faiz 4927c0a988 avutil/opt.c: fix bug when parsing option 10 years ago
  Michael Niedermayer 7cd6d61da5 avutil/opt: try to fix the case where src==dst in av_opt_copy() 10 years ago
  Michael Niedermayer 00759d71a2 avutil/opt: add av_opt_copy() 10 years ago
  Michael Niedermayer f028b7af7b avutil/opt: add opt_size() 10 years ago
  Lukasz Marek ba52fb11dc lavu/opt: add av_opt_set_dict2() function 10 years ago
  Lukasz Marek 3aac5fcfa9 lavu/opt: validate range before dereference 10 years ago
  Lukasz Marek 8c27292373 lavu/opt: dont crash on freeing NULL AVOptionRanges 10 years ago
  Lukasz Marek eaed4da96a lavu/opt: extend AVOptionRange by extra values 10 years ago
  Michael Niedermayer d9a3501c33 avutil/opt: dont crash on av_opt_set_dict() with NULL 10 years ago
  Michael Niedermayer 52d928daf9 avutil/opt: allow max=min=0 for pixel formats 10 years ago
  Michael Niedermayer 6a24d77929 Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1' 10 years ago
  Anton Khirnov c3ecd968f0 AVOptions: add flags for read/read-only options 10 years ago
  Michael Niedermayer 8f853159f6 avutil/opt: preserve fractions in set_string_number() 10 years ago
  João Bernardo 290326711b avutil/opt: Better print representation of number limits 10 years ago
  Stefano Sabatini 334e2e2363 lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 10 years ago
  Stefano Sabatini 3b8c7da7a3 lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 10 years ago
  Stefano Sabatini 55f046be11 lavu/opt: apply range checks also when setting format string value 10 years ago
  Stefano Sabatini 1575a96b3a lavu/opt: factorize setting of format values from string 10 years ago
  Stefano Sabatini e2b54464c6 lavu/opt: fix range check logic in set_format() 10 years ago
  Michael Niedermayer 792845e436 Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c' 10 years ago
  Michael Niedermayer e8ac905dae avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time 10 years ago
  Michael Niedermayer 0aedf90e62 avutil/opt: factor set_string_color() out 10 years ago
  Michael Niedermayer 758d4e4067 avutil/opt: factor set_string_video_rate() out 10 years ago
  Michael Niedermayer 9648c4fe9c avutil/opt: factor set_string_image_size() out 10 years ago
  Michael Niedermayer 15b1b08874 avutil/opt: fix flags check on non x86 11 years ago
  Michael Niedermayer 162126bb17 avutil/opt: check flags validity in write_number() 11 years ago
  Michael Niedermayer f0e43e60cd Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3' 11 years ago
  Anton Khirnov 0b357a8095 AVOptions: do not range check flag options. 11 years ago
  Michael Niedermayer 2d8ccf0adc avutil/opt: initialize ret 11 years ago
  Stefano Sabatini 8696e51baf lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions 11 years ago
  Stefano Sabatini 98e7c1eed5 lavu/opt-test: use automatic set and free handlers 11 years ago