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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac3enc: add channel coupling support
Justin Ruggles
2011-05-24
10
-179
/
+787
*
configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.
Diego Biurrun
2011-05-23
1
-0
/
+2
*
aacdec: fix typo in scalefactor clipping check
Justin Ruggles
2011-05-23
1
-1
/
+1
*
fate: fix fate-h264-conformance-frext-pph10i4-panasonic-a crcs.
Ronald S. Bultje
2011-05-23
1
-13
/
+4
*
fate: update 9/10bit refs.
Ronald S. Bultje
2011-05-23
1
-4
/
+4
*
h264: Properly set coded_{width, height} when parsing H.264.
Felipe Contreras
2011-05-23
1
-0
/
+3
*
x86 asm: Add SECTION_TEXT to dct32_sse.asm.
Dave Yeo
2011-05-23
1
-1
/
+1
*
Fix 9/10 bit in swscale.
Kieran Kunhya
2011-05-23
1
-4
/
+4
*
ffmpeg: Don't trigger url_interrupt_cb on the first signal
Martin Storsjö
2011-05-22
1
-1
/
+3
*
avoptions: Check the return value from av_get_number
Martin Storsjö
2011-05-22
1
-3
/
+6
*
dct32_sse: eliminate some spills
Loren Merritt
2011-05-22
3
-60
/
+176
*
Fix dct32() compilation with --disable-yasm
Vitor Sessak
2011-05-22
1
-0
/
+2
*
ffmpeg: get rid of the -vglobal option.
Anton Khirnov
2011-05-21
1
-8
/
+1
*
dct32: Add AVX implementation of 32-point DCT
Vitor Sessak
2011-05-21
4
-119
/
+224
*
dct32: Change pass 6 permutation to allow for AVX implementation
Vitor Sessak
2011-05-21
1
-49
/
+49
*
dct32: port SSE 32-point DCT to YASM
Vitor Sessak
2011-05-21
3
-297
/
+291
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
51
-76
/
+97
*
avio: document buffer must created with av_malloc() and friends
Can Wu
2011-05-21
1
-0
/
+1
*
avio: check AVIOContext malloc failure
Can Wu
2011-05-21
1
-0
/
+2
*
swscale: point out an alternative to sws_getContext
Clément Bœsch
2011-05-21
1
-0
/
+1
*
svq3: Do initialization after parsing the extradata
Ronald S. Bultje
2011-05-21
1
-9
/
+10
*
add changelog entries for 0.7_beta2
Reinhard Tartler
2011-05-21
1
-0
/
+4
*
mp3lame: add #include required for AV_RB32 macro.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
*
configure: make executable again
Mans Rullgard
2011-05-20
1
-0
/
+0
*
LATM/AAC: Free previously initialized context on reinit.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
*
configure: Do not unconditionally add -Wall to host CFLAGS.
Diego Biurrun
2011-05-20
1
-1
/
+2
*
configure: Set OS/2 objformat to a.out.
Dave Yeo
2011-05-20
1
-0
/
+1
*
Add support for a.out object format to assembler macros.
Dave Yeo
2011-05-20
4
-3
/
+14
*
fate: disable threading for encoding
Mans Rullgard
2011-05-20
1
-1
/
+1
*
fate: add comment field
Mans Rullgard
2011-05-20
1
-1
/
+1
*
fate: allow overriding default build and install dirs
Mans Rullgard
2011-05-20
1
-2
/
+2
*
mpegtsenc: Add an AVClass pointer to the private data
Martin Storsjö
2011-05-20
1
-0
/
+1
*
mpegaudio: clean up #includes
Mans Rullgard
2011-05-20
3
-3
/
+1
*
mpegaudio: move all header parsing to mpegaudiodecheader.[ch]
Mans Rullgard
2011-05-20
6
-80
/
+79
*
qdm2: Use floating point synthesis filter.
Vitor Sessak
2011-05-19
1
-17
/
+12
*
h264: correct border check.
Ronald S. Bultje
2011-05-19
1
-8
/
+8
*
h264: fix loopfilter with threading at slice boundaries.
Ronald S. Bultje
2011-05-19
1
-7
/
+10
*
Fix ff_mpa_synth_filter_fixed() prototype
Mans Rullgard
2011-05-20
1
-1
/
+1
*
Rename costablegen.c ---> cos_tablegen.c.
Diego Biurrun
2011-05-19
2
-2
/
+2
*
Collapse tableprint.c into tableprint.h.
Diego Biurrun
2011-05-19
3
-49
/
+23
*
Simplify trig table rules
Mans Rullgard
2011-05-19
2
-8
/
+5
*
Remove potentially unstable filenames from comments in generated files.
Diego Biurrun
2011-05-19
2
-2
/
+2
*
Ignore generated tables and generated table generator programs.
Diego Biurrun
2011-05-19
1
-0
/
+3
*
Simplify CLEANFILES make variable by using wildcards.
Diego Biurrun
2011-05-19
1
-1
/
+1
*
Remove silly insults from avformat_version() Doxygen documentation.
Diego Biurrun
2011-05-19
1
-2
/
+1
*
mpegaudiodsp: fix x86 and ppc makefiles
Mans Rullgard
2011-05-19
2
-10
/
+2
*
configure: Adjust AVX assembler check.
Diego Biurrun
2011-05-19
1
-1
/
+1
*
mpegaudio: remove unused version of SAME_HEADER_MASK
Mans Rullgard
2011-05-19
2
-5
/
+0
*
mpegaudio: remove useless #undef at end of file
Mans Rullgard
2011-05-19
1
-2
/
+0
*
asfdec: add missing #include for av_bswap32()
Mans Rullgard
2011-05-19
1
-0
/
+1
[next]