summaryrefslogtreecommitdiff
path: root/libavcodec/dsicinav.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | dsicinav: fix signed integer overflowMichael Niedermayer2012-08-31
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * dsicin: remove dead assignmentMans Rullgard2012-07-01
* | dsicinav: Check for overread in RLE decode.Michael Niedermayer2012-04-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-12
|\|
| * dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-11
* | dsicinav: fix 10l bug introduced in 999d38f3a94eb963c073512e5dad7940456eb634Michael Niedermayer2012-03-04
* | dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Set second Delphine Software International CIN palette opaque.Carl Eugen Hoyos2011-11-13
* | Set Delphine Software International CIN palette opaque.Carl Eugen Hoyos2011-11-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\|
| * cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles2011-10-29
| * cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles2011-10-29
| * cin audio: use local variable for delta valueJustin Ruggles2011-10-29
| * cin audio: remove unneeded cast from void*Justin Ruggles2011-10-29
| * cin audio: validate the channel countJustin Ruggles2011-10-29
| * cin audio: remove unneeded AVCodecContext pointer from CinAudioContextJustin Ruggles2011-10-29
| * dsicinav: Check for out of bounds writesLaurent Aimar2011-10-07
| * dsicinav: Check for out of bounds readsLaurent Aimar2011-10-07
* | Check for out of bounds writes in the Delphine Software International CIN dec...Laurent Aimar2011-09-30
* | Check for out of bounds reads in the Delphine Software International CIN deco...Laurent Aimar2011-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08