116 Commits (5b586f0bc87dc1c19bc722ea7386d670c33eeb71)

Author SHA1 Message Date
  Michael Niedermayer 5b586f0bc8 avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it 8 years ago
  Michael Niedermayer 719b9b673c avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg 8 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Michael Niedermayer 37498a4b20 avcodec/nuv: Fix 'libavcodec/nuv.c:83:19: warning: passing argument 3 of av_image_copy from incompatible pointer type' 10 years ago
  Vittorio Giovara 13bddab7de nuv: Replace avpicture functions with imgutils 10 years ago
  Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 11 years ago
  Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 12 years ago
  Diego Biurrun 1df0b06162 nuv: Reuse the DSPContext from RTJpegContext 12 years ago
  Diego Biurrun ed9625eb62 dsputil: Move intreadwrite.h #include from header file to .c files 12 years ago
  Michael Niedermayer 4a2570f50a avcodec/nuv: zero buffer padding 12 years ago
  Anton Khirnov 5290e02a0a nuv: use the AVFrame API properly. 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Luca Barbato 85ac12587b nuv: check ff_rtjpeg_decode_frame_yuv420 return value 12 years ago
  Luca Barbato 2df0776c22 nuv: Use av_fast_realloc 12 years ago
  Luca Barbato feaaf5f7f0 nuv: Reset the frame on resize 12 years ago
  Luca Barbato 075dbc1855 nuv: Pad the lzo outbuf 12 years ago
  Luca Barbato aae159a7cc nuv: Do not ignore lzo decompression failures 12 years ago
  Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago
  Anton Khirnov dff6197dfb nuv: do not rely on get_buffer() initializing the frame. 13 years ago
  Michael Niedermayer 922332e60d nuv: remove unused variable 13 years ago
  Anton Khirnov 3344f5cb74 nuv: return meaningful error codes. 13 years ago
  Michael Niedermayer 56d09250ef nuv: dont try to copy an empty frame 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 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
  Diego Biurrun cf22705e87 nuv: K&R formatting cosmetics 13 years ago
  Janne Grunau 859a579e9b nuv: check RTjpeg header for validity 13 years ago
  Janne Grunau 110d015ad4 Revert "nuv: check per-frame header for validity." 13 years ago
  Reimar Döffinger 98b0120668 nuv: Fix playback of RTjpeg from current MythTV, 13 years ago
  Reimar Döffinger e1bc0171c0 nuv: check size of buffer before accessing it instead of after. 13 years ago
  Michael Niedermayer ebf6d1d295 nuv: check buffer size before checking content. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Martin Storsjö 0ca1bdb37d rtjpeg: Add ff_ prefix to nonstatic symbols 14 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 14 years ago
  Reimar Döffinger f6afacdb3b nuv: check per-frame header for validity. 14 years ago
  Reimar Döffinger 785baa738a nuv: use FFALIGN. 14 years ago
  Reimar Döffinger 266f6eefc6 nuv: do not use data not initialized by LZO decompression. 14 years ago
  Reimar Döffinger 95e1dfee76 nuv: Fix combination of size changes and LZO compression. 14 years ago
  Reimar Döffinger 6f3ebcc320 Check NUV per-frame header for validity. 14 years ago
  Reimar Döffinger 7f6c828f2e Use FFALIGN. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 15 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 15 years ago