4 Commits (176698260ca797be0009577416bc4d97e7214608)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Nidhi Makhijani d6902070c5 dsicin: Split audio and video decoder 11 years ago
Anton Khirnov 01de3c1dd5 cin video: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato fd81899321 dsicinav: Clip the source size to the expected maximum 11 years ago
Luca Barbato dd0bfc3a6a dsicinav: Bound-check the source buffer when needed 11 years ago
Luca Barbato fcae3ff124 dsicinav: K&R formatting cosmetics 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 97c7bdc6d4 cinaudio: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Michael Niedermayer 7faa17764a dsicinav: update bitmap_frame_size, avoid out of array reads. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 4f56f9c48f dsicinaudio: set channels and channel layout 12 years ago
Paul B Mahol d8245c3bcd dsicinav: return proper error code in case of malloc failure 12 years ago
Paul B Mahol 296f9c2b3b dsicinav: return meaningful error code 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer f61ee9b564 dsicinav: fix signed integer overflow 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard d55e5e6bae dsicin: remove dead assignment 13 years ago
Michael Niedermayer 47f0beadba dsicinav: Check for overread in RLE decode. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje c95fefa042 dsicinvideo: validate buffer offset before copying pixels. 13 years ago
Michael Niedermayer d8d1fbbd7f dsicinav: fix 10l bug introduced in 999d38f3a9 13 years ago
Ronald S. Bultje 999d38f3a9 dsicinvideo: validate buffer offset before copying pixels. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Carl Eugen Hoyos 789da2e9f1 Set second Delphine Software International CIN palette opaque. 13 years ago
Carl Eugen Hoyos dcbd18c615 Set Delphine Software International CIN palette opaque. 13 years ago
Justin Ruggles 7d1b17b833 cin audio: use sign_extend() instead of casting to int16_t 13 years ago
Justin Ruggles 405af43104 cin audio: restructure decoding loop to avoid a separate counter variable 13 years ago
Justin Ruggles 859bdc33e4 cin audio: use local variable for delta value 13 years ago
Justin Ruggles 64e19ba48b cin audio: remove unneeded cast from void* 13 years ago
Justin Ruggles 03381c12b3 cin audio: validate the channel count 13 years ago
Justin Ruggles 664eb77dc3 cin audio: remove unneeded AVCodecContext pointer from CinAudioContext 13 years ago
Laurent Aimar 1720603287 dsicinav: Check for out of bounds writes 13 years ago
Laurent Aimar e3ca9b93d9 dsicinav: Check for out of bounds reads 13 years ago
Laurent Aimar 3035c4034b Check for out of bounds writes in the Delphine Software International CIN decoder. 13 years ago
Laurent Aimar 8e5f093c2c Check for out of bounds reads in the Delphine Software International CIN decoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago