summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28cmdutils: fix expected signature for show_colors() functionStefano Sabatini2-2/+4
2013-10-27cmdutils: add -colors optionStefano Sabatini4-0/+22
2013-10-22Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5'Michael Niedermayer3-15/+19
2013-10-22avplay: Accept cpuflags optionLuca Barbato7-19/+22
2013-09-30cmdutils: print command support in -filters.Paul B Mahol1-3/+5
2013-08-30cmdutils: silence warning about incompatible pointer typesPaul B Mahol1-1/+1
2013-08-27cmdutils: Filter non user AVOptions out from what can be set over the command...Michael Niedermayer1-6/+15
2013-08-08Merge commit '0f1fb6c0194c85483dedb93b20a5b76f6fc9d520'Michael Niedermayer1-1/+4
2013-08-08cmdutils: Only do the windows-specific commandline parsing on _WIN32Diogo Franco1-1/+4
2013-07-08cmdutils: replace exit() by exit_program()Michael Niedermayer1-2/+2
2013-07-08Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer4-48/+73
2013-07-07cmdutils: wrap exit explicitlyLuca Barbato4-45/+70
2013-06-24cmdutils: dont change the log level for -reportMichael Niedermayer1-1/+0
2013-06-07cmdutils: print threading capabilities for audio codecsPaul B Mahol1-1/+2
2013-05-24cmdutils: print slice threading flag in -filters.Clément Bœsch1-2/+5
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer11-14/+447
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov11-1/+445
2013-05-19cmdutils: show timeline support in -filters listingStefano Sabatini1-1/+3
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-168/+204
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov23-178/+214
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-18cmdutils: make the "-help filter=" output less confusingMichael Niedermayer1-2/+2
2013-04-17cmdutils: slightly better -filters output.Clément Bœsch1-2/+7
2013-04-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-0/+14
2013-04-16cmdutils: Fix build with lavfi disabledAnton Khirnov1-0/+4
2013-04-13cmdutils: print if filters are sources or sinks.Clément Bœsch1-0/+4
2013-04-12Merge commit '921046008f5335601f9d76dc3a768eb5cd91e1b9'Michael Niedermayer2-12/+33
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer7-34/+52
2013-04-11cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2-0/+44
2013-04-11avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov3-14/+17
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov7-29/+48
2013-04-11cmdutils: add opencl command line options to ffmpeghighgod04013-0/+31
2013-04-05cmdutils: remove error message from opt_default() in case of missing optionStefano Sabatini1-2/+0
2013-04-01cmdutils: fix build with --disable-avfilter.Clément Bœsch1-0/+5
2013-03-31cmdutils: support filters in the help topic system.Clément Bœsch1-0/+24
2013-03-31cmdutils: allow forcing log line repeationMichael Niedermayer1-0/+7
2013-03-13opt: re-enable memleak fix for duplicated options.Clément Bœsch2-2/+6
2013-03-12cmdutils: improve feedback in case of not found optionStefano Sabatini1-1/+4
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer4-87/+136
2013-03-12Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer5-318/+94
2013-03-11cmdutils: remove conditionnal pp include.Clément Bœsch1-2/+0
2013-03-10cmdutils: clarify log message, in case of option routed to both codec and mux...Stefano Sabatini1-1/+1
2013-03-10cmdutils: remove duplicated check on CONFIG_POSTPROCStefano Sabatini1-2/+0
2013-03-10cmdutils: make print_all_libs_info() show libavresample versionStefano Sabatini1-1/+1
2013-03-10cmdutils: fix stylenitsStefano Sabatini1-2/+2
2013-03-08avconv: print an error on applying options of the wrong type.Anton Khirnov3-63/+119
2013-03-08avplay: switch to new refcounted frames APIAnton Khirnov3-226/+19
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
[next]