summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/formats.c: fix compile of testMichael Niedermayer2011-09-161-1/+1
* lavfi: add avfilter_all_channel_layouts public symbolStefano Sabatini2011-09-164-18/+100
* lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-165-15/+33
* vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer2011-09-131-2/+2
* lavfi: bump minor and update APIchanges after recent updatesStefano Sabatini2011-09-121-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-1/+1
|\
| * lavfi: add split filter from soc.Bobby Bingham2011-09-124-1/+69
| * lavfi: add showinfo filterStefano Sabatini2011-09-124-1/+101
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-125-8/+12
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-125-42/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-072-2/+2
|\ \ | |/
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-072-2/+2
| * vf_scale: don't leak SWS context.Michael Niedermayer2011-08-271-0/+2
* | avfilter: dont crash on filters with NULL instance names.Michael Niedermayer2011-09-061-1/+1
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-064-5/+5
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-066-182/+207
* | vf_drawtext: always use expanded_text as we always support strftime() now and...Michael Niedermayer2011-09-051-1/+1
* | vf_drawtext: make strftime work without localtime_r()Michael Niedermayer2011-09-051-6/+5
* | vf_drawtext: Fix reinit to allow color changes.Michael Niedermayer2011-09-041-1/+4
* | vsink_buffer: fix void pointer dereference in av_vsink_buffer_get_video_buffe...Stefano Sabatini2011-08-311-1/+1
* | vf_yadif: add support to yuva420pStefano Sabatini2011-08-311-1/+2
* | vf_drawtext: add basetime argument to allow specifying the wall clock time of...Michael Niedermayer2011-08-301-0/+6
* | libavfilter/graphparser: Avoid spaces in filter instance names.Michael Niedermayer2011-08-301-1/+1
* | vf_drawtext: fix segfault on reinitMichael Niedermayer2011-08-301-0/+1
* | vsrc_testsrc: set more properties in the output framesStefano Sabatini2011-08-301-0/+4
* | avfilter_graph_queue_command: Allow queueing commands out of orderMichael Niedermayer2011-08-291-2/+5
* | avfilter: fix processing multiple commands per frame and filterMichael Niedermayer2011-08-291-1/+2
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-295-1/+71
* | drawtext: Support changing parameters through reinit command at runtime.Michael Niedermayer2011-08-291-0/+11
* | avfilter: Add command passing supportMichael Niedermayer2011-08-294-1/+83
* | lavfi: add amovie source - audio movie sourceStefano Sabatini2011-08-274-2/+162
* | vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-08-271-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-1/+1
|\ \ | |/
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
| * vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-181-1/+1
* | lavfi: rename vsrc_movie.c to src_movie.cStefano Sabatini2011-08-232-1/+1
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-234-15/+33
* | vsrc_movie: rename video movie specific callbacks, prefix them with "movie"Stefano Sabatini2011-08-221-6/+6
* | asink_abuffer: extend ABufferSinkContext to make it accept lists of formats i...Stefano Sabatini2011-08-223-15/+11
* | vsrc_movie: create media agnostic movie init and uninit routinesStefano Sabatini2011-08-221-41/+49
* | af_aformat: use evil ADD_FORMATS macro for cutting out duplicated codeStefano Sabatini2011-08-221-52/+22
* | vsrc_testsrc: allow to set the sample aspect ratioStefano Sabatini2011-08-212-3/+9
* | asrc_abuffer: pass non-const string to strtok_r in init()Stefano Sabatini2011-08-211-2/+7
* | lavfi: add asrc_abuffer - audio buffer sourceMina Nagy Zaki2011-08-215-1/+449
* | lavfi: add ashowinfo filterStefano Sabatini2011-08-204-1/+102
* | lavfi: add aresample filterMina Nagy Zaki2011-08-174-2/+356
* | af_format: prefer strtok_r() over strsep()Stefano Sabatini2011-08-161-17/+40
* | lavfi: complain and exit for invalid named values in ff_parse_packing_format()Stefano Sabatini2011-08-161-2/+5
* | af_aformat: hotfix compile due to strsep()Michael Niedermayer2011-08-151-0/+1
* | vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-08-141-2/+2