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
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dca: Rename dca.c ---> dcadec.c
Diego Biurrun
2012-08-01
2
-2
/
+2
*
x86: h264dsp: Remove unused variable ff_pb_3_1
Diego Biurrun
2012-08-01
1
-2
/
+0
*
x86: h264dsp: Adjust YASM #ifdefs
Diego Biurrun
2012-07-31
1
-3
/
+1
*
h264: convert loop filter strength dsp function to yasm.
Ronald S. Bultje
2012-07-30
2
-155
/
+175
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
20
-24
/
+24
*
h264_ps: declare array of colorspace strings on its own line.
Ronald S. Bultje
2012-07-29
1
-1
/
+2
*
eamad/eatgq/eatqi: call special EA IDCT directly
Mans Rullgard
2012-07-29
7
-51
/
+57
*
eamad: remove use of MpegEncContext
Mans Rullgard
2012-07-29
1
-46
/
+46
*
mpegvideo: remove unnecessary inclusions of faandct.h
Mans Rullgard
2012-07-29
2
-2
/
+0
*
h264_idct_10bit: port x86 assembly to cpuflags.
Ronald S. Bultje
2012-07-28
1
-127
/
+127
*
fft: rename "z" to "zc" to prevent name collision.
Ronald S. Bultje
2012-07-28
1
-9
/
+9
*
vc1dec: Override invalid macroblock quantizer
Michael Niedermayer
2012-07-28
1
-0
/
+5
*
vc1: avoid reading beyond the last line in vc1_draw_sprites()
Michael Niedermayer
2012-07-28
1
-2
/
+6
*
vc1dec: check that coded slice positions and interlacing match.
Michael Niedermayer
2012-07-28
1
-0
/
+6
*
vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value
Michael Niedermayer
2012-07-28
1
-4
/
+10
*
vp3: don't compile mmx IDCT functions on x86-64.
Ronald S. Bultje
2012-07-27
2
-0
/
+5
*
h264_loopfilter: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
3
-121
/
+120
*
h264_chromamc_10bit: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
2
-28
/
+28
*
vp3: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-47
/
+47
*
rv34: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-5
/
+6
*
vp56: only compile MMX SIMD on x86-32.
Ronald S. Bultje
2012-07-27
2
-0
/
+4
*
vp56: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
1
-19
/
+15
*
proresdsp: port x86 assembly to cpuflags.
Ronald S. Bultje
2012-07-27
1
-21
/
+18
*
alac: check for truncated packets
Justin Ruggles
2012-07-27
1
-4
/
+11
*
alac: reverse lpc coeff order, simplify filter
Justin Ruggles
2012-07-27
1
-13
/
+12
*
tscc2: fix typo in array index
Kostya Shishkov
2012-07-27
1
-2
/
+2
*
build: Rename aandct component to more descriptive aandcttables
Diego Biurrun
2012-07-26
1
-1
/
+1
*
mpegaudio: bury inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-26
1
-0
/
+5
*
x86inc: automatically insert vzeroupper for YMM functions.
Ronald S. Bultje
2012-07-26
2
-20
/
+0
*
libopenjpeg: support YUV and deep RGB pixel formats
Michael Bradshaw
2012-07-26
1
-52
/
+247
*
Fix typo in v410 decoder.
Carl Eugen Hoyos
2012-07-26
1
-2
/
+2
*
vp8: Replace x*155/100 by x*101581>>16.
Ronald S. Bultje
2012-07-25
1
-6
/
+7
*
vp3: don't use calls to inline asm in yasm code.
Ronald S. Bultje
2012-07-25
1
-41
/
+79
*
x86/dsputil: put inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-25
8
-19
/
+74
*
dsputil_mmx: fix incorrect assembly code
Yang Wang
2012-07-25
1
-9
/
+9
*
libfdk-aacenc: add LATM/LOAS encapsulation support
Kieran Kunhya
2012-07-25
2
-2
/
+15
*
aac: Mention abbreviation as well in long_name
Diego Biurrun
2012-07-24
1
-1
/
+1
*
v410dec: Implement explode mode support
Derek Buitenhuis
2012-07-23
1
-2
/
+6
*
zerocodec: fix direct rendering.
Reimar Döffinger
2012-07-23
1
-17
/
+17
*
wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit
Hendrik Leppkes
2012-07-23
1
-0
/
+1
*
h264: refactor NAL decode loop
Ronald S. Bultje
2012-07-23
1
-17
/
+25
*
dsputil: ppc: cosmetics: pretty-print
Justin Ruggles
2012-07-22
1
-62
/
+64
*
dsputil: x86: add SHUFFLE_MASK_W macro
Jason Garrett-Glaser
2012-07-22
1
-1
/
+1
*
Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer
Kostya Shishkov
2012-07-22
1
-1
/
+1
*
G.723.1 demuxer and decoder
Mohamed Naufal Basheer
2012-07-22
4
-0
/
+2372
*
Add a shift parameter to celp_lp_synthesis_filter()
Mohamed Naufal Basheer
2012-07-22
3
-4
/
+5
*
libopenjpeg: K&R formatting cosmetics
Luca Barbato
2012-07-22
2
-85
/
+96
*
ac3: don't use different names for option tables in the template file.
Ronald S. Bultje
2012-07-21
3
-8
/
+2
*
adpcm: don't duplicate identical AVSampleFmt array for each encoder.
Ronald S. Bultje
2012-07-21
1
-2
/
+4
*
libopenjpeg: introduce lowres and lowqual private options
Luca Barbato
2012-07-20
1
-0
/
+28
[prev]
[next]