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
/
mpegvideo_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo_enc: initialize the encoding context
Vittorio Giovara
2015-01-29
1
-1
/
+1
*
mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions
Michael Niedermayer
2015-01-23
1
-3
/
+14
*
msmpeg4: check memory allocations and propagate errors
Vittorio Giovara
2015-01-06
1
-1
/
+2
*
h261enc: Disallow sliced encoding
Martin Storsjö
2014-12-18
1
-0
/
+1
*
mpegvideo_enc: factor out denominator and explicitly cast operands
Vittorio Giovara
2014-11-06
1
-9
/
+7
*
mpegvideo_enc: rework direct mode check
Vittorio Giovara
2014-11-06
1
-20
/
+10
*
lavc: make lmax/lmin into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-1
/
+5
*
lavc: make border_masking into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-1
/
+8
*
lavc: deprecate unused mb_threshold field
Anton Khirnov
2014-10-18
1
-7
/
+0
*
lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...
Anton Khirnov
2014-10-18
1
-0
/
+4
*
lavc: make rc_eq into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-0
/
+7
*
lavc: make rc_qmod_* into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-0
/
+4
*
lavc: make rc_qsquish a private option of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-0
/
+7
*
Split off floating point AAN (I)DCT into separate components
Diego Biurrun
2014-09-07
1
-2
/
+4
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-3
/
+3
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-30
/
+30
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-0
/
+1
*
mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
Diego Biurrun
2014-07-25
1
-0
/
+3
*
mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
Diego Biurrun
2014-07-23
1
-0
/
+2
*
idct: Convert IDCT permutation #defines to an enum
Diego Biurrun
2014-07-18
1
-1
/
+1
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
1
-52
/
+44
*
dsputil: Split off pixel block routines into their own context
Diego Biurrun
2014-07-09
1
-23
/
+24
*
dsputil: Split off FDCT bits into their own context
Diego Biurrun
2014-07-07
1
-10
/
+11
*
dsputil: Move draw_edges() to mpegvideoencdsp
Diego Biurrun
2014-07-06
1
-12
/
+16
*
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
Diego Biurrun
2014-07-06
1
-12
/
+19
*
dsputil: Split off *_8x8basis to a separate context
Diego Biurrun
2014-07-06
1
-5
/
+8
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-9
/
+11
*
mjpeg: Split off bits shared by MJPEG and LJPEG encoders
Diego Biurrun
2014-06-30
1
-0
/
+1
*
mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter
Diego Biurrun
2014-06-27
1
-4
/
+5
*
mpegvideoenc: check color_range
Vittorio Giovara
2014-06-10
1
-6
/
+16
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
1
-3
/
+6
*
lavc: move CODEC_FLAG_MV0 to mpegvideo
Anton Khirnov
2014-05-01
1
-0
/
+7
*
lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
Anton Khirnov
2014-05-01
1
-0
/
+7
*
lavc: deprecate CODEC_FLAG_INPUT_PRESERVED
Anton Khirnov
2014-05-01
1
-2
/
+1
*
mpegvideo: Use the current_picture pts
Michael Niedermayer
2014-04-21
1
-2
/
+2
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-100
/
+100
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-1
/
+1
*
dsputil: Drop ff_check_alignment() function
Diego Biurrun
2014-03-13
1
-6
/
+0
*
avutil: remove timer.h include from internal.h
Janne Grunau
2014-01-25
1
-0
/
+1
*
mpegvideo_enc: Don't call ff_h263dsp_init unconditionally
Martin Storsjö
2014-01-22
1
-1
/
+2
*
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2014-01-09
1
-1
/
+1
*
mpegvideo: split the encoding-only parts of frame_start() into a separate fun...
Anton Khirnov
2014-01-03
1
-2
/
+97
*
ljpegenc: deMpegEncContextize
Anton Khirnov
2013-12-05
1
-33
/
+2
*
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()
Anton Khirnov
2013-12-05
1
-1
/
+1
*
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()
Anton Khirnov
2013-12-05
1
-1
/
+2
*
mpegvideo: move encode-only parts of common_end() to encode_end()
Anton Khirnov
2013-12-05
1
-0
/
+14
*
mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...
Anton Khirnov
2013-12-05
1
-1
/
+44
*
mpegvideo: move encoding-only initialization from common_init() to encode_init()
Anton Khirnov
2013-12-05
1
-0
/
+26
*
mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...
Anton Khirnov
2013-12-05
1
-0
/
+3
[next]