git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mpegvideo: move encoding-only initialization from common_init() to encode_init()
[ffmpeg.git]
/
libavcodec
/
mpegvideo_enc.c
2013-12-05
Anton Khirnov
mpegvideo: move encoding-only initialization from commo...
blob
|
commitdiff
2013-12-05
Anton Khirnov
mpegvideo: move setting encoding-only vars from common_...
blob
|
commitdiff
|
diff to current
2013-11-23
Diego Biurrun
Add missing #includes for *INT64_MAX and *INT64_C
blob
|
commitdiff
|
diff to current
2013-11-16
Anton Khirnov
mpegvideo_enc: use the AVFrame API properly.
blob
|
commitdiff
|
diff to current
2013-11-15
Ronald S. Bultje
lavc: Edge emulation with dst/src linesize
blob
|
commitdiff
|
diff to current
2013-11-14
Anton Khirnov
lavc: deprecate FF_MAX_B_FRAMES
blob
|
commitdiff
|
diff to current
2013-11-14
Anton Khirnov
lavc: make error_rate a private option of mpegvideo...
blob
|
commitdiff
|
diff to current
2013-11-08
Diego Biurrun
dsputil: Split off H.263 bits into their own H263DSPContext
blob
|
commitdiff
|
diff to current
2013-10-15
Ronald S. Bultje
lavc: Convert some remaining strides to ptrdiff_t
blob
|
commitdiff
|
diff to current
2013-10-03
Diego Biurrun
cosmetics: Group .name and .long_name together in codec...
blob
|
commitdiff
|
diff to current
2013-08-07
Vittorio Giovara
mpegvideo_enc: drop outdated copy_picture_attributes...
blob
|
commitdiff
|
diff to current
2013-05-15
Diego Biurrun
Remove commented-out debug #define cruft
blob
|
commitdiff
|
diff to current
2013-05-15
Diego Biurrun
mpegvideo: Remove commented-out PARANOID debug cruft
blob
|
commitdiff
|
diff to current
2013-04-19
Ronald S. Bultje
mpegvideo: Use hpeldsp instead of dsputil for half...
blob
|
commitdiff
|
diff to current
2013-04-05
Diego Biurrun
h261: Move function declarations to h261.h
blob
|
commitdiff
|
diff to current
2013-03-27
Diego Biurrun
mpeg12: Move some ff_mpeg1_* function declarations...
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
mpegvideo: remove FMT_H264
blob
|
commitdiff
|
diff to current
2013-03-09
Anton Khirnov
lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
mpegvideo_enc: drop support for reusing the input motio...
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
error_resilience: decouple ER from MpegEncContext
blob
|
commitdiff
|
diff to current
2013-02-08
Diego Biurrun
dsputil: Move fdct function declarations to dct.h
blob
|
commitdiff
|
diff to current
2013-02-08
Diego Biurrun
dsputil: Move LOCAL_ALIGNED macros to libavutil
blob
|
commitdiff
|
diff to current
2013-01-26
Anton Khirnov
mpegvideo_enc: fix indentation in load_input_picture()
blob
|
commitdiff
|
diff to current
2013-01-26
Anton Khirnov
mpegvideo_enc: do not modify the input frame.
blob
|
commitdiff
|
diff to current
2013-01-23
Diego Biurrun
Drop DCTELEM typedef
blob
|
commitdiff
|
diff to current
2012-12-20
Ronald S. Bultje
lavc: introduce VideoDSPContext
blob
|
commitdiff
|
diff to current
2012-12-18
Janne Grunau
mpegvideo: allocate scratch buffers after linesize...
blob
|
commitdiff
|
diff to current
2012-11-13
Luca Barbato
pixdesc: add av_pix_fmt_get_chroma_sub_sample
blob
|
commitdiff
|
diff to current
2012-10-11
Diego Biurrun
Move avutil tables only used in libavcodec to libavcodec.
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Convert some commented-out printf/av_log insta...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop silly and/or broken printf debug output
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop some silly commented-out av_log() invocations
blob
|
commitdiff
|
diff to current
2012-09-04
Martin Storsjö
avopt: Store defaults for AV_OPT_TYPE_INT in the i64...
blob
|
commitdiff
|
diff to current
2012-09-04
Michael Niedermayer
mpegvideo_enc: remove assert that has become obsolete...
blob
|
commitdiff
|
diff to current
2012-08-24
Diego Biurrun
x86: mpegvideoenc: Split optimizations off into a separ...
blob
|
commitdiff
|
diff to current
2012-08-20
Anton Khirnov
mpegvideo_enc: remove stray duplicate line from 7f9aaa4
blob
|
commitdiff
|
diff to current
2012-08-18
Anton Khirnov
mpegvideo_enc: don't use deprecated avcodec_encode_video().
blob
|
commitdiff
|
diff to current
2012-08-09
Mans Rullgard
mpegvideo: convert mpegvideo_common.h to a .c file
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
blob
|
commitdiff
|
diff to current
2012-03-28
Diego Biurrun
faandct: Remove FAAN_POSTSCALE define and related code.
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
Replace AVFrame pointer casts by proper struct member...
blob
|
commitdiff
|
diff to current
2012-03-01
Martin Storsjö
h263enc: Add an option for outputting info about MBs...
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
mpegvideo_enc: add quantizer_noise_shaping private...
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
mpegvideo_enc: add chroma/luma_elim_threshold private...
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
mpegvideo_enc: add cbp_rd flag to mpv_flags.
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
mpegvideo_enc: add qp_rd flag to mpv_flags.
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
mpegvideo_enc: add strict_gop flag to mpv_flags.
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
blob
|
commitdiff
|
diff to current
2012-02-21
Anton Khirnov
mpegvideo_enc: only allocate output packet when we...
blob
|
commitdiff
|
diff to current
2012-02-19
Anton Khirnov
mpegvideo_enc: switch to encode2().
blob
|
commitdiff
|
diff to current
2012-02-19
Anton Khirnov
mpegvideo_enc: force encoding delay of at least 1 frame...
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
mpegvideo: Add ff_ prefix to nonstatic functions
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
rv: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
msmpeg4: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
mpeg12: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
mpeg4: Add ff_ prefixes to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
libavcodec: Prefix fdct_ifast, fdct_ifast248
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
libavcodec: Add ff_ prefix to some nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
h263: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS...
blob
|
commitdiff
|
diff to current
2012-01-12
Anton Khirnov
mpegvideo_enc: ifdef out/replace references to deprecat...
blob
|
commitdiff
|
diff to current
2012-01-02
Janne Grunau
mpegenc: use avctx->slices as number of slices
blob
|
commitdiff
|
diff to current
2011-12-29
Aneesh Dogra
mpegvideo_enc: K&R cosmetics (line 1000-2000).
blob
|
commitdiff
|
diff to current
2011-12-27
Aneesh Dogra
mpegvideo_enc: K&R cosmetics
blob
|
commitdiff
|
diff to current
2011-12-20
Diego Biurrun
mpegvideo_enc: separate declarations and statements
blob
|
commitdiff
|
diff to current
2011-12-14
Andrey Utkin
mpegvideo: remove abort() in ff_find_unused_picture()
blob
|
commitdiff
|
diff to current
2011-12-12
Diego Biurrun
doxygen: misc consistency, spelling and wording fixes
blob
|
commitdiff
|
diff to current
2011-10-20
Anton Khirnov
lavc: use avpriv_ prefix for ff_copy_bits and align_put...
blob
|
commitdiff
|
diff to current
2011-10-12
Anton Khirnov
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
blob
|
commitdiff
|
diff to current
2011-10-09
Mans Rullgard
mpegvideo_enc: fix a signed overflow
blob
|
commitdiff
|
diff to current
2011-09-21
Diego Biurrun
Fix assert() calls that need updates after FF_COMMON_FR...
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
h263/p encoder: add 'structured_slices' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
h263/p encoder: add 'obmc' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
h263p encoder: add 'aiv' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
h263p encoder: add 'umv' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
mpeg4enc: add 'data_partitioning' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
mpeg2enc: add 'non_linear_quant' private option
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
mpeg12enc: add intra_vlc private option.
blob
|
commitdiff
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
diff to current
2011-07-21
Mans Rullgard
jfdctint: add 10-bit version
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-07-10
Anton Khirnov
lavc: make avcodec_alloc_context3 officially public.
blob
|
commitdiff
|
diff to current
2011-07-10
Anton Khirnov
lavc: introduce avcodec_open2() as a replacement for...
blob
|
commitdiff
|
diff to current
2011-07-03
Mans Rullgard
Do not include mathematics.h in avutil.h
blob
|
commitdiff
|
diff to current
2011-07-02
Mans Rullgard
put_bits: remove ALT_BITSTREAM_WRITER
blob
|
commitdiff
|
diff to current
2011-06-30
Diego Biurrun
cosmetics: fix some then/than typos
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
mpegvideoenc: fix multislice fate tests with threading...
blob
|
commitdiff
|
diff to current
2011-06-02
Alexander Strange
H264/MPEG frame-level multi-threading.
blob
|
commitdiff
|
diff to current
2011-05-25
Alex Converse
Remove h263_msmpeg4 from MpegEncContext.
blob
|
commitdiff
|
diff to current
2011-05-24
Anton Khirnov
lavc: remove msmpeg4v1 encoder.
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-04-21
Ronald S. Bultje
Introduce slice threads flag.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-02-15
Christophe Massiot
Pass VBV delay to the calling application via ctx
blob
|
commitdiff
|
diff to current
2011-01-29
Ronald S. Bultje
Move ff_emulated_edge_mc() into DSPContext.
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
next