- Sep 19, 2015
-
-
Michael Niedermayer authored
Dimensions / pixel formats for scaling must be set through the -s / pix_fmt options or the scale / format filters. Otherwise there are mismatches between whet is in/output to the scaler and for what the scaler is configured Fixes Ticket4856 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 11, 2015
-
-
Andreas Cadhalpun authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Aug 08, 2015
-
-
Andreas Cadhalpun authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Michael Niedermayer authored
It has become unused as all code was switched to AVDictionary Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Previously the code just appended the strings of flags which worked with "+bitexact" but would not work with something like "0" Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This makes extracting options other than sws_flags easier Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jul 27, 2015
-
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jul 19, 2015
-
-
Anton Khirnov authored
Also, drop the now unused cmdutils_read_file(). There is no reason to have two functions doing essentially the same thing.
-
- Jul 02, 2015
-
-
wm4 authored
This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- May 18, 2015
-
-
Michael Niedermayer authored
This makes the sample from Ticket4560 behave consistently with either branch Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 09, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 05, 2015
-
-
Michael Niedermayer authored
Found-by: jamrial Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
Fixes compilation of fftools without libavdevice Signed-off-by:
James Almer <jamrial@gmail.com>
-
- May 04, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 03, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 19, 2015
-
-
Vittorio Giovara authored
And deprecate av_dlog macro.
-
Lou Logan authored
For readability. Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 03, 2015
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Mar 20, 2015
-
-
Luca Barbato authored
It drops everything that cannot be used for re-encoding and/or streamcopy.
-
- Feb 11, 2015
-
-
Jean Delvare authored
Since commit 934f2d2f, cmdutils_read_file() prints a confusing message on success: IO error: Success This is because the error message is printed on the success path as well. Add the missing condition so that it is only printed on error. Signed-off-by:
Jean Delvare <jdelvare@suse.de> Cc: Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 02, 2015
-
-
Andreas Cadhalpun authored
Theis makes the build binary reproducible. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 11, 2015
-
-
Lukasz Marek authored
Device name may be coma-separated list. Use dedicated funtion to compare. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
List device callback must be able to return valid list without opening device. This callback should return input values for open function, not vice-versa. Read header funtion is very likey to fail without proper configuration provided. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Jan 06, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 04, 2015
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Dec 18, 2014
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703706
-
- Dec 14, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Nov 17, 2014
-
-
Michael Niedermayer authored
Avoids printing confusing and unrelated errors Fixes Ticket2772 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 25, 2014
-
-
Lukasz Marek authored
Allows to list sources/sinks of the devices that implement that functionality. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 17, 2014
-
-
Luca Barbato authored
The OptionDef arrays are terminated with a { NULL } element not NULL. CC: libav-stable@libav.org Bug-Id: CID 703769
-
- Sep 16, 2014
-
-
Diego Biurrun authored
Also avoid an unused variable warning for compilers w/o av_unused support.
-
- Sep 02, 2014
-
-
Tobias Rapp authored
Adds some more whitespace between channel layout name and decomposition. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 15, 2014
-
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Aug 13, 2014
-
-
Anton Khirnov authored
-
- Jun 29, 2014
-
-
Michael Niedermayer authored
This avoids some failures during fate when swscale is disabled Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-