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-12lavfi/tile: add margin and padding options.Clément Bœsch
2012-11-12lavfi/tile: allow named arguments.Clément Bœsch
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
2012-11-02vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov
2012-11-01lavfi/fifo: add assert to ensure request was successfull.Michael Niedermayer
2012-11-01Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer
2012-10-31lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch
2012-10-31lavfi: remove hqdn3d libmpcodecs wrapper.Clément Bœsch
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini
2012-10-31lavfi/mp: drop the mp=rectangle filterStefano Sabatini
2012-10-31lavfi/drawbox: add "width" and "height" aliases for "w" and "h" optionsStefano Sabatini
2012-10-31lavfi/drawbox: add thickness optionStefano Sabatini
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31lavfi/drawbox: remove some unnecessary parenthesesStefano Sabatini
2012-10-31lavfi/drawbox: reindent after previous commitStefano Sabatini
2012-10-31lavfi/drawbox: implement color=invert modeStefano Sabatini
2012-10-31lavfi/mp: drop wrapped field filterStefano Sabatini
2012-10-31lavfi: add field filterStefano Sabatini
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-31lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini
2012-10-31lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini
2012-10-31lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol
2012-10-30lavfi/smartblur: add missing draw slice call.Clément Bœsch
2012-10-30af_ashowinfo: integrate config_input() in filter_samples.Michael Niedermayer
2012-10-30lavfi: remove palette libmpcodecs wrapperPaul B Mahol
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
2012-10-29lavfi/frei0r: allow for Windows style pathsrogerdpack
2012-10-29lavfi/frei0r: update link to specStefano Sabatini
2012-10-29lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini
2012-10-29lavfi/scale: return error code in case of failed reconfiguration in start_fra...Stefano Sabatini
2012-10-29lavfi/scale: accept named options, make parsing more robustStefano Sabatini
2012-10-28Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
2012-10-28lavfi/concat: implement unsafe mode.Nicolas George