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
/
h263.c
Age
Commit message (
Expand
)
Author
2015-04-29
Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'
Michael Niedermayer
2015-04-28
h263: Convert function to macro
Vittorio Giovara
2014-07-01
Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'
Michael Niedermayer
2014-06-30
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-03-17
Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'
Michael Niedermayer
2014-03-16
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2013-11-08
Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'
Michael Niedermayer
2013-11-08
dsputil: Split off H.263 bits into their own H263DSPContext
Diego Biurrun
2013-05-16
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
Remove commented-out debug #define cruft
Diego Biurrun
2013-03-12
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-26
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-01-23
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
Michael Niedermayer
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2012-02-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-07-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
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-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-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-23
Change ref_index structure so it matches how its organized in h264.
Michael Niedermayer
2010-01-09
Split H263 encoder and decoder from common code.
Michael Niedermayer
2010-01-08
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
Michael Niedermayer
2010-01-08
Rename most non static h263 tables so their name contains h263.
Michael Niedermayer
2010-01-08
Add a few CONFIG_MPEG4_DECODER that should be there.
Michael Niedermayer
2010-01-07
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
2010-01-07
Add some const qualifiers.
Michael Niedermayer
2010-01-07
Document decide_ac_pred() and restore_ac_coeffs().
Michael Niedermayer
2010-01-07
Move restore_ac_coeffs() call into decode_ac_pred().
Michael Niedermayer
2010-01-07
Move restore_ac_coeffs() up so its declared before its use.
Michael Niedermayer
2010-01-07
More doxy
Michael Niedermayer
2010-01-07
Factorize if() surrounding every ff_h263_show_pict_info() call.
Michael Niedermayer
2010-01-07
Split out intel H263 decoder.
Michael Niedermayer
2010-01-07
Split flv decoding out.
Michael Niedermayer
2010-01-07
Split out flv encoding.
Michael Niedermayer
2010-01-07
Document aspect_to_info().
Michael Niedermayer
2010-01-07
Cleanup aspect_to_info().
Michael Niedermayer
2010-01-07
Document several more things.
Michael Niedermayer
2010-01-07
Document *VLC_BITS.
Michael Niedermayer
2010-01-07
Simplify h263_get_picture_format().
Michael Niedermayer
2010-01-05
Add a few explanatory comments to cornercase workarounds.
Diego Biurrun
2010-01-01
Remove residual use of the doxygen markup which is deprecated,
Stefano Sabatini
2009-12-30
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
Diego Biurrun
2009-12-30
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
Diego Biurrun
[next]