index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
avfiltergraph.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-06
1
-9
/
+9
|
\
|
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-9
/
+9
*
|
aconvert filter needs to configure samplerates
Andrew Wason
2012-06-05
1
-3
/
+33
*
|
avfiltergraph: call query_formats on inputs first.
Nicolas George
2012-06-05
1
-0
/
+7
*
|
avfiltergraph: check query_formats return value.
Nicolas George
2012-06-05
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-04
1
-6
/
+22
|
\
\
|
|
/
|
*
avfiltergraph: make some functions static.
Anton Khirnov
2012-06-04
1
-6
/
+22
*
|
lavfi: use av_default_item_name() as filter private context logger
Stefano Sabatini
2012-06-04
1
-1
/
+1
*
|
lavfi: add avfilter_default_filter_name()
Stefano Sabatini
2012-06-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-23
1
-2
/
+71
|
\
\
|
|
/
|
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-1
/
+1
|
*
avfiltergraph: smarter sample format selection.
Anton Khirnov
2012-05-22
1
-1
/
+70
*
|
avfiltergraph: use aresample not aconvert in the alternative merge code.
Michael Niedermayer
2012-05-17
1
-1
/
+1
*
|
lavfi: drop planar/packed negotiation support
Stefano Sabatini
2012-05-16
1
-10
/
+6
*
|
avfiltergraph: switch to swresample by default
Michael Niedermayer
2012-05-16
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-16
1
-50
/
+286
|
\
\
|
|
/
|
*
avfiltergraph: reindent
Anton Khirnov
2012-05-14
1
-60
/
+60
|
*
lavfi: add channel layout/sample rate negotiation.
Anton Khirnov
2012-05-14
1
-35
/
+222
|
*
lavfi: autoinsert resample filter when necessary.
Anton Khirnov
2012-05-12
1
-16
/
+42
*
|
lavfi: add avfilter_graph_set_auto_convert().
Nicolas George
2012-05-14
1
-0
/
+13
*
|
avfiltergraph: improve pick_format()
Michael Niedermayer
2012-05-10
1
-10
/
+33
*
|
avfiltergraph: fix format selection.
Nicolas George
2012-04-24
1
-3
/
+3
*
|
avfiltergraph: free the sink_links heap.
Nicolas George
2012-04-23
1
-0
/
+1
*
|
avfiltergraph: add avfilter_graph_request_oldest().
Nicolas George
2012-04-23
1
-8
/
+99
*
|
avfilter: add a pointer from links to graph.
Nicolas George
2012-04-23
1
-0
/
+16
*
|
avfiltergraph: More advanced heuristic to select colorspace.
Michael Niedermayer
2012-04-17
1
-7
/
+31
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-02
1
-2
/
+62
|
\
\
|
|
/
|
*
avfiltergraph: try to reduce format conversions in filters.
Anton Khirnov
2012-04-01
1
-1
/
+47
|
*
avfiltergraph: add an AVClass to AVFilterGraph on next major bump.
Anton Khirnov
2012-04-01
1
-1
/
+15
|
*
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-09-28
1
-1
/
+1
|
*
avfiltergraph: use meaningful error codes
Stefano Sabatini
2011-09-28
1
-5
/
+7
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Make avfilter_graph_free() free the graph.
Stefano Sabatini
2011-02-04
1
-6
/
+7
*
|
avfiltergraph: avoid harmful auto audio conversions.
Nicolas George
2012-02-23
1
-3
/
+8
*
|
lavfi: refactor query_formats and auto-insert audio conversion filters
Mina Nagy Zaki
2011-09-16
1
-28
/
+73
*
|
avfilter: dont crash on filters with NULL instance names.
Michael Niedermayer
2011-09-06
1
-1
/
+1
*
|
avfilter_graph_queue_command: Allow queueing commands out of order
Michael Niedermayer
2011-08-29
1
-2
/
+5
*
|
avfilter: Add avfilter_graph_que_command()
Michael Niedermayer
2011-08-29
1
-0
/
+25
*
|
avfilter: Add command passing support
Michael Niedermayer
2011-08-29
1
-0
/
+30
*
|
lavfi: add audio channel packing negotiation fields
Mina Nagy Zaki
2011-07-16
1
-1
/
+5
*
|
lavfi: add layout negotiation fields and helper functions.
Mina Nagy Zaki
2011-06-19
1
-1
/
+8
*
|
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-06-11
1
-1
/
+1
*
|
avfiltergraph: use meaningful error codes
Stefano Sabatini
2011-06-11
1
-5
/
+7
*
|
Make avfilter_graph_free() free the graph.
Stefano Sabatini
2011-02-06
1
-6
/
+7
|
/
*
Make avfilter_graph_free() do nothing if graph is NULL.
Stefano Sabatini
2011-01-12
1
-0
/
+2
*
Fix style nits in avfiltergraph.c.
Stefano Sabatini
2010-12-28
1
-16
/
+16
*
Add avfilter_graph_create_filter().
Stefano Sabatini
2010-12-02
1
-11
/
+27
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-2
/
+2
*
Prefix with "ff_" the functions:
Stefano Sabatini
2010-11-13
1
-6
/
+7
*
Rename avfilter_destroy() as avfilter_free().
Stefano Sabatini
2010-11-08
1
-2
/
+2
[next]