summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes2015-08-102-11/+11
|\
| * movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-102-8/+8
* | Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes2015-08-101-0/+2
|\ \ | |/
| * movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* | Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes2015-08-101-2/+2
|\ \ | |/
| * cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri2015-08-081-4/+4
* | Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes2015-08-101-0/+1
|\ \ | |/
| * h264: Do not print an error when the buffer has to be refilledLuca Barbato2015-08-061-5/+2
* | avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer2015-08-101-0/+9
* | postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer2015-08-102-2/+8
* | Revert "movtextdec: Use default style information from movtext header"Michael Niedermayer2015-08-101-78/+4
* | movtextdec: Use default style information from movtext headerNiklesh2015-08-091-4/+78
* | ffplay: increase MIN_FRAMES to 25Marton Balint2015-08-091-1/+1
* | ffplay: add specific constants for buffer fullness settings when using extern...Marton Balint2015-08-091-4/+6
* | avcodec: loongson optimize h264qpel with mmi v1周晓勇2015-08-096-1/+2960
* | swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-092-15/+62
* | 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
OpenPOWER on IntegriCloud