Måns Rullgård
d2a067d1d9
give AVInput/OutputFormat structs consistent names
...
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
21227514de
simplify
...
Originally committed as revision 5696 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b2846effb7
avoid redundant local variables
...
Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
69f34e5b1f
simplify
...
Originally committed as revision 5694 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e148c6e193
FastUVMV vs FastUVMC typo, noticed by bond
...
Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
608bd84365
make some tables const
...
Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
af9e7d1810
--enable/disable parsers. Warning: some combinations are broken.
...
Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
18769c0a79
cosmetic
...
Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a7702890bd
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
...
Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
fdb5983285
Check if 4-MV MB should not be decoded.
...
Originally committed as revision 5688 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
5c4b8efd4b
MVRANGE may occur in all frames and RESPIC in all but B-frames
...
Originally committed as revision 5687 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
3a3f1cf3f8
Fix mquant selection for ALL_MBS mode
...
Originally committed as revision 5686 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
65c7bb9ec4
Use overlap filter instead of loop filter.
...
Originally committed as revision 5685 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
d2779ecd8b
Use s->first_slice_line in checks instead of s->mb_y
...
Originally committed as revision 5684 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
88e2539b7e
10l: make disabling all pcm/adpcm codecs work
...
Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
4990951be8
simplify, use LE_32, BE_32 macros
...
Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
f7e79298d1
only build dpcm.o if its codecs are enabled
...
Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6f3d6022cf
forgot to remove adx.o from objs always built
...
Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7239fb5738
make the adx adpcm codec available
...
Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
327dcfd315
enable/disable pcm and adpcm codecs
...
Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e5f28e8f4e
set CONFIG_SMALL if user wants small ffmpeg
...
Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a08d38ee82
put the code which is specific for the large crc table under #ifndef CONFIG_SMALL
...
Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a29ff6b76b
cosmetic: sort codec list alphabetically
...
Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
c6375bf23c
allows user-settable block size and fixes related typo
...
Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
bac3be382e
rewrite kconfig-style
...
Originally committed as revision 5673 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7f53b77c83
Sun mlib works fine. Remove comment stating otherwise.
...
Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Nico Sabbi
2eb1a65d91
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
...
This patch permits to recognize these streams but it's untested for
lack of samples.
Patch by Nico Sabbi <nicola_sabbi at fastwebnet it>
Originally committed as revision 5671 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6be4846a1a
Remove bogus IPP section that is not referenced anywhere.
...
Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
cfca95f14d
clean up useless code
...
Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
1f1890c754
better handling of partial files
...
Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b72708f8f3
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm
...
Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
f1b163e01e
set proper bits_per_sample value for ADPCM codecs
...
Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ab7e315396
remove -fforce-addr as it to generate slightly slower code
...
Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9d82b0dda1
moving utf8 reading function to libavutil
...
Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
5da714699d
simplify the voc demuxer using av_get_bits_per_sample()
...
Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c448303df6
seems i forgot to commit this simplification ...
...
Originally committed as revision 5662 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ac3e183403
av_get_bits_per_sample and due simplifications
...
Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Emiliano Parasassi
29c5cdcaec
Fix compilation with --disable-decoders.
...
patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com
Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6a09487edc
Chinese AVS decoder
...
Originally committed as revision 5659 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
55582f8de3
table contains vlc with 19 bits and 8*2 < 19
...
Originally committed as revision 5658 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5ab0f20449
spelling/grammar
...
Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9fcee5853d
unresponsive maintainer policy (its pretty much what has always been done in practice anyway)
...
changes have been ok-ed by a lot of people (see ffmpeg-dev)
iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon
Originally committed as revision 5656 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e8d2507c1a
add MS ADPCM fourcc
...
Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e7cc4b52f9
skip others fourcc, if present
...
Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
421de2575b
clean
...
Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
913e93d5f2
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
...
Not quite there yet but a bit better picture on some files.
Originally committed as revision 5652 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
50af2fd30d
Enable coefficient scaling
...
Originally committed as revision 5651 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
928dc49d0e
Don't read out-of-bounds values.
...
Originally committed as revision 5650 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1ede1725f1
simplify
...
Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
0ac3dcb8e8
build mpegaudio.c and ac3enc.c only if needed
...
Originally committed as revision 5648 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago