summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-112-2/+4
|\
| * build: rework rules for things in the tools dirMans Rullgard2011-07-101-0/+2
| * lavf: add avformat_find_stream_info()Anton Khirnov2011-07-101-1/+1
| * lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
* | graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini2011-07-102-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-081-15/+2
|\ \ | |/
| * vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-071-15/+2
* | avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa...Stefano Sabatini2011-07-071-6/+6
* | graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini2011-07-071-2/+2
* | graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...Stefano Sabatini2011-07-071-24/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-0/+1
|\ \ | |/
| * Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
* | libavfilter: add a default to silence a warning.Nicolas George2011-07-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-9/+11
|\ \ | |/
| * vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-041-9/+11
* | vf_pad: fix "vsub" variable value computationStefano Sabatini2011-07-041-1/+1
* | vf_pad: add support for a "sar" variableStefano Sabatini2011-07-042-4/+8
* | vf_scale: add a "sar" variableStefano Sabatini2011-07-042-4/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0411-1/+13
|\ \ | |/
| * Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Do not include rational.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-039-0/+9
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
* | Add mode to yadif to enable/disable deinterlacing based on src frame "interla...Joakim Plate2011-07-031-2/+26
* | vf_lut: set minimum and maximum alpha value for yuva420pStefano Sabatini2011-07-021-0/+1
* | vf_lut: add plane validity check in draw_slice()Stefano Sabatini2011-07-021-1/+1
* | lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini2011-07-014-13/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-2/+2
|\ \ | |/
| * build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-2/+2
* | vf_lut: fix draw_slice() in case of non packed image data for packed RGBStefano Sabatini2011-06-271-3/+7
* | lavfi: add testsrc sourceStefano Sabatini2011-06-264-1/+341
* | Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger2011-06-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-261-2/+0
|\ \ | |/
| * build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
| * 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
* | vsink_buffer: add missing descriptionStefano Sabatini2011-06-251-0/+1
* | vf_mp: do not add duplicated pixel formats.Clément Bœsch2011-06-221-1/+6
* | lavfi: minor style fixes in formats.cStefano Sabatini2011-06-221-11/+11
* | 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
OpenPOWER on IntegriCloud