index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mpeg4videoenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-19
1
-1
/
+1
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-3
/
+3
*
mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-4
/
+4
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
Anton Khirnov
2011-10-23
1
-0
/
+40
*
mpegvideo: remove some unused variables from MpegEncContext.
Anton Khirnov
2011-10-23
1
-1
/
+0
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-2
/
+2
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-2
/
+2
*
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
Anton Khirnov
2011-08-31
1
-0
/
+1
*
mpeg4enc: add 'data_partitioning' private option.
Anton Khirnov
2011-08-31
1
-0
/
+17
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-7
/
+7
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-12
/
+13
*
mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().
Diego Biurrun
2011-06-26
1
-65
/
+0
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-15
/
+15
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-3
/
+3
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Rename most non static h263 tables so their name contains h263.
Michael Niedermayer
2010-01-08
1
-16
/
+16
*
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
Michael Niedermayer
2010-01-08
1
-3
/
+3
*
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
Michael Niedermayer
2010-01-08
1
-6
/
+6
*
Explain why the level variable is magically inceased in mpeg4_encode_dc().
Diego Biurrun
2010-01-08
1
-0
/
+1
*
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
2010-01-07
1
-0
/
+1351