66 Commits (ee9ae4e8ba167b52267aa3e35d8fc2770316769f)

Author SHA1 Message Date
Andreas Rheinhardt 48cdb7d579 avcodec/mpegvideo_dec: Move setting dct_unquant funcs to h263dec.c 7 months ago
Andreas Rheinhardt f793074784 avcodec/h261dec: Unquantize coefficients while parsing them 7 months ago
Andreas Rheinhardt 66709df403 avcodec/mpegvideo_dec: Remove unnecessary FFMIN 7 months ago
Andreas Rheinhardt 952a32e9a0 avcodec/mpegutils: Don't output wrong mb skip values 7 months ago
Andreas Rheinhardt b2195a238c avcodec/mpegvideo_dec: Don't keep droppable in sync in update_thread_ctx 7 months ago
Andreas Rheinhardt 39660bf964 avcodec/mpegvideo_dec: Don't alloc framesize-bufs in update_thread_ctx 7 months ago
Andreas Rheinhardt 18f1aca3e8 avcodec/mpegvideo_dec: Set dct_unquantize ptrs only once when possible 7 months ago
Andreas Rheinhardt c703a519a5 avcodec/mpegvideo_dec: Don't sync encoder-only coded_picture_number 7 months ago
Andreas Rheinhardt a13ca893cf avcodec/mpegvideo_dec, rv34: Simplify check for "does pic exist?" 7 months ago
Andreas Rheinhardt a05eebee99 avcodec/mpegpicture: Avoid MotionEstContext in ff_mpeg_framesize_alloc() 7 months ago
Andreas Rheinhardt 45cf0541cf avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 7 months ago
Andreas Rheinhardt 9ce56f91c0 avcodec/mpegpicture: Make MPVPicture refcounted 7 months ago
Andreas Rheinhardt 99d26939af avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 7 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 7 months ago
Andreas Rheinhardt 59422955cf avcodec/mpegpicture: Rename Picture->MPVPicture 7 months ago
Andreas Rheinhardt 89ca63cc9c avcodec/mpegpicture: Split ff_alloc_picture() into check and alloc part 7 months ago
Andreas Rheinhardt 7814dd77aa avcodec/mpegpicture: Cache AVFrame.data and linesize values 7 months ago
Andreas Rheinhardt ec1eba792a avcodec/mpegvideo: Shorten variable names 7 months ago
Andreas Rheinhardt 788892d647 avcodec/mpegvideo, mpegpicture: Add buffer pool 7 months ago
Andreas Rheinhardt f44d212e0e avcodec/mpegvideo_motion: Remove dead checks for existence of reference 7 months ago
Andreas Rheinhardt 73676dd47a avcodec/mpegpicture: Mark dummy frames as such 7 months ago
Andreas Rheinhardt 99543c93ec avcodec/mpegvideo_dec: Factor allocating dummy frames out 7 months ago
Andreas Rheinhardt a30c95ed8a avcodec/mpegvideo_dec: Sync linesize and uvlinesize between threads 7 months ago
Andreas Rheinhardt d4b63885a6 avcodec/mpegpicture: Store linesize in ScratchpadContext 7 months ago
Andreas Rheinhardt 17414abb69 avcodec/mpegvideo_dec, h264_slice: Return proper error codes 9 months ago
Andreas Rheinhardt 6f2f496822 avcodec/mpegvideo_dec: Move getting Picture slot into alloc_picture() 9 months ago
Andreas Rheinhardt b7cf2d0efc avcodec/mpegvideo_dec: Factor allocating dummy frame out 9 months ago
Andreas Rheinhardt b00c697654 avcodec/mpegvideo_dec: Remove redundant code to reset keyframe flag 9 months ago
Andreas Rheinhardt da4cca5fc0 avcodec/mpegvideo_dec: Remove obsolete current_picture_ptr reuse code 9 months ago
Andreas Rheinhardt f48313526b avcodec/mpegvideo_dec: Don't emit non-keyframe warning for H.261 9 months ago
Andreas Rheinhardt a9709b3c83 avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.c 9 months ago
James Almer 583cf2a869 avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER 10 months ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt c77aee61b8 avcodec/mpeg(picture|video_dec): Move comment to more appropriate place 1 year ago
Andreas Rheinhardt 52509f63ce avcodec/mpegpicture: Move caller-specific parts of function to callers 1 year ago
Andreas Rheinhardt 22b0141d87 avcodec/mpegvideo_enc: Don't allocate buffers unnecessarily 1 year ago
Andreas Rheinhardt 49b4ed7237 avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init 1 year ago
Andreas Rheinhardt d86f7603cf avcodec/mpegvideo_dec: Don't zero context on init failure 1 year ago
Andreas Rheinhardt 06388250d9 avcodec/mpegvideo_dec: Don't memset twice 1 year ago
Andreas Rheinhardt 3ede6cc0f1 avcodec/mpegvideo_dec: Check for existence of planes before accesses 1 year ago
Andreas Rheinhardt b6e5136ba3 avcodec/mpegvideo_dec: Remove commented-out legacy cruft 1 year ago
Andreas Rheinhardt 1982113467 avcodec/threadframe: Move ff_thread_can_start_frame() to thread.h 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Andreas Rheinhardt 27a9e1ce22 avcodec/mpegvideo_dec: Use av_fast_padded_malloc where appropriate 1 year ago
James Almer e047d9c62b avcodec/mpegvideo_dec: properly set output frames as keyframes 2 years ago
Michael Niedermayer adfe003f51
avcodec/mpegvideo_dec: Add NULL pointer checks to MPV_motion_lowres() 2 years ago
Michael Niedermayer d7d3f1af2a
avcodec/mpegvideo_dec: consider interlaced lowres 4:2:0 chroma in edge emulation check better 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Marton Balint 2296078397 avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number 2 years ago