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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-23avfilter/palette{gen,use}: add CopyrightClément Bœsch
2015-02-23avfilter/paletteuse: add diff_modeClément Bœsch
2015-02-23avfilter/paletteuse: fix error dithering accuracyClément Bœsch
2015-02-22avfilter/buffer: Check for qp_table allocation failureMichael Niedermayer
2015-02-21avfilter/vf_perspective: Use av_clip_uint8()Michael Niedermayer
2015-02-21avfilter/vsrc_mptestsrc: Use av_clip_uint8()Michael Niedermayer
2015-02-20avfilter/vf_eq: Add process_command to eq.Arwa Arif
2015-02-19avfilter/palettegen: raise cache size from 64k to 512kClément Bœsch
2015-02-19avfilter/vf_subtitles: Add () to protect the argument of the AA() macroMichael Niedermayer
2015-02-18avfilter/showpalette: fix leak in case of errorClément Bœsch
2015-02-18avfilter/palettegen: fix leak in case of errorClément Bœsch
2015-02-18avfilter/paletteuse: fix leak in case of errorClément Bœsch
2015-02-18avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer
2015-02-18avfilter/vf_qp: Fix leak of out_qp_table_bufMichael Niedermayer
2015-02-18avfilter/avfiltergraph: assert that the heap_bubble index is validMichael Niedermayer
2015-02-18avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_fa...Michael Niedermayer
2015-02-17Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f'Michael Niedermayer
2015-02-17graphparser: Check av_get_token() memory errorVittorio Giovara
2015-02-17avfilter/paletteuse: raise cache size from 64k to 512kClément Bœsch
2015-02-17avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(...Michael Niedermayer
2015-02-17avfilter/vf_phase: Add () to protect DIFF()s argumentsMichael Niedermayer
2015-02-15avfilter/vsrc_mandelbrot: fix indention of mis-indented blockMichael Niedermayer
2015-02-14avfilter: bump minor and Changelog document the new filtersClément Bœsch
2015-02-14avfilter: add paletteuse filterClément Bœsch
2015-02-14avfilter: add palettegen filterClément Bœsch
2015-02-11avfilter: add dcshift filterPaul B Mahol
2015-02-11avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter...Alexey Titov
2015-02-10avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol
2015-02-09avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer
2015-02-08avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch
2015-02-08avfilter/dctdnoiz: fix slice_h computationClément Bœsch
2015-02-08lavfi/subtitles: add force_style optionEejya Singh
2015-02-06generate_wave_table: Add include for AVSampleFormatTimothy Gu
2015-02-05avfilter/vf_fps: update frame drop commentMichael Niedermayer
2015-02-04avfilter/vf_fps: Do not drop a random subset of framesMichael Niedermayer
2015-02-04Fix standalone compilation of the tblend filter.Carl Eugen Hoyos
2015-02-04Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer
2015-02-03libopencv: Check kernel_str life cycleLuca Barbato
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