| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/movie: return proper error code in case of av_get_token() allocation fa... | Stefano Sabatini | 2012-11-06 | 1 | -2/+5 |
* | lavfi/showwaves: return error in case of allocation failure in filter_samples() | Stefano Sabatini | 2012-11-06 | 1 | -0/+2 |
* | lavfi/showwaves: simplify check in filter_samples() | Stefano Sabatini | 2012-11-06 | 1 | -1/+1 |
* | vf_drawbox: dont move uninitialized and then unused colors around | Michael Niedermayer | 2012-11-06 | 1 | -4/+6 |
* | lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE | Paul B Mahol | 2012-11-05 | 4 | -8/+8 |
* | lavfi/scale: declare the filter private class | Stefano Sabatini | 2012-11-04 | 1 | -0/+1 |
* | transform: give avfilter_transform() a return value for returning an error | Michael Niedermayer | 2012-11-04 | 2 | -2/+6 |
* | lavfi/earwax: add missing NULL check in filter_samples() | Stefano Sabatini | 2012-11-04 | 1 | -0/+2 |
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
|\ |
|
| * | vf_drawtext: do not use deprecated av_tree_node_size | Anton Khirnov | 2012-11-02 | 1 | -1/+1 |
* | | vf_tinterlace: check av_image_get_linesize() return value | Michael Niedermayer | 2012-11-03 | 1 | -0/+4 |
* | | af_earwax: remove unused pointer value | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
* | | lavfi/fifo: add assert to ensure request was successfull. | Michael Niedermayer | 2012-11-01 | 1 | -0/+1 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 2 | -4/+6 |
|\| |
|
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 2 | -4/+6 |
* | | lavfi: fix references to avfilter_* functions that don't exist anymore. | Clément Bœsch | 2012-10-31 | 2 | -4/+4 |
* | | lavfi: remove hqdn3d libmpcodecs wrapper. | Clément Bœsch | 2012-10-31 | 4 | -377/+1 |
* | | lavfi/scale: avoid to print a NULL value in log message | Stefano Sabatini | 2012-10-31 | 1 | -2/+2 |
* | | lavfi/mp: drop the mp=rectangle filter | Stefano Sabatini | 2012-10-31 | 4 | -185/+1 |
* | | lavfi/drawbox: add "width" and "height" aliases for "w" and "h" options | Stefano Sabatini | 2012-10-31 | 2 | -2/+4 |
* | | lavfi/drawbox: add thickness option | Stefano Sabatini | 2012-10-31 | 2 | -7/+9 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | lavfi/drawbox: remove some unnecessary parentheses | Stefano Sabatini | 2012-10-31 | 1 | -3/+3 |
* | | lavfi/drawbox: reindent after previous commit | Stefano Sabatini | 2012-10-31 | 1 | -9/+9 |
* | | lavfi/drawbox: implement color=invert mode | Stefano Sabatini | 2012-10-31 | 2 | -2/+12 |
* | | lavfi/mp: drop wrapped field filter | Stefano Sabatini | 2012-10-31 | 4 | -93/+1 |
* | | lavfi: add field filter | Stefano Sabatini | 2012-10-31 | 4 | -2/+149 |
* | | lavfi/drawbox: extend syntax, accept named options | Stefano Sabatini | 2012-10-30 | 2 | -8/+35 |
* | | lavfi/tinterlace: remove poll_frame() callback | Stefano Sabatini | 2012-10-30 | 1 | -19/+0 |
* | | lavfi: remove yuvcsp and yvu9 libmpcodecs wrappers | Paul B Mahol | 2012-10-30 | 5 | -232/+1 |
* | | lavfi/smartblur: add missing draw slice call. | Clément Bœsch | 2012-10-30 | 1 | -2/+6 |
* | | af_ashowinfo: integrate config_input() in filter_samples. | Michael Niedermayer | 2012-10-30 | 1 | -12/+5 |
* | | lavfi: remove palette libmpcodecs wrapper | Paul B Mahol | 2012-10-30 | 4 | -240/+1 |
* | | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' | Michael Niedermayer | 2012-10-30 | 2 | -55/+88 |
|\| |
|
| * | lavfi: add ashowinfo filter | Anton Khirnov | 2012-10-29 | 4 | -1/+139 |
* | | lavfi/frei0r: allow for Windows style paths | rogerdpack | 2012-10-29 | 2 | -2/+7 |
* | | lavfi/frei0r: update link to spec | Stefano Sabatini | 2012-10-29 | 1 | -1/+1 |
* | | lavfi/scale: implement clever/insane parsing heuristic, and add a size option | Stefano Sabatini | 2012-10-29 | 2 | -5/+41 |
* | | lavfi/scale: return error code in case of failed reconfiguration in start_fra... | Stefano Sabatini | 2012-10-29 | 1 | -2/+1 |
* | | lavfi/scale: accept named options, make parsing more robust | Stefano Sabatini | 2012-10-29 | 2 | -24/+43 |
* | | Synchronize libmpcodecs: Support 16bit yuv in telecine filter. | Carl Eugen Hoyos | 2012-10-28 | 1 | -12/+14 |
* | | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26' | Michael Niedermayer | 2012-10-28 | 1 | -1/+0 |
|\| |
|
| * | af_channelmap: remove stray enum declaration | Mans Rullgard | 2012-10-27 | 1 | -1/+0 |
| * | buffersink: remove stray semicolon after function definition | Mans Rullgard | 2012-10-27 | 1 | -1/+1 |
* | | lavfi/concat: implement unsafe mode. | Nicolas George | 2012-10-28 | 1 | -1/+6 |
* | | vf_showinfo: check return code of av_image_get_linesize() | Michael Niedermayer | 2012-10-28 | 1 | -1/+4 |
* | | lavf/showspectrum: fix unaligned rdft data. | Clément Bœsch | 2012-10-27 | 1 | -4/+8 |