1234 Commits (6623421454c55890a720b8dd818bb9304e9ff529)

Author SHA1 Message Date
Limin Wang 9bb46cf100 avcodec/mpegvideo: remove extra space 4 years ago
Limin Wang 734e6a81b6 avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 4 years ago
Limin Wang d3b2961200 avcodec/mpegvideo: simplify check for av_frame_alloc 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 4 years ago
Limin Wang de7b690300 avcodec/mpegvideo: return more specific error codes for init_duplicate_context() 5 years ago
Limin Wang 18e2c0e732 avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init() 5 years ago
Anton Khirnov 7f0a7e3e63 mpegvideo: drop an unnecessary function parameter 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Andriy Gelman 5282db5929 avcodec/mpeg: Initialize quarter_sample parameter from previous thread. 6 years ago
Kieran Kunhya 844ff49469 mpeg4video: Add Studio DPCM support 6 years ago
Michael Niedermayer b3332a182f avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext profile 7 years ago
Kieran Kunhya f9d3841ae6 mpeg4video: Add support for MPEG-4 Simple Studio Profile. 7 years ago
Kieran Kunhya a83a03af9a libavcodec: Move ff_print_debug_info2 to mpegutils.c 7 years ago
Martin Vignali 7e1f21148d libavcodec/mepgvideo : remove warning introduce by previous patch 7 years ago
Martin Vignali 4ada428aae avcodec: remove remaining uses of avcodec_get_chroma_sub_sample 7 years ago
James Almer eb5f846339 avcodec: drop deprecated vismv option 7 years ago
Zhong Li fd7cb86468 mpegdec: fix redundant dummy frames issue of interlaced clips 7 years ago
James Almer 8a0954dd51 avcodec: add missing FF_API_DEBUG_MV wrappers 7 years ago
Michael Niedermayer 70a7df049c avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c() 8 years ago
Michael Niedermayer f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Michael Niedermayer 2c9106257f avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bug 8 years ago
Michael Niedermayer 85407c7e63 avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4 8 years ago
Adriano Pallavicino 6089c44a2a Fix build warnings due to misleading indentation 8 years ago
Anton Khirnov 5ebef79abe Fix instances of broken indentation found by gcc 6 8 years ago
Michael Niedermayer 24f5136196 avcodec/mpegvideo: Do not clear the parse context during init 9 years ago
Michael Niedermayer 39c0b22df4 avcodec/mpegvideo: Deallocate last/next picture earlier 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Luca Barbato 7d4a1ff344 mpegvideo: Fix undefined negative shifts in ff_init_block_index 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Clément Bœsch 56bdf61baa avutil/motion_vector: export subpel motion information 9 years ago
Andreas Cadhalpun 6a69a175e7 mpegvideo: clear overread in clear_context 9 years ago
Ganesh Ajjanagadde c5fa42c69a avcodec/mpegvideo: use predefined M_PI 9 years ago
Michael Niedermayer 58fe57d5a0 avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_quant 1 9 years ago
Michael Niedermayer 2d35757814 avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscale 9 years ago
Luca Barbato 5a1a9da8a7 mpegvideo: Drop a stray error message 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 4bde1a4a37 avcodec/mpegvideo: Fix null pointer dereference of picture array 9 years ago
Michael Niedermayer cc0380222a avcodec/mpegvideo: Check for NULL in ff_mpv_common_end() 9 years ago
Michael Niedermayer b160fc290c avcodec/mpegvideo: Clear pointers in ff_mpv_common_init() 9 years ago
Shivraj Patil 2eb28e889d avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions 10 years ago
Vittorio Giovara 8b5007a31b mpegvideo: Move ER functions to a separate file 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 c6aa0554b0 mpegvideo: Drop release_unused_pictures() function 10 years ago
Vittorio Giovara 7061bf0925 mpegvideo: Move Picture-related functions to a separate file 10 years ago