167 Commits (702d0a9e85912961d66c62bc2e019ba3290ce78d)

Author SHA1 Message Date
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
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Baptiste Coudurier 7591b30499 remove some warnings due to avctx->execute 16 years ago
Ben Hutchings f579d24bad assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk 16 years ago
Roman Shaposhnik 1a969d6dfe Cosmetics: fixing indentation 16 years ago
Roman Shaposhnik 77cd35cdb5 unrolling encoding loops 16 years ago
Roman Shaposhnik b45ba151cf Cosmetics: simplifying static initialization 16 years ago
Roman Shaposhnik 85eca52be4 simplifying DIF encoding process 16 years ago
Roman Shaposhnik 76bd5997a9 Cosmetics: fixing the indentation 16 years ago
Roman Shaposhnik 9b8390bfbe factoring code into dv_init_enc_block 16 years ago
Roman Shaposhnik 5c2a9dd64e Cosmetics: replacing 0 with NULL for pointer assignment 16 years ago
Roman Shaposhnik 2331854d0b Cosmetics: moving the function definition around 16 years ago
Roman Shaposhnik b25d439233 Replacing the constant with a macro 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Roman Shaposhnik a21fd75f56 Making idct factor tables dynamically allocated 16 years ago
Roman Shaposhnik ff16d6e495 Change of indentation 16 years ago
Roman Shaposhnik 195b349041 Getting rid of huge static DV tables 16 years ago
Roman Shaposhnik 1ac1217bd6 Getting rid of unneeded extra wrapper functions 16 years ago
Roman Shaposhnik 2ae7e12430 Taking advantage of the new ->execute API 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Roman Shaposhnik c3d470b4a9 implementing more efficient (and direct) allocation of work for DV codec workers 16 years ago
Roman Shaposhnik 0e60e19019 renaming macro in order to conform with the rest of libavcodec 16 years ago
Diego Biurrun f94036f159 prettyprinting cosmetics 16 years ago
Diego Biurrun 75f2c20983 spelling cosmetics 16 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
Roman Shaposhnik 6a276c46b1 unrolling the loops as per Michael's suggestion 16 years ago
Roman Shaposhnik 0843ddcb91 fixing a bug that prevented proper unweighting table to be selected 16 years ago
Roman Shaposhnik 2b6cee9f1e Doxygenizing the comments 16 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 16 years ago
Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
Diego Biurrun 2a43a093ed Replace generic CONFIG_DECODERS preprocessor conditionals by more specific 16 years ago