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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace remaining av_new_stream() with avformat_new_stream().
Clément Bœsch
2011-11-05
12
-14
/
+19
*
j2kdec: fix a bunch of const compiler warnings.
Clément Bœsch
2011-11-05
1
-4
/
+4
*
APIChanges: fill missing dates and hashes.
Clément Bœsch
2011-11-05
1
-14
/
+14
*
Fix typo in warning message.
Reimar Döffinger
2011-11-05
1
-1
/
+1
*
Put strings inside struct instead of extra indirection.
Reimar Döffinger
2011-11-05
1
-1
/
+1
*
examples/filtering: remove #include vsink_buffer.h, the header does not exist
Michael Niedermayer
2011-11-05
1
-1
/
+0
*
af_volume: exp10() is a GNU extension.
Michael Niedermayer
2011-11-05
1
-1
/
+1
*
af_earwax: copy input buffer properties to output
Stefano Sabatini
2011-11-05
1
-0
/
+2
*
lavfi: add earwax audio filter, ported from Sox
Mina Nagy Zaki
2011-11-05
6
-1
/
+176
*
lavfi: add volume filter
Stefano Sabatini
2011-11-05
6
-2
/
+247
*
lavfi: increase number of maximum registered filters from 64 to 128
Stefano Sabatini
2011-11-05
1
-1
/
+1
*
lavfi: issue error if maximum number of filters is reached
Stefano Sabatini
2011-11-05
1
-2
/
+7
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-05
3
-5
/
+15
|
\
|
*
binkaudio: expand quant_table to accommodate all possible values
Justin Ruggles
2011-11-04
1
-2
/
+2
|
*
libx264: Set the default of the rc_lookahead option to -1
Martin Storsjö
2011-11-04
1
-1
/
+1
|
*
avcodec: Set flags2 default value depending on availability
Martin Storsjö
2011-11-04
1
-1
/
+11
|
*
configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
Diego Biurrun
2011-11-04
1
-1
/
+1
*
|
dwt: Code make up, removed gotos
Jordi Ortiz
2011-11-05
1
-203
/
+204
*
|
Dirac: Added endif comments
Jordi Ortiz
2011-11-05
1
-1
/
+1
*
|
Dirac: Specific struct initializers in AVCodec initialization
Jordi Ortiz
2011-11-05
1
-14
/
+13
*
|
Dirac: Removed goto + some code make up
Jordi Ortiz
2011-11-04
1
-66
/
+63
*
|
dwt: removed some warnings in make checkheaders
Jordi Ortiz
2011-11-04
1
-5
/
+5
*
|
Dirac: Solved problem with make checkheaders
Jordi Ortiz
2011-11-04
1
-0
/
+2
*
|
configure: fixes vda compilation issue.
Sebastien Zwickert
2011-11-04
1
-4
/
+6
*
|
ffmpeg: add -map_channel option.
Clément Bœsch
2011-11-04
15
-22
/
+228
*
|
Fix libutvideo wrapper name
Derek Buitenhuis
2011-11-04
1
-1
/
+1
*
|
ffprobe: Print format specific variables of codecs.
Michael Niedermayer
2011-11-04
1
-0
/
+11
*
|
swr: document how flushing works and bump minor version.
Michael Niedermayer
2011-11-04
1
-1
/
+3
*
|
swr-test: test flushing
Michael Niedermayer
2011-11-04
1
-1
/
+29
*
|
swr: Support flushing last samples out.
Michael Niedermayer
2011-11-04
1
-1
/
+22
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-04
7
-49
/
+312
|
\
\
|
|
/
|
*
vp6: Fix illegal read.
Alex Converse
2011-11-03
1
-1
/
+3
|
*
avfilter: Don't copy garbage from the stack when setting up video pictures.
Alex Converse
2011-11-03
1
-2
/
+2
|
*
avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
Martin Storsjö
2011-11-03
1
-0
/
+1
|
*
avcodec: Remove a misplaced and useless attribute_deprecated
Martin Storsjö
2011-11-03
1
-1
/
+1
|
*
avconv: add -dump_attachment option.
Anton Khirnov
2011-11-03
2
-19
/
+87
|
*
avconv: add -attach option.
Anton Khirnov
2011-11-03
2
-1
/
+77
|
*
avconv: make negative mappings disable only streams from the specified file
Anton Khirnov
2011-11-03
1
-1
/
+2
|
*
fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64
Justin Ruggles
2011-11-02
1
-1
/
+5
*
|
lavf: fix null pointer dereference in rdt
Michael Niedermayer
2011-11-03
1
-0
/
+3
*
|
id3v2enc: av_strcasecmp()
Michael Niedermayer
2011-11-03
1
-2
/
+1
*
|
h264: favor coded_width in resolution chnaged checks
Michael Niedermayer
2011-11-03
1
-1
/
+1
*
|
Set frame_size for AMR_NB in mov.
Carl Eugen Hoyos
2011-11-03
1
-2
/
+5
*
|
Do not use strcpy for "strings" starting with \0.
Carl Eugen Hoyos
2011-11-03
1
-1
/
+1
*
|
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
18
-55
/
+93
*
|
lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu...
Michael Niedermayer
2011-11-03
1
-0
/
+1
*
|
lavf: Do not set cur_dts to undetermined before first_dts has been calculated...
Michael Niedermayer
2011-11-03
1
-1
/
+2
*
|
Cosmetics: Reindent after last commit.
Carl Eugen Hoyos
2011-11-03
1
-12
/
+12
*
|
Support new ALAC magic cookie in caf files.
Carl Eugen Hoyos
2011-11-03
1
-0
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
75
-3644
/
+1853
|
\
\
|
|
/
[next]