95 Commits (2e268477802d64aa75b9c3c2cb2fc89d1ef7c87d)

Author SHA1 Message Date
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 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 645f705d6a av(codec|device): Don't cast pointers to int 3 years ago
Andreas Rheinhardt bc5e68ea88 avcodec/dvdec: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt 6d484671ec avcodec/dv: Don't initialize RL VLC for encoder 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
Michael Niedermayer d73f062706 avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab 5 years ago
Andreas Rheinhardt b25b6432a7 avcodec/dvdec: Don't use restrict directly to fix build on MSVC 5 years ago
Baptiste Coudurier 004ebd4b37 avcodec/dvdec: correctly decode bottom mb row in 1080i field mode 5 years ago
Baptiste Coudurier 33203a08e0 avcodec/dvdec: correctly set interlaced and tff 5 years ago
Paul B Mahol 833ae5f4bf avcodec/dvdec: add frame threads 6 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Luca Barbato 9c2d36fcaf dv: Convert to the new bitstream reader 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Diego Biurrun 1263b2039e Adjust printf conversion specifiers to match variable signedness 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Michael Niedermayer 93ac72a98d avcodec/dvdec: Fix "left shift of negative value -254" 9 years ago
Vittorio Giovara cab63a8b59 dv: Mark internal frame reference as const 9 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
Michael Niedermayer 38490e0724 avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies when error_concealment is set 9 years ago
Michael Niedermayer dee551bbd2 avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the data is inconsistent 9 years ago
Michael Niedermayer daf6bce71b avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely damaged parts 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer bf6102044d avcodec/dvdec: Make dv_iweight_720_c static 10 years ago
Luca Barbato 74d7db586a dv: Drop a spurious check 10 years ago
Christophe Gisquet 05da586fef dv: move inverse weight tables to decoder 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
James Almer 6edd6a4f00 avcodec/dv_profile: deprecate internal function that shouldn't be public 10 years ago
Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 10 years ago
Diego Biurrun b574e1e97e get_bits: Add OPEN_READER macro variant w/o size_plus8 10 years ago
Diego Biurrun 7835c24e19 dv: Update DV-profile-related functions to current public API 10 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Michael Niedermayer 5307fa00a4 avcodec/dvdec: remove redundant null check 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e63b818dbe dv: Properly split decoder and encoder initialization 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Anton Khirnov 650dee63c8 dv: get rid of global non-const tables 11 years ago
Anton Khirnov d4f1188d1a dv: use AVFrame API properly 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Anton Khirnov caeed8deeb dvdec: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer f0b26bf0f5 avcodec/dvdec: dont try to decode ac when theres no input 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer ac126a98e5 dvdec: fix lowres=3 with yuv 4:1:1 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago