73 Commits (e8c0b6710cec23a71f7c85b6960f0b334750d346)

Author SHA1 Message Date
Michael Niedermayer 104b1d9e10 libvpxenc: fix memleak on error path 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 57e1553e9f libvpcenc: fix flags voption types 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
Michael Niedermayer ceb8773e16 libvpxenc: Fix CQ encoding without a specified bitrate 12 years ago
Michael Niedermayer 1ee7a2955f libvpxenc: only force CBR if a bitrate is set 12 years ago
Luca Barbato 4aa3d7b3f2 libvpxenc: use the default bitrate if not set 12 years ago
Michael Niedermayer 75cd9a62f4 libvpxenc: check for odd RC parameter combinations that could crash 12 years ago
Michael Niedermayer d472453efd libvpxenc: fix division by zero 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
Michael Niedermayer 9746f87f15 libvpxenc: switch to av_assert 12 years ago
James Zern cb7f062286 libvpxenc: add support for forced key frames 13 years ago
James Zern 695e85f189 libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 316defa93c libvpxenc: switch to ff_alloc_packet2(). 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
Paul B Mahol 668a0b152b libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal 13 years ago
Janne Grunau f6a152db11 threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
James Zern 95afa0a573 libvpxenc: restore vp8flags for compatibility 13 years ago
Michael Niedermayer 02026d08a9 libvpxenc: Remove duplicate AVOption constants. 13 years ago
Michael Niedermayer 439e1d196b libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25]" 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Luca Barbato 98df93c9fe libvpxenc: support vpxencs command line options. 13 years ago
Anton Khirnov 24ec9ac475 libvpx: fix build with older libvpx versions. 13 years ago
Michael Niedermayer 6edce391cf libvpxenc: cosmetics to make code more similar to lucas. 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
Nicolas George 769298a686 libvpxenc: Replace av_realloc by av_realloc_f when relevant. 13 years ago
James Zern 1da43f7e99 libvpxenc: add 'crf' private option 13 years ago
James Zern 3dc14b4628 libvpxenc: add 'rc_lookahead' private option 13 years ago
James Zern fb99d78778 libvpxenc: silence AVOption related warnings 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
Michael Niedermayer 1929807bef libvpxenc: add forgotten AVClass. 14 years ago
James Zern 88aa215939 vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 14 years ago
James Zern a138121bf1 webm: Additional options/presets for VP8 encodes under FFmpeg 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
James Zern 8eeed0db05 vpxenc: add CQ_LEVEL mapping 14 years ago
James Zern a299a261de vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 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
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