summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-11-211-5/+2
|\
| * vf_transpose: remove pix_fmts which can currently not be supported.Michael Niedermayer2011-11-181-5/+2
| * vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini2011-11-131-0/+3
* | vf_transpose: avoid multiple calls to avfilter_draw_slice()Stefano Sabatini2011-11-131-0/+3
* | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-10-022-4/+8
|\ \ | |/
| * vf_scale.c: propagate error codeMichael Niedermayer2011-10-011-1/+1
| * vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-10-011-2/+2
| * vf_unsharp: fix out-of-buffer readStefano Sabatini2011-10-011-1/+5
* | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-09-221-2/+2
|\ \ | |/
| * vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer2011-09-211-2/+2
* | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-09-071-0/+5
|\ \ | |/
| * vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-071-0/+5
| * libavfilter: fix --enable-smallMichael Niedermayer2011-08-151-2/+2
* | libavfilter: fix --enable-smallMichael Niedermayer2011-08-151-2/+2
* | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-07-271-9/+11
|\ \ | |/
| * Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2011-07-261-9/+11
| |\
| | * vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-181-1/+1
| | * vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-071-9/+11
| | * ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-201-1/+1
| | * drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-201-29/+29
| | * drawtext: reindent after the previous commitStefano Sabatini2011-06-201-20/+20
| | * drawtext: fix strftime() text expansionStefano Sabatini2011-06-201-18/+27
| * | vf_mp: do not add duplicated pixel formats.Clément Bœsch2011-06-221-1/+6
* | | vf_mp: do not add duplicated pixel formats.Clément Bœsch2011-06-221-1/+6
* | | Merge branch 'master' into oldabiMichael Niedermayer2011-06-2131-88/+724
|\ \ \ | |/ /
| * | avfilter picture pool: double free hotfixMichael Niedermayer2011-06-211-2/+3
| * | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-1927-66/+119
| * | lavfi: use int64_t lists in AVFilteFormatsMina Nagy Zaki2011-06-192-15/+32
| * | lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-06-191-1/+1
| * | lavfi: fix Makefile HEADERSStefano Sabatini2011-06-191-1/+1
| * | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-195-2/+162
| * | vsrc_color: use internal timebaseStefano Sabatini2011-06-191-1/+2
| * | lavfi: add negate filterStefano Sabatini2011-06-194-1/+26
| * | lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-06-194-1/+375
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-2/+2
| |\ \ | | |/
| | * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+2
| | * Remove unused variablesMans Rullgard2011-06-021-2/+1
| * | vsrc_color: set output pos values to -1Stefano Sabatini2011-06-181-1/+1
| * | vsrc_color: add @file doxyStefano Sabatini2011-06-182-1/+6
| * | graphparser: add missing NULL check in avfilter_graph_parse()Stefano Sabatini2011-06-181-1/+1
* | | Merge branch 'master' into oldabiMichael Niedermayer2011-06-1638-355/+933
|\ \ \ | |/ /
| * | vf_mp: Fix large memleak.Michael Niedermayer2011-06-151-1/+1
| * | libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()Stefano Sabatini2011-06-123-1/+30
| * | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-123-12/+31
| * | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-123-15/+17
| * | graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-06-121-7/+7
| * | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-114-5/+5
| * | avfiltergraph: use meaningful error codesStefano Sabatini2011-06-111-5/+7
| * | lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2011-06-101-0/+2
| * | lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.cStefano Sabatini2011-06-101-34/+14