35 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
  Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
  Vittorio Giovara 7c79587d74 lavc: Move scenechange_threshold to codec private options 9 years ago
  Vittorio Giovara 5764d38173 lavc: Move chromaoffset to codec private options 9 years ago
  Vittorio Giovara 0e6c853221 lavc: Move b_frame_strategy and b_sensitivity to codec private options 9 years ago
  Luca Barbato 167ea1fbf1 xavs: Do not try to set the bitrate tolerance without a bitrate 9 years ago
  Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
  Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 9 years ago
  Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
  Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
  Sean McGovern a7b87ca911 libxavs: rename and fix a variable name 11 years ago
  Anton Khirnov b18c7c8d3d libxavs: use the AVFrame API properly. 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  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
  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 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ò 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