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
/
h261.c
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2007-06-16
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
Måns Rullgård
2007-05-21
Split the h261.c file into separate files for the encoder, decoder and common...
Panagiotis Issaris
2007-05-10
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-04
Move H.261 parser to its own file.
Diego Biurrun
2007-03-14
kill av_mallocz_static() calls in init_rl()
Michael Niedermayer
2006-11-16
throw error if unsupported resolution is used with h261
Baptiste Coudurier
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-20
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Michael Niedermayer
2006-09-02
remove redundant declarations
Måns Rullgård
2006-08-14
fix codec timebase and timestamps
Michael Niedermayer
2006-08-14
fix h261 parsing bug
Michael Niedermayer
2006-07-09
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-05-29
cbp must be >0 here or we are in troubble
Michael Niedermayer
2006-03-08
(f)printf --> av_log conversion
Steve L'Homme
2006-01-28
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Dieter
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-14
skip_idct
Michael Niedermayer
2005-04-30
switch to native time bases
Michael Niedermayer
2005-04-25
avoid unneeded clear_blocks()
Michael Niedermayer
2005-04-24
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-03
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
Gianluigi Tiesi
2004-11-27
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-11-19
fix parser
Michael Niedermayer
2004-11-12
H261 fixing and cleaning:
Maarten Daniels
2004-10-28
cleanup
Michael Niedermayer
2004-10-28
simplify ff_h261_reorder_mb_index
Michael Niedermayer
2004-10-28
simplify
Michael Niedermayer
2004-10-28
fix and cleanup h261 mb_type selection
Michael Niedermayer
2004-10-28
cleanup
Michael Niedermayer
2004-10-28
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
Michael Niedermayer
2004-10-08
h.261 loop filter fix
Michael Niedermayer
2004-10-08
nonsense removial
Michael Niedermayer
2004-09-27
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-09-27
set AVCodecContext.width/height to the picture width/height instead of the on...
Michael Niedermayer
2004-09-13
H.261 decoder improvements
Maarten Daniels
2004-07-26
argh
Michael Niedermayer
2004-07-22
- Support empty GOB's (no mb's) and skip all mb's
Chris Flerackers
2004-05-31
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
Michael Niedermayer
2004-05-30
removing h263 specific code
Michael Niedermayer
2004-05-30
simplify
Michael Niedermayer
2004-05-30
rewrite h261 loop filter
Michael Niedermayer
2004-05-30
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...
Michael Niedermayer