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
/
avconv_filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avconv: fix leak in filter error
Vittorio Giovara
2014-10-17
1
-5
/
+5
*
avconv: do not use the stream codec context for encoding
Anton Khirnov
2014-06-01
1
-4
/
+4
*
avconv: do not use the stream codec context for decoding
Anton Khirnov
2014-06-01
1
-9
/
+9
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
avconv: add infrastructure for using hwaccels
Anton Khirnov
2013-11-23
1
-1
/
+2
*
avconv_filter: add new line after error message
Vittorio Giovara
2013-11-21
1
-1
/
+1
*
avconv: support -t as an input option.
Anton Khirnov
2013-08-05
1
-2
/
+2
*
avconv: make input -ss accurate when transcoding
Anton Khirnov
2013-08-05
1
-15
/
+39
*
avconv: distinguish between -ss 0 and -ss not being used
Anton Khirnov
2013-08-05
1
-2
/
+2
*
avconv: insert extra filters in the same way for both graph inputs and outputs
Anton Khirnov
2013-08-05
1
-15
/
+12
*
avconv: fix usage of deprecated lavfi API
Anton Khirnov
2013-08-05
1
-1
/
+1
*
avconv: improve some variable names
Anton Khirnov
2013-08-04
1
-4
/
+4
*
avconv: use current syntax for the scale filter
Luca Barbato
2013-05-10
1
-1
/
+1
*
avconv: make output -ss insert trim/atrim filters.
Anton Khirnov
2013-04-30
1
-3
/
+9
*
avconv: make -t insert trim/atrim filters.
Anton Khirnov
2013-04-30
1
-0
/
+55
*
avconv: update to the new options syntax.
Anton Khirnov
2013-04-11
1
-6
/
+6
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
1
-1
/
+0
*
avconv: Make sure the encoder exists before inspecting supported_list
Martin Storsjö
2013-03-06
1
-1
/
+1
*
avconv: remove an unused variable
Justin Ruggles
2013-02-25
1
-1
/
+0
*
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2013-02-23
1
-1
/
+17
*
cmdutils: add a macro to simplify grow_array() calls.
Anton Khirnov
2012-12-18
1
-14
/
+7
*
avconv: deprecate the -vol option
Justin Ruggles
2012-12-05
1
-0
/
+23
*
avconv: fix variable shadowing in configure_input_audio_filter()
Justin Ruggles
2012-11-28
1
-1
/
+0
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
De-doxygenize some top-level files
Diego Biurrun
2012-10-12
1
-4
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-10-01
1
-11
/
+11
*
avconv: don't pass a bogus parameter to avfilter_graph_create_filter().
Anton Khirnov
2012-09-17
1
-1
/
+1
*
cmdutils: extend -h to allow printing codec details.
Anton Khirnov
2012-08-19
1
-14
/
+0
*
avconv: split configuring filter configuration to a separate file.
Anton Khirnov
2012-08-08
1
-0
/
+560