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
/
msmpeg4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
1
-1
/
+1
*
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...
Reimar Döffinger
2009-08-21
1
-1
/
+2
*
Remove unused debug av_log() calls.
Diego Biurrun
2009-07-30
1
-7
/
+0
*
Remove unused variable intra_count.
Diego Biurrun
2009-07-30
1
-2
/
+0
*
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
Diego Biurrun
2009-07-29
1
-1
/
+1
*
Get rid of an unused variable, found by the clang static analyzer.
Michael Niedermayer
2009-04-17
1
-2
/
+2
*
Get rid of INIT_VLC_USE_STATIC in msmpeg4
Michael Niedermayer
2009-04-11
1
-41
/
+51
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-16
/
+16
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-4
/
+4
*
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...
Michael Niedermayer
2009-02-09
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-8
/
+8
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-1
/
+1
*
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò
Diego Pettenò
2008-10-04
1
-2
/
+2
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-1
/
+1
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-1
/
+1
*
remove duplicate tables
Stefan Gehrer
2008-06-25
1
-1
/
+1
*
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-05-30
1
-1
/
+6
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-14
/
+14
*
typo fix: inited --> initialized
Diego Biurrun
2008-02-13
1
-3
/
+3
*
Add a couple of missing consts.
Sigbjørn Skjæret
2008-01-14
1
-1
/
+1
*
cosmetics: indentation
Aurelien Jacobs
2007-11-07
1
-1
/
+1
*
split wmv2 in its own file
Aurelien Jacobs
2007-11-07
1
-15
/
+2
*
rename some msmpeg4 symbols and make them non-static
Aurelien Jacobs
2007-11-07
1
-26
/
+26
*
Move msmpeg4 tables from a header file to msmpegdata.c.
Diego Biurrun
2007-08-13
1
-1
/
+0
*
make wmv1 and wmv2 playable with M$ DMO decoder
Michael Niedermayer
2007-08-05
1
-2
/
+5
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-2
/
+2
*
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
Fortin Denis
2007-06-22
1
-5
/
+21
*
static (inline) X => ff_X
Denis Fortin
2007-06-21
1
-6
/
+6
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-4
/
+5
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-3
/
+3
*
Rename code012() to ff_code012(), and remove static qualifier: paves the way
Denis Fortin
2007-06-05
1
-4
/
+4
*
split msmpeg4 data to easily share some of it with vc1.c
Aurelien Jacobs
2007-05-10
1
-3
/
+1
*
kill av_mallocz_static() calls in init_rl()
Michael Niedermayer
2007-03-14
1
-2
/
+4
*
rename inverse -> ff_inverse
Måns Rullgård
2006-11-12
1
-1
/
+1
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-1
/
+1
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
dc_val should be signed
Måns Rullgård
2006-09-27
1
-4
/
+4
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-1
/
+3
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
remove STATS code (probably hasnt been used for years ..., and its not comple...
Michael Niedermayer
2006-07-09
1
-78
/
+0
*
Rename VC9 to VC1 as there is no such thing as VC9
Kostya Shishkov
2006-06-27
1
-3
/
+3
*
(f)printf --> av_log conversion
Steve L'Homme
2006-03-08
1
-9
/
+9
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-86
/
+86
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-123
/
+123
*
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...
Michael Niedermayer
2005-08-26
1
-8
/
+8
[next]