88 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Michael Niedermayer ff080346c6 gifdec: use AVFrame accessor functions 13 years ago
  Paul B Mahol 7003d650b0 lavc/gifdec: remove obsolete check 13 years ago
  Paul B Mahol 51c7af9d32 lavc/gifdec: move idx_line allocation out of gif_read_header1() 13 years ago
  Paul B Mahol 285128eedf lavc/gifdec: do not return nonzero *got_frame if frame is not passed 13 years ago
  Paul B Mahol aaebdce3d9 lavc/gifdec: simplify "!= 0" checks 13 years ago
  Paul B Mahol f1412c7997 lavc/gifdec: use memcpy() 13 years ago
  Michael Niedermayer 286930d302 gifdec: check that w,h is not zero 13 years ago
  Michael Niedermayer c10350358d gifdec: gif_copy_img_rect: Fix end pointer 13 years ago
  Michael Niedermayer 46cb61819d gifdec: check that the last keyframe exists and has been successfully parsed. 13 years ago
  Anton Khirnov 048ffb9bb2 gifdec: return meaningful error codes. 13 years ago
  Paul B Mahol 0c8943939e gifdec: use log level that have more common sense 13 years ago
  Don Moir 522cb6abf2 gifdec: use transparent instead of background color index 13 years ago
  Don Moir 64f4fb75c4 gifdec: fix transparent background color 13 years ago
  Carl Eugen Hoyos a3a22c2178 Revert "Always write all colours for animated gif files, including transparent ones." 13 years ago
  Paul B Mahol cfa530034f gifdec: remove dead store 13 years ago
  Carl Eugen Hoyos d4fdaafdb7 Always write all colours for animated gif files, including transparent ones. 13 years ago
  Paul B Mahol 9321e93502 gifdec: fix invalid write in gif_copy_img_rect 13 years ago
  Paul B Mahol c004de0b1c gifdec: fix invalid write in giff_fill_rect 13 years ago
  Paul B Mahol 3fd60d8049 gifdec: port to bytestream2 API 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Paul B Mahol 49435d3888 gifdec: read pixel aspect ratio 13 years ago
  Paul B Mahol 2152b60f39 gifdec: use av_fast_malloc() 13 years ago
  Paul B Mahol d56b15017a undo file modifiers that suck in 13 years ago
  Vitaliy E Sugrobov 005cb97e3e Move some definitions to header file. 13 years ago
  Vitaliy E Sugrobov de0cb7f070 Additional checks to prevent overread. 13 years ago
  Vitaliy E Sugrobov 91499f4ee8 Prepare gif decoder for use in conjunction with gif demuxer. 13 years ago
  Vitaliy E Sugrobov c5fe41c768 Add meaningful error codes and constants. 13 years ago
  Michael Niedermayer 612ecfbbbb gifdec: check ff_lzw_decode_init() return value, fix out of array reads 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Paul B Mahol 2da5a5ce00 gifdec: return more meaningful error codes 13 years ago
  Paul B Mahol f64288960b gifdec: remove redundant "gif: " from av_dlog() 13 years ago
  Paul B Mahol 3662f787e7 gifdec: pass avctx to av_log() 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Mans Rullgard 3bd1162a52 gif: fix invalid signed shifts 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 15 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 15 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 15 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 15 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio 'Flameeyes' Pettenò 463532310a Don't check for DEBUG before using dprintf. 15 years ago
  Diego Elio 'Flameeyes' Pettenò 73a0b19ba3 Don't check for DEBUG before using dprintf. 15 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 16 years ago