summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* ffmpeg: replace deprecated av_log_ask_for_sample with av_logAndreas Cadhalpun2015-08-12
* use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-08
* cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-08
* cmdutils: Fix overriding flags on the command line.Michael Niedermayer2015-08-08
* cmdutils: Export all sws options using a AVDictionary like the other subsyste...Michael Niedermayer2015-08-08
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e'Michael Niedermayer2015-07-19
|\|
| * avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-19
| * lavu: add an API function to return the Libav version stringwm42015-07-02
* | cmdutils: Fix sign error in display matrix auto-rotation codeMichael Niedermayer2015-05-18
* | cmdline: Check options array for not working flag combinationsMichael Niedermayer2015-05-09
* | cmdutils: Add libm.h for round()Michael Niedermayer2015-05-05
* | cmdutils: move get_rotation() up in the fileJames Almer2015-05-05
* | cmdutils: Ask for a sample in case a odd rotation angle is encounteredMichael Niedermayer2015-05-04
* | ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer2015-05-03
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-20
|\|
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-19
| * cmdutils: Add a stream specifier to map usable streamsLuca Barbato2015-03-20
| * cmdutils: update copyright year to 2015.Johan Andersson2015-01-04
* | cmdutils: indent protocols listingLou Logan2015-04-19
* | cmdutils: fix "Commmand" typoLou Logan2015-04-03
* | cmdutils: fix success pathJean Delvare2015-02-11
* | stop embedding the build dateAndreas Cadhalpun2015-02-02
* | cmdutils: use av_match_name to filter devicesLukasz Marek2015-01-11
* | cmdutils: use helper functions for listing sinks/sourcesLukasz Marek2015-01-11
* | cmdutils.c: Use av_realloc_array()Michael Niedermayer2015-01-06
* | cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_fi...Michael Niedermayer2015-01-06
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-19
|\|
| * check memory errors from av_strdup()Vittorio Giovara2014-12-18
* | Merge commit '38129c26c51b933d7db423f904ba0cd6a88ca1ed'Michael Niedermayer2014-12-19
|\|
| * cmdutils: check file access functions return valuesVittorio Giovara2014-12-18
* | cmdutils: use macros for device testLukasz Marek2014-12-14
* | cmdutils: Exit in case of faulty stream specifiersMichael Niedermayer2014-11-17
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-25
* | cmdutils: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-25
* | Merge commit '47e3e1097e09da7f973908e09df15e3bb7c5e1f4'Michael Niedermayer2014-10-17
|\|
| * cmdutils: Use the correct guardLuca Barbato2014-10-17
* | Merge commit '2dd09ebf5597fd5e4a573bee9cccf21ae821f286'Michael Niedermayer2014-09-17
|\|
| * cmdutils: Print a more sensible message in show_filters() w/o libavfilterDiego Biurrun2014-09-16
* | cmdutils: Add some whitespace when printing layoutsTobias Rapp2014-09-02
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
| * cmdutils: allow matching by metadata in stream specifiersAnton Khirnov2014-08-13
| * avconv: Match stream idLuca Barbato2014-03-13
| * cmdutils: update copyright year to 2014.Johan Andersson2014-01-05
* | cmdutils: ignore sws_flags if swscale is not enabledMichael Niedermayer2014-06-29