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
*
Remove MinGW install path special-casing.
Ramiro Polla
2006-12-05
1
-5
/
+2
*
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
Diego Biurrun
2006-12-04
1
-1
/
+1
*
cleanup the #ifdef mess in encoder/decoder/parser registration
Aurelien Jacobs
2006-11-28
1
-3
/
+3
*
cleanup the #ifdef mess in muxer/demuxer registration
Aurelien Jacobs
2006-11-27
1
-2
/
+2
*
Nuke config.log support.
Diego Biurrun
2006-11-20
1
-2
/
+0
*
improved pthreads test
Måns Rullgård
2006-11-18
1
-5
/
+11
*
TUNECPU is never used
Måns Rullgård
2006-11-16
1
-9
/
+0
*
simplify [TARGET_]ARCH_* setting
Måns Rullgård
2006-11-16
1
-57
/
+25
*
add copyright notices for myself and Diego
Måns Rullgård
2006-11-16
1
-1
/
+5
*
set CONFIG_OS2 using new method
Måns Rullgård
2006-11-15
1
-4
/
+1
*
gcc always #defines __MINGW32__ on mingw targets
Måns Rullgård
2006-11-15
1
-17
/
+5
*
Move BeOS extralibs handling into configure.
Diego Biurrun
2006-11-15
1
-0
/
+4
*
set status variables automatically in check_header and check_func
Måns Rullgård
2006-11-15
1
-20
/
+16
*
rename HAVE_DLFCN to HAVE_DLFCN_H
Måns Rullgård
2006-11-14
1
-3
/
+3
*
improve broken shell detection, and give a better error message
Måns Rullgård
2006-11-14
1
-6
/
+24
*
remove workaround for missing inttypes.h
Måns Rullgård
2006-11-14
1
-20
/
+0
*
Move AMR support instructions into the documentation.
Diego Biurrun
2006-11-14
1
-27
/
+0
*
update to libnut API, rename nut.h->libnut.h
Oded Shimon
2006-11-14
1
-1
/
+1
*
clean up inttypes.h and int_fastxx_t types detection
Måns Rullgård
2006-11-14
1
-9
/
+5
*
check for inet_aton in configure
Måns Rullgård
2006-11-14
1
-7
/
+2
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
1
-3
/
+3
*
revert bad checkin
Måns Rullgård
2006-11-14
1
-3
/
+3
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
1
-3
/
+3
*
move comment where it makes sense
Måns Rullgård
2006-11-14
1
-1
/
+1
*
simplify
Måns Rullgård
2006-11-14
1
-2
/
+1
*
move makefile linking after config.* creation
Måns Rullgård
2006-11-14
1
-40
/
+40
*
beautify
Måns Rullgård
2006-11-14
1
-1
/
+1
*
clean up setting of HAVE_*THREADS
Måns Rullgård
2006-11-14
1
-18
/
+12
*
move AMR notices next to other messages
Måns Rullgård
2006-11-14
1
-27
/
+27
*
Remove some unused variables.
Diego Biurrun
2006-11-14
1
-9
/
+0
*
break CONFIG_LIST and HAVE_LIST onto multiple lines
Måns Rullgård
2006-11-14
1
-3
/
+64
*
fix HAVE_LRINTF setting
Måns Rullgård
2006-11-14
1
-1
/
+1
*
rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure
Måns Rullgård
2006-11-14
1
-8
/
+4
*
factorize config.h/config.mak writing
Måns Rullgård
2006-11-14
1
-263
/
+43
*
rename shell variables v4l[2] to video4linux[2]
Måns Rullgård
2006-11-14
1
-31
/
+31
*
rename shell variable _altivec_h to altivec_h
Måns Rullgård
2006-11-13
1
-3
/
+3
*
rename shell variable sunmlib to mlib for consistency with CONFIG_MLIB
Måns Rullgård
2006-11-13
1
-5
/
+5
*
rename shell variable _memalign to memalign
Måns Rullgård
2006-11-13
1
-5
/
+5
*
rename shell variable _malloc_h to malloc_h
Måns Rullgård
2006-11-13
1
-3
/
+3
*
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
Måns Rullgård
2006-11-13
1
-2
/
+2
*
remove unused option --disable-simple_idct
Måns Rullgård
2006-11-13
1
-8
/
+0
*
rename shell variable vorbis to libvorbis
Måns Rullgård
2006-11-13
1
-6
/
+6
*
rename shell variable netserver to beos_netserver for consistency
Måns Rullgård
2006-11-13
1
-3
/
+3
*
rename CONFIG_AC3 to CONFIG_A52
Måns Rullgård
2006-11-13
1
-2
/
+2
*
remove filter_out() function, it's unused and not POSIX compliant
Måns Rullgård
2006-11-13
1
-6
/
+0
*
support for libswscale.pc without --enable-swscaler
j@v2v.cc
2006-11-13
1
-4
/
+13
*
#define ENABLE_*_CODEC etc as 0 or 1 in config.h
Måns Rullgård
2006-11-12
1
-17
/
+43
*
Add libnut support until ffmpeg gets an independant and complete de/muxer for...
Oded Shimon
2006-11-12
1
-0
/
+11
*
disable -Winline spam, --enable-extra-warnings to enable
Måns Rullgård
2006-11-09
1
-1
/
+5
*
check for byteswap.h
Måns Rullgård
2006-11-09
1
-0
/
+5
[next]