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
/
ffmpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffmpeg: replace "flush Media" with "flush_media" in benchmark_all output
Stefano Sabatini
2016-01-29
1
-3
/
+3
*
Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2'
Hendrik Leppkes
2016-01-19
1
-1
/
+1
|
\
*
\
Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2'
Hendrik Leppkes
2016-01-19
1
-9
/
+5
|
\
\
|
|
/
*
|
ffmpeg: fix sws_dict leak on error exit
Michael Niedermayer
2016-01-17
1
-0
/
+2
*
|
ffmpeg: check fclose return values
Ganesh Ajjanagadde
2016-01-07
1
-3
/
+10
*
|
ffmpeg: replace log2 by av_log2
Ganesh Ajjanagadde
2016-01-06
1
-1
/
+1
*
|
ffmpeg: check return value of avio_closep for progress report
Ganesh Ajjanagadde
2016-01-05
1
-1
/
+4
*
|
ffmpeg: use lavf API for applying bitstream filters
Rodger Combs
2015-12-28
1
-42
/
+4
*
|
Merge commit 'e63e3797a1ed9346f529848e6ba3d27fd2d2cc8d'
Hendrik Leppkes
2015-12-17
1
-0
/
+22
|
\
\
|
|
/
*
|
ffmpeg: add progress speed to status line and report
Moritz Barsnick
2015-12-17
1
-1
/
+14
*
|
ffmpeg: change command line option -dump to work without -loglevel debug
Tom Marecek
2015-12-11
1
-1
/
+1
*
|
ffmpeg: When streamcopying, only add the input seek position when copying tim...
Simon Thelen
2015-12-05
1
-1
/
+1
*
|
ffmpeg: enable echoing with command and debug modes
Clément Bœsch
2015-12-04
1
-0
/
+18
*
|
ffmpeg: Check pkt_dts for AV_NOPTS_VALUE
Michael Niedermayer
2015-12-04
1
-4
/
+5
*
|
ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss
Rodger Combs
2015-11-20
1
-8
/
+7
*
|
ffmpeg: preserve profile for audio stream copy
Maksym Veremeyenko
2015-11-20
1
-0
/
+1
*
|
ffmpeg: Simplify fps code related to delta0
Bryan Huh
2015-11-16
1
-6
/
+5
*
|
ffmpeg: Fixing typos and adding comments to fps code
Bryan Huh
2015-11-16
1
-8
/
+8
*
|
ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUE
Michael Niedermayer
2015-11-11
1
-1
/
+5
*
|
ffmpeg: Print a warning if a pkt duration is already set before using the fra...
Michael Niedermayer
2015-11-11
1
-0
/
+2
*
|
ffmpeg: set muxer packet duration based on framerate only for CFR
Michael Niedermayer
2015-11-11
1
-1
/
+2
*
|
Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'
Hendrik Leppkes
2015-11-10
1
-0
/
+5
|
\
\
|
|
/
*
|
ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
Simon Thelen
2015-11-09
1
-0
/
+4
*
|
all: use FFDIFFSIGN to resolve possible undefined behavior in comparators
Ganesh Ajjanagadde
2015-11-03
1
-2
/
+1
*
|
ffmpeg: use log10 instead of log()/log(10)
Ganesh Ajjanagadde
2015-10-29
1
-1
/
+1
*
|
Merge commit 'cd0e08813a0484002b5defbf557c859f123953ae'
Hendrik Leppkes
2015-10-29
1
-2
/
+3
|
\
\
|
|
/
*
|
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-7
/
+7
*
|
Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'
Hendrik Leppkes
2015-10-27
1
-1
/
+0
|
\
\
|
|
/
*
|
ffmpeg: add abort_on option to allow aborting on empty output
Marton Balint
2015-10-22
1
-0
/
+7
*
|
Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'
Hendrik Leppkes
2015-10-22
1
-0
/
+5
|
\
\
|
|
/
*
|
ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is pr...
Marton Balint
2015-10-22
1
-4
/
+16
*
|
ffmpeg: factorize checking decoder result
Marton Balint
2015-10-22
1
-15
/
+12
*
|
ffmpeg: exit on av_write_trailer failure if exit_on_error is set
Marton Balint
2015-10-22
1
-0
/
+2
*
|
ffmpeg: log failed av_write_trailer
Marton Balint
2015-10-22
1
-1
/
+3
*
|
ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usage
Hendrik Leppkes
2015-10-14
1
-1
/
+8
*
|
ffmpeg: remove trailing whitespace that sneaked into the previous merge
Hendrik Leppkes
2015-10-14
1
-1
/
+1
*
|
Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'
Hendrik Leppkes
2015-10-14
1
-5
/
+103
|
\
\
|
|
/
*
|
ffmpeg: modify tty state when stderr is redirected
Ganesh Ajjanagadde
2015-10-11
1
-7
/
+1
*
|
ffmpeg: avoid possible undefined behavior
Ganesh Ajjanagadde
2015-10-09
1
-1
/
+1
*
|
Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'
Hendrik Leppkes
2015-09-12
1
-1
/
+0
|
\
\
|
|
/
*
|
Remove left-over FF_API_DESTRUCT_PACKET cruft
Hendrik Leppkes
2015-09-05
1
-7
/
+1
*
|
Remove left-over FF_API_AVFILTERBUFFER cruft
Hendrik Leppkes
2015-09-05
1
-1
/
+0
*
|
ffmpeg: Drop redundant ist check
Michael Niedermayer
2015-09-04
1
-1
/
+1
*
|
ffmpeg: force 128k default audio bitrate if nothing is specified and there is...
Michael Niedermayer
2015-08-28
1
-0
/
+5
*
|
add missing FF_API_DESTRUCT_PACKET guards
Andreas Cadhalpun
2015-08-22
1
-1
/
+7
*
|
ffmpeg: use av_err2str()
Michael Niedermayer
2015-08-21
1
-3
/
+7
*
|
ffmpeg: Use correct codec_id for av_parser_change() check
Michael Niedermayer
2015-08-21
1
-5
/
+4
*
|
ffmpeg: Check av_parser_change() for failure
Michael Niedermayer
2015-08-21
1
-2
/
+7
*
|
ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
Michael Niedermayer
2015-08-21
1
-1
/
+3
*
|
ffmpeg: check avpicture_fill() return value
Michael Niedermayer
2015-08-21
1
-1
/
+5
[next]