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
*
dither lpc cpeffs
Michael Niedermayer
2006-07-13
1
-2
/
+5
*
rename AMR config variables to CONFIG_AMR*
Måns Rullgård
2006-07-12
3
-14
/
+14
*
Remove MPlayer-specific include option hacks.
Diego Biurrun
2006-07-12
1
-2
/
+0
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-3
/
+3
*
simplify
Michael Niedermayer
2006-07-09
1
-33
/
+16
*
avoid redundant local variables
Michael Niedermayer
2006-07-09
1
-11
/
+7
*
simplify
Michael Niedermayer
2006-07-09
2
-80
/
+58
*
FastUVMV vs FastUVMC typo, noticed by bond
Diego Biurrun
2006-07-09
1
-1
/
+1
*
make some tables const
Måns Rullgård
2006-07-09
1
-2
/
+2
*
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-07-09
7
-16
/
+82
*
remove STATS code (probably hasnt been used for years ..., and its not comple...
Michael Niedermayer
2006-07-09
4
-88
/
+0
*
Check if 4-MV MB should not be decoded.
Kostya Shishkov
2006-07-09
1
-0
/
+2
*
MVRANGE may occur in all frames and RESPIC in all but B-frames
Kostya Shishkov
2006-07-09
1
-11
/
+11
*
Fix mquant selection for ALL_MBS mode
Kostya Shishkov
2006-07-09
1
-4
/
+3
*
Use overlap filter instead of loop filter.
Kostya Shishkov
2006-07-09
1
-34
/
+24
*
Use s->first_slice_line in checks instead of s->mb_y
Kostya Shishkov
2006-07-09
1
-6
/
+8
*
10l: make disabling all pcm/adpcm codecs work
Måns Rullgård
2006-07-09
1
-48
/
+210
*
only build dpcm.o if its codecs are enabled
Måns Rullgård
2006-07-08
1
-1
/
+5
*
forgot to remove adx.o from objs always built
Måns Rullgård
2006-07-08
1
-1
/
+1
*
make the adx adpcm codec available
Måns Rullgård
2006-07-08
3
-7
/
+6
*
enable/disable pcm and adpcm codecs
Måns Rullgård
2006-07-08
1
-3
/
+75
*
cosmetic: sort codec list alphabetically
Måns Rullgård
2006-07-08
1
-17
/
+17
*
allows user-settable block size and fixes related typo
Justin Ruggles
2006-07-08
2
-2
/
+2
*
rewrite kconfig-style
Måns Rullgård
2006-07-08
1
-357
/
+195
*
Sun mlib works fine. Remove comment stating otherwise.
Måns Rullgård
2006-07-08
1
-1
/
+0
*
Remove bogus IPP section that is not referenced anywhere.
Diego Biurrun
2006-07-08
1
-6
/
+0
*
set proper bits_per_sample value for ADPCM codecs
Aurelien Jacobs
2006-07-08
1
-2
/
+4
*
remove -fforce-addr as it to generate slightly slower code
Måns Rullgård
2006-07-07
1
-1
/
+0
*
moving utf8 reading function to libavutil
Michael Niedermayer
2006-07-07
1
-44
/
+3
*
simplify the voc demuxer using av_get_bits_per_sample()
Aurelien Jacobs
2006-07-07
1
-0
/
+5
*
seems i forgot to commit this simplification ...
Michael Niedermayer
2006-07-07
1
-37
/
+14
*
av_get_bits_per_sample and due simplifications
Baptiste Coudurier
2006-07-07
2
-0
/
+32
*
Fix compilation with --disable-decoders.
Emiliano Parasassi
2006-07-07
3
-0
/
+10
*
table contains vlc with 19 bits and 8*2 < 19
Michael Niedermayer
2006-07-07
1
-1
/
+1
*
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...
Kostya Shishkov
2006-07-07
1
-17
/
+22
*
Enable coefficient scaling
Kostya Shishkov
2006-07-07
1
-22
/
+21
*
Don't read out-of-bounds values.
Kostya Shishkov
2006-07-07
1
-1
/
+2
*
simplify
Måns Rullgård
2006-07-06
1
-2
/
+1
*
build mpegaudio.c and ac3enc.c only if needed
Måns Rullgård
2006-07-06
1
-1
/
+7
*
hopefully better for platforms not supporting misaligned read
Stefan Gehrer
2006-07-06
1
-1
/
+1
*
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...
Stefan Gehrer
2006-07-06
1
-8
/
+22
*
increasing version for AVBitStreamFilters
Michael Niedermayer
2006-07-06
1
-2
/
+2
*
noise bitstream filter
Michael Niedermayer
2006-07-06
3
-2
/
+34
*
AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...
Michael Niedermayer
2006-07-06
5
-1
/
+134
*
Mark some read-only datastructures as const.
Stefan Huehner
2006-07-06
3
-14
/
+14
*
Fix one case of choosing MV for chroma
Kostya Shishkov
2006-07-06
1
-5
/
+5
*
spelling typo
Diego Biurrun
2006-07-05
1
-1
/
+1
*
use $(LIBOBJFLAGS) when compiling sparc/*.c
Måns Rullgård
2006-07-05
1
-1
/
+1
*
#define SBUTTERFLY outside CONFIG_ENCODERS
Måns Rullgård
2006-07-05
1
-5
/
+5
*
even more cbp safety
Stefan Gehrer
2006-07-05
1
-13
/
+10
[next]