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
2015-02-01avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol
2015-01-31avfilter/avfilter: Remove CONFIG_MP_FILTER caseMichael Niedermayer
2015-01-31avfilter: remove vf_mp.cPaul B Mahol
2015-01-31remove libmpcodecsPaul B Mahol
2015-01-30lavfi: remove mp=softpulldownPaul B Mahol
2015-01-30Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer
2015-01-29hqdn3d: check memory allocations and propagate errorsVittorio Giovara
2015-01-29lavfi: document assumptions about the input and output labels of a filter gra...Stefano Sabatini
2015-01-29Fix frame-alignment in PP7Arwa Arif
2015-01-28avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer
2015-01-28avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer
2015-01-28avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif
2015-01-28avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the privat...Paul B Mahol
2015-01-28avfilter/avf_avectorscope: use the name 's' for the pointer to the private co...Paul B Mahol
2015-01-28avfilter/af_biquads: use the name 's' for the pointer to the private contextPaul B Mahol
2015-01-28avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...Paul B Mahol
2015-01-28avfitler/vf_il: use the name 's' for the pointer to the private contextPaul B Mahol
2015-01-28avfilter/vf_colorbalance: use the name 's' for the pointer to the private con...Paul B Mahol
2015-01-28avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol
2015-01-28avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacketMichael Niedermayer
2015-01-27Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer
2015-01-27Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer
2015-01-27libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara
2015-01-27lavfi/lut: apply minor compute_gammaval709() doxy fixStefano Sabatini
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-27avfilter/vf_eq: mark src as constMichael Niedermayer
2015-01-27avfilter/vf_eq: Fix clipping codeMichael Niedermayer
2015-01-26avfitler/vf_fieldmatch: fix typoPaul B Mahol
2015-01-26avfilter/libmpcodecs: remove unused headersPaul B Mahol
2015-01-26lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini
2015-01-26avfilter/vf_eq: fix leak of input framePaul B Mahol
2015-01-26avfilter: Port mp=eq/eq2 to lavfiArwa Arif
2015-01-25avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer
2015-01-25avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer
2015-01-25avfilter/vf_uspp: fix gop_sizeMichael Niedermayer
2015-01-25avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer
2015-01-23avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer
2015-01-22avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer
2015-01-22avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer
2015-01-22avfilter/drawutils: Use av_malloc_array()Michael Niedermayer
2015-01-21avfilter/vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-01-21avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol
2015-01-20avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol
2015-01-20avfilter/af_join: Use av_mallocz_array()Paul B Mahol
2015-01-20avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer
2015-01-20fix Makefile: remove ilpackPaul B Mahol
2015-01-20lavfi: remove mp=ilpackPaul B Mahol
2015-01-19avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer
2015-01-19avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer
2015-01-19avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer