index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: Drop redundant mxf_d10 test dependency declaration
Diego Biurrun
2012-07-12
1
-1
/
+0
*
Support AAC encoding via the external library fdk-aac
Martin Storsjö
2012-07-12
1
-0
/
+5
*
dct/fft-test: use a replacement getopt() if the system has none present.
Ronald S. Bultje
2012-07-11
1
-0
/
+2
*
configure: Check for the math function rint
Ronald S. Bultje
2012-07-11
1
-0
/
+2
*
x86/cpu: implement get/set_eflags using intrinsics
Ronald S. Bultje
2012-07-10
1
-0
/
+2
*
x86/cpu: implement support for cpuid through intrinsics
Ronald S. Bultje
2012-07-10
1
-0
/
+2
*
x86/cpu: implement support for xgetbv through intrinsics
Ronald S. Bultje
2012-07-10
1
-0
/
+2
*
lavu: use intrinsics for emms on systems lacking inline asm support
Ronald S. Bultje
2012-07-10
1
-0
/
+3
*
configure: Change the rdtsc check to a linker check
Diego Biurrun
2012-07-09
1
-2
/
+2
*
x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).
Ronald S. Bultje
2012-07-07
1
-0
/
+3
*
configure: add functions for testing code fragments
Mans Rullgard
2012-07-06
1
-21
/
+18
*
configure: simplify get_version()
Diego Biurrun
2012-07-04
1
-10
/
+10
*
Create version.h headers for libraries that lack them
Diego Biurrun
2012-07-04
1
-3
/
+3
*
configure: do not disable av_always_inline with --enable-small
Mans Rullgard
2012-07-03
1
-9
/
+0
*
network: Check for struct pollfd
Martin Storsjö
2012-06-30
1
-0
/
+3
*
file: Only include unistd.h if it exists
Ronald S. Bultje
2012-06-29
1
-0
/
+2
*
udp: Support IGMPv3 source specific multicast and source blocking
Martin Storsjö
2012-06-27
1
-0
/
+6
*
dxva2: include dxva.h if found
Ronald S. Bultje
2012-06-27
1
-0
/
+2
*
libm: Provide fallback definitions for isnan() and isinf()
Martin Storsjö
2012-06-27
1
-0
/
+4
*
libm: provide fallback definition for cbrtf() using powf()
Mans Rullgard
2012-06-26
1
-0
/
+2
*
configure: Check for sys/time.h
Ronald S. Bultje
2012-06-26
1
-0
/
+2
*
lavu: add av_usleep() function
Mans Rullgard
2012-06-22
1
-0
/
+7
*
configure: check for unistd.h
Mans Rullgard
2012-06-21
1
-0
/
+2
*
fix hardcoded tables compililation caused by missing math constants
Janne Grunau
2012-06-21
1
-1
/
+1
*
av_gettime: support Win32 without gettimeofday()
Mans Rullgard
2012-06-20
1
-0
/
+4
*
mem: add support for _aligned_malloc() as found on Windows
Ronald S. Bultje
2012-06-19
1
-1
/
+3
*
Add support for iLBC decoding/encoding via the external library libilbc
Martin Storsjö
2012-06-18
1
-0
/
+6
*
configure: Sort the library listings in the help text alphabetically
Martin Storsjö
2012-06-18
1
-3
/
+3
*
RTMPT protocol support
Samuel Pitoiset
2012-06-17
1
-0
/
+4
*
configure: add all filters hardcoded into avconv to avconv_deps
Anton Khirnov
2012-06-13
1
-2
/
+3
*
lavfi: allow building without swscale.
Anton Khirnov
2012-06-13
1
-2
/
+2
*
jack: update to new latency range API as the old one has been deprecated
Sean McGovern
2012-06-13
1
-1
/
+3
*
iac: add missing dependency
Kostya Shishkov
2012-06-10
1
-0
/
+1
*
mpegtsenc: Support LATM packetization for AAC
Jindrich Makovicka
2012-06-03
1
-1
/
+1
*
mpegtsenc: use AVFormatContext for AAC packetization
Jindrich Makovicka
2012-06-03
1
-0
/
+1
*
avconv: extend -r to work on any input stream.
Anton Khirnov
2012-05-29
1
-1
/
+2
*
fate: convert codec-regression.sh to makefile rules
Mans Rullgard
2012-05-29
1
-58
/
+1
*
Remove libnut wrapper
Diego Biurrun
2012-05-21
1
-7
/
+0
*
fate: change name of FATE samples location environment variable
Diego Biurrun
2012-05-21
1
-2
/
+2
*
lavfi: add lavr-based audio resampling filter.
Anton Khirnov
2012-05-12
1
-0
/
+1
*
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.
Sean McGovern
2012-05-10
1
-1
/
+1
*
lavfi: add video buffer sink, and use it in avtools
Anton Khirnov
2012-05-09
1
-1
/
+1
*
sctp: Initial tcp-alike sctp support with streams
Luca Barbato
2012-05-08
1
-0
/
+3
*
lavfi: always enable the scale filter and depend on sws.
Anton Khirnov
2012-05-06
1
-1
/
+1
*
configure: add POWER[5-7] support
Sean McGovern
2012-05-04
1
-1
/
+4
*
configure: remove malloc_aligned.
Ronald S. Bultje
2012-05-02
1
-6
/
+1
*
configure: add libavresample to rpath
Sean McGovern
2012-04-26
1
-1
/
+1
*
build: icc: silence some warnings
Mans Rullgard
2012-04-25
1
-1
/
+2
*
Add libavresample
Justin Ruggles
2012-04-24
1
-1
/
+6
*
Remove libdirac decoder.
Diego Biurrun
2012-04-23
1
-7
/
+0
[next]