162 Commits (2592cc1f96ce5753a220f35fd3952832938f3e19)

Author SHA1 Message Date
Andreas Rheinhardt 460c6ae597 avcodec/svq1dec: Increase size of VLC 1 year ago
Andreas Rheinhardt 7d542e26a9 avcodec/svq1dec: Avoid superfluous VLC structures 1 year ago
Paul B Mahol cb26b85953 avcodec/svq1dec: fix runtime error: applying non-zero offset 4 to null pointer 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
Peter Ross 16af424bf9 avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interframe mean symbols 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 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 a88a141c17 avcodec: Remove unnecessary h263.h inclusions 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Paul B Mahol 2fc309e699 avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when necessary 4 years ago
Andreas Rheinhardt be1f5bae31 avcodec/svq1dec: Increase nb_bits of VLC to read it in one go 4 years ago
Andreas Rheinhardt da860802ad avcodec/svq1dec: Make decoder init-threadsafe 4 years ago
Paul B Mahol 7c66d24460 avcodec/svq1dec: use av_malloc_array() to allocate pmv 4 years ago
Michael Niedermayer 55e344ee5a avcodec/svq1dec: Check that there is data left after the header 5 years ago
Michael Niedermayer b4a4aadfaf libavcodec/svq: Remove ff_svq1_packet_checksum() 5 years ago
Clément Bœsch 8839cbf911 Revert "avcodec/svq1: zero initialize entries array" 8 years ago
James Almer aed84ee4d1 avcodec/svq1: zero initialize entries array 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 9f78e3a46d svq1dec: Convert to the new bitstream reader 8 years ago
Diego Biurrun 21e500ba64 svq1dec: Change type of array pitch parameters to ptrdiff_t 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Michael Niedermayer a51d4246d8 avcodec/svq1dec: Check init_get_bits8() for failure 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
Michael Niedermayer ff1d85b0ed avcodec/svq1dec: Remove duplicate buf_size check 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 7b0daec233 avcodec/svq1dec: Fix undefined shifts 10 years ago
Michael Niedermayer 741b56fcee avcodec/svq1dec: Add assert to ensure "stages >= 0" 10 years ago
Luca Barbato 9b8c8a9395 svq1dec: Validate the stages value strictly 10 years ago
Paul B Mahol 335c150ba1 avcodec/svq1dec: remove unneeded #include, there are no assert() 10 years ago
Michael Niedermayer 5a82ad644f svq1dec: Unbreak the scratch buffer allocation 10 years ago
Michael Niedermayer e91ba2efa9 avcodec/svq1dec: zero terminate embedded message before printing 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
Michael Niedermayer 4213fc5b9e avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet" 11 years ago
Anton Khirnov 7b588bb691 svq1: do not modify the input packet 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Anton Khirnov 7fbb75cc70 svq1dec: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer c882b62d14 avcodec/svq1dec: Use skip_1stop_8data_bits() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 12 years ago
Michael Niedermayer 8c707a129a avcodec/svq1dec: use init_get_bits8() 12 years ago