120 Commits (7f660035feabe932f9adb8adeb8991b5a47e5009)

Author SHA1 Message Date
Vitaliy E Sugrobov 91499f4ee8 Prepare gif decoder for use in conjunction with gif demuxer. 12 years ago
Vitaliy E Sugrobov c5fe41c768 Add meaningful error codes and constants. 12 years ago
Michael Niedermayer 612ecfbbbb gifdec: check ff_lzw_decode_init() return value, fix out of array reads 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Paul B Mahol 2da5a5ce00 gifdec: return more meaningful error codes 12 years ago
Paul B Mahol f64288960b gifdec: remove redundant "gif: " from av_dlog() 12 years ago
Paul B Mahol 3662f787e7 gifdec: pass avctx to av_log() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Mans Rullgard 3bd1162a52 gif: fix invalid signed shifts 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
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Diego Elio 'Flameeyes' Pettenò 463532310a Don't check for DEBUG before using dprintf. 14 years ago
Diego Elio 'Flameeyes' Pettenò 73a0b19ba3 Don't check for DEBUG before using dprintf. 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
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier 3bbcd0bb8a The GIF decoder uses get_buffer, so set DR1. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Baptiste Coudurier 30400f0d03 fix interlaced decoding, original patch from reimar 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Mark Cox 94cebc5641 simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com 18 years ago
Diego Biurrun 3154f6dbf9 typo 18 years ago
Baptiste Coudurier 04f7136bfe remove TODO, its done now 18 years ago
Baptiste Coudurier 10d4899c01 pass correct buffer size to lzw decode init 18 years ago
Baptiste Coudurier ea82552c09 return error if loop has ended before decoding image 18 years ago
Baptiste Coudurier 877519f550 actually return bytes read 18 years ago
Baptiste Coudurier 7a28b7714e add some length checks 18 years ago
Baptiste Coudurier 5f7ab90a0c simplify 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Baptiste Coudurier bc52b0c518 remove useless line variable 18 years ago
Baptiste Coudurier b190aa8919 fix decoding position 18 years ago
Kostya Shishkov ffc5430bc3 LZW decoder as separate module plus TIFF LZW support 18 years ago
Baptiste Coudurier 47babca839 indention 18 years ago
Baptiste Coudurier bcd872a73f removed useless variables 18 years ago
Baptiste Coudurier d54d396d08 use avctx->get_buffer 18 years ago
Baptiste Coudurier a7fb3a9600 remove unused variables 18 years ago
Baptiste Coudurier 1e22f00d79 printf -> dprintf 18 years ago