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
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
armcc: filter out non-gcc options from ASFLAGS
Mans Rullgard
2011-01-26
1
-0
/
+1
*
configure: add filter_out() function
Mans Rullgard
2011-01-26
1
-0
/
+8
*
configure: move network tests before results are needed
Daniel Verkamp
2011-01-26
1
-26
/
+26
*
Add CFLAGS needed by PathScale compiler
Mans Rullgard
2011-01-26
1
-0
/
+2
*
Disable symbol versioning on some BSDs
Mans Rullgard
2011-01-26
1
-1
/
+7
*
Fix libavformat version extraction in configure
Mans Rullgard
2011-01-23
1
-1
/
+1
*
configure: better test for mktemp
Mans Rullgard
2011-01-23
1
-1
/
+1
*
configure: simplify exit traps
Mans Rullgard
2011-01-23
1
-1
/
+0
*
Fix out of source tree builds of libmpcodecs.
Michael Niedermayer
2011-01-23
1
-0
/
+2
*
Make demuxers auto-select parsers they need
Mans Rullgard
2011-01-21
1
-4
/
+4
*
Make PNG test depend on PNG codec
Mans Rullgard
2011-01-21
1
-0
/
+1
*
configure: fix mktemp test and fallback function
Mans Rullgard
2011-01-21
1
-2
/
+2
*
Add GPL dependancy for libmpcodecs
Michael Niedermayer
2011-01-21
1
-0
/
+1
*
ARM: improve VFP ABI check
Mans Rullgard
2011-01-18
1
-1
/
+9
*
armcc: suppress warning about hardfp compatibility
Mans Rullgard
2011-01-18
1
-0
/
+1
*
armcc: suppress 'assignment in condition' warning
Mans Rullgard
2011-01-18
1
-0
/
+1
*
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
1
-1
/
+0
*
configure: make $TMPE executable
Mans Rullgard
2011-01-18
1
-0
/
+2
*
Use -Bsymbolic for shared libs only, not executables
Mans Rullgard
2011-01-18
1
-1
/
+1
*
Change SVN to Git in configure
Lou Logan
2011-01-17
1
-1
/
+1
*
Win32 support for av_file_map()
Daniel Verkamp
2011-01-05
1
-0
/
+2
*
Remove unnecessary dependency of ffprobe and ffserver on libswscale.
Stefano Sabatini
2011-01-04
1
-2
/
+2
*
Change the AC-3 encoder to use floating-point.
Justin Ruggles
2011-01-04
1
-1
/
+2
*
libavfilter does not depend on libswscale, only the scale filter does.
Carl Eugen Hoyos
2011-01-03
1
-1
/
+1
*
"Fix" compilation with --disable-swscale.
Carl Eugen Hoyos
2011-01-02
1
-2
/
+3
*
Add copy filter, useful for testing the avfilter_draw_slice() copy
Stefano Sabatini
2010-12-28
1
-0
/
+1
*
Redesign the libopencv wrapper to make it more generic. Accept both
Stefano Sabatini
2010-12-23
1
-1
/
+1
*
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-22
1
-0
/
+2
*
AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo
Ronald S. Bultje
2010-12-18
1
-0
/
+1
*
configure: Avoid warnings if av_always_inline is disabled
Martin Storsjö
2010-12-16
1
-1
/
+5
*
configure: Allow disabling symbol versioning via --disable-symver
Martin Storsjö
2010-12-14
1
-0
/
+2
*
Add a FLAC parser.
Michael Chinen
2010-12-07
1
-0
/
+1
*
Port libmpcodecs hqdn3d filter.
Baptiste Coudurier
2010-12-04
1
-0
/
+1
*
Add missing dependencies for frei0r_src in configure.
Stefano Sabatini
2010-11-30
1
-0
/
+1
*
Silence icc warning about unsupported option -Wno-parentheses
Carl Eugen Hoyos
2010-11-04
1
-1
/
+2
*
Add single stream LATM/LOAS decoder
Janne Grunau
2010-11-02
1
-0
/
+1
*
Bump required x264 version to X264_BUILD 99
Jason Garrett-Glaser
2010-10-26
1
-2
/
+2
*
rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer
Martin Storsjö
2010-10-21
1
-3
/
+5
*
Add a demuxer for receiving raw rtp:// URLs without an SDP description
Martin Storsjö
2010-10-19
1
-0
/
+1
*
Add a SAP demuxer
Martin Storsjö
2010-10-13
1
-0
/
+1
*
Implement cropdetect filter.
Stefano Sabatini
2010-10-12
1
-0
/
+1
*
sapenc: Declare a dependency on rtp_protocol, too
Martin Storsjö
2010-10-09
1
-2
/
+1
*
sapenc: Mark the muxer as depending on network functions
Martin Storsjö
2010-10-08
1
-0
/
+1
*
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Martin Storsjö
2010-10-08
1
-0
/
+1
*
libmp3lame: don't check unused function in detection
Rafaël Carré
2010-10-07
1
-1
/
+1
*
Add RTP depacketization of the X-QT QuickTime format
Martin Storsjö
2010-10-06
1
-1
/
+1
*
configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq
Martin Storsjö
2010-10-06
1
-1
/
+1
*
Check whether compiler supports xmm registers in asm clobber list
Ramiro Polla
2010-10-06
1
-0
/
+4
*
configure: Consolidate rtsp/sdp deps to use _select
Martin Storsjö
2010-10-05
1
-6
/
+3
*
configure: Add the http protocol as an auto-enabled dependency of the rtsp de...
Martin Storsjö
2010-10-05
1
-1
/
+2
[next]