36 Commits (5d509fbdcf6277716414702dc961d33c8e1eedcb)

Author SHA1 Message Date
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer d29719121d libxavs: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov 84db922bf9 libxavs: switch to encode2(). 13 years ago
Anton Khirnov d3b577f00d libxavs: add an AVClass at the beginning of XavsContext. 13 years ago
Anton Khirnov a5f848c86d libxavs: split extradata writing out of encode_nals(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 7232bfbd93 lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft. 13 years ago
Janne Grunau f6a152db11 threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov af1e247038 libxavs: add private options corresponding to deprecated global options 13 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
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 15 years ago
Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
Jason Garrett-Glaser e8c7fca90c Add intra refresh and crf-max support to the libavcodec libx264 wrapper. 15 years ago
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Takashi Mochizuki d749da7e8b Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier f3b3b4895a Enable more libx264 options, aq, psy, rc lookahead and ssim 15 years ago
Jason Garrett-Glaser 76d81909ae Update libx264.c to use new libx264 features 15 years ago
Loren Merritt f543f636a5 revert r20775, because equivalent code has been committed to x264 instead 15 years ago
Jason Garrett-Glaser 2d0cacded7 Boolify options passed to x264. 15 years ago
Erik Slagter 25a42948c6 Add MBtree support for libx264 15 years ago
Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 15 years ago
Jason Garrett-Glaser 1953898162 Update libx264.c for x264 API change 15 years ago
Diego Biurrun 8a8720c1bb cosmetics: K&R coding style, prettyprinting 15 years ago
Jason Garrett-Glaser 2d3beedee2 Add support for new x264 API. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago
Ralf Terdic 5c4e97282f Fix mem leak. 16 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
Baptiste Coudurier 0bc4c436aa sync to latest x264 git, field was renamed 16 years ago
Stefano Sabatini d4be08e0c9 Make X264_init() no longer assign avctx->rc_eq to libx264's context. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 89223ef698 add esa/dia compat me options and new tesa for libx264 17 years ago
Baptiste Coudurier d9e5c9b718 x264 interlaced encoding option 17 years ago
Baptiste Coudurier 682a48a107 cleanup, remove useless parentheses 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago