index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mjpegdec: more meaningful return values
Luca Barbato
2012-08-17
1
-66
/
+77
*
configure: clean up Altivec detection
Mans Rullgard
2012-08-16
1
-7
/
+4
*
getopt: Remove an unnecessary define
Martin Storsjö
2012-08-16
1
-2
/
+0
*
rtmp: Use int instead of ssize_t
Martin Storsjö
2012-08-16
1
-3
/
+3
*
getopt: Add missing includes
Martin Storsjö
2012-08-16
1
-0
/
+3
*
rtmp: Add support for receiving incoming streams
Jordi Ortiz
2012-08-16
3
-7
/
+515
*
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-16
7
-0
/
+16
*
Fix even more missing includes after the common.h removal
Martin Storsjö
2012-08-16
1
-0
/
+3
*
build: Factor out rangecoder dependencies to CONFIG_RANGECODER
Diego Biurrun
2012-08-16
2
-7
/
+10
*
build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCE
Diego Biurrun
2012-08-16
2
-56
/
+42
*
x86: avcodec: Consistently name all init files
Diego Biurrun
2012-08-16
4
-3
/
+3
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
4
-0
/
+4
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
5
-0
/
+6
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
238
-2
/
+346
*
rtmp: Automatically compute the hash for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+138
*
rtmp: Add support for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+73
*
api-example: use new video encoding API.
Anton Khirnov
2012-08-15
1
-28
/
+44
*
x86: avcodec: Appropriately name files containing only init functions
Diego Biurrun
2012-08-15
5
-4
/
+4
*
mpegvideo_mmx_template: drop some commented-out cruft
Diego Biurrun
2012-08-15
1
-8
/
+0
*
libavresample: add mix level normalization option
John Stebbins
2012-08-14
3
-1
/
+5
*
w32pthreads: Add missing #includes to make header compile standalone
Diego Biurrun
2012-08-14
1
-0
/
+3
*
rtmp: Gracefully ignore _checkbw errors by tracking them
Samuel Pitoiset
2012-08-14
1
-4
/
+16
*
rtmp: Do not send _checkbw calls as notifications
Samuel Pitoiset
2012-08-14
2
-10
/
+1
*
prores: interlaced ProRes encoding
Maksalov Boris
2012-08-14
1
-68
/
+115
*
g723.1: simplify scale_vector()
Mans Rullgard
2012-08-14
1
-6
/
+2
*
g723.1: simplify normalize_bits()
Mans Rullgard
2012-08-14
1
-7
/
+0
*
vda: cosmetics: fix Doxygen comment formatting
Sebastien Zwickert
2012-08-14
1
-78
/
+78
*
vda: better frame allocation
Sebastien Zwickert
2012-08-14
1
-1
/
+1
*
vda: Merge implementation into one file
Sebastien Zwickert
2012-08-14
4
-356
/
+285
*
vda: support synchronous decoding
Sebastien Zwickert
2012-08-14
5
-47
/
+123
*
vda: Reuse the bitstream buffer and reallocate it only if needed
Sebastien Zwickert
2012-08-14
3
-26
/
+28
*
build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC
Diego Biurrun
2012-08-14
2
-39
/
+25
*
avprobe: Include libm.h for the log2 fallback
Martin Storsjö
2012-08-14
1
-0
/
+1
*
proresenc: use the edge emulation buffer
Boris Maksalov
2012-08-13
1
-6
/
+6
*
rtmp: handle bytes read reports
Luca Barbato
2012-08-13
1
-0
/
+3
*
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
Diego Biurrun
2012-08-13
1
-2
/
+2
*
Use log2(x) instead of log(x) / log(2)
Mans Rullgard
2012-08-13
4
-5
/
+5
*
x86: swscale: fix fragile memory accesses
Mans Rullgard
2012-08-13
1
-147
/
+137
*
x86: swscale: remove disabled code
Mans Rullgard
2012-08-13
1
-84
/
+0
*
x86: yadif: fix asm with suncc
Mans Rullgard
2012-08-13
1
-19
/
+13
*
x86: cabac: allow building with suncc
Mans Rullgard
2012-08-13
2
-24
/
+37
*
x86: mlpdsp: avoid taking address of void
Mans Rullgard
2012-08-13
1
-15
/
+15
*
ARM: intmath: use native-size return types for clipping functions
Mans Rullgard
2012-08-13
1
-5
/
+5
*
g723.1: do not pass large structs by value
Mans Rullgard
2012-08-13
1
-21
/
+21
*
g723.1: do not bounce intermediate values via memory
Mans Rullgard
2012-08-13
1
-3
/
+2
*
g723.1: declare a variable in the block it is used
Mans Rullgard
2012-08-13
1
-2
/
+2
*
g723.1: avoid saving/restoring excitation
Mans Rullgard
2012-08-13
1
-16
/
+11
*
g723.1: avoid unnecessary memcpy() in residual_interp()
Mans Rullgard
2012-08-13
1
-8
/
+15
*
g723.1: make postfilter write directly to output buffer
Mans Rullgard
2012-08-13
1
-11
/
+11
*
g723.1: drop unnecessary variable buf_ptr in formant_postfilter()
Mans Rullgard
2012-08-13
1
-7
/
+7
[next]