129 Commits (07b8d6a897b927a187c3d3268202e7160aa93900)

Author SHA1 Message Date
Andreas Rheinhardt b45060114d avcodec/vp[56]: Mark decoders as init-threadsafe 3 years ago
Andreas Rheinhardt ac9f8d7c02 avcodec/vp6: Avoid code duplication when initializing VP56 contexts 3 years ago
Andreas Rheinhardt 3cbef22f8f avcodec/vp6: Avoid allocation for alpha_context 3 years ago
Andreas Rheinhardt 55379dac53 avcodec/vp56: Cleanup generically in case of init failure 3 years ago
Andreas Rheinhardt 90e5eef731 avcodec/vp6: Check initializing VP6A context 3 years ago
Jiasheng Jiang c4d63dbc94 avcodec/vp6: return value check for av_mallocz 3 years ago
maryam ebrahimzadeh ad88cce3f8 avcodec/vp6: return value check for init_get_bits 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer ab56e62e8f avcodec/vp5/6/8: use vpX_rac_is_end() 6 years ago
Peter Ross d8ebfd1bdf avcodec/vp6: select idct based (loosely) on number of coefficients decoded 6 years ago
Michael Niedermayer 967feea5eb avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header() 8 years ago
Michael Niedermayer 55d7371fe0 avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 8 years ago
Michael Niedermayer 513a349439 avcodec/vp56: Fix sign typo 8 years ago
Michael Niedermayer 9e6a242755 avcodec/vp56: Check for the bitstream end, pass error codes on 8 years ago
Diego Biurrun 721d57e608 vp56: Separate VP5 and VP6 dsp initialization 9 years ago
Diego Biurrun d9d26a3674 vp56: Change type of stride parameters to ptrdiff_t 9 years ago
Michael Niedermayer 741d353ab9 huffman: allow specifying nb_bits to ff_huff_build_tree() 10 years ago
Michael Niedermayer 5a19bce2ff huffman: use a named identifer for the bits constant 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 2ae2c60554 avcodec/vp6: Use av_freep(), avoid leaving stale pointers 10 years ago
Matt Oliver cef99e12bc Use rac_get_prob branchy version when used within a conditional branch. 11 years ago
Anton Khirnov 2e0ab4d314 vp56: stop using deprecated avcodec_set_dimensions 12 years ago
Martin Storsjö 41a10f3ba1 vp6: Support cropping to AVCodecContext.width/height 12 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Michael Niedermayer 2b834a0605 avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() 12 years ago
Michael Niedermayer b9ea6a8414 avcodec/huffman: use named identifer for the bits constant 12 years ago
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Ronald S. Bultje d85c9b036e vp3/x86: use full transpose for all IDCTs. 12 years ago
Michael Niedermayer eba6a04e1c vp6: remove unused variable 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Luca Barbato bb675d3ac6 vp56: make parse_header return standard error codes 12 years ago
Luca Barbato be75fed975 vp6: properly fail on unsupported feature 12 years ago
Ben Jackson 39a3894ad5 lavc/vp6: Implement "slice" threading for VP6A decode 13 years ago
Ben Jackson eebc11ebc8 lavc/vp56: Move golden_frame into VP56Context 13 years ago
Ben Jackson 6e86d6af6b lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context 13 years ago
Ben Jackson de9f5b6853 lavc/vp6: Disable deblock filtering for Simple Profile 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Ronald S. Bultje 8bc396fc0e vp56: error out on invalid stream dimensions. 13 years ago
Martin Storsjö d1b357d78b vp56: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Thierry Foucu e0966eb140 vp6: Fix illegal read. 14 years ago
Alex Converse 2a6eb06254 vp6: Fix illegal read. 14 years ago
Laurent Aimar a72cad0a6c vp6: Reset the internal state when aborting key frames header parsing 14 years ago
Laurent Aimar 066fff755a vp6: Check for huffman tree build errors 14 years ago
Laurent Aimar 91f104496b vp6:Reset the internal state when aborting key frames header parsing in vp6 decoder. 14 years ago