| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() | Stefano Sabatini | 2011-05-07 | 6 | -14/+91 |
* | lavc: add format field to AVFrame | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-05-07 | 1 | -0/+2 |
* | avfilter: dont use AVFilterLink as priv for pictures as its freed too early. | Michael Niedermayer | 2011-05-07 | 2 | -10/+4 |
* | avfilter: Fix ticket82 / fix initial buffer values. | Michael Niedermayer | 2011-05-07 | 1 | -1/+3 |
* | AVFilter: use picture pool to avoid malloc(). | Michael Niedermayer | 2011-05-06 | 4 | -2/+71 |
* | avfilter_unref_buffer: favor av_freep() | Michael Niedermayer | 2011-05-06 | 1 | -2/+2 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -1/+26 |
|\ |
|
| * | avfilter: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -1/+25 |
| * | avfilter: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
| * | vf_fieldorder: Replace FFmpeg by Libav in license boilerplate. | Diego Biurrun | 2011-04-29 | 1 | -4/+4 |
* | | scale: fix leak occurring when a scale filter is reconfigured | Stefano Sabatini | 2011-05-02 | 1 | -1/+5 |
* | | vsrc_buffer: improve reporting in case of format/size change | Stefano Sabatini | 2011-05-02 | 1 | -2/+4 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 10 | -20/+21 |
* | | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-05-01 | 3 | -9/+9 |
* | | lavc: add a pkt_pos field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -2/+1 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -6/+6 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 1 | -6/+6 |
| |/ |
|
| * | hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
| * | crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | | lavfi: add showinfo filter | Stefano Sabatini | 2011-04-27 | 4 | -2/+96 |
* | | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-04-27 | 1 | -2/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 4 | -8/+7 |
|\| |
|
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -2/+2 |
| * | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -8/+106 |
| * | vsrc_movie: add key_frame and pict_type. | royger | 2011-04-26 | 1 | -0/+2 |
| * | vsrc_movie: fix leak in request_frame() | Stefano Sabatini | 2011-04-26 | 1 | -0/+2 |
| * | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-26 | 2 | -1/+7 |
| * | vsrc_buffer: add sample_aspect_ratio fields to arguments. | Michael Niedermayer | 2011-04-26 | 2 | -3/+6 |
| * | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 4 | -1/+238 |
| * | scale: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -9/+84 |
| * | yadif: support 16-bit | James Darnley | 2011-04-26 | 1 | -49/+67 |
| * | yadif: support more than yuv420p. | James Darnley | 2011-04-26 | 1 | -4/+25 |
| * | yadif: Fix assert() failure | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
| * | graphparser: add a NULL check on the argument passed to strstr | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
| * | setdar: prefer "sar" over "par" in log info message | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
| * | fade: fix draw_slice() check on fade->factor value | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
| * | fade: make draw_slice() chroma check against planes 1 and 2 | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
| * | Reduce picture size for yadif. | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | | vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t... | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
* | | vsrc_buffer: Reinit scale filter when an existing filter is used. | Michael Niedermayer | 2011-04-26 | 1 | -0/+2 |
* | | vsrc_buffer: set output timebase when output equalization is done | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
* | | vsrc_buffer: Set output size | Michael Niedermayer | 2011-04-26 | 1 | -1/+6 |
* | | vsrc_buffer: fix NULL dereference | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | | mp: remove unused variable outlink in end_frame | Stefano Sabatini | 2011-04-21 | 1 | -1/+0 |
* | | mp: remove use of deprecated old eval API | Stefano Sabatini | 2011-04-21 | 2 | -3/+3 |
* | | ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX | Stefano Sabatini | 2011-04-21 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -3/+3 |
|\| |
|
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | | pad: make the filter parametric | Stefano Sabatini | 2011-04-19 | 2 | -9/+107 |