534 Commits (95a5fd4581c686ea6a7c8eb9188d902bce35d4f9)

Author SHA1 Message Date
Paul B Mahol 956fed377b cmdutils: realign for some additional filters with very long name 9 years ago
Timothy Gu 006d3e97fc cosmetics: Fix weird indentations 9 years ago
Reynaldo H. Verdejo Pinochet 21fbc41214 cmdutils: use version accessor macros 9 years ago
Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
Vittorio Giovara fe66671bd5 cmdutils: Check for and report the correct codec capability 9 years ago
Vittorio Giovara 9ef748173a cmdutils: Print general codec capabilities 9 years ago
Vittorio Giovara e240a28b20 cmdutils: Add auto to threading capabilities report 9 years ago
Ganesh Ajjanagadde 254c64c574 cmdutils: silence unused warnings under --disable-swscale, --disable-swresample 9 years ago
Michael Niedermayer a0af9fd954 cmdutils: Filter dst/srcw/h 9 years ago
Andreas Cadhalpun 9c29aa7143 ffmpeg: replace deprecated av_log_ask_for_sample with av_log 9 years ago
Andreas Cadhalpun 9126ae4b6b use avfilter_pad_get_{type,name} accessor functions 9 years ago
Michael Niedermayer 5edab1d207 cmdutils: remove sws_opts usage, simplify code 9 years ago
Michael Niedermayer 408c9cf0e2 cmdutils: Fix overriding flags on the command line. 9 years ago
Michael Niedermayer 165fb7eba8 cmdutils: Export all sws options using a AVDictionary like the other subsystems do 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov bd2ab27c48 avconv: use read_file() for reading the 2pass stats 9 years ago
wm4 1316df7aa9 lavu: add an API function to return the Libav version string 10 years ago
Michael Niedermayer 66f4b1e9c4 cmdutils: Fix sign error in display matrix auto-rotation code 10 years ago
Michael Niedermayer 876c89a88f cmdline: Check options array for not working flag combinations 10 years ago
Michael Niedermayer 36993527dd cmdutils: Add libm.h for round() 10 years ago
James Almer 858f81fde2 cmdutils: move get_rotation() up in the file 10 years ago
Michael Niedermayer f320f2f4c6 cmdutils: Ask for a sample in case a odd rotation angle is encountered 10 years ago
Michael Niedermayer 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 years ago
Vittorio Giovara c253340ae6 log: Introduce a more verbose debug level 10 years ago
Lou Logan d1a8922098 cmdutils: indent protocols listing 10 years ago
Lou Logan 44cae91252 cmdutils: fix "Commmand" typo 10 years ago
Luca Barbato 342fc46c69 cmdutils: Add a stream specifier to map usable streams 10 years ago
Jean Delvare 194165aed8 cmdutils: fix success path 10 years ago
Andreas Cadhalpun 103e4c5863 stop embedding the build date 10 years ago
Lukasz Marek f463df18bc cmdutils: use av_match_name to filter devices 10 years ago
Lukasz Marek 44e6eeb30d cmdutils: use helper functions for listing sinks/sources 10 years ago
Michael Niedermayer d2838f09d6 cmdutils.c: Use av_realloc_array() 10 years ago
Michael Niedermayer 369b4cd412 cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() 10 years ago
Johan Andersson 3e16065221 cmdutils: update copyright year to 2015. 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Vittorio Giovara 38129c26c5 cmdutils: check file access functions return values 10 years ago
Lukasz Marek 00dc2859f0 cmdutils: use macros for device test 10 years ago
Michael Niedermayer 4be03a7a6c cmdutils: Exit in case of faulty stream specifiers 10 years ago
Lukasz Marek 5f55819850 opts: add list device sources/sinks options 10 years ago
Michael Niedermayer 2fc970a6b8 cmdutils: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Luca Barbato 47e3e1097e cmdutils: Use the correct guard 10 years ago
Diego Biurrun 2dd09ebf55 cmdutils: Print a more sensible message in show_filters() w/o libavfilter 10 years ago
Tobias Rapp 2c43cfe2d4 cmdutils: Add some whitespace when printing layouts 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Anton Khirnov 481a366749 cmdutils: allow matching by metadata in stream specifiers 10 years ago
Michael Niedermayer 7f5d75f95b cmdutils: ignore sws_flags if swscale is not enabled 11 years ago
Simon Thelen 389d45351e version string: add copyright line to version string 11 years ago
Michael Niedermayer d82ecfce07 cmdutils: implement FFREPORT=level=... 11 years ago