77 Commits (6fbb8cc8ad8c406cec0d0eb0bb3078c2929109c8)

Author SHA1 Message Date
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 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 949367b0ec avcodec/motionpixels: Simplify creating VLC tables 4 years ago
Andreas Rheinhardt af7acbb4b8 avcodec/motionpixels: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt cc18bcdd52 avcodec/motionpixels: Use symbols table 4 years ago
Andreas Rheinhardt d3fba74803 avcodec/motionpixels: Don't check for errors for complete VLC 4 years ago
Andreas Rheinhardt 3d95b1a828 avcodec/motionpixels: Be more strict when parsing Huffman trees 4 years ago
Andreas Rheinhardt e246ea2535 avcodec/motionpixels: Only create VLC iff it is going to be used 4 years ago
Andreas Rheinhardt 0f1db365c7 avcodec/motionpixels: Cleanup generically after init failure 4 years ago
Michael Niedermayer 017884bdc3 avcodec/motionpixels: Mark 2 functions as always_inline 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 930cdef80a avcodec/motionpixels: Check for vlc error in mp_get_vlc() 5 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á d7fe11634c motionpixels: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 7de2cea8a9 avcodec/motionpixels: use av_mallocz_array() 11 years ago
Anton Khirnov ca41c72c6d motionpixels: clip VLC codes. 11 years ago
Anton Khirnov e52f38bc2e motionpixels: use the AVFrame API properly. 11 years ago
Paul B Mahol 62ef736f5a avcodec/motionpixels: use av_fast_padded_malloc() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Piotr Bandurski bb5e7d3b5a avcodec/mationpixels: free memory after malloc failures 11 years ago
Piotr Bandurski 8728360b56 avcodec/mationpixels: check for malloc failures 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Michael Niedermayer b5fc95e77f motionpixels: Check that the vlc table has been fully inited 12 years ago
Michael Niedermayer 4401958fdc motionpixels: Propagate errors in vlc table init 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Paul B Mahol 3b56ed3478 motionpixels: use meaningful error code 12 years ago
Michael Niedermayer 05b0337025 motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse the last. 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
Michael Niedermayer 50122084a6 motionpixels: check extradata size 13 years ago
Alex Converse b5da848fac motionpixels: Clip YUV values after applying a gradient. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Laurent Aimar 1cd0a55163 motionpixels: Prevent calling init_vlc() with invalid parameters 13 years ago
Laurent Aimar 210c80331e motionpixels: Fix the size of workspace buffers 13 years ago
Laurent Aimar d337dd3a90 motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer 13 years ago
Laurent Aimar 69a0bce753 Fixed deference of NULL pointer in motionpixels decoder. 13 years ago