summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/movie: return proper error code in case of av_get_token() allocation fa...Stefano Sabatini2012-11-06
* lavfi/showwaves: return error in case of allocation failure in filter_samples()Stefano Sabatini2012-11-06
* lavfi/showwaves: simplify check in filter_samples()Stefano Sabatini2012-11-06
* vf_drawbox: dont move uninitialized and then unused colors aroundMichael Niedermayer2012-11-06
* lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol2012-11-05
* lavfi/scale: declare the filter private classStefano Sabatini2012-11-04
* transform: give avfilter_transform() a return value for returning an errorMichael Niedermayer2012-11-04
* lavfi/earwax: add missing NULL check in filter_samples()Stefano Sabatini2012-11-04
* Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-03
|\
| * vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov2012-11-02
* | vf_tinterlace: check av_image_get_linesize() return valueMichael Niedermayer2012-11-03
* | af_earwax: remove unused pointer valueMichael Niedermayer2012-11-03
* | lavfi/fifo: add assert to ensure request was successfull.Michael Niedermayer2012-11-01
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-01
|\|
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* | lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch2012-10-31
* | lavfi: remove hqdn3d libmpcodecs wrapper.Clément Bœsch2012-10-31
* | lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini2012-10-31
* | lavfi/mp: drop the mp=rectangle filterStefano Sabatini2012-10-31
* | lavfi/drawbox: add "width" and "height" aliases for "w" and "h" optionsStefano Sabatini2012-10-31
* | lavfi/drawbox: add thickness optionStefano Sabatini2012-10-31
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-31
|\|
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
|\|
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* | lavfi/drawbox: remove some unnecessary parenthesesStefano Sabatini2012-10-31
* | lavfi/drawbox: reindent after previous commitStefano Sabatini2012-10-31
* | lavfi/drawbox: implement color=invert modeStefano Sabatini2012-10-31
* | lavfi/mp: drop wrapped field filterStefano Sabatini2012-10-31
* | lavfi: add field filterStefano Sabatini2012-10-31
* | lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini2012-10-30
* | lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini2012-10-30
* | lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol2012-10-30
* | lavfi/smartblur: add missing draw slice call.Clément Bœsch2012-10-30
* | af_ashowinfo: integrate config_input() in filter_samples.Michael Niedermayer2012-10-30
* | lavfi: remove palette libmpcodecs wrapperPaul B Mahol2012-10-30
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-30
|\|
| * lavfi: add ashowinfo filterAnton Khirnov2012-10-29
* | lavfi/frei0r: allow for Windows style pathsrogerdpack2012-10-29
* | lavfi/frei0r: update link to specStefano Sabatini2012-10-29
* | lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini2012-10-29
* | lavfi/scale: return error code in case of failed reconfiguration in start_fra...Stefano Sabatini2012-10-29
* | lavfi/scale: accept named options, make parsing more robustStefano Sabatini2012-10-29
* | Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos2012-10-28
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-28
|\|
| * af_channelmap: remove stray enum declarationMans Rullgard2012-10-27
| * buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-27
* | lavfi/concat: implement unsafe mode.Nicolas George2012-10-28
* | vf_showinfo: check return code of av_image_get_linesize()Michael Niedermayer2012-10-28
* | lavf/showspectrum: fix unaligned rdft data.Clément Bœsch2012-10-27