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: use the new encoding API for b_strategy=2
Anton Khirnov
2016-09-28
1
-39
/
+49
*
mpegvideo_enc: handle encoding errors with b_strategy=2
Anton Khirnov
2016-09-28
1
-0
/
+18
*
mpegvideo_enc: add const to the AVCodec instance
Anton Khirnov
2016-09-28
1
-1
/
+1
*
ratecontrol: Move Xvid-related functions to the place they are actually used
Vittorio Giovara
2016-07-20
1
-1
/
+32
*
ratecontrol: Move mpegenc-only function where it is used
Vittorio Giovara
2016-07-20
1
-1
/
+23
*
Reduce the scope of some variables
Diego Biurrun
2016-05-11
1
-2
/
+2
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-18
/
+19
*
mpegvideo_enc: use avcodec_free_context() instead of av_free()
Anton Khirnov
2016-02-26
1
-2
/
+1
*
lavc: Move pre_me to codec private options
Vittorio Giovara
2016-01-21
1
-1
/
+4
*
lavc: Move me_penalty_compensation to codec private options
Vittorio Giovara
2016-01-21
1
-2
/
+4
*
lavc: Move prediction_method to codec private options
Vittorio Giovara
2016-01-21
1
-1
/
+4
*
lavc: Move rtp_payload_size to codec private options
Vittorio Giovara
2016-01-21
1
-2
/
+11
*
lavc: Move mpeg_quant to codec private options
Vittorio Giovara
2016-01-21
1
-1
/
+7
*
lavc: Move noise_reduction to codec private options
Vittorio Giovara
2016-01-21
1
-4
/
+12
*
lavc: Move scenechange_threshold to codec private options
Vittorio Giovara
2016-01-21
1
-2
/
+10
*
lavc: Move frame_skip_* to codec private options
Vittorio Giovara
2016-01-21
1
-5
/
+18
*
lavc: Move brd_scale to codec private options
Vittorio Giovara
2016-01-21
1
-3
/
+10
*
lavc: Move b_frame_strategy and b_sensitivity to codec private options
Vittorio Giovara
2016-01-21
1
-11
/
+17
*
mpegvideo_enc: actually add the side data with vbv_delay to the packet
Anton Khirnov
2015-12-12
1
-0
/
+7
*
lavc: Drop exporting 2-pass encoding stats
Vittorio Giovara
2015-12-07
1
-3
/
+12
*
mpegvideo_enc: export vbv_delay in side data
Anton Khirnov
2015-12-06
1
-0
/
+13
*
mpegvideo_enc: export CPB props side data
Anton Khirnov
2015-12-06
1
-0
/
+9
*
lavc: Deprecate avctx.rtp_callback field
Vittorio Giovara
2015-11-20
1
-0
/
+8
*
mpegvideo_enc: enable rtp_mode when multiple slices are used
Anton Khirnov
2015-11-20
1
-3
/
+7
*
mpevideo_enc: disallow multiple slices for h261 and flv
Anton Khirnov
2015-11-20
1
-0
/
+6
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-1
/
+1
*
mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...
Alexis Ballier
2015-10-25
1
-4
/
+16
*
mpegvideo_enc: Merge ifs with identical conditions
Michael Niedermayer
2015-10-25
1
-2
/
+0
*
mpegvideo_enc: Factor new_picture unref out
Michael Niedermayer
2015-10-25
1
-3
/
+2
*
lavu: Deprecate AVFrame.error[]
Vittorio Giovara
2015-09-30
1
-9
/
+15
*
lavc: Simplify checking quant bias option
Vittorio Giovara
2015-09-29
1
-4
/
+2
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-35
/
+35
*
lavc: Deprecate avctx.me_method
Vittorio Giovara
2015-07-27
1
-0
/
+4
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+4
*
Add a quality factor packet side data
Vittorio Giovara
2015-07-20
1
-0
/
+7
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-2
/
+1
*
mpegvideo_enc: Drop unnneded initialization
Vittorio Giovara
2015-07-20
1
-2
/
+0
*
lavc: Deprecate avctx.{inter,intra}_quant_bias
Vittorio Giovara
2015-07-02
1
-2
/
+8
*
mpegvideo: Expand macro
Vittorio Giovara
2015-06-12
1
-3
/
+18
*
mpegvideo: rv10: Move function declaration to a separate header
Vittorio Giovara
2015-06-12
1
-0
/
+1
*
mpegvideo: h263: Move all tables to a single file
Vittorio Giovara
2015-06-12
1
-0
/
+1
*
mpegvideo: Move block permutation function where is used
Vittorio Giovara
2015-06-10
1
-2
/
+38
*
mpegvideo: Split picture allocation for encoding and decoding
Vittorio Giovara
2015-06-08
1
-2
/
+9
*
mpegvideo: Move various temporary buffers to a separate context
Vittorio Giovara
2015-06-08
1
-7
/
+7
*
mpegvideo: Move tables to a separate file
Vittorio Giovara
2015-05-31
1
-0
/
+1
*
mpegvideo: wmv2: Move function declarations
Vittorio Giovara
2015-05-31
1
-0
/
+1
*
mpegvideo: Rework various functions not to use MpegEncContext directly
Vittorio Giovara
2015-05-22
1
-2
/
+2
*
mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
Vittorio Giovara
2015-05-22
1
-5
/
+5
*
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly
Vittorio Giovara
2015-05-22
1
-9
/
+9
[next]