72 Commits (593886b5dd2b583657aa3fd80bb173f702c9710d)

Author SHA1 Message Date
  Anton Khirnov 2240e2078d truemotion1: check the header size 11 years ago
  Anton Khirnov c918e08b9c truemotion1: make sure index does not go out of bounds 11 years ago
  Anton Khirnov 42d40fd28c truemotion1: use the AVFrame API properly. 11 years ago
  Anton Khirnov db92e4ea8d truemotion1: 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
  Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
  Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 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 b61e0b99df truemotion1: return meaningful error codes 12 years ago
  Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 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 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Diego Biurrun 4466d0e84b truemotion1: remove disabled code 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun 70fb031ce2 Use av_log_ask_for_sample() where appropriate. 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
  Daniel Kang 8e37a1deb3 Check for vectable ID > 0, fixes issue 2508. 14 years ago
  Reimar Döffinger e75f418cf2 Fix aspect for 24bpp TM1 samples. 14 years ago
  Reimar Döffinger a940dc6912 Fix decoding of 24 bpp TM1 (except for aspect). 14 years ago
  Reimar Döffinger f1c5301413 100l, calculate mb_change_bits_row_size from the update width. 14 years ago
  Reimar Döffinger 97113c2178 Support mid-stream resolution/format changes for TM1. 14 years ago
  Reimar Döffinger 2a86d4b905 The 24-bit ydt also should not depend on endianness, 14 years ago
  Reimar Döffinger 47af623967 Since the 24 bit format is decoded to endian-dependant 14 years ago
  Reimar Döffinger 751c5093c6 Do not swap red and blue when decoding truemotion 14 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 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
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Mike Melanson 70bbd0cee3 undoing revision 16118 for truemotion1.c; commit was premature 16 years ago
  Mike Melanson 02fb2546e8 The POSIX namespace shall be held sacrosanct. To that end, 16 years ago
  Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Michael Niedermayer aee7cf8752 Fix reading an element after the array. 17 years ago
  Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
  Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Michael Niedermayer 04650579ec more const 17 years ago
  Michael Niedermayer f5b2e90010 const 17 years ago
  Alex Beregszaszi b4d00c20dc use reget_buffer and remove internal copying of buffer - codec works again 18 years ago
  Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
  Alex Beregszaszi a7b91ac6de cosmetics: remove my email address 18 years ago