summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29avutil/opt: fix flags check on non x86Michael Niedermayer1-1/+1
2013-10-28avutil/opt: check flags validity in write_number()Michael Niedermayer1-0/+9
2013-10-28Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'Michael Niedermayer1-1/+2
2013-10-27AVOptions: do not range check flag options.Anton Khirnov1-1/+2
2013-10-20avutil/opt: initialize retMichael Niedermayer1-1/+1
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini4-3/+83
2013-10-17lavu/opt-test: use automatic set and free handlersStefano Sabatini1-3/+2
2013-08-10avutil/opt: make const tables static constMichael Niedermayer1-3/+3
2013-08-10avutil/opt: fix av_log typeMichael Niedermayer1-1/+1
2013-08-08avutil/opt: fix types passed to the format string "%s"Michael Niedermayer1-2/+2
2013-08-01Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b'Michael Niedermayer1-0/+3
2013-07-31avopt: Check whether the object actually has got an AVClassMartin Storsjö1-0/+3
2013-07-25lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL...Paul B Mahol1-0/+6
2013-07-03lavu/opt: show default valuesPaul B Mahol1-0/+34
2013-05-21lavu/opt: check if class is NULL tooPaul B Mahol1-1/+1
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol4-2/+29
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer3-4/+12
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov1-0/+7
2013-04-01lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George1-3/+4
2013-03-31opt: attempt to improve options dump output.Clément Bœsch1-2/+4
2013-03-28Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2-3/+6
2013-03-28AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov1-1/+1
2013-03-20lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George4-2/+35
2013-03-20avutil: fix compilationMichael Niedermayer1-0/+1
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol4-2/+67
2013-03-16Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer2-12/+4
2013-03-16AVOptions: fix using named constants with child contexts.Anton Khirnov1-4/+4
2013-03-16AVOption: remove an unused function parameter.Anton Khirnov1-6/+4
2013-03-05lavu/opt: fix weird alignStefano Sabatini1-1/+1
2013-03-05lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini1-2/+1
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun4-4/+4
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer4-27/+36
2012-12-22opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles1-2/+4
2012-12-10opt: fix memleak on error of range_arrayMichael Niedermayer1-0/+1
2012-12-08lavu/opt: change the way ranges are printedStefano Sabatini1-7/+8
2012-12-08lavu/opt: make av_opt_query_ranges_default() return a meaningful error codeStefano Sabatini1-2/+6
2012-12-08lavu/opt: perform misc cosmetical fixesStefano Sabatini1-10/+13
2012-12-08opt_list: fix vertical alignment of typesMichael Niedermayer1-12/+12
2012-12-08opt: print ranges in opt_list()Michael Niedermayer1-0/+42
2012-12-08opt: Add support to query rangesMichael Niedermayer4-2/+144
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer8-6/+127
2012-12-05lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles1-3/+8
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini6-13/+28
2012-11-29lavu/opt: change the way default pixel and sample format value is setStefano Sabatini6-9/+24
2012-11-25lavu/opt: add support for reading pixel and sample format through av_get_int()Stefano Sabatini2-1/+3
2012-11-25lavu/opt: fix range shown in set_format() log messageStefano Sabatini1-1/+1
2012-11-25lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini4-1/+120
[next]