1311 Commits (47e43c19cb50083bf55ea48e4caabc20ca2a8c33)

Author SHA1 Message Date
Andreas Rheinhardt 9645eeb485 avcodec/mpegvideo: Reindent after the previous commit 7 months ago
Andreas Rheinhardt 101ed72c2f avcodec/h263, mpeg(picture|video): Only allocate mbskip_table for MPEG-4 7 months ago
Andreas Rheinhardt bed17eba47 avcodec/mpegpicture: Use RefStruct-pool API 7 months ago
Andreas Rheinhardt 788892d647 avcodec/mpegvideo, mpegpicture: Add buffer pool 7 months ago
Andreas Rheinhardt a95591dbfd avcodec/mpegvideo: Redo aligning mb_height for VC-1 7 months ago
Andreas Rheinhardt caac9740f8 avcodec/mpegvideo: Only allocate cbp_table, pred_dir_table when needed 7 months ago
Andreas Rheinhardt 582d828f75 avcodec/mpegvideo: Don't reset coded_block unnecessarily 7 months ago
Andreas Rheinhardt ba033acb56 avcodec/mpegvideo: Only allocate coded_block when needed 7 months ago
Andreas Rheinhardt d4b63885a6 avcodec/mpegpicture: Store linesize in ScratchpadContext 7 months ago
Andreas Rheinhardt 94295bb574 avcodec/mpegvideo: Remove pointless check 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt 4c422de1db avcodec/mpegvideo: Move allocating new_picture to the encoder 1 year ago
James Almer 3ceffe7839 avcodec: remove FF_API_FLAG_TRUNCATED 2 years ago
Andreas Rheinhardt 17987b371b avcodec/mpegvideo: Remove incorrect comment 2 years ago
Andreas Rheinhardt 7e93fba51f avcodec/mpegvideo: Remove always-false check 2 years ago
Andreas Rheinhardt 4200ed2e91 avcodec/mpegvideo: Allocate map and score_map buffers jointly 2 years ago
Andreas Rheinhardt 20ee12c677 avcodec/mpegvideo: Don't overallocate buffer 2 years ago
Andreas Rheinhardt 938c62b368 avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily 2 years ago
Andreas Rheinhardt 5ec9d26b2b avcodec/mpegvideo: Don't use ScanTable where unnecessary 2 years ago
Andreas Rheinhardt 7f45691769 avcodec/idctdsp: Move ScanTable to mpegvideo 2 years ago
Andreas Rheinhardt 4209216ee8 avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only 2 years ago
Andreas Rheinhardt 6fe4e8fab4 avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part 2 years ago
Andreas Rheinhardt 9ca312d8ab avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal() 2 years ago
Andreas Rheinhardt 409c4723ec avcodec/mpegvideo: Make inlining is_mpeg12 more flexible 2 years ago
Andreas Rheinhardt cab876f5f4 avcodec/mpegvideo: Ignore skip_idct for encoders 2 years ago
Andreas Rheinhardt 10dfbb0502 avcodec/mpegvideo: Reindent after the last commit 2 years ago
Andreas Rheinhardt 5ecf5b93dd avcodec/mpegvideo: Don't check for draw_horiz_band 2 years ago
Andreas Rheinhardt e5f6918cbd avcodec/mpegvideo: Fix undefined left shift of negative numbers 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 0154fb43e3 avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.c 2 years ago
Andreas Rheinhardt 6789b73a81 avcodec/mpegvideo: Don't zero unnecessarily 2 years ago
Andreas Rheinhardt 3443330b17 avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frame 2 years ago
Andreas Rheinhardt cee40a945a avcodec/mpegvideo_motion: Constify ff_mpv_motion 2 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov be95df12bb lavc/mpeg*: drop the XvMC hwaccel code 3 years ago
Andreas Rheinhardt 314e0a821e avcodec/mpegvideo: Constify src of ff_update_duplicate_context() 3 years ago
Andreas Rheinhardt 1187765f3b avcodec/mpeg4video.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 78087da47c avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 5a04c6a269 avcodec/mpegpicture: Add function to completely free MPEG-Picture 3 years ago
Andreas Rheinhardt dcdb34be91 avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4video 3 years ago
Andreas Rheinhardt 85ac29ad1c avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec 3 years ago
Andreas Rheinhardt d4d87f2ac5 avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4 3 years ago
Andreas Rheinhardt 9953fc9a23 avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4 3 years ago
Andreas Rheinhardt de29d482f9 avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocations 3 years ago
Andreas Rheinhardt 4fc4cf4931 avcodec/mpegvideo: Don't unnecessarily allocate buffers 3 years ago
Andreas Rheinhardt ab54956edd configure: Add new mpegvideodec CONFIG_EXTRA 3 years ago