840 Commits (be7bd626c4832c4bc5295a01bfd68156ac78ccba)

Author SHA1 Message Date
Stefano Sabatini 9bc8bcddbd vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Mans Rullgard 28e1c97916 build: rework rules for things in the tools dir 14 years ago
Anton Khirnov a67c061e0f lavf: add avformat_find_stream_info() 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Diego Biurrun 965fdda015 vf_drawtext: Remove some write-only variables. 14 years ago
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 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
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 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
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 14 years ago
Diego Biurrun d6e0729b24 avfilter: Surround function only used in debug mode by appropriate #ifdef. 14 years ago
Diego Biurrun 2146f4928a vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). 14 years ago
Stefano Sabatini 75abcdb391 vsrc_buffer.h: add file doxy 14 years ago
Stefano Sabatini f7053dc41a vsrc_buffer: tweak error message in init() 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Stefano Sabatini 5dc65a3d03 lavfi: print key-frame and picture type information in ff_dlog_ref() 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Michael Niedermayer c5420f100f drawtext: add shadow support. 14 years ago
Michael Niedermayer e73127a443 drawtext: factor draw_glyphs. 14 years ago
Michael Niedermayer a5b81c317e drawtext: fix and optimize yuv blend. 14 years ago
Michael Niedermayer 3953a88014 drawtext: get rid of divisions in the inner loop. 14 years ago
Michael Niedermayer e74bf3f368 drawtext: simplify chroma blend and fix chroma alpha. 14 years ago
Stefano Sabatini a5b64584f3 lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 14 years ago
Ronald S. Bultje 0699dbb847 avfilter: check malloc return values. 14 years ago
Ronald S. Bultje f8af93ab99 avfilter: don't av_malloc(0). 14 years ago
Diego Biurrun a3b7dabb5b vf_fieldorder: Replace FFmpeg by Libav in license boilerplate. 14 years ago
Peter Ross c90626b2ea hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
Peter Ross a1f4d07563 crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Stefano Sabatini 73a4f7c21b pad: make the filter parametric 14 years ago
royger 0bbb28c75b vsrc_movie: add key_frame and pict_type. 14 years ago
Stefano Sabatini 5eb901cfec vsrc_movie: fix leak in request_frame() 14 years ago
Roger Pau Monné 10d39405fa lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 14 years ago
Michael Niedermayer 7a11c82fb7 vsrc_buffer: add sample_aspect_ratio fields to arguments. 14 years ago
Mark Himsley 2f84bb4236 lavfi: add fieldorder filter 14 years ago
Stefano Sabatini 68e23c083a scale: make the filter parametric 14 years ago