summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: for h264 we need has_b_frames from the decoderMichael Niedermayer2014-06-141-4/+9
| | | | | | | | Other solutions welcome Fixes Ticket3711 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: print values of mismatching has_b_framesMichael Niedermayer2014-06-141-1/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cmdutils: implement FFREPORT=level=...Michael Niedermayer2014-06-142-2/+14
| | | | | | Fixes Ticket3057 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: remove double quotes from zoompan exampleLou Logan2014-06-141-1/+1
| | | | | | | Based on suggested change by Clément Bœsch. Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ppc/idct_altivec: add plain idct()Michael Niedermayer2014-06-143-0/+18
| | | | | Tested-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: split out DSP functions.Ronald S. Bultje2014-06-147-148/+325
| | | | | | | | | | DSP bits of swri_resample go into their own mini-DSP functions; DSP init goes from a per-call branch in multiple_resample to a proper DSP init routine; x86 bits go into x86/; swri_resample() moves out of resample_template.c into resample.c because it's independent of DSP code or sample type; multiple_resample() is simplified. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpeg12enc: add seq_disp_ext option for deciding when to write a ↵Marton Balint2014-06-144-2/+31
| | | | | | | sequence_display_extension Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpeg12enc: add support for PANSCAN side data in sequence_display_extensionMarton Balint2014-06-141-5/+23
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix compilation with --disable-everything --enable-parser=vc1.Carl Eugen Hoyos2014-06-141-1/+1
|
* avcodec/vc1dec: Fix support for small widths/linesizesMichael Niedermayer2014-06-141-10/+12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-141-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix standalone compilation of the H264 decoder on ppc.Carl Eugen Hoyos2014-06-141-1/+1
|
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-145-50/+66
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate/aic: force simple idctMichael Niedermayer2014-06-141-1/+1
| | | | | | This should ensure all platforms use the same idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* MAINTAINERS: add my (Timothy Gu's) PGP fingerprint and my name for fateserverTimothy Gu2014-06-141-0/+2
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: remove unnecessary assignment.Ronald S. Bultje2014-06-141-1/+0
| | | | | | | | I don't see dst_incr/dst_incr_frac ever being changed from their initial value (which is the inverse of this operation), so it seems to me that this is a no-op. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/af_asetnsamples: fix pts handling when timebase and 1/samplerate differMichael Niedermayer2014-06-141-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: Fix bitstream filters manipulating AVCodecContextMichael Niedermayer2014-06-141-1/+1
| | | | | | Fixes Ticket3715 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/formats: Use av_realloc_array()Michael Niedermayer2014-06-131-6/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_dejudder: Use av_mallocz_array()Michael Niedermayer2014-06-131-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_unsharp: use av_malloc_array()Michael Niedermayer2014-06-131-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/svq1enc: fix encoding of small widthsMichael Niedermayer2014-06-131-4/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vfilter/avf_showcqt: fix 'mixed declarations and code'Michael Niedermayer2014-06-131-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer2014-06-134-3/+9
|\ | | | | | | | | | | | | * commit '27631796c9d1b8146ad4a16e6539ecc08afa7565': ac3: Only initialize float_dsp for the float encoder variant Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-134-3/+9
| |
* | Merge commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b'Michael Niedermayer2014-06-135-7/+7
|\ \ | |/ | | | | | | | | | | * commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b': Rename tpel_template.c ---> pel_template.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Rename tpel_template.c ---> pel_template.cDiego Biurrun2014-06-135-7/+7
| | | | | | | | The new name more accurately describes what the file is about.
* | avcodec/mpegvideo: check that linesize is not too smallMichael Niedermayer2014-06-131-0/+5
| | | | | | | | | | | | Note linesize is rounded up to at least a multiple of 8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/rv34: fix edge emu with uv stride <= 25Michael Niedermayer2014-06-131-14/+20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MAINTAINERS: Added Tim Nicholson's key fingerprintTim.Nicholson2014-06-131-0/+1
| | | | | | | | | | Signed-off-by: Tim.Nicholson <tim.nicholson@bbc.co.uk> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-133-2/+8
| | | | | | | | | | | | This can help "extreme" resizes, e.g with some 4k stuff. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avcodec/mpegvideo: Fix psnr calculation with slice threadsMichael Niedermayer2014-06-132-8/+12
| | | | | | | | | | | | | | This fixes a race condition and use of the wrong field, which become shared instead of per thread during some AVFrame changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/wmv2: remove dead codeMichael Niedermayer2014-06-131-15/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '4321e507564b2d8a5dfc630f8d6fefba6fdc1e92'Michael Niedermayer2014-06-130-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '4321e507564b2d8a5dfc630f8d6fefba6fdc1e92': configure: use pkg-config for libx264 Not merged as requested by carl a patch to fix this has been posted by carl to ffmpeg-devel Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: use pkg-config for libx264Vittorio Giovara2014-06-121-1/+1
| |
* | avcodec/mpegvideo: fix edge emulation with uvlinesize below 25Michael Niedermayer2014-06-132-15/+18
| | | | | | | | | | | | Fixes fate-vsynth3-wmv2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/avfoundation: Support user selected pixel formats and pixel format ↵sfan52014-06-122-4/+98
| | | | | | | | | | | | | | autoselection. Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'ceada893bec1e29e457bd2b81d8a0b6fcba5f1f7'Michael Niedermayer2014-06-120-0/+0
|\ \ | |/ | | | | | | | | | | | | * commit 'ceada893bec1e29e457bd2b81d8a0b6fcba5f1f7': libx265: Remove unneeded bit depth check See: 7ed89addb7f6271d17c2ba21ec11204e37fa9917 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libx265: Remove unneeded bit depth checkDerek Buitenhuis2014-06-121-5/+0
| | | | | | | | | | | | This is no longer needed since the version bump. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '61a344916d324c8ca52064964478f46c877f02e2'Michael Niedermayer2014-06-120-0/+0
|\ \ | |/ | | | | | | | | | | | | * commit '61a344916d324c8ca52064964478f46c877f02e2': libx265: Add 4:2:2 support See: 6ee95af8a1181f02e7f3adb9b5d488ba3314e220 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-122-5/+11
| | | | | | | | | | | | | | | | It is also not final yet, so require -strict experimental. Requires a bump to version 17. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '180e6b48060f97fdd8497320395b61dc85664ecd'Michael Niedermayer2014-06-120-0/+0
|\ \ | |/ | | | | | | | | | | | | * commit '180e6b48060f97fdd8497320395b61dc85664ecd': libx265: Actually use X265_API_IMPORTS See: 4e9b46b0568196e9e1640350a3c6f5f09bfd9e47 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libx265: Actually use X265_API_IMPORTSDerek Buitenhuis2014-06-121-4/+4
| | | | | | | | | | | | It obvously needs to be above the include statement. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer2014-06-123-9/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4': Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs Conflicts: libavcodec/ac3enc_float.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-123-9/+1
| | | | | | | | The files are only ever compiled if that condition is true.
* | libx265: Remove unneeded bit depth checkDerek Buitenhuis2014-06-121-5/+0
| | | | | | | | | | | | This is no longer needed since the version bump. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-122-5/+11
| | | | | | | | | | | | | | | | It is also not final yet, so require -strict experimental. Requires a bump to version 17. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | libx265: Actually use X265_API_IMPORTSDerek Buitenhuis2014-06-121-4/+4
| | | | | | | | | | | | It obvously needs to be above the include statement. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '48e50921337984ba4ec2c1cafe45d43787f84498'Michael Niedermayer2014-06-121-1/+14
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '48e50921337984ba4ec2c1cafe45d43787f84498': avconv: make -shortest work with streamcopy Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: make -shortest work with streamcopyAnton Khirnov2014-06-121-11/+16
| | | | | | | | CC: libav-stable@libav.org
OpenPOWER on IntegriCloud