Commit History

Author SHA1 Message Date
  Michael Niedermayer 5fc5170c55 avutil/opt: make const tables static const 11 years ago
  Michael Niedermayer 18b1381c5f avutil/opt: fix av_log type 11 years ago
  Michael Niedermayer 0b5d1b88e0 avutil/opt: fix types passed to the format string "%s" 11 years ago
  Michael Niedermayer cca229e75a Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b' 11 years ago
  Martin Storsjö c7e921a54f avopt: Check whether the object actually has got an AVClass 11 years ago
  Paul B Mahol fd84b6fd33 lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPLE_FMT too 11 years ago
  Paul B Mahol a64248d1ec lavu/opt: show default values 11 years ago
  Paul B Mahol f98dbc7311 lavu/opt: check if class is NULL too 11 years ago
  Paul B Mahol 3a751eab78 lavu/opt: add AV_OPT_TYPE_COLOR 11 years ago
  Michael Niedermayer e7389ed5d0 Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b' 11 years ago
  Anton Khirnov bcc9432898 opt: check the return values of av_get_token for ENOMEM. 11 years ago
  Nicolas George 983d04dd40 lavu/opt: make sure av_opt_set_bin() handles NULL/0. 11 years ago
  Clément Bœsch d00dcb8c9f opt: attempt to improve options dump output. 11 years ago
  Michael Niedermayer fd37a7dc3c Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107' 11 years ago
  Anton Khirnov cf53704c55 AVOptions: make av_set_options_string() forward options to child objects 11 years ago
  Nicolas George 8d928a9d99 lavu/opt: add AV_OPT_TYPE_DURATION. 11 years ago
  Michael Niedermayer eaa5882e71 avutil: fix compilation 11 years ago
  Paul B Mahol 7aa9af51db lavu/opt: add AV_OPT_VIDEO_RATE option 11 years ago
  Michael Niedermayer 7fff5781b6 Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b' 11 years ago
  Anton Khirnov 4d67ff8e8e AVOptions: fix using named constants with child contexts. 11 years ago
  Anton Khirnov 9676b9a2cd AVOption: remove an unused function parameter. 11 years ago
  Stefano Sabatini b1a2684936 lavu/opt: fix weird align 11 years ago
  Stefano Sabatini 7b9a3df5d7 lavu/opt-test: do not explicitly set default value in test_ctx 11 years ago
  Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 11 years ago
  Michael Niedermayer 2f9903f662 Merge commit '418693bdc5edad72b0d055f741931612d797eb05' 11 years ago
  Justin Ruggles d02202e08a opt: avoid segfault in av_opt_next() if the class does not have an option list 12 years ago
  Michael Niedermayer 22e4988673 opt: fix memleak on error of range_array 11 years ago
  Stefano Sabatini f494647206 lavu/opt: change the way ranges are printed 11 years ago
  Stefano Sabatini 129d737150 lavu/opt: make av_opt_query_ranges_default() return a meaningful error code 11 years ago
  Stefano Sabatini 0ad654d4c9 lavu/opt: perform misc cosmetical fixes 11 years ago
  Michael Niedermayer e0a553d526 opt_list: fix vertical alignment of types 11 years ago
  Michael Niedermayer f4ceca6261 opt: print ranges in opt_list() 11 years ago
  Michael Niedermayer a8e0d51bb8 opt: Add support to query ranges 11 years ago
  Michael Niedermayer 15784c2bab Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652' 11 years ago
  Justin Ruggles 9d5c62ba5b lavu/opt: do not filter out the initial sign character except for flags 12 years ago
  Michael Niedermayer 99efd59626 Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' 11 years ago
  Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
  Stefano Sabatini c9ff32215b lavu/opt: allow to set sample and pixel format with av_opt_set_int() 11 years ago
  Stefano Sabatini 08d0969c14 lavu/opt: change the way default pixel and sample format value is set 11 years ago
  Stefano Sabatini 51e9f58e1c lavu/opt: add support for reading pixel and sample format through av_get_int() 11 years ago
  Stefano Sabatini 26c531cc22 lavu/opt: fix range shown in set_format() log message 11 years ago
  Stefano Sabatini c70ec631c9 lavu/opt: add av_opt_ accessors for pixel/format/image size options 12 years ago
  Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 12 years ago
  Stefano Sabatini ef4dc3e55b lavu/opt: show valid range in case of out-of-range value 12 years ago
  Nicolas George 3bdf4971ba lavu/opt: implement av_opt_get_key_value(). 12 years ago
  Nicolas George e021eeb9f0 lavu/opt: parse key into a mallocated buffer. 12 years ago
  Stefano Sabatini b91fa5fcca lavu/opt: set sample format default value, and accept NULL value 12 years ago
  Stefano Sabatini ca11f6b240 lavu/opt: prefer if(){}else{} over if()else{} construct 12 years ago
  Stefano Sabatini 481fdeeecf lavu/opt: add AV_OPT_SAMPLE_FMT option 12 years ago
  Michael Niedermayer 492b8ec4c5 av_opt_set_from_string: fix memleak 12 years ago