561 Commits (dfe771dc5a09286a2cfeb68bdb4c328ecfe1c551)

Author SHA1 Message Date
Michael Niedermayer b65efbc0f4 avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer() 9 years ago
Michael Niedermayer 7c97946d61 avcodec/mpeg4video: Check time_incr 9 years ago
Michael Niedermayer 13f266b50c avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Anton Khirnov 458e53f51f mpegvideo_enc: actually add the side data with vbv_delay to the packet 9 years ago
Vittorio Giovara 16216b713f lavc: Drop exporting 2-pass encoding stats 9 years ago
Anton Khirnov 2507b5dd67 mpegvideo_enc: export vbv_delay in side data 9 years ago
Anton Khirnov 3f5c99fcbb mpegvideo_enc: export CPB props side data 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 13834c1016 avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the code automatically enabing it 9 years ago
Vittorio Giovara 462a54e229 lavc: Deprecate avctx.rtp_callback field 9 years ago
Anton Khirnov f6c94457b4 mpegvideo_enc: enable rtp_mode when multiple slices are used 9 years ago
Anton Khirnov d80f0a4ad6 mpevideo_enc: disallow multiple slices for h261 and flv 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Alexis Ballier 447b5b278c mpegvideo_enc: Fix encoding videos with less frames than the delay of the encoder 9 years ago
Michael Niedermayer 27eeee76b2 mpegvideo_enc: Merge ifs with identical conditions 9 years ago
Michael Niedermayer f0a88d4d2a mpegvideo_enc: Factor new_picture unref out 9 years ago
Alexis Ballier 6e8d856ad6 libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the delay of the encoder. 9 years ago
Michael Niedermayer fd46d6deac avcodec/mpegvideo_enc: Merge ifs with identical conditions 9 years ago
Michael Niedermayer b379e1d6df avcodec/mpegvideo_enc: Factor new_picture unref out 9 years ago
Christophe Gisquet 9f3bfe30dd mpegvideo: dnxhdenc: permute 10bits content 9 years ago
Ganesh Ajjanagadde 3be27e07d3 avcodec/mpegvideoenc: fix undefined negative left shift 9 years ago
Vittorio Giovara 1aa24df74c lavu: Deprecate AVFrame.error[] 9 years ago
Vittorio Giovara cf7d2f2d21 lavc: Simplify checking quant bias option 9 years ago
Michael Niedermayer 31623e9d1e avcodec/mpegvideo_enc: Avoid fine lambda steps in VBV retry code when RD is not in use 9 years ago
Michael Niedermayer 58fe57d5a0 avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_quant 1 10 years ago
Michael Niedermayer 90d239a441 avcodec/mpegvideo_enc: Add missing entry to non_linear_qscale table 10 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 10 years ago
Michael Niedermayer 2c1ec57596 avformat/mpegvideo_enc: Move sponsorship notice to its own comment block 10 years ago
Michael Niedermayer 124b7cd485 Add NOA credits 10 years ago
Michael Niedermayer f977e69dac avcodec/mpegvideo_enc: Ignore QMAX if VBV constraints are exceeded 10 years ago
Michael Niedermayer bf2474c74f avcodec/mpeg12enc: extend QP range to 28 for non linear quantizers 10 years ago
Michael Niedermayer 27294bc203 avcodec/mpegvideo_enc: export per frame PSNR through side data 10 years ago
Michael Niedermayer 360cebc9c8 avcodec/mpegvideo_enc: move ff_side_data_set_encoder_stats() call to after the vbv retry code 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Michael Niedermayer 5362df2ee3 avcodec: remove unused sd variables 10 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Vittorio Giovara 1f171de8ca mpegvideo_enc: Drop unnneded initialization 10 years ago
Vittorio Giovara 910247f172 lavc: Deprecate avctx.{inter,intra}_quant_bias 10 years ago
Michael Niedermayer 0ea099ad3e avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c() 10 years ago
Vittorio Giovara f1fa1eed2a mpegvideo: Expand macro 10 years ago
Vittorio Giovara e7af52a68d mpegvideo: rv10: Move function declaration to a separate header 10 years ago
Vittorio Giovara e3d0f49abb mpegvideo: h263: Move all tables to a single file 10 years ago
Vittorio Giovara d1dd0d404c mpegvideo: Move block permutation function where is used 10 years ago