36 Commits (0e4c166cdd6446522a085dd9731967d09ac71f72)

Author SHA1 Message Date
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
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
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Luca Barbato 74d7db586a dv: Drop a spurious check 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 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
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
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 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
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
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
Diego Biurrun b2e92e946c dvdec: drop const qualifier from variable to eliminate a warning 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun a3dbd459ff dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 13 years ago
Diego Biurrun 05afc5f57d dv: Move static tables only used in one place to where they are used. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun c0b34e6148 dvdec: drop unnecessary dv_tablegen.h #include 13 years ago
Diego Biurrun d724fe665b dv: Split off DV video decoder into its own file. 13 years ago