207 Commits (36ef5369ee9b336febc2c270f8718cec4476cb85)

Author SHA1 Message Date
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard c75eca9d37 dvenc: do not call dsputil functions with stride not a multiple of 16 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun 2b98377935 dv: Initialize encoder tables during encoder init. 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
Anton Khirnov a839dbb94e dvenc: print allowed profiles if the video doesn't conform to any of them. 13 years ago
Diego Biurrun d724fe665b dv: Split off DV video decoder into its own file. 13 years ago
Anton Khirnov 6a047213ac dvenc: switch to encode2(). 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Alex Converse 89c9a8d3fd dv: Move functions used only by the encoder out of a shared header. 13 years ago
Alex Converse 3746072712 dv: Split dvdata.h into dvdata.h and dvquant.h 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Mans Rullgard a1e98f198e get_bits: remove A32 variant 13 years ago
Mans Rullgard b6ae086682 dv: simplify bitstream splicing in dv_decode_ac() 13 years ago
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Clément Bœsch 6d75fb01eb dv: fix comment wording mistake 14 years ago
Reimar Döffinger 68e39d6efe dv: fix valgrind use of uninitialised value warnings. 14 years ago
Clément Bœsch 65614321db dv: fix comment spelling 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Baptiste Coudurier 2a5db1aa58 In dv decoder, set sample aspect aspect ratio, fix issue #1612 14 years ago
Måns Rullgård 375fb9f17a dv: fix alignment of scratch buffer 14 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 5b9c11ff96 Fix indentation. 15 years ago
Reimar Döffinger c787cb339e Add support for hard-coding the 256kB large dv_vlc_map table. 15 years ago
Reimar Döffinger 10249a5f31 Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Michael Niedermayer 9514a0841a Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). 15 years ago
Tomas Härdin 6d01a97c86 Fail earlier for unsupported resolutions or pixel formats when encoding 15 years ago
Ronald S. Bultje c47ca25e74 Make get_bits_left() available for use in libavcodec (was previously held 15 years ago
Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
Reimar Döffinger 8f1e203a56 Use context instead of NULL for logging. 15 years ago
Reimar Döffinger ebb651d5f2 Make sure that dv encoder initializes all encoded packet data. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 15 years ago
Baptiste Coudurier 2c608fed3a print error when dv frame profile cannot be found 16 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Baptiste Coudurier b8df8d0d1c remove cast and use put_sbits, fix assertion in put_bits 16 years ago