960 Commits (c96f3750c22ef1576a46140f3101e3585041f41f)

Author SHA1 Message Date
Reimar Döffinger 58fd70b04d Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. 14 years ago
Reimar Döffinger 3379531c40 Port recent changes to MPlayer libmpcodecs. 14 years ago
Reimar Döffinger 2a30df09fd Replace non-existent HAVE_SSE2 with HAVE_SSE. 14 years ago
Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 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
Reimar Döffinger a52f598d63 Port libmpcodec fixes from MPlayer. 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 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 07586b68a8 lavfi: add select filter 14 years ago
Stefano Sabatini cf06e3e4dd vsrc_buffer: return an error code if no frames are available 14 years ago
Stefano Sabatini ecf72542fa vsrc_buffer: remove duplicated file description 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
Stefano Sabatini 83db719777 lavfi: make vsrc_buffer.h header public 14 years ago
Stefano Sabatini af2ed4b748 lavfi: bump minor and add changelog entry after the split filter addition 14 years ago
Stefano Sabatini 6f5a145be1 vf_split: give more meaningful names to the output pads 14 years ago
Stefano Sabatini de1100a00a vf_split: define draw_slice() before end_frame() 14 years ago
Stefano Sabatini 88fc2e411e vf_split: add description 14 years ago
Stefano Sabatini 7d5297b343 vf_split: fix various nits 14 years ago
Bobby Bingham a38a00eddf libavfilter: vf_split from soc. 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Stefano Sabatini f1b3f33d48 vf_libopencv: prefer opencv/cxcore.h over cxtypes.h 14 years ago
Stefano Sabatini c78a85adf4 vsrc_buffer: document av_vsrc_buffer_add_video_buffer_ref() 14 years ago
Stefano Sabatini c000a9f783 vsrc_buffer: add av_vsrc_buffer_add_frame() 14 years ago
Stefano Sabatini 50764e19a8 vsrc_buffer: make the source accept sws_param in init 14 years ago
Stefano Sabatini 509b32cf5d vsrc_buffer: propagate avfilter_open() error code 14 years ago
Stefano Sabatini 3799805e56 vsrc_buffer: fix style 14 years ago
Stefano Sabatini 9fdf77217b lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h 14 years ago
Stefano Sabatini 6070b7e1c5 vsrc_buffer: remove dependency on AVFrame 14 years ago
Michael Niedermayer e6e7ba0ce3 Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
Stefano Sabatini d8c7a21602 drawtext: specify union type for setting default options 14 years ago
Stefano Sabatini e8ea9c2179 drawtext: reindent after the previous commit 14 years ago
Stefano Sabatini ce207e050e drawtext: fix strftime() text expansion 14 years ago
Stefano Sabatini 5dc65a3d03 lavfi: print key-frame and picture type information in ff_dlog_ref() 14 years ago
Stefano Sabatini a05d02079e showinfo: replace "CRC" by "checksum" 14 years ago
Stefano Sabatini 5a2ea3cffb showinfo: fix vertical align nit 14 years ago
Stefano Sabatini bb82ea797f showinfo: fix computation of Adler checksum 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Stefano Sabatini ea7f73c52e vsrc_buffer: during init, print information about timebase and sample aspect ratio 14 years ago
Stefano Sabatini 64c06615d2 vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Stefano Sabatini 18ded93ab3 lavc: add format field to AVFrame 14 years ago
Stefano Sabatini 22333a6b19 lavc: add width and height fields to AVFrame 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