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
/
vble.c
Age
Commit message (
Expand
)
Author
2015-10-21
Replace any remaining avpicture function with imgutils
Vittorio Giovara
2015-07-27
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-02-14
avcodec: Don't anonymously typedef structs
Diego Biurrun
2014-05-27
dsputil: Split off HuffYUV decoding bits into their own context
Diego Biurrun
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-11-27
vble: Do not abort decoding when version is not 1
Piotr Bandurski
2012-10-12
Move av_reverse table to libavcodec
Diego Biurrun
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-01-12
lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I
Anton Khirnov
2011-12-22
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-11-30
vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...
Michael Niedermayer
2011-11-30
vble: remove flags copy, its not used in any speed relevant code.
Michael Niedermayer
2011-11-30
vble: merge len and val arrays
Derek Buitenhuis
2011-11-30
vble: remove unused variable len.
Michael Niedermayer
2011-11-11
vble: remove vble_error_close
Janne Grunau
2011-11-11
VBLE Decoder
Derek Buitenhuis