110 Commits (c33c1fa8af2b2e82418a06901b6ad17b3d61b73e)

Author SHA1 Message Date
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
  Vittorio Giovara c6d7c201df indeo3: check ff_set_dimensions return value 11 years ago
  Anton Khirnov 317d6a1503 indeo3: stop using deprecated avcodec_set_dimensions 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Janne Grunau 94235f2ba2 indeo3: avoid writes without necessary alignment in copy_cell() 12 years ago
  Anton Khirnov a97d8cc16e indeo3: use unaligned reads on reference blocks. 12 years ago
  Anton Khirnov bda9e6d923 indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell() 12 years ago
  Anton Khirnov 95220be1fa indeo3: fix off by one in MV validity check 12 years ago
  Ronald S. Bultje 8f992dc8c7 indeo3: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
  Anton Khirnov a0a872d073 indeo3: check motion vectors. 12 years ago
  Anton Khirnov 34e6af9e20 indeo3: fix data size check 12 years ago
  Anton Khirnov 66531d634e indeo3: switch parsing the header to bytestream2 12 years ago
  Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Mans Rullgard b9ee5f2cab indeo3: replace use of copy_block4 with put_pixels 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
  Anton Khirnov bff5e5f8b3 indeo3: remove duplicate capabilities line. 13 years ago
  Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 13 years ago
  Kostya Shishkov 169514c440 indeo3: do not try to output more lines than we can fit 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Anton Khirnov e4d4044339 indeo3: fix out of cell write. 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Kostya Shishkov 6de226a2b8 indeo3: validate new frame size before resetting decoder 13 years ago
  Kostya Shishkov bc00da2701 indeo3: when freeing buffers, set pointers referencing them to NULL as well 13 years ago
  Kostya Shishkov 81064a8045 indeo3: initialise pixel planes on allocation 13 years ago
  Kostya Shishkov fc417db3f1 indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder 13 years ago
  Hendrik Leppkes 4b7fa553a9 indeo3: fix motion vector validation 13 years ago
  Ronald S. Bultje fc9bc08dca Indeo3: fix crashes on corrupt bitstreams. 13 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
  Janne Grunau be540e0cb3 indeo3: check motion vectors for validity 14 years ago
  Aneesh Dogra 464ccb0144 indeo3: check per-plane data buffer against input buffer bounds. 14 years ago
  Kostya Shishkov 1469f943ad indeo3: cosmetics 14 years ago
  Aneesh Dogra 97980db487 indeo3: error out if no motion vector is set. 14 years ago
  Alex Converse 1149fbc763 indeo3: Fix a fencepost error. 14 years ago
  Maxim Poliakovski 594b54b51e replacement Indeo 3 decoder 14 years ago
  Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Alex Converse aab6374bbe indeo3: Eliminate use of long. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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. 15 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 15 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
  Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
  Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago