85 Commits (41922bef7a4f898ba61bcf082379b4b19922827b)

Author SHA1 Message Date
Andreas Rheinhardt b60a3f70be avcodec/wnv1: Avoid unnecessary VLC structure 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Michael Niedermayer d98d5a436a avcodec/wnv1: Check for width =1 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 8887232c77 avcodec/wnv1: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt 4a772b1397 avcodec/wnv1: Apply offset during init, not later every time 4 years ago
Andreas Rheinhardt a8646a7b3f avcodec/wnv1: Make array for initializing VLC smaller 4 years ago
Andreas Rheinhardt 099bc252c6 avcodec/wnv1: Move temporary variables from context to stack 5 years ago
Andreas Rheinhardt 0166b1d1a6 avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleak 5 years ago
Michael Niedermayer 7f50c25124 avcodec/wnv1: More strict buffer size check 8 years ago
Michael Niedermayer 9fac508ca4 avcodec/wnv1: Fix runtime error: left shift of negative value -1 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková f9c59f26c8 wnv1: Convert to the new bitstream reader 8 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
Paul B Mahol 63cb546f0a avcodec/wnv1: use init_get_bits8() 10 years ago
Michael Niedermayer 14bec7dcf8 avcodec/wnv1: clear padding area of rbuf 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 12 years ago
Paul B Mahol ea3ce00859 wnv1: remove unused avctx from codec private context 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov f3fcb1a7b2 wnv1: return meaningful error codes. 12 years ago
Anton Khirnov 0a9132b84c wnv1: cosmetics, reformat 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol 679c7578a6 wnv1: return more meaningful error codes 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 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
Michael Niedermayer f23a2418fb wmv1: check that the input buffer is large enough 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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