157 Commits (b0a8095f2bf0bc03c5d4dfccaba845de6fd5bb4f)

Author SHA1 Message Date
  Andreas Cadhalpun b0a8095f2b rawdec: only exempt BIT0 with need_copy from buffer sanity check 10 years ago
  Michael Niedermayer 12e064d6c2 avcodec/rawdec: Check the return code of avpicture_get_size() 11 years ago
  Michael Niedermayer 1587989518 avcodec/rawdec: Support CODEC_CAP_PARAM_CHANGE 11 years ago
  James Almer 8dfb8190d7 libavcodec/rawdec: remove old ff_find_pix_fmt() function 11 years ago
  Carl Eugen Hoyos 8b122937af Warn if rawvideo and an unreadable pix_fmt are written. 12 years ago
  Carl Eugen Hoyos ecb80fe78c Cosmetics: Remove an outdated comment from lavc/rawdec.c. 12 years ago
  Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 12 years ago
  Michael Niedermayer 82a90e7764 Move avpriv_find_pix_fmt() to utils.c 12 years ago
  Peter Ross 97bb0076c5 avcodec/rawdec: decode 16-bit aligned and packed 'raw' pixel formats where bits_per_coded_sample < 16 12 years ago
  Carl Eugen Hoyos 54bbe3e2a6 Revert "Allow stream-copying grayscale mov files." 12 years ago
  Peter Ross 1524b0fa68 libavcodec/rawdec: avoid memcpy when performing 16-bit samples shift 12 years ago
  Peter Ross 7e23cfba76 avcodec/rawdec: for 16-bit pix fmts, shift pixels when bits_per_coded_sample < 16 12 years ago
  Carl Eugen Hoyos 691dec6201 Allow stream-copying grayscale mov files. 12 years ago
  Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Carl Eugen Hoyos 565140da17 avcodec/rawdec: Fix 2bpp and 4bpp rawvideo in mov 12 years ago
  Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
  Hendrik Leppkes 8962da9ec3 rawdec: allocate a buffer in the appropriate size in the copy case. 12 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Michael Niedermayer 8e062fd169 rawdec: fix memleak 13 years ago
  Nicolas George be40d6cc2b rawdec: fix a typo -- || instead of | 13 years ago
  Nicolas George 9cc02101ff lavc/rawdec: set field order on decoded frame. 13 years ago
  Nicolas George 6184fa2067 rawdec: work with refcounted frames. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Michael Niedermayer 30806ddcbc avcodec/rawdec: use AVFrame accessor functions 13 years ago
  Anton Khirnov aec50f79e7 rawdec: use AVPALETTE_SIZE instead of magic constants. 13 years ago
  Carl Eugen Hoyos a6a5101654 Fix some avi rawvideo formats on big endian. 13 years ago
  Anton Khirnov 0ce033f888 rawdec: cosmetics, reformat 13 years ago
  Michael Niedermayer 43d6ac53f2 lavc: ff_find_pix_fmt ->avpriv 13 years ago
  Michael Niedermayer 86159703f5 ff_find_pix_fmt: return NONE for the "not found" case. 13 years ago
  Michael Niedermayer 1e28fa21de rawdec: fix NV12 13 years ago
  Michael Niedermayer f105fe5c22 rawdec: fix decoding of odd dimensioned raw yv12 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Peter Ross 2d954ccd84 rawdec: use av_image_check_size 13 years ago
  Michael Niedermayer 60e957476e rawdec: check avpicture_get_size() return value 13 years ago
  Tim Nicholson 0ee57f8b14 rawdec.c: Extract interlace information from quicktime flag if it exisits. 13 years ago
  Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 13 years ago
  Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 13 years ago
  Michael Niedermayer 79bf1f0ad0 rawdec: fix "warning: assignment from incompatible pointer type" 13 years ago
  Michael Niedermayer ba2cf854d0 lavc: move AVRn to a seperate decoder. 13 years ago
  Michael Niedermayer 0de4918f32 rawdec: support AVRn 1:1 raw interlaced mode 13 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Piotr Bandurski 96e2507363 isom: add "NO16" FourCC 13 years ago
  Stefano Sabatini ab7dbdc92c lavc/rawdec: add assertion check in raw_decode() 13 years ago
  Stefano Sabatini 17a54f5de8 lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4 13 years ago
  Paul B Mahol e9d5c0520f lavc: use designated initializers for AVClasses 13 years ago
  Stefano Sabatini b583ccc3db lavc/rawdec: propagate duration from packet to frame 13 years ago