Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-02Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-03-19Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-03-18avfiltergraph: use meaningful error codesStefano Sabatini
2012-02-08lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini
2012-02-08vf_unsharp: fix out-of-buffer readStefano Sabatini
2012-02-08vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2012-02-08vf_pad: fix "vsub" variable value computationStefano Sabatini
2012-02-08vf_yadif: correct documentation on the parity parameterStefano Sabatini
2012-02-08vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate
2012-01-13Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-01-13lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini
2011-11-21Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-19lavf: add avformat_find_stream_info()Anton Khirnov
2011-11-19lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-11-19vf_transpose: remove pix_fmts which can currently not be supported.Michael Niedermayer
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-11-14vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini
2011-10-02Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-10-01vf_scale.c: propagate error codeMichael Niedermayer
2011-10-01vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-10-01vf_unsharp: fix out-of-buffer readStefano Sabatini
2011-09-26vf_scale: don't leak SWS context.Michael Niedermayer
2011-09-22Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-09-21vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer
2011-09-07Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-09-07vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-08-15libavfilter: fix --enable-smallMichael Niedermayer
2011-08-15libavfilter: fix --enable-smallMichael Niedermayer
2011-07-27Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-18vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini
2011-07-07vf_gradfun: relicense x86 asm to LGPLLoren Merritt
2011-06-23vf_mp: do not add duplicated pixel formats.Clément Bœsch
2011-06-22vf_mp: do not add duplicated pixel formats.Clément Bœsch
2011-06-21Merge branch 'master' into oldabiMichael Niedermayer
2011-06-21avfilter picture pool: double free hotfixMichael Niedermayer
2011-06-20ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini
2011-06-20drawtext: add braces around initialisers for option defaultsStefano Sabatini
2011-06-20drawtext: reindent after the previous commitStefano Sabatini
2011-06-20drawtext: fix strftime() text expansionStefano Sabatini
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-20lavfi: use int64_t lists in AVFilteFormatsMina Nagy Zaki
2011-06-20lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini
2011-06-20lavfi: fix Makefile HEADERSStefano Sabatini
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-19vsrc_color: use internal timebaseStefano Sabatini
2011-06-19lavfi: add negate filterStefano Sabatini
2011-06-19lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-18vsrc_color: set output pos values to -1Stefano Sabatini