64 Commits (0e12cdc69c86daa11608cfe809ba1aa848f91a09)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 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 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer f01d522cf3 avcodec/dxtory: Fix undefined shift with negative linesize 4 years ago
Michael Niedermayer 3291d994b7 avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420() 4 years ago
Michael Niedermayer abebd87764 avcodec/dxtory: Fix negative shift in dx2_decode_slice_410() 4 years ago
Michael Niedermayer c3d1c7f903 avcodec/dxtory: Fix negative shift in dxtory_decode_v1_410() 4 years ago
Michael Niedermayer 497debb171 avcodec/dxtory: Fix get_raw_size() for YUV 4 years ago
Paul B Mahol 1d1411822a avcodec/dxtory: add frame threads support 4 years ago
Paul B Mahol a198b508e3 avcodec/dxtory: add missed rgb555/rgb565 formats for vflip case 4 years ago
Paul B Mahol 4562d8e8d6 avcodec/dxtory: support subsampled formats with non-aligned size 4 years ago
Paul B Mahol 2d16b6bd3e avcodec/dxtory: add support for vertically flipped frames 4 years ago
Michael Niedermayer 9570322a2d avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2() 6 years ago
Michael Niedermayer d92034a06a avcodec/dxtory: Check slice sizes before allocating image 6 years ago
Michael Niedermayer 3748746a4d avcodec/dxtory: Remove code that corrupts dimensions 7 years ago
Michael Niedermayer 6e1a167c55 avcodec/dxtory: Fix bits left checks 7 years ago
Alexandra Hájková fd8de7f2d8 dxtory: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Diego Biurrun 7a2b2b6a92 dxtory: Drop nonsense ISO C printf conversion specifiers for standard types 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Diego Biurrun bd016dbf23 Mark tables used only within their files as static 9 years ago
Michael Niedermayer 76b6f4b7d9 avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() 9 years ago
Michael Niedermayer 9caa9414cc avcodec/dxtory: Fix input size check in dxtory_decode_v1_420() 9 years ago
Luca Barbato d0f7e4a57f dxtory: Unify and rework the decoding routines 9 years ago
Luca Barbato a7e6fbd90e dxtory: Factorize the buffer loading 9 years ago
Luca Barbato 6a6bc43f5f dxtory: Factorize slice size checks 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Paul B Mahol 088dfd3ff1 avcodec/dxtory: use init_get_bits8() 10 years ago
Michael Niedermayer b4ad2853c5 avcodec/dxtory: Use LL instead of L number suffix 10 years ago
Michael Niedermayer 47f1596ece avcodec/dxtory: use unaligned copy for unaligned addresses 10 years ago
Michael Niedermayer ee2e5acdb1 avcodec/dxtory: remove unused variables 10 years ago
Michael Niedermayer a43bcaafe2 avcodec/dxtory: Support dxtory-2.0.127.avi 10 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer a392bf6570 avcodec/dxtory: fix src size checks 11 years ago
Kostya Shishkov 28e1eed3c2 dxtory: compressed RGB555/RGB565 decoding support 11 years ago
Kostya Shishkov 0e1ad2f591 dxtory: add more compressed and uncompressed modes 11 years ago
Kostya Shishkov 025fd76e1a dxtory: change error code for unexpected slice configuration 11 years ago
Kostya Shishkov e91a3f1bdb dxtory: correctly handle YUV slices with average odd height 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Michael Niedermayer b984c727f5 avcodec/dxtory: make def_lru[8] static 11 years ago
Kostya Shishkov 3b03d7e251 dxtory v2 support 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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