aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-131-0/+9
* cmdutils: realign for some additional filters with very long namePaul B Mahol2016-02-061-1/+1
* cosmetics: Fix weird indentationsTimothy Gu2015-12-071-8/+8
* cmdutils: use version accessor macrosReynaldo H. Verdejo Pinochet2015-12-061-1/+3
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-1/+1
* Merge commit 'fe66671bd5f446f8d0a9c70968ba8fe891efe028'Hendrik Leppkes2015-10-271-2/+2
|\
| * cmdutils: Check for and report the correct codec capabilityVittorio Giovara2015-10-251-2/+2
* | Merge commit '9ef748173a4e0e58d40afaf38397783cd2537eaa'Hendrik Leppkes2015-10-161-0/+29
|\|
| * cmdutils: Print general codec capabilitiesVittorio Giovara2015-10-151-0/+29
* | Merge commit 'e240a28b20680b326a39b0860fda37d7e459bfc0'Hendrik Leppkes2015-10-161-2/+4
|\|
| * cmdutils: Add auto to threading capabilities reportVittorio Giovara2015-10-151-2/+4
* | cmdutils: silence unused warnings under --disable-swscale, --disable-swresampleGanesh Ajjanagadde2015-10-031-3/+6
* | cmdutils: Filter dst/srcw/hMichael Niedermayer2015-09-191-0/+6
* | ffmpeg: replace deprecated av_log_ask_for_sample with av_logAndreas Cadhalpun2015-08-121-1/+4
* | use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-081-2/+2
* | cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-081-24/+0
* | cmdutils: Fix overriding flags on the command line.Michael Niedermayer2015-08-081-1/+1
* | cmdutils: Export all sws options using a AVDictionary like the other subsyste...Michael Niedermayer2015-08-081-4/+20
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-11/+11
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-9/+9
* | Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e'Michael Niedermayer2015-07-191-58/+0
|\|
| * avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-191-55/+0
| * lavu: add an API function to return the Libav version stringwm42015-07-021-1/+1
* | cmdutils: Fix sign error in display matrix auto-rotation codeMichael Niedermayer2015-05-181-1/+1
* | cmdline: Check options array for not working flag combinationsMichael Niedermayer2015-05-091-0/+12
* | cmdutils: Add libm.h for round()Michael Niedermayer2015-05-051-0/+1
* | cmdutils: move get_rotation() up in the fileJames Almer2015-05-051-24/+24
* | cmdutils: Ask for a sample in case a odd rotation angle is encounteredMichael Niedermayer2015-05-041-0/+3
* | ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer2015-05-031-0/+23
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-201-0/+1
|\|
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-191-0/+1
| * cmdutils: Add a stream specifier to map usable streamsLuca Barbato2015-03-201-0/+22
| * cmdutils: update copyright year to 2015.Johan Andersson2015-01-041-1/+1
* | cmdutils: indent protocols listingLou Logan2015-04-191-2/+2
* | cmdutils: fix "Commmand" typoLou Logan2015-04-031-1/+1
* | cmdutils: fix success pathJean Delvare2015-02-111-1/+2
* | stop embedding the build dateAndreas Cadhalpun2015-02-021-2/+1
* | cmdutils: use av_match_name to filter devicesLukasz Marek2015-01-111-4/+4
* | cmdutils: use helper functions for listing sinks/sourcesLukasz Marek2015-01-111-25/+2
* | cmdutils.c: Use av_realloc_array()Michael Niedermayer2015-01-061-1/+1
* | cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_fi...Michael Niedermayer2015-01-061-1/+1
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-191-1/+9
|\|
| * check memory errors from av_strdup()Vittorio Giovara2014-12-181-1/+9
* | Merge commit '38129c26c51b933d7db423f904ba0cd6a88ca1ed'Michael Niedermayer2014-12-191-9/+22
|\|
| * cmdutils: check file access functions return valuesVittorio Giovara2014-12-181-5/+23
* | cmdutils: use macros for device testLukasz Marek2014-12-141-6/+1
* | cmdutils: Exit in case of faulty stream specifiersMichael Niedermayer2014-11-171-1/+1
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-251-0/+181
* | cmdutils: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-251-4/+7
* | Merge commit '47e3e1097e09da7f973908e09df15e3bb7c5e1f4'Michael Niedermayer2014-10-171-1/+1
|\|