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_opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace cmdutils_common_opts.h by a macro
Diego Biurrun
2017-01-12
1
-1
/
+1
*
avconv_opt: Consistently iterate through hwaccels array in all cases
Diego Biurrun
2016-11-13
1
-1
/
+1
*
avconv: Correct function pointer assignments in options array
Diego Biurrun
2016-11-08
1
-3
/
+3
*
avconv: support parsing bitstream filter options
James Almer
2016-11-02
1
-9
/
+37
*
avconv: init filtergraphs only after we have a frame on each input
Anton Khirnov
2016-06-25
1
-44
/
+0
*
avconv: decouple configuring filtergraphs and setting output parameters
Anton Khirnov
2016-06-25
1
-0
/
+62
*
avconv: decouple configuring filtergraphs and setting input parameters
Anton Khirnov
2016-06-25
1
-4
/
+20
*
avconv: buffer the packets written while the muxer is not initialized
Anton Khirnov
2016-06-25
1
-0
/
+11
*
avconv: initialize output framerate earlier
Anton Khirnov
2016-06-21
1
-0
/
+42
*
avconv: refactor selecting an encoder
Anton Khirnov
2016-06-21
1
-14
/
+37
*
avconv: create simple filtergraphs earlier
Anton Khirnov
2016-06-21
1
-2
/
+14
*
avconv: fix parsing bitstream filters
Anton Khirnov
2016-05-26
1
-7
/
+11
*
avconv: fix a check for av_bsf_get_by_name() return value
Anton Khirnov
2016-05-26
1
-1
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
avconv: VAAPI hwcontext initialisation and hwaccel helper
Mark Thompson
2016-03-30
1
-0
/
+41
*
avconv: switch to the new BSF API
Anton Khirnov
2016-03-20
1
-8
/
+14
*
avconv: convert to codecpar
Anton Khirnov
2016-02-23
1
-31
/
+30
*
avconv: add support for Intel QSV-accelerated transcoding
Anton Khirnov
2015-10-16
1
-0
/
+3
*
avconv: Add loop option.
Alexandra Hájková
2015-10-13
1
-0
/
+8
*
avconv: Make the private options discovery more manifest
Vittorio Giovara
2015-09-29
1
-0
/
+1
*
Revert "avconv_opt: Allow printing private options"
Vittorio Giovara
2015-09-29
1
-60
/
+0
*
avconv_opt: Allow printing private options
Vittorio Giovara
2015-09-17
1
-0
/
+60
*
avconv_opt: Add an option that lists all supported hwaccels
Timothy Gu
2015-08-26
1
-0
/
+14
*
avconv_opt: Add missing comma
Timothy Gu
2015-08-26
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-5
/
+5
*
avconv: split creating and (re-)configuring complex filtergraphs
Anton Khirnov
2015-07-19
1
-10
/
+23
*
avconv: create the complex filtergraphs earlier
Anton Khirnov
2015-07-19
1
-5
/
+7
*
avconv: move the no streams failure to open_output_file()
Anton Khirnov
2015-07-19
1
-0
/
+6
*
avconv: use read_file() for reading the 2pass stats
Anton Khirnov
2015-07-19
1
-3
/
+3
*
avconv: move handling the 2pass logfile into avconv_opt
Anton Khirnov
2015-07-19
1
-0
/
+34
*
avconv: set the encoding/decoding_needed flags earlier
Anton Khirnov
2015-07-19
1
-0
/
+11
*
avconv_opt: Check localtime() return value
Vittorio Giovara
2015-06-12
1
-0
/
+5
*
avconv: Add an option for automatically rotating video according to display m...
Martin Storsjö
2015-05-02
1
-0
/
+6
*
avconv: Check rc_override memory allocation
Vittorio Giovara
2015-02-17
1
-0
/
+4
*
check memory errors from av_strdup()
Vittorio Giovara
2014-12-18
1
-0
/
+2
*
avconv: Use the mpeg12 private option scan_offset
Julien Ramseier
2014-12-14
1
-1
/
+1
*
avconv: fix parsing the AVOptions for -target
Anton Khirnov
2014-08-27
1
-0
/
+4
*
avconv: fix the muxrate values for -target
Anton Khirnov
2014-08-27
1
-2
/
+2
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
video4linux2: Avoid a floating point exception
Bernhard Übelacker
2014-07-28
1
-1
/
+2
*
avconv: do not use the stream codec context for encoding
Anton Khirnov
2014-06-01
1
-12
/
+15
*
avconv: do not use the stream codec context for decoding
Anton Khirnov
2014-06-01
1
-8
/
+20
*
avconv: Support VDA hwaccel
Anton Khirnov
2014-05-11
1
-0
/
+3
*
avconv: rename OutputStream.opts to OutputStream.encoder_opts
Anton Khirnov
2014-05-03
1
-4
/
+4
*
avconv: rename InputStream.opts to InputStream.decoder_opts
Anton Khirnov
2014-05-03
1
-2
/
+2
*
configure: rework dxva in avconv handling
Anton Khirnov
2014-04-28
1
-1
/
+1
*
avconv: add support for DXVA2 decoding
Hendrik Leppkes
2014-04-28
1
-0
/
+3
*
avconv_opt: fix avio_open2() return code check
Timothy Gu
2014-03-30
1
-3
/
+3
*
avconv: support forcing codec tags for input streams
Anton Khirnov
2014-02-24
1
-1
/
+11
*
avconv: initialize hwaccel_pix_fmt
Anton Khirnov
2013-12-03
1
-0
/
+1
[next]