Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-19avutil/opt: preserve fractions in set_string_number()Michael Niedermayer
2014-01-25avutil/opt: Better print representation of number limitsJoão Bernardo
2013-12-26lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini
2013-12-26lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini
2013-12-26lavu/opt: apply range checks also when setting format string valueStefano Sabatini
2013-12-26lavu/opt: factorize setting of format values from stringStefano Sabatini
2013-12-26lavu/opt: fix range check logic in set_format()Stefano Sabatini
2013-12-17Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'Michael Niedermayer
2013-12-07avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) timeMichael Niedermayer
2013-12-07avutil/opt: factor set_string_color() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_video_rate() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_image_size() outMichael Niedermayer
2013-10-30avutil/opt: fix flags check on non x86Michael Niedermayer
2013-10-28avutil/opt: check flags validity in write_number()Michael Niedermayer
2013-10-28Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'Michael Niedermayer
2013-10-28AVOptions: do not range check flag options.Anton Khirnov
2013-10-20avutil/opt: initialize retMichael Niedermayer
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini
2013-10-17lavu/opt-test: use automatic set and free handlersStefano Sabatini
2013-08-10avutil/opt: make const tables static constMichael Niedermayer
2013-08-10avutil/opt: fix av_log typeMichael Niedermayer
2013-08-08avutil/opt: fix types passed to the format string "%s"Michael Niedermayer
2013-08-01Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b'Michael Niedermayer
2013-07-31avopt: Check whether the object actually has got an AVClassMartin Storsjö
2013-07-26lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL...Paul B Mahol
2013-07-04lavu/opt: show default valuesPaul B Mahol
2013-05-22lavu/opt: check if class is NULL tooPaul B Mahol
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov
2013-04-01lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George
2013-03-31opt: attempt to improve options dump output.Clément Bœsch
2013-03-28Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer
2013-03-28AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov
2013-03-21lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George
2013-03-20avutil: fix compilationMichael Niedermayer
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol
2013-03-16Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer
2013-03-16AVOptions: fix using named constants with child contexts.Anton Khirnov
2013-03-16AVOption: remove an unused function parameter.Anton Khirnov
2013-03-05lavu/opt: fix weird alignStefano Sabatini
2013-03-05lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer
2012-12-23opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles
2012-12-11opt: fix memleak on error of range_arrayMichael Niedermayer
2012-12-09lavu/opt: change the way ranges are printedStefano Sabatini
2012-12-08lavu/opt: make av_opt_query_ranges_default() return a meaningful error codeStefano Sabatini