git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
truemotion2: Sanitize tm2_read_header()
[ffmpeg.git]
/
libavcodec
/
truemotion2.c
2012-12-31
Diego Biurrun
truemotion2: Sanitize tm2_read_header()
blob
|
commitdiff
2012-12-04
Anton Khirnov
lavc: fix decode_frame() third parameter semantics...
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-09-26
Diego Biurrun
truemotion2: Request samples for old TM2 headers
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
blob
|
commitdiff
|
diff to current
2012-03-29
Ronald S. Bultje
truemotion: forbid invalid VLC bitsizes and token values.
blob
|
commitdiff
|
diff to current
2012-03-29
Ronald S. Bultje
truemotion2: handle out-of-frame motion vectors through...
blob
|
commitdiff
|
diff to current
2012-03-28
Ronald S. Bultje
truemotion2: convert packet header reading to bytestream2.
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
Remove unnecessary AVFrame pointer casts.
blob
|
commitdiff
|
diff to current
2012-02-23
Ronald S. Bultje
truemotion2: error out if the huffman tree has no nodes.
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
dsputil: Add ff_ prefix to the dsputil*_init* functions
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
vlc/rl: Add ff_ prefix to the nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-01-05
Janne Grunau
truemotion2: check size before GetBitContext initialisation
blob
|
commitdiff
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
diff to current
2011-06-02
Mans Rullgard
Remove unused variables
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-04-17
Diego Biurrun
Replace more FFmpeg references by Libav.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-02-03
Clément Bœsch
Remove a few if (p) av_free(p) forms
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-09
Daniel Kang
Check for several overreads, fixes issue 2512.
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2009-10-16
Carl Eugen Hoyos
Do not try to free memory that was never allocated...
blob
|
commitdiff
|
diff to current
2009-10-14
Kostya Shishkov
Release frame after decoding is done
blob
|
commitdiff
|
diff to current
2009-10-13
Reimar Döffinger
Remove unnecessary calls to avcodec_check_dimensions...
blob
|
commitdiff
|
diff to current
2009-04-24
Reimar Döffinger
TrueMotion 2 uses its own YUV-like colourspace, so...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-02-01
Kostya Shishkov
Make TM2 decoder byteswap input into separate buffer...
blob
|
commitdiff
|
diff to current
2009-02-01
Kostya Shishkov
Factorize stream reading in TM2 decoder
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-05-06
Diego Biurrun
Remove unnecessary parentheses from return calls.
blob
|
commitdiff
|
diff to current
2008-04-29
Stefano Sabatini
Add some long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
const
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
diff to current
2007-05-10
Diego Biurrun
Remove redundant #inclusion of common.h, avcodec.h...
blob
|
commitdiff
|
diff to current
2007-03-27
Kostya Shishkov
Remove redundant assign
blob
|
commitdiff
|
diff to current
2007-02-25
Reimar Döffinger
Add av_ prefix to clip functions
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-01
Kostya Shishkov
1l: correct argument order in avcodec_check_dimensions
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-10-16
Mike Melanson
chroma decoding fix by Kostya
blob
|
commitdiff
|
diff to current
2005-10-15
Mike Melanson
TM2 fixes by Kostya
blob
|
commitdiff
|
diff to current
2005-10-14
Mike Melanson
gcc 2.95 fix, courtesy of Luca Abeni
blob
|
commitdiff
|
diff to current
2005-10-13
Mike Melanson
Duck TrueMotion 2 video decoder, courtesy of Konstantin...
blob
|
commitdiff
|
diff to current