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
*
postproc/postprocess: remove redundant casts
Michael Niedermayer
2014-09-18
1
-2
/
+2
*
postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...
Michael Niedermayer
2014-09-18
1
-2
/
+4
*
postproc/postprocess: Remove unused argument from reallocAlign()
Michael Niedermayer
2014-09-18
1
-11
/
+11
*
Merge branch 'postprocwork'
Michael Niedermayer
2014-09-18
3
-29
/
+28
|
\
|
*
postproc/postprocess: use av_strtok()
Michael Niedermayer
2014-09-18
1
-3
/
+4
|
*
postprocess: make some variables in pp_get_mode_by_name_and_quality() const
Michael Niedermayer
2014-09-18
1
-3
/
+3
|
*
postproc: simplify forwarding return codes
Michael Niedermayer
2014-09-18
1
-8
/
+2
|
*
libpostproc/postprocess: avoid some if()
Michael Niedermayer
2014-09-18
1
-15
/
+15
|
*
fate: add fate-filter-pp1
Michael Niedermayer
2014-09-18
2
-0
/
+4
|
/
*
x86/me_cmp: combine sad functions into a single macro
James Almer
2014-09-17
1
-128
/
+93
*
Merge commit '2bb2c2bd75e5f4b28a945511cda77e0a1a44c758'
Michael Niedermayer
2014-09-18
1
-0
/
+1
|
\
|
*
rtpenc_chain: Pass the initial time_base hint on to the chained muxer
Martin Storsjö
2014-09-17
1
-0
/
+1
*
|
Merge commit '3f2c70355ab722bc9f741bd3ed8224c7cfb62379'
Michael Niedermayer
2014-09-18
0
-0
/
+0
|
\
\
|
|
/
|
*
configure: Use the right variables in check_host_cpp
Jörg Krause
2014-09-17
1
-1
/
+1
*
|
vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion
Andreas Cadhalpun
2014-09-18
2
-26
/
+26
*
|
swscale/x86: do not expect registers to be preserved across inline ASM blocks
Vitor Sessak
2014-09-18
1
-39
/
+44
*
|
avcodec/x86/vp9lpf: Always include x86util.asm
Michael Niedermayer
2014-09-17
1
-2
/
+2
*
|
Merge commit 'c5560e72d0bb69f8a1ac9536570398f84388f396'
Michael Niedermayer
2014-09-17
1
-2
/
+4
|
\
\
|
|
/
|
*
apetag: Fix APE tag size check
Katerina Barone-Adesi
2014-09-17
1
-2
/
+4
*
|
fate: disable fate-ra4-288, the code uses floats and does not produce the sam...
Michael Niedermayer
2014-09-17
1
-2
/
+2
*
|
Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'
Michael Niedermayer
2014-09-17
3
-1
/
+133
|
\
\
|
|
/
|
*
fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)
Katerina Barone-Adesi
2014-09-17
3
-1
/
+133
*
|
avfilter: remove obsolete FF_API_FILL_FRAME cruft
James Almer
2014-09-17
3
-64
/
+0
*
|
Merge commit '2dd09ebf5597fd5e4a573bee9cccf21ae821f286'
Michael Niedermayer
2014-09-17
1
-2
/
+4
|
\
\
|
|
/
|
*
cmdutils: Print a more sensible message in show_filters() w/o libavfilter
Diego Biurrun
2014-09-16
1
-2
/
+4
*
|
avcodec/x86/me_cmp: fix sad8xh
Michael Niedermayer
2014-09-17
1
-12
/
+24
*
|
x86/me_cmp: port mmxext and sse2 sad functions to yasm
James Almer
2014-09-17
2
-154
/
+379
*
|
doc/filters: remove aconvert
Paul B Mahol
2014-09-17
1
-35
/
+0
*
|
avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft
James Almer
2014-09-17
5
-205
/
+0
*
|
ffplay: try to fix build failure on apple
Michael Niedermayer
2014-09-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
2014-09-17
1
-165
/
+214
|
\
\
|
*
|
ffplay: use frame queue to determine last used pos
Marton Balint
2014-09-16
1
-7
/
+15
|
*
|
ffplay: factorize frame queue operations
Marton Balint
2014-09-16
1
-158
/
+199
*
|
|
avformat/avienc: Dont search for startcodes in inserted empty avi frames
Michael Niedermayer
2014-09-17
1
-1
/
+1
*
|
|
doc/filters: add geq gradient examples
Lou Logan
2014-09-16
1
-0
/
+16
*
|
|
Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr"
Michael Niedermayer
2014-09-16
1
-7
/
+4
|
/
/
*
|
avfilter/ass: add shaping option
Clément Bœsch
2014-09-16
3
-1
/
+28
*
|
avfilter/ass: better log level mapping
Clément Bœsch
2014-09-16
1
-8
/
+8
*
|
avfilter/ass: make sure the log level are in available range
Clément Bœsch
2014-09-16
1
-1
/
+3
*
|
Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'
Michael Niedermayer
2014-09-16
6
-7979
/
+7952
|
\
\
|
|
/
|
*
dca: K&R formatting cosmetics
Gabriel Dume
2014-09-16
6
-7981
/
+7953
*
|
Merge commit '9030c58a780a02fb8256cb75cd39275eaad786d1'
Michael Niedermayer
2014-09-16
0
-0
/
+0
|
\
\
|
|
/
|
*
configure: Disable i686 for i586 and lower CPUs
Mikulas Patocka
2014-09-16
1
-0
/
+1
*
|
Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
2014-09-16
1
-1
/
+1
|
\
\
|
*
|
Add a closing LF to Webm-manifest files.
Carl Eugen Hoyos
2014-09-16
1
-1
/
+1
*
|
|
tools/crypto_bench: fix build when AV_READ_TIME is unavailable
Michael Niedermayer
2014-09-16
1
-0
/
+4
|
/
/
*
|
sws: use av_clip() instead of av_clip_c()
Clément Bœsch
2014-09-16
1
-6
/
+6
*
|
avformat/flacenc: use av_clip() instead of av_clip_c()
Clément Bœsch
2014-09-16
1
-1
/
+1
*
|
lavf/hls: add hls_ts_option
Steven Liu
2014-09-16
3
-3
/
+26
*
|
doc/examples/transcoding: use av_packet_rescale_ts()
Stefano Sabatini
2014-09-16
1
-27
/
+9
[next]