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
/
ituh263enc.c
Age
Commit message (
Expand
)
Author
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2011-12-12
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-10-20
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-09
mpeg124: use sign_extend() function
Mans Rullgard
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-10-21
cosmetics, indentation
Baptiste Coudurier
2010-10-21
10l fix h263+ encoder, format will be 8, array size is 8 not 7
Baptiste Coudurier
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-12
Better title for the file.
Michael Niedermayer
2010-01-11
Add missing internal.h to files calling ff_match_2uint16().
Alexander Strange
2010-01-09
Add a function to match a 2 element vector of uint16_t and use it in h263 and...
Michael Niedermayer
2010-01-09
Split H263 encoder and decoder from common code.
Michael Niedermayer