905 Commits (18ded93ab3db5996cd86fe2f5b36ba3c4bd58711)

Author SHA1 Message Date
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 c34cb130b6 avfilter: dont use AVFilterLink as priv for pictures as its freed too early. 14 years ago
Michael Niedermayer 21d84246d5 avfilter: Fix ticket82 / fix initial buffer values. 14 years ago
Michael Niedermayer 39f66edbea AVFilter: use picture pool to avoid malloc(). 14 years ago
Michael Niedermayer fa3eddc011 avfilter_unref_buffer: favor av_freep() 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
Stefano Sabatini f97905e61d scale: fix leak occurring when a scale filter is reconfigured 14 years ago
Stefano Sabatini 0f1ef8a316 vsrc_buffer: improve reporting in case of format/size change 14 years ago
Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
Stefano Sabatini 77e9dee8ae lavc: add a sample_aspect_ratio field to AVFrame 14 years ago
Stefano Sabatini 1ba5727242 lavc: add a pkt_pos field to AVFrame 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 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 31d8467d82 lavfi: add showinfo filter 14 years ago
Stefano Sabatini f7bdffb09d lavfi: print key-frame and picture type information in ff_dlog_ref() 14 years ago
Michael Niedermayer 075933a068 vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of the time) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 years ago
Michael Niedermayer d84f191d37 vsrc_buffer: Reinit scale filter when an existing filter is used. 14 years ago
Michael Niedermayer dc1de56948 vsrc_buffer: set output timebase when output equalization is done 14 years ago
Michael Niedermayer a38cdfde52 vsrc_buffer: Set output size 14 years ago
Michael Niedermayer ad0193bf9c vsrc_buffer: fix NULL dereference 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
James Darnley b137bf7df3 yadif: support 16-bit 14 years ago
James Darnley 88312a4de3 yadif: support more than yuv420p. 14 years ago
Michael Niedermayer d85e18e6e3 yadif: Fix assert() failure 14 years ago
Stefano Sabatini f80b381bfd graphparser: add a NULL check on the argument passed to strstr 14 years ago
Stefano Sabatini c61bfc113a setdar: prefer "sar" over "par" in log info message 14 years ago
Mark Himsley b04d1abb40 fade: fix draw_slice() check on fade->factor value 14 years ago
Mark Himsley 9026b27e84 fade: make draw_slice() chroma check against planes 1 and 2 14 years ago
Stefano Sabatini 3eb15d9812 mp: remove unused variable outlink in end_frame 14 years ago
Stefano Sabatini e40cfb1463 mp: remove use of deprecated old eval API 14 years ago
Stefano Sabatini 6d6351483f ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX 14 years ago
Michael Niedermayer 14e3b120ad Reduce picture size for yadif. 14 years ago
Stefano Sabatini 484a330890 pad: make the filter parametric 14 years ago
royger 77f6b4d58e Added key_frame and pict_type to vsrc_movie 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Stefano Sabatini dc8e1b75e7 vsrc_movie: fix leak in request_frame() 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Stefano Sabatini c967860081 scale: set evaluated value for the "out_w" and "out_h" constants 14 years ago