637 Commits (71b82e4ffdd8b6dc69f8c6361df816a8c43725da)

Author SHA1 Message Date
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Gyan Doshi b9b719fedc avcodec/mpegvideo_enc: check for SpeedHQ encoder 4 years ago
Jean-Baptiste Kempf 052a5993ad avcodec: add SpeedHQ encoder 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Michael Niedermayer a0f20c3b3f avcodec/mpegvideo_enc: Replace some s->avctx by avctx 5 years ago
Andreas Rheinhardt 8129c32e48 avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits 5 years ago
Steinar H. Gunderson c63c303a1f avcodec/put_bits: Parametrize bit buffer type 5 years ago
Limin Wang 67de2d6a8c avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 5 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Limin Wang 467d9e27e0 avcodec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
Limin Wang 14285e4ca2 avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init() 5 years ago
Limin Wang 6825f7c0ba avcodec/mpegvideo_enc: reindent code 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Ramiro Polla 531fbce0b2 mpegvideo_enc: add intra_penalty option for p frames 5 years ago
Steven Liu 76ab5ebbee avcodec/mpegvideo_enc: add logging context to log 5 years ago
Michael Niedermayer 7246bf365a avcodec/mpegvideo_enc: Use av_assert1() instead of assert() 6 years ago
Michael Niedermayer 1aa796bc9c avcodec/mpegvideo_enc: Use av_assert1() instead of assert() in merge_context_after_encode() 6 years ago
Rostislav Pehlivanov a1c6fc773f mpegvideo: remove support for libxvid's RC system 7 years ago
Muhammad Faiz caa4bd7a9f avcodec/me_cmp: remove ff_me_cmp_init_static() 7 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
James Almer 4a654be3fb avcodec/mpegvideo_enc: fix mixed declarations and code warning 8 years ago
Michael Niedermayer aff93e1929 avcodec/mpegvideo_enc: Use intra/inter scantable matching mb type in quantization 8 years ago
Michael Niedermayer f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Stefano Sabatini dc70ea8c19 lavc/mpegvideo_enc: allow low_delay for non MPEG2 codecs depending on strict_std_compliance 8 years ago
Rostislav Pehlivanov 03eb0515c1 mpegvideo_enc: disable optimized huffman coding with AMV or slice threads 8 years ago
Michael Niedermayer 724bb805ef Revert "mjpegenc: disable huffman coding with AMV" 8 years ago
Rostislav Pehlivanov 7f9b492d54 mjpegenc: disable huffman coding with AMV 8 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Vittorio Giovara bb45d11282 lavc: Drop deprecated codec flags 8 years ago
Vittorio Giovara 72dc7ddd18 lavc: Drop deprecated error rate option 8 years ago
Michael Niedermayer 3e1507a954 avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requested 8 years ago
Jerry Jiang 884506dfe2 Implement optimal huffman encoding for (M)JPEG. 8 years ago
Diego Biurrun a6901b9c6b Drop libxvid rate control support for mpegvideo encoding 8 years ago
Michael Niedermayer 85407c7e63 avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4 8 years ago
Michael Niedermayer de0cd0ffc9 avcodec/mpegvideo_enc: Add missing emms_c() to clear MMX state after SIMD use 8 years ago
Michael Niedermayer 03ec6b780c avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer() 8 years ago
Anton Khirnov 68811a41c7 mpegvideo_enc: use the new encoding API for b_strategy=2 8 years ago
Anton Khirnov f03f78bc1c mpegvideo_enc: handle encoding errors with b_strategy=2 8 years ago
Anton Khirnov 6f733ecab6 mpegvideo_enc: add const to the AVCodec instance 8 years ago
Timo Rothenpieler 99b823f0a1 avcodec/mpegvideo_enc: fix memory leak 8 years ago
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