63 Commits (f87b3d552394cd03c1e9f180553d41600c575c69)

Author SHA1 Message Date
Anton Khirnov e4155f15b3 eamad: use the AVFrame API properly. 11 years ago
Anton Khirnov c6b8a7dbb4 eamad: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer e756635964 eamad: Check against minimum supported dimensions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 7b89cd20d8 eamad: allocate a dummy reference frame when the real one is missing 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
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Janne Grunau 42060c7030 eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() 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
Paul B Mahol e3edee6d2f eamad: return meaningful error codes 12 years ago
Michael Niedermayer 63ac64864c eamad: fix out of array accesses 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Derek Buitenhuis 19d40c7912 eamad: Use dsputils instead of its own bswap16_buf 12 years ago
Derek Buitenhuis a675d73d57 eamad: Use dsputils instead of a custom bswap16_buf 12 years ago
Mans Rullgard f3eb008343 eamad/eatgq/eatqi: call special EA IDCT directly 12 years ago
Mans Rullgard 591766a3a9 eamad: remove use of MpegEncContext 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer d9399c4b66 eamad: Remove redundant initialization of mv_map. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Michael Niedermayer 1d0ae92a25 eamad: pass & check errors 13 years ago
Michael Niedermayer 03a9c9932d eamad: fix excessive memory allocation. 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Laurent Aimar 6c1fb3e763 eamad: release the reference frame on video size changes 13 years ago
Laurent Aimar da35797359 eamad: check for out of bound reads when doing MC 13 years ago
Laurent Aimar 6e20554a6d eamad: avoid NULL derefence when missing the reference frame. 13 years ago
Laurent Aimar 74b9c59839 eamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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 e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 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
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Peter Ross 7d58228055 Initialise MAD decode_block_intra() loop iterator to zero. 16 years ago
Peter Ross c63ea92bf2 Electronic Arts Madcow decoder 16 years ago