53 Commits (95a5fd4581c686ea6a7c8eb9188d902bce35d4f9)

Author SHA1 Message Date
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 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 11 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 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ö 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
Michael Niedermayer e3618cd4a8 vble: remove vble_read_reverse_unary(), the code is a bit simpler this way 13 years ago
Michael Niedermayer 35fd7b2968 vble: use LUT for vble_read_reverse_unary() 13 years ago
Michael Niedermayer c5e55e214c vble: change variable to int, its slightly faster and int is preferable if no specific size is needed. 13 years ago
Janne Grunau 6761b6b825 vble: remove vble_error_close 13 years ago
Derek Buitenhuis 0c251257b5 VBLE Decoder 13 years ago
Janne Grunau 29ae0565d9 vble: remove vble_error_close 13 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 13 years ago