summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: Remove CONFIG_MP_FILTER caseMichael Niedermayer2015-01-311-15/+0
* avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer2015-01-191-1/+2
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* Merge commit 'ac84c1ce24a285f9cf16d4297bce73b1c4a6e435'Michael Niedermayer2014-10-251-0/+5
|\
| * avfilter: check filter link validityVittorio Giovara2014-10-241-1/+6
* | avfilter: add w/h parameters in timelineClément Bœsch2014-10-071-2/+19
* | avfilter/avfilter: use av_malloc(z)_array()Michael Niedermayer2014-07-191-4/+4
* | Merge commit 'bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb'Michael Niedermayer2014-03-061-1/+1
|\ \ | |/
| * lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-051-1/+1
* | avfilter/avfilter: fix use of uninitialized pointerMichael Niedermayer2014-01-241-1/+1
* | Merge commit 'abb5e37f64c48bba8bd0fde2bada0f7544defa24'Michael Niedermayer2014-01-101-5/+17
|\ \ | |/
| * avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-091-6/+19
| * avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-281-2/+2
* | avfilter: avfilter_register() that works in O(1) timeMichael Niedermayer2014-01-091-1/+3
* | do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer2013-12-061-1/+1
* | Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer2013-10-281-0/+3
|\ \ | |/
| * avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-281-0/+3
* | avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2013-10-211-2/+2
* | avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-281-1/+1
|\ \ | |/
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-281-1/+1
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avfilter: avoid testing float == 0Michael Niedermayer2013-09-151-1/+1
* | avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol2013-09-151-3/+14
* | avfilter/avfilter: fix null pointer dereference with queued ping filtersMichael Niedermayer2013-09-101-0/+8
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\ \ | |/
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* | avfilter/avfilter: Make avfilter_register() thread safeMichael Niedermayer2013-06-281-3/+4
* | avfilter/process_options: fix memleakMichael Niedermayer2013-06-031-1/+4
* | avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer2013-05-241-2/+0
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-241-3/+42
|\ \ | |/
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+46
* | Merge commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b'Michael Niedermayer2013-05-181-2/+5
|\ \ | |/
| * avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-171-2/+5
* | Merge commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081'Michael Niedermayer2013-05-181-12/+13
|\ \ | |/
| * avfilter.c: cosmetics, reformatAnton Khirnov2013-05-171-11/+13
* | Merge commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6'Michael Niedermayer2013-05-181-23/+21
|\ \ | |/
| * lavfi: factorize freeing a linkAnton Khirnov2013-05-171-23/+21
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* | lavfi: silence a discarded const qualifier warning.Clément Bœsch2013-05-161-2/+2
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-3/+6
* | avfilter: fix 2 warnings about discarding constMichael Niedermayer2013-05-081-1/+1
* | avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2013-05-081-1/+3
* | lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch2013-04-231-13/+46
* | lavfi: add timeline support.Clément Bœsch2013-04-231-0/+50
* | lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-0/+1
* | lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-131-1/+1
OpenPOWER on IntegriCloud