| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+42 |
|\ |
|
| * | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -0/+40 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -0/+1 |
* | | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -35/+39 |
|\| |
|
| * | avfiltergraph: remove a redundant call to avfilter_get_by_name(). | Anton Khirnov | 2012-06-13 | 1 | -2/+1 |
| * | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 1 | -2/+7 |
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -17/+17 |
* | | 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 |