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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-08lavu/opt: perform misc cosmetical fixesStefano Sabatini
2012-12-08opt_list: fix vertical alignment of typesMichael Niedermayer
2012-12-08opt: print ranges in opt_list()Michael Niedermayer
2012-12-08opt: Add support to query rangesMichael Niedermayer
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer
2012-12-05lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini
2012-11-30lavu/opt: change the way default pixel and sample format value is setStefano Sabatini
2012-11-25lavu/opt: add support for reading pixel and sample format through av_get_int()Stefano Sabatini
2012-11-25lavu/opt: fix range shown in set_format() log messageStefano Sabatini
2012-11-25lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
2012-11-08lavu/opt: show valid range in case of out-of-range valueStefano Sabatini
2012-11-04lavu/opt: implement av_opt_get_key_value().Nicolas George
2012-11-04lavu/opt: parse key into a mallocated buffer.Nicolas George
2012-11-03lavu/opt: set sample format default value, and accept NULL valueStefano Sabatini
2012-11-03lavu/opt: prefer if(){}else{} over if()else{} constructStefano Sabatini
2012-11-03lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini
2012-10-11av_opt_set_from_string: fix memleakMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-30lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George
2012-09-30opt: implement av_opt_set_from_string().Nicolas George
2012-09-07lavu/opt: reindent after last commitStefano Sabatini
2012-09-05lavu/opt: support NULL and special "none" values for size and pixel format op...Stefano Sabatini
2012-09-05Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer