110 Commits (52d332b044eb5f10a1346fa77964ae331a0ff7d3)

Author SHA1 Message Date
  Michael Niedermayer 52d332b044 avcodec/flashsv: Check size before updating it 10 years ago
  Michael Niedermayer a33c7dd213 avcodec/flashsv: check decode_hybrid() for overread 12 years ago
  Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 12 years ago
  Anton Khirnov 042aec41ae flashsv: use the AVFrame API properly. 12 years ago
  Paul B Mahol 82f5c4d737 avcodec/flashsv: use av_freep() for tmpblock 12 years ago
  Paul B Mahol c3311515d5 avcodec/flashsv: fix typo 12 years ago
  Paul B Mahol 6e094f7026 avcodec/flashsv: stop using deprecated avcodec_set_dimensions 12 years ago
  Paul B Mahol 22c00962c2 avcodec/flashsv: use init_get_bits8() 12 years ago
  Luca Barbato 037fea388e flashsv: K&R formatting cosmetics 12 years ago
  Michael Niedermayer 57070b1468 flashsv: Check diff_start diff_height values 12 years ago
  Luca Barbato 4a64e67988 flashsv: Refactor a little 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Michael Niedermayer 880c73cd76 avcodec/flashsv: check diff_start/height 12 years ago
  Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 13 years ago
  Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 13 years ago
  Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Michael Niedermayer a084884b62 flashsv: clear blocks array on reallocation 13 years ago
  Michael Niedermayer b6671787db flashsv2_prime: check block before using it. 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Janne Grunau 3ae69b9166 flashsv: make sure data for zlib priming is available 13 years ago
  Janne Grunau 5ae72f5453 flashsv: check for keyframe before using differential coding 13 years ago
  Diego Biurrun 17fecb4a59 flashsv: Drop unused function and struct parameters 13 years ago
  Michael Niedermayer ea3eaa37b1 flashsv: only realloc blocks for version 2 13 years ago
  Michael Niedermayer bc08ca841e flashsv: reallocate block array independant of frame type. 13 years ago
  Michael Niedermayer e9cb533fbb flashv: check if keyframe is available, fix null deref. 13 years ago
  Michael Niedermayer 4b2f696d6e flashv: use avcodec_set_dimensions() 13 years ago
  Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 13 years ago
  Michael Niedermayer b3eb4f54c0 flashsv: check deflateInit() return value 13 years ago
  Janne Grunau c466eb1746 flashsv: propagate inflateReset() errors 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 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
  Diego Biurrun 4b7f49082f flashsv: return more meaningful error value 14 years ago
  Diego Biurrun f9a9c8f9bc flashsv: fix typo in av_log() message 14 years ago
  Kostya Shishkov c2d23309ef add Flash Screen Video 2 decoder 14 years ago
  Diego Biurrun b8783b98c5 flashsv: split flashsv_decode_block() off from flashsv_decode_frame(). 14 years ago
  Diego Biurrun 51915cfa47 flashsv: inline copy_region() into flashsv_decode_frame() 14 years ago
  Diego Biurrun 91fe776913 flashsv: improve some variable names 14 years ago
  Diego Biurrun dc90031038 flashsv: improve some comments and fix some wrong ones 14 years ago
  Diego Biurrun a082e68030 flashsv: Eliminate redundant variable indirection. 14 years ago
  Diego Biurrun ecf026f1aa flashsv: set reference frame type to full frame 14 years ago
  Diego Biurrun bc35ab3f7d flashsv: replace bitstream description by a link to the specification 14 years ago
  Diego Biurrun 9b576e4d12 flashsv: convert a debug av_log into av_dlog 14 years ago
  Diego Biurrun 39884ab035 flashsv: simplify condition 14 years ago
  Diego Biurrun dbf5b95d35 flashsv: return more meaningful error values 14 years ago
  Diego Biurrun 940230202a flashsv: cosmetics: break some overly long lines 14 years ago
  Diego Biurrun cabc2938de flashsv: cosmetics: drop some unnecessary parentheses 14 years ago
  Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 15 years ago
  Diego Biurrun 35e376b0d2 flashsv: K&R cosmetics 15 years ago