287 Commits (cb53db144c104f447782b8918e94704484aedc8b)

Author SHA1 Message Date
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
Michael Niedermayer 63d2cfd142 dvdec: Fix dvsd profile[1] detection. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Reimar Döffinger 7cbb856efe Remove useless NULL check. 14 years ago
Clément Bœsch 6d75fb01eb dv: fix comment wording mistake 14 years ago
Clément Bœsch f428c29c23 dv: fix comment wording mistake 14 years ago
Reimar Döffinger afd06c6873 dv: fix valgrind use of uninitialised value warnings. 14 years ago
Clément Bœsch 50f8c26579 dv: fix comment spelling. 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 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 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
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 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ò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Roman Shaposhnik ce83d2bd37 Fixing a value returning issue 16 years ago
Roman Shaposhnik 94ed2a303d transitioning dv_guess_dct_mode to dsputil cmp function 16 years ago
Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
Roman Shaposhnik f52901b305 No need to compute stype 16 years ago