summaryrefslogtreecommitdiff
path: root/libavcodec/dsicinav.c
Commit message (Expand)AuthorAge
* cin video: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* dsicinav: Clip the source size to the expected maximumLuca Barbato2013-07-19
* dsicinav: Bound-check the source buffer when neededLuca Barbato2013-07-19
* dsicinav: K&R formatting cosmeticsLuca Barbato2013-07-19
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* cinaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* dsicinaudio: set channels and channel layoutJustin Ruggles2012-11-01
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dsicin: remove dead assignmentMans Rullgard2012-07-01
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-11
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* 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
* 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
* 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
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-11