|
|
|
@a5cbb2f4
|
17 years |
vitor1001 |
Initial stab at an API
Commited in SoC by Bobby Bingham on 2007-06-29 …
|
|
|
@5c212e6f
|
17 years |
vitor1001 |
Add last file of main filter framework
Originally committed as …
|
|
|
@790a03d7
|
17 years |
vitor1001 |
Force alignment of pic->linesize
Commited in SoC by Vitor Sessak on …
|
|
|
@4cf48782
|
17 years |
vitor1001 |
Force linesize to be a multiple of 16
Commited in SoC by Vitor Sessak …
|
|
|
@459821c5
|
17 years |
vitor1001 |
Rework link property configuration system.
This can now handle filters …
|
|
|
@e363730
|
17 years |
vitor1001 |
Rewrite colorspace negotiation.
Commited in SoC by Bobby Bingham on …
|
|
|
@d0e4eba5
|
17 years |
vitor1001 |
Make an invalid use of a default callback implementation return an …
|
|
|
@4f909565
|
17 years |
vitor1001 |
Ensure that buffers returned by the default allocator are readable, or …
|
|
|
@23274667
|
17 years |
vitor1001 |
Revert braindead linked list of permissions
Commited in SoC by Bobby …
|
|
|
@4d62c9d3
|
17 years |
vitor1001 |
Track the permissions that have been given out to each picture.
This …
|
|
|
@fc0f39c2
|
17 years |
vitor1001 |
indentation
Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19
…
|
|
|
@552c0208
|
17 years |
vitor1001 |
Make default end_frame() implementation more useful.
Commited in SoC …
|
|
|
@712048da
|
17 years |
vitor1001 |
Allow filters to set the requirements on permissions for incoming …
|
|
|
@f66f53da
|
17 years |
vitor1001 |
Separate the process of creating links between filters from that of …
|
|
|
@bf4ce7a
|
17 years |
vitor1001 |
Move default entry point implementations to their own file.
Make them …
|
|
|
@19d5da50
|
17 years |
michaelni |
Update ist->pts after decoding a codec frame not after decoding a …
|
|
|
@805d0232
|
17 years |
vitor1001 |
Do not copy more data than needed
Commited in SoC by Vitor Sessak on …
|
|
|
@e9f54274
|
17 years |
vitor1001 |
Remove header now made useless
Commited in SoC by Vitor Sessak on …
|
|
|
@3bc2a526
|
17 years |
vitor1001 |
Remove unneeded function.
Commited in SoC by Vitor Sessak on …
|
|
|
@b57fc327
|
17 years |
vitor1001 |
Missed this file in my conditional compilation patch
Commited in SoC …
|
|
|
@74b46655
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-02-11 18:19:37
…
|
|
|
@ce657d80
|
17 years |
vitor1001 |
Simplify
Commited in SoC by Vitor Sessak on 2008-02-11 17:35:13
…
|
|
|
@c245ddf2
|
17 years |
vitor1001 |
Indent after last commit
Commited in SoC by Vitor Sessak on 2008-02-11 …
|
|
|
@c48e31ae
|
17 years |
vitor1001 |
Remove unneded else
Commited in SoC by Vitor Sessak on 2008-02-11 …
|
|
|
@a5b5d95a
|
17 years |
vitor1001 |
Cosmetical: indentation
Commited in SoC by Vitor Sessak on 2008-02-11 …
|
|
|
@b3431ecd
|
17 years |
vitor1001 |
Nit: Alignment
Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35
…
|
|
|
@d9b575d3
|
17 years |
vitor1001 |
Remove useless ()
Commited in SoC by Vitor Sessak on 2008-02-11 …
|
|
|
@7a9fd2a0
|
17 years |
vitor1001 |
Do not always fail for circular filter chains
Commited in SoC by Vitor …
|
|
|
@5b7c4033
|
17 years |
vitor1001 |
Remove unused var (dead code leftover?).
Commited in SoC by Vitor …
|
|
|
@ac8a116e
|
17 years |
vitor1001 |
Avoid link_dpad() overuse in avfilter_start_frame()
Commited in SoC by …
|
|
|
@2c5741b8
|
17 years |
vitor1001 |
Add context to av_log()
Commited in SoC by Vitor Sessak on 2008-02-10 …
|
|
|
@19dc7104
|
17 years |
vitor1001 |
Merge loops
Commited in SoC by Vitor Sessak on 2008-02-10 09:01:31
…
|
|
|
@e079d22e
|
17 years |
vitor1001 |
Coding style changes
Commited in SoC by Vitor Sessak on 2008-02-09 …
|
|
|
@02e94797
|
17 years |
vitor1001 |
Remove unneded headers
Commited in SoC by Vitor Sessak on 2008-02-09 …
|
|
|
@16790dc3
|
17 years |
vitor1001 |
Nits: more punctuation and capitalization
Commited in SoC by Vitor …
|
|
|
@be36bc09
|
17 years |
vitor1001 |
Move setting the pts of the copied frame to a more adequated place. …
|
|
|
@05decb00
|
17 years |
vitor1001 |
Add const to silence warnings
Commited in SoC by Vitor Sessak on …
|
|
|
@35db407e
|
17 years |
vitor1001 |
The filter framework as is hangs with filters that
modify the input …
|
|
|
@7b02c484
|
17 years |
vitor1001 |
Implement poll_frame() method. Fix ffmpeg.c bug with
vf_fps filter.
…
|
|
|
@b62966c0
|
17 years |
vitor1001 |
Add movie file video source filter.
Commited in SoC by on 2008-01-31 …
|
|
|
@0970ec6
|
17 years |
vitor1001 |
Presentation timestamp (PTS) modification filter
Commited in SoC by …
|
|
|
@be696990
|
17 years |
vitor1001 |
Rename filter
Commited in SoC by Vitor Sessak on 2008-01-06 17:03:21
…
|
|
|
@0715e6d5
|
17 years |
vitor1001 |
90 degrees counter-clockwise rotation filter
Commited in SoC by Vitor …
|
|
|
@e946c25
|
17 years |
vitor1001 |
Add an equivalent to the mplayer format filter
Commited in SoC by …
|
|
|
@cc0bb5a1
|
17 years |
vitor1001 |
Change the passthrough filter to a noformat filter. It's now similar …
|
|
|
@2fd46877
|
17 years |
vitor1001 |
Indentation
Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
…
|
|
|
@6981810
|
17 years |
vitor1001 |
Rework link property configuration system.
This can now handle filters …
|
|
|
@c35a0473
|
17 years |
vitor1001 |
Add horizontal flip filter.
Commited in SoC by on 2007-12-21 …
|
|
|
@e3065c8b
|
17 years |
vitor1001 |
Need to be careful when dealing with references.
Commited in SoC by …
|
|
|
@07d0bba5
|
17 years |
vitor1001 |
When inserting a filter, don't lose any information we may already …
|
|
|
@75ce6546
|
17 years |
vitor1001 |
Rewrite colorspace negotiation.
Commited in SoC by Bobby Bingham on …
|
|
|
@52362e9d
|
17 years |
vitor1001 |
Make filter auto-insertion code its own function.
Commited in SoC by …
|
|
|
@4ea0ab3c
|
17 years |
vitor1001 |
Remove no-longer accurate comment
Commited in SoC by Bobby Bingham on …
|
|
|
@8f618f4c
|
17 years |
vitor1001 |
Check for error so that …
|
|
|
@4d7c9be3
|
17 years |
vitor1001 |
Remove dummy and ppm filters which were only for testing.
Remove …
|
|
|
@f9033975
|
17 years |
vitor1001 |
Image negating filter
Commited in SoC by Bobby Bingham on 2007-08-20 …
|
|
|
@d21cbbff
|
17 years |
vitor1001 |
Auto insert scale filter to convert colrospaces when needed
Commited …
|
|
|
@2a553ef5
|
17 years |
vitor1001 |
Add scale/colorspace conversion filter
Commited in SoC by Bobby …
|
|
|
@7bce27a3
|
17 years |
vitor1001 |
Prefix names of filter structs
Commited in SoC by Bobby Bingham on …
|
|
|
@dd299c68
|
17 years |
vitor1001 |
Rename "buffer" filter to "fifo"
Commited in SoC by Bobby Bingham on …
|
|
|
@81799537
|
17 years |
vitor1001 |
Add a filter to output the same video to two outputs
Commited in SoC …
|
|
|
@0838e731
|
17 years |
vitor1001 |
Add a filter to act as a buffer between filters which may output …
|
|
|
@f4cb446
|
17 years |
vitor1001 |
Use av_freep instead of av_free
Commited in SoC by Bobby Bingham on …
|
|
|
@44b73497
|
17 years |
vitor1001 |
Rename avfilter_create to avfilter_open and remove the wrapper …
|
|
|
@6d8c67a7
|
17 years |
vitor1001 |
Change registered filter list to a linked list
Commited in SoC by …
|
|
|
@e675dccd
|
17 years |
vitor1001 |
Be more consistent in style of code for falling back to defaults.
…
|
|
|
@cdf2a33
|
17 years |
vitor1001 |
replace memcpy with assignment
Commited in SoC by Bobby Bingham on …
|
|
|
@269b9847
|
17 years |
vitor1001 |
Revert braindead linked list of permissions
Commited in SoC by Bobby …
|
|
|
@a4af86c8
|
17 years |
vitor1001 |
Track the permissions that have been given out to each picture.
This …
|
|
|
@c949d867
|
17 years |
vitor1001 |
Allow filters to set the requirements on permissions for incoming …
|
|
|
@6fb0648d
|
17 years |
vitor1001 |
Use macros for better readability
Commited in SoC by Bobby Bingham on …
|
|
|
@ef35d13a
|
17 years |
vitor1001 |
Remove the data parameter from draw_slice(). It's unneeded and often …
|
|
|
@7a61cc4d
|
17 years |
vitor1001 |
Remove test program and test video output module since ffplay can be …
|
|
|
@f928537
|
17 years |
vitor1001 |
Allow creation of filter graphs from a graph description structure …
|
|
|
@ef712a3b
|
17 years |
vitor1001 |
Add a filter to overlay one video on top of another, …
|
|
|
@49d915cb
|
17 years |
vitor1001 |
Add a filter to modify the framerate.
This demonstrates differing …
|
|
|
@3306f8bd
|
17 years |
vitor1001 |
Let request_frame() indicate success or failure
Commited in SoC by …
|
|
|
@e2fcb3cb
|
17 years |
vitor1001 |
Add a vertical flip filter
Commited in SoC by Bobby Bingham on …
|
|
|
@24618441
|
17 years |
vitor1001 |
Helper functions for adding new pads to filters at runtime
Commited …
|
|
|
@01942f1d
|
17 years |
vitor1001 |
Separate the process of creating links between filters from that of …
|
|
|
@78b0c0bb
|
17 years |
vitor1001 |
Move default entry point implementations to their own file.
Make them …
|
|
|
@d4169dd3
|
17 years |
vitor1001 |
Make the filter graph just another normal filter.
Commited in SoC by …
|
|
|
@c5ef7d7b
|
17 years |
vitor1001 |
Make input/output pads modifiable on a per-instance basis.
This makes …
|
|
|
@c6b0aa68
|
17 years |
vitor1001 |
Fix warnings
Commited in SoC by Bobby Bingham on 2007-07-30 18:56:40
…
|
|
|
@97fb0c2c
|
17 years |
vitor1001 |
Cosmetics: fix indentation
Commited in SoC by Bobby Bingham on …
|
|
|
@7d0e1392
|
17 years |
vitor1001 |
Fix some potential segfaults.
Commited in SoC by Bobby Bingham on …
|
|
|
@a360f71e
|
17 years |
vitor1001 |
Allow code to pass data to filters it creates.
Commited in SoC by …
|
|
|
@e6f560b
|
17 years |
vitor1001 |
Split filter graphs out into their own source & header files.
…
|
|
|
@2350e69c
|
17 years |
vitor1001 |
Use av_strdup/av_free instead of strdup/free
Commited in SoC by Bobby …
|
|
|
@f60208f4
|
17 years |
vitor1001 |
Add a simple filter graph structure and functions
Commited in SoC by …
|
|
|
@6ae82d1e
|
17 years |
vitor1001 |
Allow giving filter instances names, in anticipation of the upcoming …
|
|
|
@1653c11f
|
17 years |
vitor1001 |
cosmetics: vertical alignment
Commited in SoC by Bobby Bingham on …
|
|
|
@af838d4
|
17 years |
vitor1001 |
Add pts to frame references
Commited in SoC by Bobby Bingham on …
|
|
|
@998a7aa3
|
17 years |
vitor1001 |
Actually fail when colorspaces don't match
Commited in SoC by Bobby …
|
|
|
@9586ba3a
|
17 years |
vitor1001 |
Provide a default for request_frame() which does the right thing for …
|
|
|
@3628fbe0
|
17 years |
vitor1001 |
Adjust the default start_frame() and end_frame() implementations to …
|
|
|
@72e3037a
|
17 years |
vitor1001 |
Missing semicolon typo
Commited in SoC by Bobby Bingham on 2007-07-08 …
|
|
|
@efb36bf
|
17 years |
vitor1001 |
Make avfilter_ref_pic also handle removal of permissions for the …
|
|
|
@426d5c25
|
17 years |
vitor1001 |
Add an RGB24 <-> BGR24 conversion filter
Commited in SoC by Bobby …
|
|
|
@eaf7eb66
|
17 years |
vitor1001 |
Add a simple video source filter which loads a PPM file and outputs it …
|
|
|