151 Commits (31769dad7d182983e2943d519201c24e9cea6f3e)

Author SHA1 Message Date
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer ed3e91489b Implement cool new vlc code. 15 years ago
Michael Niedermayer 261a3c2d05 Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. 15 years ago
Michael Niedermayer 7213abf6ba Use h263 tables in msmpeg4v1 dont duplicate them halfway. 15 years ago
Michael Niedermayer 101ada9abd Rename most non static h263 tables so their name contains h263. 15 years ago
Michael Niedermayer 05b858b045 Rename DCtab_*, its a global variable and it helps understanding if mpeg4 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago
Diego Biurrun f9310cbb2f Remove unused function msmpeg4_memsetw(). 15 years ago
Diego Biurrun 8380edd947 cosmetics: Reorder functions to avoid forward declarations. 15 years ago
Diego Biurrun 941870cd35 Remove unnecessary forward declaration for msmpeg4_memsetw(). 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Reimar Döffinger f2d702e109 Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 15 years ago
Diego Biurrun 7881793dd0 Remove unused debug av_log() calls. 16 years ago
Diego Biurrun 07fd17823f Remove unused variable intra_count. 16 years ago
Diego Biurrun 9be6f0d2f8 Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 16 years ago
Michael Niedermayer 03d5ea54c1 Get rid of an unused variable, found by the clang static analyzer. 16 years ago
Michael Niedermayer 5cf4331b04 Get rid of INIT_VLC_USE_STATIC in msmpeg4 16 years ago
Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Michael Niedermayer a503722750 Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 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 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 years ago
Michael Niedermayer ceaaf78bb7 Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 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. 18 years ago
Michael Niedermayer d7826b58d2 make wmv1 and wmv2 playable with M$ DMO decoder 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Fortin Denis b05b193172 modify msmpeg4 functions to generate VC1 compatible block layer bitstream 18 years ago
Denis Fortin c68a173ef3 static (inline) X => ff_X 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Denis Fortin f0edfda578 Rename code012() to ff_code012(), and remove static qualifier: paves the way 18 years ago
Aurelien Jacobs 42ef2dbc77 split msmpeg4 data to easily share some of it with vc1.c 18 years ago
Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 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