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-03-17avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-03-17avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2015-03-17avfilter/vf_field: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-03-17avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch
2015-03-17avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...Clément Bœsch
2015-03-17avfilter/formats: use av_realloc_array in ADD_FORMAT()Clément Bœsch
2015-03-17avfilter/formats: remove unused COPY_INT_LIST() macroClément Bœsch
2015-03-16lavfi/sendcmd: improve error reporting and robustness in case of missing comm...Stefano Sabatini
2015-03-15avfilter/palettegen: make sure at least one frame was sent to the filterClément Bœsch
2015-03-15lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini
2015-03-13Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'Michael Niedermayer
2015-03-12formats: Check memory allocationsVittorio Giovara
2015-03-12avfilter/colormatrix:add slice threadingYayoi
2015-03-11lavfi/boxblur: Fix colourpsace list.Carl Eugen Hoyos
2015-03-10avfilter/aeval: Fixed a memory leak in EvalContext::channel_valuesOle Andre Birkedal
2015-03-10avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer
2015-03-08avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2015-03-08avfilter/vf_curves: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-03-08avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer
2015-03-08avfilter/af_astats: redo zero channel handlingPaul B Mahol
2015-03-08avfilter/af_astats: Avoid Zero division in print part.Martin Vignali
2015-03-07avfilter: Add FFT domain filter.Arwa Arif
2015-03-07avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption...Michael Niedermayer
2015-03-07avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-03-07avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2015-03-06Merge commit '88b160a457e491cb9e014630ef5387ad3500258e'Michael Niedermayer
2015-03-05avfilter: Return more meaningful error codesHimangi Saraogi
2015-03-05avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch
2015-03-05avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer
2015-03-04vf_showinfo: minimum widths for some early fieldsPeter Cordes
2015-03-02avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch
2015-03-02avfilter/lavfutils: use av_frame_free for freeing an AVFrameClément Bœsch
2015-03-02avfilter/af_aphaser: Change type to int as its accessed as int via AVOptionsMichael Niedermayer
2015-03-02avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp...Michael Niedermayer
2015-03-02avfilter/af_volume: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-03-02avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti...Michael Niedermayer
2015-03-02avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti...Michael Niedermayer
2015-03-02avfilter/vf_drawbox: Fix handling of max valuesMichael Niedermayer
2015-03-01avfilter/af_volume: fix precision=fixed and volume=0 caseGilles Chanteperdrix
2015-02-27avfilter/palettegen: fix frame mem leakClément Bœsch
2015-02-26colormatrix: Accept bt601 aliases as inputVittorio Giovara
2015-02-26avfilter/paletteuse: use AV_QSORT()Clément Bœsch
2015-02-26avfilter/palettegen: use AV_QSORT()Clément Bœsch
2015-02-26avfilter/palettegen: consistently use the same frame for dimensionsClément Bœsch
2015-02-26avfilter/palettegen: use a logging context for the dupped color warningClément Bœsch
2015-02-26avfilter/palettegen: export color quantization ratioClément Bœsch
2015-02-25Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2015-02-25avfilter/palettegen: move longest variable to a local scopeClément Bœsch
2015-02-25lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos