index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
huffyuv.c
Age
Commit message (
Expand
)
Author
2004-02-06
get_bit_count -> put_bits_count
Alex Beregszaszi
2004-01-25
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
Alex Beregszaszi
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-13
fix the case where all vlc codes are 8 bits long (repeat=256)
Michael Niedermayer
2003-10-13
alignment 10l
Michael Niedermayer
2003-10-13
mmx2 optimization of huffyuv median encoding
Michael Niedermayer
2003-10-13
10l
Michael Niedermayer
2003-10-12
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-07-20
default for slices is display order again
Michael Niedermayer
2003-07-17
AVCodec.flush()
Michael Niedermayer
2003-06-22
CONFIG_ENCODERS cleanup
Michael Niedermayer
2003-06-16
a bottle of coke (=0.5l)
Alex Beregszaszi
2003-05-24
Warning and compatibility fixes.
Falk Hüffner
2003-05-23
cleanup
Michael Niedermayer
2003-05-19
ASV1 codec
Michael Niedermayer
2003-05-12
* quiet missing EOF \n warning
Zdenek Kabelac
2003-05-07
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...
Michael Niedermayer
2003-05-06
release buffer cleanup
Michael Niedermayer
2003-04-25
fixing mixed dr1 + internal buffers
Michael Niedermayer
2003-03-12
* added more options
Zdenek Kabelac
2003-03-06
per file doxy
Michael Niedermayer
2003-03-05
10l
Michael Niedermayer
2003-02-24
* const arrays
Zdenek Kabelac
2003-02-24
huffyuv v1 tables, as they are essential and the only possible way for decdin...
Michael Niedermayer
2003-02-24
round readed bits up to next 32bits, as orginal huffyuv cant handle less then...
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-21
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-14
10l
Michael Niedermayer
2003-01-11
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
Fabrice Bellard
2002-12-09
AVVideoFrame -> AVFrame
Michael Niedermayer
2002-12-04
new PSNR code (now works with chroma, b frames, ...)
Michael Niedermayer
2002-12-04
cleanup
Michael Niedermayer
2002-11-15
slices & encoding optim
Michael Niedermayer
2002-11-15
dr1
Michael Niedermayer
2002-11-14
0.1l
Michael Niedermayer
2002-11-14
YV12 support (warning this is experimental & wont work with offical huffyuv b...
Michael Niedermayer
2002-11-14
huffyuv
Michael Niedermayer