summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-094-11/+21
* swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer2015-08-091-8/+9
* swscale/alphablend: Fix big endian formats on LEMichael Niedermayer2015-08-091-1/+1
* swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-092-11/+53
* avcodec/snowenc: Avoid use of deprecated me_methodMichael Niedermayer2015-08-092-3/+16
* swscale/swscale: Document param[0..1]Michael Niedermayer2015-08-091-0/+6
* graphdump: include internal.h for AVFilterPadAndreas Cadhalpun2015-08-081-0/+1
* use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-082-3/+3
* avfilter: remove obsolete function declarationsAndreas Cadhalpun2015-08-083-27/+0
* avcodec: add missing FF_API_CODEC_ID guardAndreas Cadhalpun2015-08-081-0/+2
* cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-083-28/+13
* cmdutils: Fix overriding flags on the command line.Michael Niedermayer2015-08-081-1/+1
* ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer2015-08-084-6/+19
* avfilter/vf_scale: apply generic options after flags.Michael Niedermayer2015-08-081-9/+7
* ffplay: pass all sws options to the filter graphMichael Niedermayer2015-08-081-3/+11
* cmdutils: Export all sws options using a AVDictionary like the other subsyste...Michael Niedermayer2015-08-082-4/+22
* avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer2015-08-081-6/+9
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-086-1/+205
* swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-082-4/+30
* lavc: The h263 encoder (also) depends on h263data.oCarl Eugen Hoyos2015-08-081-1/+1
* configure: mpegvideo depends on mpeg_er.Carl Eugen Hoyos2015-08-081-13/+13
* tests/api/api-h264-test: structure changes to avoid duplicate codeLudmila Glinskih2015-08-081-32/+15
* movtextdec: Fix memory leaks by freeing mem allocs correctlyNiklesh2015-08-071-1/+1
* avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()Michael Niedermayer2015-08-071-1/+1
* avcodec/libopenh264enc: Avoid usage of deprecated ff_alloc_packet()Michael Niedermayer2015-08-071-1/+1
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-072-8/+16
* Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes2015-08-071-3/+4
|\
| * h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones2015-08-051-3/+8
* | Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a'Hendrik Leppkes2015-08-071-1/+1
|\ \ | |/
| * asf: Use time_t where neededLuca Barbato2015-08-041-1/+1
* | Merge commit '944f60866f507e3c0850ae9c2f30dac1da54587c'Hendrik Leppkes2015-08-071-16/+36
|\ \ | |/
| * asfdec: read values properlyAlexandra Hájková2015-08-041-16/+36
* | aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov2015-08-075-148/+212
* | x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelateJames Almer2015-08-061-17/+17
* | tests/fate/mp3: increase mp3-float-extra_overread FUZZ for ppc64be-RHEL7.0-gc...Michael Niedermayer2015-08-071-1/+1
* | avcodec/movtextdec: check that ftab has been allocated before dereferencing itMichael Niedermayer2015-08-061-3/+5
* | movtextdec.c: Add support for font namesNiklesh2015-08-061-3/+108
* | vc1dec: propagate error codes and return meaningful error codeswm42015-08-061-25/+47
* | avfilter/avf_showspectrum: use av_calloc()Paul B Mahol2015-08-061-9/+2
* | avcodec/diracdec: Move reference to DiracFrame, avoid use of the deprecated f...Michael Niedermayer2015-08-061-8/+9
* | avcodec/options: Silence deprecated warning about coded_frameMichael Niedermayer2015-08-061-0/+4
* | lavc: propagate hwaccel errorswm42015-08-065-7/+21
* | avformat/matroskaenc: Avoid "for (int i" syntax for better compatibilityMichael Niedermayer2015-08-061-1/+2
* | checkasm: Remove unnecessary includeHenrik Gramner2015-08-051-4/+0
* | avcodec: loongson optimized h264pred with mmi v2周晓勇2015-08-053-241/+226
* | libavformat/matroska: Write stream durations in metadata, in the format of mk...Sasi Inguva2015-08-056-36/+105
* | ffplay: do not block audio thread on WIN32Marton Balint2015-08-051-0/+7
* | x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-051-1/+3
* | avcodec/avcodec: Define CODEC_CAP_* based on AV_CODEC_CAP_*Michael Niedermayer2015-08-051-16/+16
* | avcodec/avcodec: Replace AV_CODEC_FLAG* values by 1 << C style for consistencyMichael Niedermayer2015-08-051-4/+4
OpenPOWER on IntegriCloud