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
/
bethsoftvideo.c
Age
Commit message (
Expand
)
Author
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-02-16
bethsoftvid: pass palette in side data instead of in a separate packet.
Justin Ruggles
2012-02-01
bethsoftvideo: fix palette reading.
Justin Ruggles
2012-01-10
bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
2011-11-23
bethsoftvideo: return proper consumed size for palette packets.
Anton Khirnov
2011-07-15
doxygen: replace @sa tag by the more readable but equivalent @see
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-06-05
bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-04-27
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
const
Michael Niedermayer
2007-04-07
shorter variable names
Michael Niedermayer
2007-04-07
general purpose var should be int
Michael Niedermayer
2007-04-07
remove redundant comments
Michael Niedermayer
2007-04-07
remove useless debuging av_log()
Michael Niedermayer
2007-04-07
indention cleanup
Michael Niedermayer
2007-04-07
use shorter names for the block type enum
Michael Niedermayer
2007-04-07
Bethsoft VID demuxer and video decoder
Nicholas Tung