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
...
*
Make pkgconfig_generate check if the library is enabled before to
Stefano Sabatini
2010-07-26
1
-2
/
+1
*
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
Stefano Sabatini
2010-07-26
1
-2
/
+2
*
Fix pkgconfig_generate line for libavcore.
Stefano Sabatini
2010-07-25
1
-1
/
+1
*
Add libavcore.
Stefano Sabatini
2010-07-21
1
-1
/
+8
*
configure: make sh_quote() more robust
Måns Rullgård
2010-07-20
1
-1
/
+1
*
configure: create .config file where I intended
Måns Rullgård
2010-07-20
1
-1
/
+1
*
configure: create .config file in configure to avoid needless reruns
Måns Rullgård
2010-07-20
1
-0
/
+1
*
Collect list of seek tests in configure
Måns Rullgård
2010-07-20
1
-2
/
+5
*
Fix lavfi pixdesc test
Måns Rullgård
2010-07-19
1
-0
/
+2
*
Generate list of lavfi tests in configure
Måns Rullgård
2010-07-19
1
-1
/
+4
*
Fix dependencies for msmpeg4v3 regression test
Måns Rullgård
2010-07-16
1
-1
/
+1
*
Nit: fix alphabetical order
Vitor Sessak
2010-07-16
1
-1
/
+1
*
Fix obviously missing dependency of float DCT.
Vitor Sessak
2010-07-15
1
-0
/
+1
*
configure: match regtest ref files more strictly
Måns Rullgård
2010-07-12
1
-1
/
+1
*
Split the ADTS header decoder off of the ADTS parser.
Alex Converse
2010-07-12
1
-4
/
+1
*
mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
Ramiro Polla
2010-07-11
1
-3
/
+2
*
mingw32: properly check if vfw capture is supported by the system headers
Ramiro Polla
2010-07-11
1
-4
/
+4
*
Set fast_unaligned in avconfig.h
Måns Rullgård
2010-07-10
1
-1
/
+1
*
mingw32: avisynth does not need w32api >= 3.13
Ramiro Polla
2010-07-10
1
-2
/
+2
*
configure: properly check for mingw-w64 through installed headers.
Ramiro Polla
2010-07-10
1
-1
/
+1
*
configure: fix pcm test deps
Måns Rullgård
2010-07-08
1
-1
/
+2
*
Move regression test dependencies to configure
Måns Rullgård
2010-07-08
1
-1
/
+109
*
configure: add print_enabled() function
Måns Rullgård
2010-07-08
1
-3
/
+10
*
configure: simplify some OS-specific flag setting
Måns Rullgård
2010-07-05
1
-8
/
+3
*
configure: add missing braces in libvpx check
Måns Rullgård
2010-07-03
1
-3
/
+3
*
Provide a hint about the minimum required version of libvpx (0.9.1)
Dominik Mierzejewski
2010-07-03
1
-2
/
+3
*
configure: enclose library check for librtmp in brackets
Ramiro Polla
2010-07-03
1
-2
/
+2
*
Add function check for librtmp, require RTMP_Socket() which was added
Stefano Sabatini
2010-07-03
1
-1
/
+2
*
Use __clang_version__ when available
David Conrad
2010-07-02
1
-1
/
+2
*
wmavoice depends on mdct
Aurelien Jacobs
2010-07-02
1
-1
/
+1
*
configure: improve GNU as checking
Måns Rullgård
2010-07-02
1
-4
/
+10
*
PPC: fix dcbzl detection on OSX
Måns Rullgård
2010-07-01
1
-1
/
+1
*
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
Måns Rullgård
2010-07-01
1
-0
/
+1
*
Check for GNU assembler, use gas-preprocessor on darwin
Måns Rullgård
2010-07-01
1
-0
/
+5
*
Check whether IBM or Apple PPC assembler syntax is used
Måns Rullgård
2010-07-01
1
-0
/
+2
*
mpegaudio float decoders depend on dct
Aurelien Jacobs
2010-07-01
1
-0
/
+5
*
configure: replace unwarranted gcc bashing with a real explanation
Måns Rullgård
2010-07-01
1
-2
/
+2
*
Check for fcntl()
Måns Rullgård
2010-06-30
1
-0
/
+2
*
configure: make --disable-everything soft-disable things
Måns Rullgård
2010-06-28
1
-1
/
+1
*
Make implicit function declarations an error
Måns Rullgård
2010-06-27
1
-1
/
+1
*
Remove PPC perf counter support
Måns Rullgård
2010-06-26
1
-4
/
+0
*
Remove --enable-gprof flag
Måns Rullgård
2010-06-26
1
-8
/
+0
*
Make vp8 select h264dsp and use this to pull in mmx intrapred
Måns Rullgård
2010-06-25
1
-0
/
+1
*
configure: remove superflous -lm flags
Måns Rullgård
2010-06-25
1
-4
/
+4
*
configure: reverse order of -l flags
Måns Rullgård
2010-06-25
1
-1
/
+7
*
configure: remove unused flag save/restore functions
Måns Rullgård
2010-06-25
1
-36
/
+0
*
configure: simplify append function
Måns Rullgård
2010-06-25
1
-1
/
+0
*
configure: simplify check_lib function
Måns Rullgård
2010-06-25
1
-5
/
+1
*
configure: remove unused function check_foo_config
Måns Rullgård
2010-06-25
1
-17
/
+0
*
configure: use warn function for unrecognised --cc and --arch settings
Måns Rullgård
2010-06-24
1
-2
/
+3
[prev]
[next]