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
...
|
*
jpeg2000: Mark static data init functions as av_cold
Diego Biurrun
2014-06-17
3
-3
/
+7
*
|
ffplay: remove -ec handling code
Michael Niedermayer
2014-06-17
1
-3
/
+0
*
|
avcodec/hevc: new idct + asm
plepere
2014-06-17
8
-158
/
+398
*
|
Merge commit '71d6551e674c86d07c165439c2bf6613b3892307'
Michael Niedermayer
2014-06-17
1
-1
/
+1
|
\
\
|
|
/
|
*
avconv: use the correct variable in comparison
Anton Khirnov
2014-06-17
1
-1
/
+1
*
|
avcodec/cavsdec: fix low delay decoding
Michael Niedermayer
2014-06-17
1
-2
/
+2
*
|
avformat/flvdec: Support live flv / NGINX RTMP streams
Michael Niedermayer
2014-06-16
2
-5
/
+41
*
|
swscale/input: fix harmless integer overflow
Michael Niedermayer
2014-06-16
1
-2
/
+2
*
|
version string: add copyright line to version string
Simon Thelen
2014-06-16
1
-1
/
+1
*
|
avcodec/bitstream: try to make vlc init code inherently thread safe
Michael Niedermayer
2014-06-16
2
-16
/
+13
*
|
avcodec/bitstream: fill invalid vlc tables entries as last pass instead of first
Michael Niedermayer
2014-06-16
1
-5
/
+6
*
|
avcodec/bitstream: zero vlc tables on allocation
Michael Niedermayer
2014-06-16
1
-0
/
+1
*
|
Force aix strip to work on 32 and 64 bit by default.
Carl Eugen Hoyos
2014-06-16
1
-0
/
+1
*
|
avcodec/h264: fix frame skip code
Michael Niedermayer
2014-06-16
3
-11
/
+16
*
|
avcodec/h264_slice: support skipping loop filtering for non key frames
Michael Niedermayer
2014-06-16
1
-0
/
+2
*
|
avcodec/h264: use the correct level for droping non intra frames
Michael Niedermayer
2014-06-16
2
-3
/
+3
*
|
Merge commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb'
Michael Niedermayer
2014-06-16
1
-0
/
+7
|
\
\
|
|
/
|
*
configure: Directly support Android as target OS
Luca Barbato
2014-06-16
1
-0
/
+7
*
|
Merge commit '766f2d965ff1948749c37f26a714adb8aa89c4a9'
Michael Niedermayer
2014-06-16
1
-0
/
+1
|
\
\
|
|
/
|
*
gitignore: add dylib and swp entries
Vittorio Giovara
2014-06-16
1
-0
/
+2
*
|
Merge commit '711aa2a82727907f778fb8aa9a93aff2120170f2'
Michael Niedermayer
2014-06-16
1
-0
/
+143
|
\
\
|
|
/
|
*
lavf: dump stream side data when probing
Vittorio Giovara
2014-06-14
1
-0
/
+143
*
|
avformat/dump: put copyright back from the file from which dump.c was split out
Michael Niedermayer
2014-06-16
1
-0
/
+1
*
|
Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'
Michael Niedermayer
2014-06-16
3
-264
/
+304
|
\
\
|
|
/
|
*
lavf: group dump functions together
Vittorio Giovara
2014-06-14
3
-246
/
+285
*
|
Merge commit '5a69ded12aaf2bd3baed5d1d644ef23cfecef87f'
Michael Niedermayer
2014-06-16
1
-0
/
+5
|
\
\
|
|
/
|
*
vf_showinfo: print display transformation values
Vittorio Giovara
2014-06-14
1
-0
/
+5
*
|
Add nointra AVDiscard level
Michael Niedermayer
2014-06-16
3
-2
/
+4
*
|
Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
2014-06-16
1
-1
/
+1
|
\
\
|
*
|
Do not suggest to use gas-preprocessor on aix where it doesn't work.
Carl Eugen Hoyos
2014-06-16
1
-1
/
+1
*
|
|
swr: reindent.
Ronald S. Bultje
2014-06-16
1
-64
/
+64
*
|
|
avcodec/huffyuvdec: Fix fill value for truncated bitstreams
Michael Niedermayer
2014-06-16
1
-1
/
+1
*
|
|
huffyuvdec: use unsafe bitstream reader
Christophe Gisquet
2014-06-16
1
-4
/
+12
|
/
/
*
|
huffyuv: fate: add a BGR24 test
Christophe Gisquet
2014-06-16
4
-2
/
+16
*
|
hevc: Fix 4K sample video
Kieran
2014-06-15
1
-2
/
+3
*
|
avformat/smoothstreamingenc: Use av_mallocz_array()
Michael Niedermayer
2014-06-15
1
-1
/
+1
*
|
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
Carl Eugen Hoyos
2014-06-15
1
-1
/
+1
*
|
avcodec/dvbsubdec: Split save_subtitle_set() out
Anshul Maheshwari
2014-06-15
1
-78
/
+81
*
|
avcodec/dvbsubdec: add AVClass to context
Anshul Maheshwari
2014-06-15
1
-0
/
+12
*
|
avcodec/dvbsubdec: restructure version check
Anshul Maheshwari
2014-06-15
1
-2
/
+3
*
|
avformat/framecrcenc: print the checksum and size of extradata as well
Michael Niedermayer
2014-06-15
12
-2
/
+31
*
|
huffyuvdec: remove somewhat deprecated code
Christophe Gisquet
2014-06-15
1
-1
/
+0
*
|
MAINTAINERS: Add Co maintainer for huffyuv*, rv4*, vc1*
Christophe Gisquet
2014-06-15
1
-3
/
+3
*
|
avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits max
Michael Niedermayer
2014-06-15
1
-5
/
+5
*
|
huffyuvdec: swap code blocks
Christophe Gisquet
2014-06-15
1
-5
/
+5
*
|
swr: compile mmx2 s16p functions only on x86-32.
Ronald S. Bultje
2014-06-15
1
-0
/
+2
*
|
x86util: add and use RSHIFT/LSHIFT macros
Christophe Gisquet
2014-06-15
5
-80
/
+27
*
|
fate: yadif: add >8 bit tests
Christophe Gisquet
2014-06-15
3
-0
/
+68
*
|
aandcttab: fix spelling
Christophe Gisquet
2014-06-15
2
-2
/
+2
*
|
avcodec/xbmdec: remove dependancy on zero padding on input packet
Michael Niedermayer
2014-06-15
1
-5
/
+8
[prev]
[next]