156 Commits (2697f23f4e866a81ddcfca0c99a56ed14f93dc07)

Author SHA1 Message Date
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Michael Niedermayer b14104a637
avcodec/bink: disallow odd positioned scaled blocks 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 2 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 56df06dd83 avcodec/bink: Don't waste space for VLC table 4 years ago
Andreas Rheinhardt bd473d325d avcodec/bink: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt d2308b9237 avcodec/bink: Only keep what is used from HpelDSPContext 4 years ago
Andreas Rheinhardt ceeba2ac2b avcodec/bink: Combine allocations of arrays into one 4 years ago
Andreas Rheinhardt 4f67288948 avcodec/bink: Fix memleak upon init failure 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 005de57d84 avcodec/bink: Add many end of input checks 5 years ago
Michael Niedermayer 62ad08cef9 avcodec/bink: Fix integer overflow in unquantize_dct_coeffs() 5 years ago
Michael Niedermayer 2603f25d32 avcodec/bink: Reorder operations in init to avoid memleak on error 6 years ago
Jun Zhao 3af73f2c85 lavc/bink: Remove the dead code block 6 years ago
Michael Niedermayer b89fc3d01b avcodec/bink: Provide non NULL context to av_log() 6 years ago
Paul B Mahol 3237f018fd avcodec/bink: set color range 6 years ago
Paul B Mahol 1b0922584e avcodec/bink: add 'k' version support 6 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Diego Biurrun fd92dafaff bink: Split read_dct_coeffs() 7 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Alexandra Hájková 9a23b59943 bink: 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
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Luca Barbato 7f596368a4 bink: Factorize bink put_pixel 10 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Diego Biurrun b88cc5cca1 bink: Rename BinkDSPContext member so as not to clash with BlockDSPContext 11 years ago
Diego Biurrun cb52a17cb6 dsputil: Move Bink-specific add_pixels8 to binkdsp 11 years ago
Michael Niedermayer e838c9852e avcodec/bink: use av_mallocz for data 11 years ago
Michael Niedermayer cb52d6da0a avcodec/bink: fix seeking to frame 0 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer c77c5f6c9f libavcodec/bink.c: Fix duplicate words 11 years ago
Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Ronald S. Bultje 0f0a11d576 bink: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Ronald S. Bultje af1e3dfb9e bink: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
James Almer 8ab2173ed1 lavc/bink: Chech for malloc failure 12 years ago