56 Commits (c11c693accaad65d3f4afa44c27f2338a2e3bf8f)

Author SHA1 Message Date
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Vittorio Giovara 0ac9f33a9e lavc: Move frame_skip_* to codec private options 9 years ago
Anton Khirnov 03afb62e83 libvpxenc: export CPB props side data 9 years ago
James Zern 4d05e9392f libvpxenc: remove some unused ctrl id mappings 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara d6006dd9f0 libvpxenc: Do not entangle coded_frame 9 years ago
Luca Barbato 8655c54160 libvpx: Support the vp9 extended profiles 10 years ago
Luca Barbato 05bf3f54e6 libvpx: Do not set vp8 only parameters when encoding in vp9 10 years ago
Vittorio Giovara 93f7948136 libvpx: Fix mixed use of av_malloc() and av_reallocp() 10 years ago
Vittorio Giovara 771656bd85 libvpxenc: clean memory on error 10 years ago
Anton Khirnov 685be3d1ae libvpxenc: add static-thresh private option 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Rafaël Carré 9affa784a0 vp9 encoder: use a decent default speed setting 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 3f111804eb libvpx: make vp8 and vp9 selectable 12 years ago
Luca Barbato dab1f543fc libvpx: support vp9 12 years ago
Martin Storsjö 774e6fc9ed libvpxenc: Support forcing keyframes 12 years ago
James Zern 12776d5d2a libvpxenc: Allow enabling constrained quality (CQ) mode 12 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ö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS 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
Luca Barbato 4aa3d7b3f2 libvpxenc: use the default bitrate if not set 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anton Khirnov d8f3365fb0 libvpxenc: switch to encode2(). 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 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 24ec9ac475 libvpx: fix build with older libvpx versions. 13 years ago
Luca Barbato 6450f26c9a libvpxenc: use libvpx's own defaults for some parameters 13 years ago
Luca Barbato e3eb015ba4 vpxenc: add private options 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Robert Swain 954a653216 vorbis: vpxenc: Add missing include for av_rescale* 14 years ago
James Zern 88aa215939 vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 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ò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
James Zern 9d845ca40c Avoid rollover in settings conversion. 14 years ago
James Zern 2aa72ecccc Add new -slices option and use it for libvpx and libx264. 14 years ago
Benoit Fouet 1aa15491f2 Fix doxygen comments. 14 years ago
James Zern 53cf47829a Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx 15 years ago
James Zern 7eb185e0a3 Map settings for 2-pass libvpx encoding. 15 years ago