| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 2 | -2/+2 |
|\ |
|
| * | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 2 | -2/+2 |
| * | vf_scale: don't leak SWS context. | Michael Niedermayer | 2011-08-27 | 1 | -0/+2 |
* | | avfilter: dont crash on filters with NULL instance names. | Michael Niedermayer | 2011-09-06 | 1 | -1/+1 |
* | | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi... | Stefano Sabatini | 2011-09-06 | 4 | -5/+5 |
* | | lavfi: unify asink_buffer and vsink_buffer API | Stefano Sabatini | 2011-09-06 | 6 | -182/+207 |
* | | vf_drawtext: always use expanded_text as we always support strftime() now and... | Michael Niedermayer | 2011-09-05 | 1 | -1/+1 |
* | | vf_drawtext: make strftime work without localtime_r() | Michael Niedermayer | 2011-09-05 | 1 | -6/+5 |
* | | vf_drawtext: Fix reinit to allow color changes. | Michael Niedermayer | 2011-09-04 | 1 | -1/+4 |
* | | vsink_buffer: fix void pointer dereference in av_vsink_buffer_get_video_buffe... | Stefano Sabatini | 2011-08-31 | 1 | -1/+1 |
* | | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-08-31 | 1 | -1/+2 |
* | | vf_drawtext: add basetime argument to allow specifying the wall clock time of... | Michael Niedermayer | 2011-08-30 | 1 | -0/+6 |
* | | libavfilter/graphparser: Avoid spaces in filter instance names. | Michael Niedermayer | 2011-08-30 | 1 | -1/+1 |
* | | vf_drawtext: fix segfault on reinit | Michael Niedermayer | 2011-08-30 | 1 | -0/+1 |
* | | vsrc_testsrc: set more properties in the output frames | Stefano Sabatini | 2011-08-30 | 1 | -0/+4 |
* | | avfilter_graph_queue_command: Allow queueing commands out of order | Michael Niedermayer | 2011-08-29 | 1 | -2/+5 |
* | | avfilter: fix processing multiple commands per frame and filter | Michael Niedermayer | 2011-08-29 | 1 | -1/+2 |
* | | avfilter: Add avfilter_graph_que_command() | Michael Niedermayer | 2011-08-29 | 5 | -1/+71 |
* | | drawtext: Support changing parameters through reinit command at runtime. | Michael Niedermayer | 2011-08-29 | 1 | -0/+11 |
* | | avfilter: Add command passing support | Michael Niedermayer | 2011-08-29 | 4 | -1/+83 |
* | | lavfi: add amovie source - audio movie source | Stefano Sabatini | 2011-08-27 | 4 | -2/+162 |
* | | vf_scale: apply the same transform to the aspect during init that is applied ... | Michael Niedermayer | 2011-08-27 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -1/+1 |
|\| |
|
| * | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
| * | vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h | Stefano Sabatini | 2011-07-18 | 1 | -1/+1 |
* | | lavfi: rename vsrc_movie.c to src_movie.c | Stefano Sabatini | 2011-08-23 | 2 | -1/+1 |
* | | lavfi: add ff_parse_pixel_format() internal function, and use it | Stefano Sabatini | 2011-08-23 | 4 | -15/+33 |
* | | vsrc_movie: rename video movie specific callbacks, prefix them with "movie" | Stefano Sabatini | 2011-08-22 | 1 | -6/+6 |
* | | asink_abuffer: extend ABufferSinkContext to make it accept lists of formats i... | Stefano Sabatini | 2011-08-22 | 3 | -15/+11 |
* | | vsrc_movie: create media agnostic movie init and uninit routines | Stefano Sabatini | 2011-08-22 | 1 | -41/+49 |
* | | af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code | Stefano Sabatini | 2011-08-22 | 1 | -52/+22 |
* | | vsrc_testsrc: allow to set the sample aspect ratio | Stefano Sabatini | 2011-08-21 | 2 | -3/+9 |
* | | asrc_abuffer: pass non-const string to strtok_r in init() | Stefano Sabatini | 2011-08-21 | 1 | -2/+7 |
* | | lavfi: add asrc_abuffer - audio buffer source | Mina Nagy Zaki | 2011-08-21 | 5 | -1/+449 |
* | | lavfi: add ashowinfo filter | Stefano Sabatini | 2011-08-20 | 4 | -1/+102 |
* | | lavfi: add aresample filter | Mina Nagy Zaki | 2011-08-17 | 4 | -2/+356 |
* | | af_format: prefer strtok_r() over strsep() | Stefano Sabatini | 2011-08-16 | 1 | -17/+40 |
* | | lavfi: complain and exit for invalid named values in ff_parse_packing_format() | Stefano Sabatini | 2011-08-16 | 1 | -2/+5 |
* | | af_aformat: hotfix compile due to strsep() | Michael Niedermayer | 2011-08-15 | 1 | -0/+1 |
* | | vf_unsharp: set default chroma size value to 5x5 | Stefano Sabatini | 2011-08-14 | 1 | -2/+2 |
* | | vf_unsharp: fix out-of-buffer read | Stefano Sabatini | 2011-08-14 | 1 | -1/+5 |
* | | lavfi: remove delogo mp wrapper | Stefano Sabatini | 2011-08-14 | 4 | -256/+1 |
* | | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-08-14 | 4 | -1/+291 |
* | | lavfi: add aformat filter | Mina Nagy Zaki | 2011-08-14 | 4 | -2/+118 |
* | | lavfi: add internal functions for parsing format arguments | Mina Nagy Zaki | 2011-08-14 | 2 | -0/+101 |
* | | vsink_buffer: make the buffer cache all the incoming frames | Stefano Sabatini | 2011-08-14 | 2 | -14/+41 |
* | | vf_unsharp: vertically align lines, for better readability | Stefano Sabatini | 2011-08-13 | 1 | -2/+2 |
* | | vf_unsharp: store hsub/vsub in the filter context | Stefano Sabatini | 2011-08-13 | 1 | -6/+12 |
* | | vf_unsharp: adopt a more natural order of params in apply_unsharp() | Stefano Sabatini | 2011-08-13 | 1 | -5/+5 |
* | | vf_unsharp: rename method "unsharpen" to "apply_unsharp" | Stefano Sabatini | 2011-08-13 | 1 | -4/+6 |