Daniel Verkamp
|
5ef251e504
Add missing av_cold in static init/close functions.
|
15 years ago |
Michael Niedermayer
|
a503722750
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Aurelien Jacobs
|
49fb20cb8a
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Diego Pettenò
|
be449fca79
Convert asm keyword into __asm__.
|
16 years ago |
Diego Pettenò
|
cb92c528d9
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò
|
16 years ago |
Michael Niedermayer
|
047599a4ba
Rename error_resilience to error_recognition.
|
16 years ago |
Ramiro Polla
|
6647ab80e3
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
|
16 years ago |
Stefan Gehrer
|
5a89396989
remove duplicate tables
|
16 years ago |
Michael Niedermayer
|
ceaaf78bb7
Change init_vlc_rl() so it does not use *alloc_static() anymore.
|
16 years ago |
Aurelien Jacobs
|
9701840bb5
add FF_ prefix to all (frame)_TYPE usage
|
16 years ago |
Diego Biurrun
|
5e53486545
typo fix: inited --> initialized
|
16 years ago |
Sigbjørn Skjæret
|
9ad5675f25
Add a couple of missing consts.
|
17 years ago |
Aurelien Jacobs
|
c16d6c5061
cosmetics: indentation
|
17 years ago |
Aurelien Jacobs
|
cc6de104f8
split wmv2 in its own file
|
17 years ago |
Aurelien Jacobs
|
85f601ee7b
rename some msmpeg4 symbols and make them non-static
|
17 years ago |
Diego Biurrun
|
9488b966c7
Move msmpeg4 tables from a header file to msmpegdata.c.
|
17 years ago |
Michael Niedermayer
|
d7826b58d2
make wmv1 and wmv2 playable with M$ DMO decoder
|
17 years ago |
Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 years ago |
Fortin Denis
|
b05b193172
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
|
17 years ago |
Denis Fortin
|
c68a173ef3
static (inline) X => ff_X
|
17 years ago |
Diego Biurrun
|
90b5b51eab
misc typo fixes
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 years ago |
Denis Fortin
|
f0edfda578
Rename code012() to ff_code012(), and remove static qualifier: paves the way
|
17 years ago |
Aurelien Jacobs
|
42ef2dbc77
split msmpeg4 data to easily share some of it with vc1.c
|
17 years ago |
Michael Niedermayer
|
3502a54f59
kill av_mallocz_static() calls in init_rl()
|
17 years ago |
Måns Rullgård
|
36cd306907
rename inverse -> ff_inverse
|
18 years ago |
Diego Biurrun
|
3cd52279c9
Use common define for x86_32 and x86_64.
|
18 years ago |
Diego Biurrun
|
c26abfa541
Rename ABS macro to FFABS.
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
b86216de4c
dc_val should be signed
|
18 years ago |
Måns Rullgård
|
62bb489b13
add some #ifdef CONFIG_ENCODERS/DECODERS
|
18 years ago |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 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)
|
18 years ago |
Kostya Shishkov
|
10b9c374cf
Rename VC9 to VC1 as there is no such thing as VC9
|
18 years ago |
Steve L'Homme
|
267f7edcd1
(f)printf --> av_log conversion
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
95ae72b7e0
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
|
19 years ago |
Michael Niedermayer
|
8b975b7ca5
put most codecs under ifdefs
|
19 years ago |
Michael Niedermayer
|
c0df9d75bd
switch to native time bases
|
19 years ago |
Michael Niedermayer
|
dee6dde669
avoid unneeded clear_blocks()
|
19 years ago |
Mike Melanson
|
160d679c07
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
|
19 years ago |
Michael Niedermayer
|
e91f4bf160
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
|
19 years ago |
anonymous
|
0d33db8a4d
In that patch:
|
20 years ago |
anonymous
|
0c040aacbe
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
|
20 years ago |
Michael Niedermayer
|
a64a006e95
dont duplicate decode012()
|
20 years ago |