746 Commits (9ebe041e1ca898ed725051460961f1fda5f7a20b)

Author SHA1 Message Date
Vittorio Giovara 1761ab838c lavc: Deprecate avctx.rc_strategy 10 years ago
Vittorio Giovara 910247f172 lavc: Deprecate avctx.{inter,intra}_quant_bias 10 years ago
Shivraj Patil 2eb28e889d avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions 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 c0e6b8cab8 mpegvideo: Mark one function as static 10 years ago
Vittorio Giovara d1dd0d404c mpegvideo: Move block permutation function where is used 10 years ago
Vittorio Giovara 7061bf0925 mpegvideo: Move Picture-related functions to a separate file 10 years ago
Vittorio Giovara 925b80d640 mpegvideo: Move OutFormat enum to mpegutils.h 10 years ago
Vittorio Giovara 9bb11be0e5 mpegvideo: Split picture allocation for encoding and decoding 10 years ago
Vittorio Giovara f8716a1408 mpegvideo: Rework frame_size_alloc function 10 years ago
Vittorio Giovara da0c8664b4 mpegvideo: Move various temporary buffers to a separate context 10 years ago
Vittorio Giovara 149fa0b7ac mpegvideo: Move MotionEstContext and function declarations to a separate header 10 years ago
Vittorio Giovara b2b766914a mpegvideo: mpeg12: Move function declarations 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Vittorio Giovara 31a117a0e6 mpegvideo: msmpeg4: Move function declarations 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Anton Khirnov fa1923f182 mpegvideo: Move ff_*_rl functions to a separate file 10 years ago
Michael Niedermayer 00f3bb2ef2 avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out 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 6f54dc43ce mpegvideo: Drop stream_codec_tag 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Andreas Cadhalpun 66624ed631 rv10: check size of s->mb_width * s->mb_height 10 years ago
Andreas Cadhalpun 2578a54618 avcodec/rv10: check size of s->mb_width * s->mb_height 10 years ago
Michael Niedermayer 7366bb38f1 avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be needed for mjpeg 10 years ago
Vittorio Giovara 1c6183233d msmpeg4: check memory allocations and propagate errors 10 years ago
Vittorio Giovara d75190aa93 mpegvideo: move REBASE_PICTURE where it is used 10 years ago
Vittorio Giovara 63fcedcf01 mpegvideo: remove unused function declaration 10 years ago
Vittorio Giovara f349f4b550 mpegvideo: fix size of array 10 years ago
Michael Niedermayer fe27aeaeab mpeg12enc: increase declared size of block function argument 10 years ago
Michael Niedermayer bf301258b4 avcodec/snowenc: add FF_MPV_COMMON_OPTS 10 years ago
Anton Khirnov 530c1441fd lavc: make lmax/lmin into private options of mpegvideo encoders 10 years ago
Anton Khirnov 15ec053c4c lavc: make border_masking into private options of mpegvideo encoders 10 years ago
Anton Khirnov 66a68ddd1a lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpegvideo encoders 10 years ago
Anton Khirnov a75c2eb25a lavc: make rc_eq into private options of mpegvideo encoders 10 years ago
Anton Khirnov 946f95354b lavc: make rc_qmod_* into private options of mpegvideo encoders 10 years ago
Anton Khirnov a6e4ce9fd5 lavc: make rc_qsquish a private option of mpegvideo encoders 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 11 years ago
Nidhi Makhijani ccbf370f20 mpegvideo: move vol_control_parameters to the only place it is used 11 years ago
Diego Biurrun d8520d3ee0 mpegvideo: Move QMAT_SHIFT* defines to the only place they are used 11 years ago
Diego Biurrun 4fbb62a21b mpegvideo: Move ME_MAP_* defines to the only place they are used 11 years ago
Diego Biurrun ff85334375 mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines 11 years ago
Nidhi Makhijani 436ced244f mpegenccontext: Remove unused opaque pointer 11 years ago
Nidhi Makhijani eac77fcd56 mpegenccontext: Remove unused dct_unquantize_h261 function pointers 11 years ago
Diego Biurrun 2b6ab3a2bd mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used 11 years ago