index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegvideo_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-27
/
+27
*
rv: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
msmpeg4: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
mpeg12: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
libavcodec: Prefix fdct_ifast, fdct_ifast248
Martin Storsjö
2012-02-15
1
-3
/
+3
*
libavcodec: Add ff_ prefix to some nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-5
/
+5
*
lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-60
/
+2
*
mpegvideo_enc: ifdef out/replace references to deprecated codec flags.
Anton Khirnov
2012-01-12
1
-6
/
+14
*
mpegenc: use avctx->slices as number of slices
Janne Grunau
2012-01-02
1
-2
/
+3
*
mpegvideo_enc: K&R cosmetics (line 1000-2000).
Aneesh Dogra
2011-12-29
1
-394
/
+531
*
mpegvideo_enc: K&R cosmetics
Aneesh Dogra
2011-12-27
1
-439
/
+580
*
mpegvideo_enc: separate declarations and statements
Diego Biurrun
2011-12-20
1
-1
/
+2
*
mpegvideo: remove abort() in ff_find_unused_picture()
Andrey Utkin
2011-12-14
1
-0
/
+6
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-5
/
+5
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-6
/
+6
*
mpegvideo_enc: fix a signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.
Diego Biurrun
2011-09-21
1
-5
/
+5
*
h263/p encoder: add 'structured_slices' private option.
Anton Khirnov
2011-08-31
1
-1
/
+4
*
h263/p encoder: add 'obmc' private option.
Anton Khirnov
2011-08-31
1
-7
/
+21
*
h263p encoder: add 'aiv' private option.
Anton Khirnov
2011-08-31
1
-1
/
+3
*
h263p encoder: add 'umv' private option.
Anton Khirnov
2011-08-31
1
-1
/
+19
*
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
mpeg4enc: add 'data_partitioning' private option.
Anton Khirnov
2011-08-31
1
-1
/
+6
*
mpeg2enc: add 'non_linear_quant' private option
Anton Khirnov
2011-08-31
1
-1
/
+3
*
mpeg12enc: add intra_vlc private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-35
/
+35
*
jfdctint: add 10-bit version
Mans Rullgard
2011-07-21
1
-1
/
+2
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-86
/
+86
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
1
-1
/
+1
*
lavc: introduce avcodec_open2() as a replacement for avcodec_open().
Anton Khirnov
2011-07-10
1
-1
/
+1
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
put_bits: remove ALT_BITSTREAM_WRITER
Mans Rullgard
2011-07-02
1
-2
/
+0
*
cosmetics: fix some then/than typos
Diego Biurrun
2011-06-30
1
-2
/
+2
*
mpegvideoenc: fix multislice fate tests with threading disabled.
Ronald S. Bultje
2011-06-03
1
-2
/
+2
*
H264/MPEG frame-level multi-threading.
Alexander Strange
2011-06-02
1
-11
/
+13
*
Remove h263_msmpeg4 from MpegEncContext.
Alex Converse
2011-05-25
1
-6
/
+2
*
lavc: remove msmpeg4v1 encoder.
Anton Khirnov
2011-05-24
1
-21
/
+0
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-37
/
+37
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Pass VBV delay to the calling application via ctx
Christophe Massiot
2011-02-15
1
-0
/
+1
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-3
/
+3
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-6
/
+6
*
Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions
Mans Rullgard
2011-01-25
1
-4
/
+4
*
Make denoise_dct_c and dct_quantize_trellis_c static.
Diego Elio Pettenò
2011-01-24
1
-0
/
+2
*
Make mpeg4 encoder log a more explicit error message when the timebase
Stefano Sabatini
2011-01-05
1
-1
/
+3
*
Our ljpeg encoder supports bgra, use the correct constant in the sanity check.
Michael Niedermayer
2011-01-05
1
-1
/
+1
[next]