137 Commits (e758b24396a427598ebb13e1589f6aeccdae0466)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt 423b6a7e49 avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Peter Ross 58bd7d97a4 avcodec/jpegtables: remove duplicate luma and chroma quantization tables 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt cb59c8cec4 avcodec/nuv: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 1ac106bf56 avcodec/nuv: widen buf_size type 5 years ago
Michael Niedermayer 1ca978d636 avcodec/nuv: Use ff_set_dimensions() 5 years ago
Michael Niedermayer 1138cdecbe avcodec/nuv: Move comptype check up 5 years ago
James Almer a0739e8a16 avcodec/nuv: prevent frame copying when outputting duplicate frames 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer e94288c493 avcodec/nuv: add FF_CODEC_CAP_INIT_CLEANUP 6 years ago
Michael Niedermayer 939440ad1a avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it 7 years ago
Michael Niedermayer 8ee3265dbe avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg 7 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 37498a4b20 avcodec/nuv: Fix 'libavcodec/nuv.c:83:19: warning: passing argument 3 of av_image_copy from incompatible pointer type' 9 years ago
Vittorio Giovara 13bddab7de nuv: Replace avpicture functions with imgutils 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun 1df0b06162 nuv: Reuse the DSPContext from RTJpegContext 11 years ago
Diego Biurrun ed9625eb62 dsputil: Move intreadwrite.h #include from header file to .c files 11 years ago
Michael Niedermayer 4a2570f50a avcodec/nuv: zero buffer padding 11 years ago
Anton Khirnov 5290e02a0a nuv: 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 85ac12587b nuv: check ff_rtjpeg_decode_frame_yuv420 return value 12 years ago
Luca Barbato 2df0776c22 nuv: Use av_fast_realloc 12 years ago
Luca Barbato feaaf5f7f0 nuv: Reset the frame on resize 12 years ago
Luca Barbato 075dbc1855 nuv: Pad the lzo outbuf 12 years ago
Luca Barbato aae159a7cc nuv: Do not ignore lzo decompression failures 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov dff6197dfb nuv: do not rely on get_buffer() initializing the frame. 12 years ago
Michael Niedermayer 922332e60d nuv: remove unused variable 12 years ago
Anton Khirnov 3344f5cb74 nuv: return meaningful error codes. 12 years ago
Michael Niedermayer 56d09250ef nuv: dont try to copy an empty frame 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago