1034 Commits (971c04066c601bdd38ed5e8eb585d2f5ba211fe2)

Author SHA1 Message Date
Diego Biurrun 965fdda015 vf_drawtext: Remove some write-only variables. 14 years ago
Stefano Sabatini ebd1edf36c avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs params 14 years ago
Stefano Sabatini 6ce05bc73c graphparser: clarify comments in avfilter_graph_parse() 14 years ago
Stefano Sabatini df8c675f48 graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph_parse() 14 years ago
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
Nicolas George e6d88f63a8 libavfilter: add a default to silence a warning. 14 years ago
Stefano Sabatini 80f1cfd09d vf_pad: fix "vsub" variable value computation 14 years ago
Stefano Sabatini 0bf02fb1ea vf_pad: add support for a "sar" variable 14 years ago
Stefano Sabatini 01151a26c0 vf_scale: add a "sar" variable 14 years ago
Loren Merritt 082768f0b1 vf_gradfun: relicense x86 asm to LGPL 14 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard d49ea4afb4 Do not include pixfmt.h in avutil.h 14 years ago
Mans Rullgard e91709ca17 Do not include rational.h in avutil.h 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Joakim Plate 2a375bb400 Add mode to yadif to enable/disable deinterlacing based on src frame "interlaced" flag 14 years ago
Stefano Sabatini 59bd0fef66 vf_lut: set minimum and maximum alpha value for yuva420p 14 years ago
Stefano Sabatini 2b550beb22 vf_lut: add plane validity check in draw_slice() 14 years ago
Stefano Sabatini 7464a53aaa lavfi: make pix_fmt_is_in() in vf_lut.c an internal function 14 years ago
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Stefano Sabatini cdeb803e2f vf_lut: fix draw_slice() in case of non packed image data for packed RGB 14 years ago
Stefano Sabatini 2f222b9550 lavfi: add testsrc source 14 years ago
Reimar Döffinger 1109680434 Revert "build: Remove redundant config.mak includes from subdirectory Makefiles." 14 years ago
Stefano Sabatini 5aca97e247 vsink_buffer: add missing description 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
Clément Bœsch c9584f0c9c vf_mp: do not add duplicated pixel formats. 14 years ago
Stefano Sabatini f4228097e4 lavfi: minor style fixes in formats.c 14 years ago
Michael Niedermayer 90c6963dae avfilter picture pool: double free hotfix 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Stefano Sabatini 5a0a6ae639 ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX 14 years ago
Stefano Sabatini 702a62a1c6 drawtext: add braces around initialisers for option defaults 14 years ago
Stefano Sabatini 53a715f576 drawtext: reindent after the previous commit 14 years ago
Stefano Sabatini 3fd53defaa drawtext: fix strftime() text expansion 14 years ago
Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
Mina Nagy Zaki 527ca3985c lavfi: use int64_t lists in AVFilteFormats 14 years ago
Stefano Sabatini 8f349b6481 lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
Stefano Sabatini c6e288a7cd lavfi: fix Makefile HEADERS 14 years ago
Stefano Sabatini 44f669e7bc lavfi: add vsink_buffer, and use it in ff* tools 14 years ago
Stefano Sabatini e89ba76a59 vsrc_color: use internal timebase 14 years ago
Stefano Sabatini 15f03725ce lavfi: add negate filter 14 years ago
Stefano Sabatini dd2793c880 lavfi: add LUT (LookUp Table) generic filters 14 years ago
Stefano Sabatini 0c6cf3fa7c vsrc_color: set output pos values to -1 14 years ago
Stefano Sabatini bb3a2b723a vsrc_color: add @file doxy 14 years ago
Stefano Sabatini 8055433b49 graphparser: add missing NULL check in avfilter_graph_parse() 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Michael Niedermayer 9e2f448d68 vf_mp: Fix large memleak. 14 years ago
Stefano Sabatini 3fe6bbd5dc libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 14 years ago
Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 14 years ago
Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 14 years ago
Stefano Sabatini 86909dd5f7 graphparser: prefer void * over AVClass * for log contexts 14 years ago