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
2013-11-19avfilter/vf_tinterlace: check clone return valueMichael Niedermayer
2013-11-19Merge commit '3a16ec19d2426457419cb8a7304f97982699efda'Michael Niedermayer
2013-11-19vf_interlace: check one av_frame_clone allocationVittorio Giovara
2013-11-18avfilter/vf_mp: fix missing FF_API_XVMC checkVallimar
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-15af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov
2013-11-13lavfi: add elbg filterStefano Sabatini
2013-11-10avfilter/fade: use FADE_OUT macro.Clément Bœsch
2013-11-10avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch
2013-11-10avfilter/fade: use inlink->frame_count.Clément Bœsch
2013-11-10avfilter/fade: add color option.Clément Bœsch
2013-11-08avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter()Michael Niedermayer
2013-11-08Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'Michael Niedermayer
2013-11-08avfilter/unsharp: added optimized opencl kernelsLenny Wang
2013-11-07avfilter/af_aecho: free input frame after it is being usedPaul B Mahol
2013-11-07avfilter/af_aresample: Calculate output buffer size more precisely.Michael Niedermayer
2013-11-07avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun
2013-11-05avfilter/opencl: compile kernels separatelyLenny Wang
2013-11-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-05lavfi/ladspa: cast return value of av_x_if_null to char*, fix warningsStefano Sabatini
2013-11-05avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun
2013-11-04filtfmts-test: Fix use of deprecated APIDiego Biurrun
2013-11-04avfilter/vf_scale: add ov/hsubMichael Niedermayer
2013-11-04vf_fieldorder: remove superfluous get_video_bufferVittorio Giovara
2013-11-03avfilter/vf_aspect: remove dupe constants setupPaul B Mahol
2013-11-03Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-11-03Merge commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7'Michael Niedermayer
2013-11-03lavfi/af_pan: support unknown layouts on input.Nicolas George
2013-11-03lavfi/af_pan: support unknown layouts on output.Nicolas George
2013-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-11-03lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George
2013-11-03lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
2013-11-01avfilter/vf_gradfun: add emms_c() for mmxextMichael Niedermayer
2013-11-01Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'"Clément Bœsch
2013-11-01avfilter/x86/vf_gradfun_init: fix some consts & related warningsMichael Niedermayer
2013-11-01Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'Michael Niedermayer
2013-11-01Merge commit 'ee80cf741a44115758e62399b7bde08d33161151'Michael Niedermayer
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-31libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-28Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
2013-10-28libavfilter/vf_noise: relicense to LGPLPaul B Mahol
2013-10-27avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis
2013-10-27avfilter: add mergeplanes filterPaul B Mahol