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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure av_log_missing_feature message
Diego Biurrun
2012-10-09
6
-15
/
+14
*
ppc: fix Altivec build with old compilers
Mans Rullgard
2012-10-08
1
-5
/
+14
*
x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
Janne Grunau
2012-10-08
6
-94
/
+163
*
x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
Janne Grunau
2012-10-08
4
-15
/
+26
*
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-10-08
22
-40
/
+41
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
201
-1159
/
+1160
*
avcodec: allow either planar or interleaved sample format when encoding mono
Justin Ruggles
2012-10-07
1
-1
/
+8
*
adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order
Justin Ruggles
2012-10-07
1
-2
/
+3
*
wmaenc: use float planar sample format
Justin Ruggles
2012-10-06
3
-16
/
+19
*
(e)ac3enc: use planar sample format
Justin Ruggles
2012-10-06
4
-20
/
+12
*
aacenc: use planar sample format
Justin Ruggles
2012-10-06
1
-18
/
+15
*
adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt
Justin Ruggles
2012-10-06
1
-30
/
+42
*
adpcmenc: move 'ch' variable to higher scope
Justin Ruggles
2012-10-06
1
-3
/
+2
*
adpcmenc: fix 3 instances of variable shadowing
Justin Ruggles
2012-10-06
1
-3
/
+2
*
adpcm_ima_wav: simplify encoding
Justin Ruggles
2012-10-06
1
-53
/
+34
*
libvorbis: use planar sample format
Justin Ruggles
2012-10-06
1
-5
/
+3
*
libmp3lame: use planar sample formats
Justin Ruggles
2012-10-06
1
-66
/
+38
*
vorbisenc: use float planar sample format
Justin Ruggles
2012-10-06
1
-11
/
+9
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
37
-75
/
+75
*
ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()
Mans Rullgard
2012-10-05
1
-7
/
+18
*
x86: dsputil: kill VLA in gmc_mmx()
Mans Rullgard
2012-10-05
1
-51
/
+7
*
libspeexenc: Updated commentary to reflect recent changes
Dmitry Samonenko
2012-10-05
1
-0
/
+17
*
libspeexenc: Add an option for enabling DTX
Dmitry Samonenko
2012-10-05
1
-0
/
+10
*
lavc: deprecate the audio resampling API.
Anton Khirnov
2012-10-05
4
-0
/
+21
*
h264: don't touch H264Context->ref_count[] during MB decoding
Ronald S. Bultje
2012-10-05
2
-45
/
+29
*
build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO
Diego Biurrun
2012-10-04
1
-22
/
+12
*
libspeexdec: handle NULL return value from speex_packet_to_header()
Justin Ruggles
2012-10-03
1
-2
/
+7
*
mpegvideo: set extended_data in ff_update_duplicate_context()
Janne Grunau
2012-10-03
1
-0
/
+5
*
libspeexdec: properly handle DTX for multiple frames-per-packet
Justin Ruggles
2012-10-03
1
-4
/
+6
*
libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
Justin Ruggles
2012-10-03
1
-8
/
+6
*
libspeexdec: simplify setting of frame_size
Justin Ruggles
2012-10-03
1
-5
/
+1
*
libspeexdec: set channel_layout
Justin Ruggles
2012-10-03
1
-1
/
+5
*
libspeexdec: If the channel count is not valid, decode as stereo.
Justin Ruggles
2012-10-03
1
-3
/
+5
*
libspeexdec: improve setting of Speex mode and sample rate
Justin Ruggles
2012-10-03
1
-16
/
+21
*
libspeex: Add a private option for enabling VAD
Dmitry Samonenko
2012-10-03
1
-0
/
+8
*
ARM: set Tag_ABI_align_preserved in all asm files
Mans Rullgard
2012-10-02
10
-19
/
+0
*
tiffenc: Check av_malloc() results.
Alex Converse
2012-10-01
1
-1
/
+15
*
tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
Alex Converse
2012-10-01
1
-23
/
+17
*
adpcmdec: set AVCodec.sample_fmts
Justin Ruggles
2012-10-01
1
-28
/
+32
*
twinvq: use planar sample format
Justin Ruggles
2012-10-01
1
-19
/
+12
*
ralf: use planar sample format
Justin Ruggles
2012-10-01
1
-15
/
+20
*
mpc7/8: use planar sample format
Justin Ruggles
2012-10-01
4
-14
/
+15
*
iac/imc: use planar sample format
Justin Ruggles
2012-10-01
1
-15
/
+11
*
dcadec: use float planar sample format
Justin Ruggles
2012-10-01
1
-70
/
+49
*
cook: use planar sample format
Justin Ruggles
2012-10-01
1
-18
/
+22
*
atrac3: use float planar sample format
Justin Ruggles
2012-10-01
1
-37
/
+7
*
apedec: output in planar sample format
Justin Ruggles
2012-10-01
1
-19
/
+20
*
8svx: use planar sample format
Justin Ruggles
2012-10-01
1
-28
/
+23
*
Opus encoder using libopus
Nathan Caldwell
2012-10-01
7
-28
/
+505
*
wmadec: Adjust debug printf argument length modifier
Diego Biurrun
2012-10-01
1
-1
/
+1
[next]