| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-29 | 2 | -1/+2 |
|\ |
|
| * | vf_unsharp: store hsub/vsub in the filter context | Stefano Sabatini | 2011-09-28 | 1 | -6/+12 |
| * | vf_unsharp: adopt a more natural order of params in apply_unsharp() | Stefano Sabatini | 2011-09-28 | 1 | -5/+5 |
| * | vf_unsharp: rename method "unsharpen" to "apply_unsharp" | Stefano Sabatini | 2011-09-28 | 1 | -4/+6 |
| * | vf_scale: apply the same transform to the aspect during init that is applied ... | Michael Niedermayer | 2011-09-28 | 1 | -0/+8 |
| * | vf_pad: fix "vsub" variable value computation | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 2 | -4/+8 |
| * | lavfi: fix realloc size computation in avfilter_add_format() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | vsrc_color: use internal timebase | Stefano Sabatini | 2011-09-28 | 1 | -1/+2 |
| * | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 4 | -5/+5 |
| * | graphparser: prefer void * over AVClass * for log contexts | Stefano Sabatini | 2011-09-28 | 1 | -7/+7 |
| * | avfiltergraph: use meaningful error codes | Stefano Sabatini | 2011-09-28 | 1 | -5/+7 |
| * | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-09-21 | 1 | -1/+2 |
| * | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
| * | vf_yadif: copy buffer properties like aspect for second frame as well | Joakim Plate | 2011-09-21 | 1 | -1/+4 |
| * | vf_yadif: add an option to enable/disable deinterlacing based on src frame "i... | Joakim Plate | 2011-09-19 | 1 | -2/+26 |
| * | vsrc_color: set output pos values to -1 | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
| * | vsrc_color: add @file doxy | Stefano Sabatini | 2011-09-19 | 2 | -1/+6 |
| * | vsrc_buffer: remove duplicated file description | Stefano Sabatini | 2011-09-19 | 1 | -1/+0 |
* | | sink_buffer: fix typo | Michael Niedermayer | 2011-09-28 | 1 | -1/+1 |
* | | lavfi: fix FF_API_* definition macros | Stefano Sabatini | 2011-09-28 | 1 | -2/+2 |
* | | vf_boxblur: remove useless code. | Nicolas George | 2011-09-28 | 1 | -7/+0 |
* | | vf_drawtext: apply misc style fixes | Stefano Sabatini | 2011-09-25 | 1 | -2/+2 |
* | | vf_drawtext: do not reset "n" variable to 0 in case the filter is reinited | Stefano Sabatini | 2011-09-25 | 1 | -1/+6 |
* | | lavfi: add debug trace when processing events | Stefano Sabatini | 2011-09-25 | 1 | -0/+3 |
* | | lavfi: document AVFilterCommand fields | Stefano Sabatini | 2011-09-25 | 1 | -2/+3 |
* | | vf_drawtext: use ctx for expressing outlink and dtext in end_frame | Stefano Sabatini | 2011-09-24 | 1 | -2/+2 |
* | | vf_drawtext: perform misc cosmetics changes to uninit | Stefano Sabatini | 2011-09-24 | 1 | -7/+8 |
* | | vf_drawtext: set string defaults in the options array | Stefano Sabatini | 2011-09-24 | 1 | -6/+3 |
* | | vf_drawtext: make x and y options parametric | Stefano Sabatini | 2011-09-24 | 2 | -18/+143 |
* | | vf_drawtext: drop text wrapping feature | Stefano Sabatini | 2011-09-24 | 2 | -7/+1 |
* | | vf_drawtext: do not set limitations on fontsize | Stefano Sabatini | 2011-09-23 | 2 | -2/+2 |
* | | vf_drawtext: remove useless and misnamed intermediary "baseline" variable in ... | Stefano Sabatini | 2011-09-22 | 1 | -3/+2 |
* | | vf_drawtext: fix background box coloring with RGB formats != RGBA | Stefano Sabatini | 2011-09-22 | 1 | -1/+1 |
* | | vf_drawtext: prefer int over unsigned int | Stefano Sabatini | 2011-09-22 | 1 | -8/+7 |
* | | libavfilter/libmpcodecs: add vf_stereo3d support | Michael Niedermayer | 2011-09-20 | 3 | -1/+514 |
* | | libmpcodecs: some hunks from mplayer HEAD | Michael Niedermayer | 2011-09-20 | 8 | -6/+12 |
* | | lavfi: fix avfilter_get_audio_buffer() doxy to match reality. | Clément Bœsch | 2011-09-18 | 1 | -3/+0 |
* | | asrc_anullsrc: amend description to reflect the recent changes | Stefano Sabatini | 2011-09-18 | 1 | -1/+1 |
* | | asrc_anullsrc: globally prefer "null" over "priv" for indicating the filter c... | Stefano Sabatini | 2011-09-18 | 1 | -14/+14 |
* | | asrc_anullsrc: do not show the int64_t value for channel_layout | Stefano Sabatini | 2011-09-18 | 1 | -2/+2 |
* | | asrc_anullsrc: implement a request_frame callback for returning frames | Stefano Sabatini | 2011-09-18 | 2 | -5/+23 |
* | | asrc_anullsrc: extend syntax to make it accept a non positional list of argum... | Stefano Sabatini | 2011-09-18 | 2 | -20/+44 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-17 | 1 | -20/+15 |
|\| |
|
| * | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 4 | -1/+356 |
* | | af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filt... | Stefano Sabatini | 2011-09-17 | 1 | -4/+2 |
* | | lavfi: refactor query_formats and auto-insert audio conversion filters | Mina Nagy Zaki | 2011-09-16 | 1 | -28/+73 |
* | | lavfi: add audio convert filter | Stefano Sabatini | 2011-09-16 | 5 | -1/+594 |
* | | lavfi: add and use an inlink variable in avfilter_config_links() | Stefano Sabatini | 2011-09-16 | 1 | -10/+11 |
* | | lavfi: set link audio time_base if not set in avfilter_config_links() | Stefano Sabatini | 2011-09-16 | 1 | -0/+5 |