292 Commits (11c191b52ce0768370e38a2726132f9223e701f6)

Author SHA1 Message Date
Vittorio Giovara d639dcdae0 ratecontrol: Move Xvid-related functions to the place they are actually used 9 years ago
Vittorio Giovara 44972e227d ratecontrol: Move mpegenc-only function where it is used 9 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov c80344d010 mpegvideo_enc: use avcodec_free_context() instead of av_free() 9 years ago
Vittorio Giovara 0e9c4fe254 lavc: Move pre_me to codec private options 9 years ago
Vittorio Giovara 5b6f42da98 lavc: Move me_penalty_compensation to codec private options 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Vittorio Giovara 936f0d98f8 lavc: Move rtp_payload_size to codec private options 9 years ago
Vittorio Giovara 12b4976922 lavc: Move mpeg_quant to codec private options 9 years ago
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Vittorio Giovara 7c79587d74 lavc: Move scenechange_threshold to codec private options 9 years ago
Vittorio Giovara 0ac9f33a9e lavc: Move frame_skip_* to codec private options 9 years ago
Vittorio Giovara 84c4714f39 lavc: Move brd_scale to codec private options 9 years ago
Vittorio Giovara 0e6c853221 lavc: Move b_frame_strategy and b_sensitivity to codec private options 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
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
Vittorio Giovara 1aa24df74c lavu: Deprecate AVFrame.error[] 9 years ago
Vittorio Giovara cf7d2f2d21 lavc: Simplify checking quant bias option 9 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
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
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
Vittorio Giovara 9bb11be0e5 mpegvideo: Split picture allocation for encoding and decoding 10 years ago
Vittorio Giovara da0c8664b4 mpegvideo: Move various temporary buffers to a separate context 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Vittorio Giovara 4e17946f10 mpegvideo: Rework various functions not to use MpegEncContext directly 10 years ago
Vittorio Giovara a3f4c930ac mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara d528045558 mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Vittorio Giovara 0c69164f45 h263: Convert function to macro 10 years ago
Vittorio Giovara 3d71b1f8f0 mpegvideo_enc: Simplify picture allocation 10 years ago