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
*
msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()
Måns Rullgård
2010-08-24
1
-2
/
+1
*
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-07-07
1
-0
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Implement cool new vlc code.
Michael Niedermayer
2010-02-04
1
-3
/
+1
*
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.
Michael Niedermayer
2010-01-08
1
-1
/
+60
*
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
Michael Niedermayer
2010-01-08
1
-16
/
+2
*
Rename most non static h263 tables so their name contains h263.
Michael Niedermayer
2010-01-08
1
-14
/
+14
*
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
Michael Niedermayer
2010-01-08
1
-4
/
+4
*
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
2010-01-07
1
-2
/
+2
*
Remove unused function msmpeg4_memsetw().
Diego Biurrun
2009-12-31
1
-7
/
+0
*
cosmetics: Reorder functions to avoid forward declarations.
Diego Biurrun
2009-12-30
1
-366
/
+356
*
Remove unnecessary forward declaration for msmpeg4_memsetw().
Diego Biurrun
2009-12-30
1
-1
/
+0
*
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
[next]