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
/
mimic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-1
/
+1
*
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf
Reimar Döffinger
2009-04-12
1
-2
/
+2
*
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders
Reimar Döffinger
2009-04-12
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
Diego Biurrun
2009-02-17
1
-1
/
+1
*
clear_block mmx
Loren Merritt
2008-12-10
1
-1
/
+1
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
get_vlc2() only gets up to three levels in the tables. The last codes weren't...
Ramiro Polla
2008-04-26
1
-2
/
+2
*
Fix regression introduced by r12929.
Ramiro Polla
2008-04-22
1
-1
/
+2
*
The code now is pretty self explanatory about the header structure.
Ramiro Polla
2008-04-22
1
-13
/
+2
*
Use bytestream functions for reading frame header.
Ramiro Polla
2008-04-22
1
-7
/
+9
*
Do not pass dct_block to vlc_decode_block().
Ramiro Polla
2008-04-19
1
-4
/
+3
*
Cosmetics and style.
Ramiro Polla
2008-04-19
1
-4
/
+4
*
Rename vlc1 to vlc.
Ramiro Polla
2008-04-19
1
-4
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Mimic decoder.
Ramiro Polla
2008-03-18
1
-0
/
+398