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-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28asink_nullsink: plug a memory leak.Anton Khirnov
2012-11-28lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini
2012-11-27lavfi/overlay: enable yuva420p as overlay backgroundMark Himsley
2012-11-27af_aresample: consistently use ROUNDED_DIVMichael Niedermayer
2012-11-26af_aresample: fix rounding of negative timestampsMichael Niedermayer
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer
2012-11-25avfiltergraph: add AVOption tableMichael Niedermayer
2012-11-24af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-23vf_mandelbrot: give all av_log a contextMichael Niedermayer
2012-11-22lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini
2012-11-22lavfi/drawtext: add support for printing frame numbersStefano Sabatini
2012-11-21Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer
2012-11-19af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer
2012-11-19liavfi/avcodec: allow channel layouts with fewer channels than actually avail...Michael Niedermayer
2012-11-18lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini
2012-11-18lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini
2012-11-18lavfi/mp/pp: use PP_CPU_CAPS_AUTO.Clément Bœsch
2012-11-18lavfi/drawtext: implement more generic expansion.Nicolas George
2012-11-17lavfi/drawtext: use bprint for the expanded text.Nicolas George
2012-11-16lavfi/geq: fix GPL license header.Clément Bœsch
2012-11-14lavfi/frei0r: add additional trailing slash in FREI0R_PATH pathsStefano Sabatini
2012-11-14lavfi/frei0r: correctly handle paths longer than 1023 charsStefano Sabatini
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-11-13lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-12lavfi: remove mp=geq filter.Clément Bœsch
2012-11-12lavfi: add geq filter.Clément Bœsch
2012-11-12lavfi: remove mp=fixpts filter.Clément Bœsch
2012-11-12lavfi: remove mp=tile filter.Clément Bœsch
2012-11-12lavfi/tile: extend shorthand parameters.Clément Bœsch
2012-11-12lavfi/tile: add nb_frames option.Clément Bœsch
2012-11-12lavfi/tile: add margin and padding options.Clément Bœsch
2012-11-12lavfi/tile: allow named arguments.Clément Bœsch
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-11lavfi/avcodec: check that injected avframes use a supported channel layoutMichael Niedermayer
2012-11-11lavfi/avcodec: check avfilter_copy_frame_props() return codeMichael Niedermayer
2012-11-07lavfi/movie: return proper error code in case of av_get_token() allocation fa...Stefano Sabatini
2012-11-07lavfi/showwaves: return error in case of allocation failure in filter_samples()Stefano Sabatini
2012-11-07lavfi/showwaves: simplify check in filter_samples()Stefano Sabatini
2012-11-07vf_drawbox: dont move uninitialized and then unused colors aroundMichael Niedermayer
2012-11-05lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol
2012-11-04lavfi/scale: declare the filter private classStefano Sabatini
2012-11-04transform: give avfilter_transform() a return value for returning an errorMichael Niedermayer
2012-11-04lavfi/earwax: add missing NULL check in filter_samples()Stefano Sabatini
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer
2012-11-03vf_tinterlace: check av_image_get_linesize() return valueMichael Niedermayer
2012-11-03af_earwax: remove unused pointer valueMichael Niedermayer