| Commit message (Expand) | Author | Age | Files | Lines |
* | cmdutils: add show_demuxers and show_muxers | Steven Liu | 2016-11-08 | 1 | -23/+43 |
* | cmdutils: fix typos | Moritz Barsnick | 2016-10-09 | 1 | -2/+2 |
* | ffmpeg: switch to the new BSF API | Clément Bœsch | 2016-09-24 | 1 | -2/+3 |
* | ffmpeg: switch to codecpar | Clément Bœsch | 2016-09-21 | 1 | -2/+2 |
* | cmdutils: fix implicit declaration of SetDllDirectory function | Tobias Rapp | 2016-08-29 | 1 | -0/+3 |
* | cmdutils: remove the current working directory from the DLL search path on win32 | Hendrik Leppkes | 2016-08-08 | 1 | -0/+9 |
* | cmdutils: realign for some additional filters with very long name | Paul B Mahol | 2016-02-06 | 1 | -1/+1 |
* | cosmetics: Fix weird indentations | Timothy Gu | 2015-12-07 | 1 | -8/+8 |
* | cmdutils: use version accessor macros | Reynaldo H. Verdejo Pinochet | 2015-12-06 | 1 | -1/+3 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -1/+1 |
* | Merge commit 'fe66671bd5f446f8d0a9c70968ba8fe891efe028' | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
|\ |
|
| * | cmdutils: Check for and report the correct codec capability | Vittorio Giovara | 2015-10-25 | 1 | -2/+2 |
* | | Merge commit '9ef748173a4e0e58d40afaf38397783cd2537eaa' | Hendrik Leppkes | 2015-10-16 | 1 | -0/+29 |
|\| |
|
| * | cmdutils: Print general codec capabilities | Vittorio Giovara | 2015-10-15 | 1 | -0/+29 |
* | | Merge commit 'e240a28b20680b326a39b0860fda37d7e459bfc0' | Hendrik Leppkes | 2015-10-16 | 1 | -2/+4 |
|\| |
|
| * | cmdutils: Add auto to threading capabilities report | Vittorio Giovara | 2015-10-15 | 1 | -2/+4 |
* | | cmdutils: silence unused warnings under --disable-swscale, --disable-swresample | Ganesh Ajjanagadde | 2015-10-03 | 1 | -3/+6 |
* | | cmdutils: Filter dst/srcw/h | Michael Niedermayer | 2015-09-19 | 1 | -0/+6 |
* | | ffmpeg: replace deprecated av_log_ask_for_sample with av_log | Andreas Cadhalpun | 2015-08-12 | 1 | -1/+4 |
* | | use avfilter_pad_get_{type,name} accessor functions | Andreas Cadhalpun | 2015-08-08 | 1 | -2/+2 |
* | | cmdutils: remove sws_opts usage, simplify code | Michael Niedermayer | 2015-08-08 | 1 | -24/+0 |
* | | cmdutils: Fix overriding flags on the command line. | Michael Niedermayer | 2015-08-08 | 1 | -1/+1 |
* | | cmdutils: Export all sws options using a AVDictionary like the other subsyste... | Michael Niedermayer | 2015-08-08 | 1 | -4/+20 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -11/+11 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -9/+9 |
* | | Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e' | Michael Niedermayer | 2015-07-19 | 1 | -58/+0 |
|\| |
|
| * | avconv: use read_file() for reading the 2pass stats | Anton Khirnov | 2015-07-19 | 1 | -55/+0 |
| * | lavu: add an API function to return the Libav version string | wm4 | 2015-07-02 | 1 | -1/+1 |
* | | cmdutils: Fix sign error in display matrix auto-rotation code | Michael Niedermayer | 2015-05-18 | 1 | -1/+1 |
* | | cmdline: Check options array for not working flag combinations | Michael Niedermayer | 2015-05-09 | 1 | -0/+12 |
* | | cmdutils: Add libm.h for round() | Michael Niedermayer | 2015-05-05 | 1 | -0/+1 |
* | | cmdutils: move get_rotation() up in the file | James Almer | 2015-05-05 | 1 | -24/+24 |
* | | cmdutils: Ask for a sample in case a odd rotation angle is encountered | Michael Niedermayer | 2015-05-04 | 1 | -0/+3 |
* | | ffplay&cmdutils:Factor get_rotation() code out | Michael Niedermayer | 2015-05-03 | 1 | -0/+23 |
* | | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e' | Michael Niedermayer | 2015-04-20 | 1 | -0/+1 |
|\| |
|
| * | log: Introduce a more verbose debug level | Vittorio Giovara | 2015-04-19 | 1 | -0/+1 |
| * | cmdutils: Add a stream specifier to map usable streams | Luca Barbato | 2015-03-20 | 1 | -0/+22 |
| * | cmdutils: update copyright year to 2015. | Johan Andersson | 2015-01-04 | 1 | -1/+1 |
* | | cmdutils: indent protocols listing | Lou Logan | 2015-04-19 | 1 | -2/+2 |
* | | cmdutils: fix "Commmand" typo | Lou Logan | 2015-04-03 | 1 | -1/+1 |
* | | cmdutils: fix success path | Jean Delvare | 2015-02-11 | 1 | -1/+2 |
* | | stop embedding the build date | Andreas Cadhalpun | 2015-02-02 | 1 | -2/+1 |
* | | cmdutils: use av_match_name to filter devices | Lukasz Marek | 2015-01-11 | 1 | -4/+4 |
* | | cmdutils: use helper functions for listing sinks/sources | Lukasz Marek | 2015-01-11 | 1 | -25/+2 |
* | | cmdutils.c: Use av_realloc_array() | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
* | | cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_fi... | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
* | | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e' | Michael Niedermayer | 2014-12-19 | 1 | -1/+9 |
|\| |
|
| * | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -1/+9 |
* | | Merge commit '38129c26c51b933d7db423f904ba0cd6a88ca1ed' | Michael Niedermayer | 2014-12-19 | 1 | -9/+22 |
|\| |
|
| * | cmdutils: check file access functions return values | Vittorio Giovara | 2014-12-18 | 1 | -5/+23 |