64 Commits (81ab42a334c3f7b7e23a259382fbd81384656c44)

Author SHA1 Message Date
Michael Niedermayer 7e5cbb3c2d cljrdec: improve scaling somewhat 13 years ago
Michael Niedermayer a1ca45317d cljrenc: fix scaling 13 years ago
Paul B. Mahol 2e7905eee8 cljr: fix buf_size sanity check 13 years ago
Shitiz Garg 652d81b2c2 cljr: Check if width and height are positive integers 13 years ago
Shitiz Garg 4af0262f7d cljr: Check if width or height are positive integers 13 years ago
Paul B Mahol 65c1011404 cljr: remove unused code 13 years ago
Michael Niedermayer 523da37f4c cljrenc: 2x2 ordered dither support. 13 years ago
Michael Niedermayer 74d9b21340 cljrenc: add AVOption to disable dither 13 years ago
Michael Niedermayer 43a36ad2ee cljrenc: Add dither to avoid the banding artifcats caused by the very low 13 years ago
Diego Biurrun 6b60a4c9c9 cljr: K&R cosmetics 13 years ago
Diego Biurrun 1c45c64c9d cljr: return a more sensible value when encountering invalid headers 13 years ago
Diego Biurrun 163682fab3 cljr: drop unnecessary emms_c() calls without MMX code 13 years ago
Mans Rullgard bbc10185ee cljr: remove useless casts 13 years ago
Mans Rullgard baf3b6e594 cljr: group encode/decode parts under single ifdefs 13 years ago
Mans Rullgard 9a1420bfda cljr: remove stray semicolon 13 years ago
Paul B Mahol ca52bae6ec cljr: add missing return statement in decode_end() 13 years ago
Paul B Mahol e93947b7d8 cljr: add encoder 13 years ago
Paul B. Mahol 04a5eaa1a5 cljr: release picture at end of decoding 13 years ago
Paul B. Mahol fc9489f6ad cljr: simplify CLJRContext 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Alex Converse 0c1f5b93d9 cljr: init_get_bits size in bits instead of bytes 13 years ago
Diego Biurrun fed6c90b68 cosmetics: remove some stray comments from AVCodec declarations 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 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
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
Daniel Kang f2953365d1 Check if buffer is large enough for given resolution. 14 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
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 27030ee4e9 Remove unused variables. 16 years ago
Diego Biurrun 01c534371c typo: CODEC_ID_cljr --> CODEC_ID_CLJR 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun c7ac9449ba Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering 16 years ago
Diego Biurrun 999960c90a Surround some encoding-specific functions with the appropriate 16 years ago
Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Michael Niedermayer 1a2c94cb69 const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago