|
|
|
@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 …
|
|
|
@ce356b09
|
17 years |
vitor1001 |
Add a filter to cut video frames into smaller slices.
Commited in SoC …
|
|
|
@102fb0e3
|
17 years |
vitor1001 |
Provide some default functions to simplify the implementation of …
|
|
|
@ba6b9035
|
17 years |
vitor1001 |
cosmetic: more vertical alignment
Commited in SoC by Bobby Bingham on …
|
|
|
@e0752603
|
17 years |
vitor1001 |
Rework filter initialization sequence. Now supports passing user …
|
|
|
@89e64908
|
17 years |
vitor1001 |
Support passing parameters to filters.
Commited in SoC by Bobby …
|
|
|
@92beffdc
|
17 years |
vitor1001 |
Cosmetic: align arguments to memcpys
Commited in SoC by Bobby Bingham …
|
|
|
@a4ca738
|
17 years |
vitor1001 |
Even better way to pass size to memcpy.
Commited in SoC by Bobby …
|
|
|
@4f770f66
|
17 years |
vitor1001 |
typo
Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22
…
|
|
|
@9cc321bd
|
17 years |
vitor1001 |
Fix a pointer type
Commited in SoC by Bobby Bingham on 2007-06-30 …
|
|
|
@c74032b7
|
17 years |
vitor1001 |
Make linesize a per-reference property
Commited in SoC by Bobby …
|
|
|
@58a9b20
|
17 years |
vitor1001 |
Use memcpy() to copy an array.
Commited in SoC by Bobby Bingham on …
|
|
|
@d72a138e
|
17 years |
vitor1001 |
Some simple filters for testing
Commited in SoC by Bobby Bingham on …
|
|
|
@4dbbcdee
|
17 years |
vitor1001 |
Initial stab at an API
Commited in SoC by Bobby Bingham on 2007-06-29 …
|
|
|
@f037f7e
|
17 years |
vitor1001 |
100l
Originally committed as revision 11964 to …
|
|
|
@83a9db42
|
17 years |
michaelni |
Fix timestamps and durations if the first packets have no durations …
|
|
|
@db7ae7d1
|
17 years |
vitor1001 |
Simplify avcodec_default_get_buffer()
Originally committed as …
|
|
|
@4fe109e
|
17 years |
vitor1001 |
Add header for declaration of ff_xxxx functions in imgconvert.c
…
|
|
|
@6dd3649
|
17 years |
vitor1001 |
This should not be part of the public API
Originally committed as …
|
|
|
@fba95d3c
|
17 years |
vitor1001 |
My commit in r11942 broke compilation.
This fixes it.
Originally …
|
|
|
@0fdf410
|
17 years |
vitor1001 |
Remove everything not yet commited to svn
Originally committed as …
|
|
|
@a1e3e4ba
|
17 years |
vitor1001 |
Improve conditional compilation of vsrc_movie.c
Commited in SoC by …
|
|
|
@538e94d5
|
17 years |
vitor1001 |
Fix compilation
Commited in SoC by Vitor Sessak on 2008-02-12 …
|
|
|
@2172961
|
17 years |
vitor1001 |
True conditional compilation
Commited in SoC by Vitor Sessak on …
|
|
|
@0d642351
|
17 years |
vitor1001 |
Add movie file video source filter.
Commited in SoC by Víctor Paesa …
|
|
|
@223c84ac
|
17 years |
vitor1001 |
Cosmetics: split long line
Commited in SoC by Víctor Paesa on …
|
|
|
@b4aa24f
|
17 years |
vitor1001 |
Link to libraries in dependency order.
Commited in SoC by Víctor …
|
|
|
@8d990c19
|
17 years |
vitor1001 |
More targets addition
Merge of several patches in SoC, by various …
|
|
|
@bb9cb87c
|
17 years |
vitor1001 |
Fix Cygwin compilation.
Patch by Víctor Paesa.
Commited in SoC by …
|
|
|
@9f4a53d1
|
17 years |
vitor1001 |
Targets addition and removal
Commited in SoC by Bobby Bingham
…
|
|
|
@0a46caf9
|
17 years |
vitor1001 |
Remove test program and test video output module since ffplay can be …
|
|
|
@da84232
|
17 years |
vitor1001 |
Merge of several revisions that add more targets to the
Makefile.
…
|
|
|
@782e83e2
|
17 years |
vitor1001 |
work into the ffmpeg build system
Commited in SoC by Bobby Bingham on …
|
|
|
@52bfefeb
|
17 years |
vitor1001 |
Add rule for make clean.
Commited in SoC by Bobby Bingham on …
|
|
|
@bc305cc3
|
17 years |
vitor1001 |
Merge of several revisions adding filters
Commited in SoC by Bobby …
|
|
|
@20123584
|
17 years |
vitor1001 |
First version of libavfilter Makefile
Original commit message:
Simple …
|
|
|
@cc9853d3
|
17 years |
vitor1001 |
Split avpicture_fill() in two functions. This will be
useful for …
|
|
|
@27af15dc
|
17 years |
diego |
prettyprinting cosmetics
Originally committed as revision 11941 to …
|
|
|
@ad40b153
|
17 years |
banan |
silence wmaenc.c:181: warning:suggestparentheses around assignment …
|
|
|
@e942293d
|
17 years |
michaelni |
It appears last_pts was not set ...
Originally committed as revision …
|
|
|
@6881b8e5
|
17 years |
lucabe72 |
Fix
utils.c: In function ‘avcodec_get_context_defaults2’:
utils.c:793: …
|
|
|
@408ed51c
|
17 years |
lucabe72 |
Fix
opt.c: In function ‘av_set_string’:
opt.c:164: warning: passing …
|
|
|
@0d6fd5ec
|
17 years |
benoit.fouet |
More explicit unsupported pixel format error messages.
Patch by …
|
|
|
@a712d725
|
17 years |
michaelni |
Header elision muxing support.
This only removes 2 bytes from MP3 and …
|
|
|
@3b4f69ae
|
17 years |
michaelni |
Elision header demuxing support.
Originally committed as revision …
|
|
|
@880add37
|
17 years |
michaelni |
-vsync 2 (drop frames if there are too many but do not duplicate any)
…
|
|
|
@3f8e1fc8
|
17 years |
benoit.fouet |
Update regression test checksum for ffm.
Originally committed as …
|
|
|
@90d30570
|
17 years |
benoit.fouet |
Avoid void*-arithmetic.
Patch by mvplayer: ffmpeg gmail com
…
|
|
|