- Dec 07, 2015
-
-
Timothy Gu authored
-
Reynaldo H. Verdejo Pinochet authored
Signed-off-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-
- Nov 03, 2015
-
-
Ganesh Ajjanagadde authored
FFDIFFSIGN was created explicitly for this purpose, since the common return a - b idiom is unsafe regarding overflow on signed integers. It optimizes to branchless code on common compilers. FFDIFFSIGN also has the subjective benefit of being easier to read due to lack of ternary operators. Tested with FATE. Things not covered by this are unsigned integers, for which overflows are well defined, and also places where overflow is clearly impossible, e.g an instance where the a - b was being done on 24 bit values. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- Oct 25, 2015
-
-
Vittorio Giovara authored
-
- Oct 15, 2015
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
And use 'none' when such capabilities are not set. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Oct 03, 2015
-
-
Ganesh Ajjanagadde authored
This patch silences such warnings by placing initializations under a header guard, see e.g http://fate.ffmpeg.org/log.cgi?time=20150919095430&log=compile&slot=x86_64-archlinux-gcc-disableswscale, http://fate.ffmpeg.org/log.cgi?time=20150919095048&log=compile&slot=x86_64-archlinux-gcc-disableswresample for examples of such warnings. It also has the benefit of placing library specific #defines next to each other. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 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
-