68 Commits (d4aea1aa4060fb5ba7f5f426823b697d2a5af08b)

Author SHA1 Message Date
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Anton Khirnov 042aec41ae flashsv: use the AVFrame API properly. 11 years ago
Luca Barbato 037fea388e flashsv: K&R formatting cosmetics 11 years ago
Michael Niedermayer 57070b1468 flashsv: Check diff_start diff_height values 11 years ago
Luca Barbato 4a64e67988 flashsv: Refactor a little 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> 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
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Janne Grunau 3ae69b9166 flashsv: make sure data for zlib priming is available 12 years ago
Janne Grunau 5ae72f5453 flashsv: check for keyframe before using differential coding 12 years ago
Diego Biurrun 17fecb4a59 flashsv: Drop unused function and struct parameters 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Janne Grunau c466eb1746 flashsv: propagate inflateReset() errors 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 4b7f49082f flashsv: return more meaningful error value 13 years ago
Diego Biurrun f9a9c8f9bc flashsv: fix typo in av_log() message 13 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
Diego Biurrun 35e376b0d2 flashsv: K&R cosmetics 14 years ago
Diego Biurrun a14c08247d flashsv: Return more meaningful error values. 14 years ago
Diego Biurrun 46cb2da1f0 flashsv: Employ explicit AVCodec struct initializers. 14 years ago
Diego Biurrun 293fe6da01 cosmetics: K&R coding style and more whitespace for Flash Screen Video 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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
Laurent Aimar b8fb21e902 Fixed buffer overread in flashsv decoder. 15 years ago
Benjamin Larsson 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 15 years ago
Benjamin Larsson 7141c8594d Use reget_buffer instead of get_buffer. Fixes issue1367. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 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