69 Commits (eb9ce9de3ba4422d781c79fb53c9f86cfddcc58b)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 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 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt a265e6604e avcodec/vble: Don't free buffer known to be NULL 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Alexandra Hájková e5bdfc6790 vble: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Paul B Mahol d93495c954 avcodec/vble: add frame threading support 9 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
Michael Niedermayer 58a53123ba avcodec/vble: use av_malloc_array() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 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 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
Michael Niedermayer 0b28abf903 vble: check packet size. 12 years ago
Piotr Bandurski f5fa03660d vble: Do not abort decoding when version is not 1 12 years ago
Piotr Bandurski 1b20877f34 vble: remove superfluous braces 12 years ago
Piotr Bandurski 45d8537ccf vble: do not abort when version is not 1 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
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Anton Khirnov f3d02a8b28 lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
Paul B Mahol 7099f36578 lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Michael Niedermayer adfdcf87b1 vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used. 13 years ago
Michael Niedermayer 317ea97bff vble: remove flags copy, its not used in any speed relevant code. 13 years ago
Derek Buitenhuis e46abbcf77 vble: merge len and val arrays 13 years ago
Michael Niedermayer 0dd704dbd4 vble: remove unused variable len. 13 years ago
Michael Niedermayer ecf5e70548 vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used. 13 years ago
Michael Niedermayer 75c0ddc9c2 vble: move 2nd pass bitreading into vble_restore_plane() 13 years ago
Michael Niedermayer ef97d59fb3 vble: remove flags copy, its not used in any speed relevant code. 13 years ago
Michael Niedermayer 2fea60c600 vble: remove len array, its unneeded 13 years ago
Michael Niedermayer 177bcc1ad9 vble: remove unused variable len. 13 years ago
Michael Niedermayer dde0af2df1 vble: move get_bits_left() check out of inner loop, we can perform the check completely before the loop. 13 years ago