1300 Commits (addb85ea39300c36010ffb6dc0d28b2ea62b4805)

Author SHA1 Message Date
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 2 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
Andreas Rheinhardt d83479bec1 avcodec/mpegvideo: Move decoding-only code into a new file 3 years ago
Andreas Rheinhardt ee41c60373 avcodec/mpegvideo: Remove always-false check 3 years ago
Andreas Rheinhardt 5de7bce12e avcodec/mpegvideo: Don't initialize error resilience context for encoder 3 years ago
Andreas Rheinhardt 4a9b460a09 avcodec/mpegvideo: Check for no_rounding at compile-time if possible 3 years ago
Andreas Rheinhardt 7d4f200dfa avcodec/mpegvideo: Remove always-true branch 3 years ago
Andreas Rheinhardt bf70c34b11 avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-time 3 years ago
Andreas Rheinhardt 7c0c73bca0 avcodec/mpegvideo: Partially check for being encoder at compile-time 3 years ago
Andreas Rheinhardt 854e3d4734 avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2 3 years ago
Andreas Rheinhardt 22ef01f5e1 avcodec/mpegvideo: Avoid needlessly calling function 3 years ago
Andreas Rheinhardt 5d856ef476 avcodec/mpegvideo: Don't duplicate identical code 3 years ago
Andreas Rheinhardt 4707023a95 avcodec/mpegvideo: Remove unnecessary headers 3 years ago