summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsicinav.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-1/+1
|\
| * dsicin: remove dead assignmentMans Rullgard2012-07-011-1/+1
* | dsicinav: Check for overread in RLE decode.Michael Niedermayer2012-04-161-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-121-0/+1
|\ \ | |/
| * dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-111-15/+25
* | dsicinav: fix 10l bug introduced in 999d38f3a94eb963c073512e5dad7940456eb634Michael Niedermayer2012-03-041-0/+1
* | dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-041-15/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-12/+18
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-12/+18
* | Set second Delphine Software International CIN palette opaque.Carl Eugen Hoyos2011-11-131-1/+1
* | Set Delphine Software International CIN palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-301-17/+27
|\ \ | |/
| * cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles2011-10-291-1/+2
| * cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles2011-10-291-11/+14
| * cin audio: use local variable for delta valueJustin Ruggles2011-10-291-5/+8
| * cin audio: remove unneeded cast from void*Justin Ruggles2011-10-291-1/+1
| * cin audio: validate the channel countJustin Ruggles2011-10-291-0/+5
| * cin audio: remove unneeded AVCodecContext pointer from CinAudioContextJustin Ruggles2011-10-291-2/+0
| * dsicinav: Check for out of bounds writesLaurent Aimar2011-10-071-0/+2
| * dsicinav: Check for out of bounds readsLaurent Aimar2011-10-071-0/+2
* | Check for out of bounds writes in the Delphine Software International CIN dec...Laurent Aimar2011-09-301-0/+2
* | Check for out of bounds reads in the Delphine Software International CIN deco...Laurent Aimar2011-09-301-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-17/+14
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* constsMichael Niedermayer2008-02-011-3/+3
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-221-0/+2
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-4/+4
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-5/+5
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-1/+1
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-111-0/+362
OpenPOWER on IntegriCloud