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
/
xan.c
Age
Commit message (
Expand
)
Author
2014-08-24
Correct few "ffmpeg" typos
Paul B Mahol
2014-08-24
avcodec/xan: fix style issue
Paul B Mahol
2013-11-17
Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3'
Michael Niedermayer
2013-11-16
xan: use the AVFrame API properly.
Anton Khirnov
2013-10-30
avcodec/xan: use init_get_bits8()
Paul B Mahol
2013-10-04
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-09-30
Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82'
Michael Niedermayer
2013-09-30
Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47'
Michael Niedermayer
2013-09-29
xan: Only read within the data that actually was initialized
Martin Storsjö
2013-09-29
xan: Use bytestream2 to limit reading to within the buffer
Martin Storsjö
2013-09-06
avcodec/xan: use uint8_t instead of unsigned char
Paul B Mahol
2013-04-18
xan: Check for overlapping copies
Michael Niedermayer
2013-03-25
xan: make decoder independent of sizeof(AVFrame)
Michael Niedermayer
2013-03-13
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-12
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-01-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-09
xan: Convert to bytestream2
Alexandra Khirnova
2013-01-06
Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'
Michael Niedermayer
2013-01-06
xan: return a meaningful error code.
Anton Khirnov
2012-12-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-24
xan: remove a trivially true if().
Anton Khirnov
2012-12-05
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
Michael Niedermayer
2012-12-05
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
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-12
xan: check size_segment before reading, fixes out of array read.
Michael Niedermayer
2012-10-25
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-25
avutil: Move memcpy_backptr() to mem.c
Diego Biurrun
2012-10-08
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-05-28
xan: fix out of array read
Michael Niedermayer
2012-04-15
xan: check for vector_segment overread
Michael Niedermayer
2011-12-24
Make the palette in Wing Commander III mve files opaque.
Carl Eugen Hoyos
2011-12-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-22
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
xan.c: coding style clean-up.
Nathan Adil Maxson
2011-10-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-07
xan: Prevent NULL dereference with missing palette
Laurent Aimar
2011-10-07
xan: Check for out of bound reads in xan_huffman_decode()
Laurent Aimar
2011-10-07
xan: Fixed out of bound accesses in xan_unpack()
Laurent Aimar
2011-10-07
xan: Prevent NULL dereferences with missing reference frame
Laurent Aimar
2011-10-07
xan: Prevent out of bound accesses
Laurent Aimar
2011-09-29
Check for out of bound reads in xan_huffman_decode() of the xan decoder.
Laurent Aimar
2011-09-29
Prevent NULL dereference when the palette is missing in the xan decoder.
Laurent Aimar
2011-09-29
Fixed out of bound accesses in xan_unpack() of the xan decoder.
Laurent Aimar
[next]