115785 Commits (b90b6764093a40d6b2064cdd07c4c715c934ebf1)
 

Author SHA1 Message Date
Andreas Rheinhardt b90b676409 avformat/riff: Declare VCR2 to be MPEG-2 5 months ago
Andreas Rheinhardt 5ea7c0e323 avcodec/mpeg12dec: Set out_format only once 5 months ago
Andreas Rheinhardt bbe10bcae8 avcodec/mpeg12dec: Remove write-only assignment 5 months ago
Andreas Rheinhardt 2f22fd7ec1 avcodec/mpeg12dec: Only initialize IDCT for IPU 5 months ago
Andreas Rheinhardt 183a67580b avcodec/mpeg12dec: Don't initialize inter tables for IPU 5 months ago
Andreas Rheinhardt dceb73a22d avcodec/mpegvideo_enc: Reindentation 5 months ago
Andreas Rheinhardt b64dfe2bd1 avcodec/mpegvideo_enc: Return early when getting length of B frame chain 5 months ago
Andreas Rheinhardt 17b5fc2e51 avcodec/mpegvideo_enc: Factor setting length of B frame chain out 5 months ago
Andreas Rheinhardt 17501b2267 avcodec/error_resilience: Deduplicate cleanup code 5 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
Andreas Rheinhardt dac15a5b6e avcodec/vc1_mc: Don't check AVFrame INTERLACE flags 5 months ago
Andreas Rheinhardt 59422955cf avcodec/mpegpicture: Rename Picture->MPVPicture 5 months ago
Andreas Rheinhardt 2dfe7c1e40 avcodec/mpegvideo_enc: Move copying properties to alloc_picture() 5 months ago
Andreas Rheinhardt 8225d2da73 avcodec/mpegvideo_enc: Pass AVFrame*, not Picture* to alloc_picture() 5 months ago
Andreas Rheinhardt 89ca63cc9c avcodec/mpegpicture: Split ff_alloc_picture() into check and alloc part 5 months ago
Andreas Rheinhardt 042117da75 avcodec/mpegpicture: Improve error messages and code 5 months ago
Andreas Rheinhardt 8c59b5aa6b avcodec/vc1_pred: Remove unused function parameter 5 months ago
Andreas Rheinhardt dda009b97d avcodec/mpegvideo: Add const where appropriate 5 months ago
Andreas Rheinhardt f1c4e8950e avcodec/rv30, rv34, rv40: Avoid indirection 5 months ago
Andreas Rheinhardt 7814dd77aa avcodec/mpegpicture: Cache AVFrame.data and linesize values 5 months ago
Andreas Rheinhardt 1c40a17922 avcodec/mpegpicture: Reduce value of MAX_PLANES define 5 months ago
Andreas Rheinhardt ec1eba792a avcodec/mpegvideo: Shorten variable names 5 months ago
Andreas Rheinhardt 3a4e7694a1 avcodec/mpegvideo: Restrict resetting mbskip_table to MPEG-4 decoder 5 months ago
Andreas Rheinhardt 47e43c19cb avcodec/h263: Move setting mbskip_table to decoder/encoders 5 months ago
Andreas Rheinhardt 9645eeb485 avcodec/mpegvideo: Reindent after the previous commit 5 months ago
Andreas Rheinhardt 101ed72c2f avcodec/h263, mpeg(picture|video): Only allocate mbskip_table for MPEG-4 5 months ago
Andreas Rheinhardt 2cbca73975 avcodec/h263: Move encoder-only part out of ff_h263_update_motion_val() 5 months ago
Andreas Rheinhardt bed17eba47 avcodec/mpegpicture: Use RefStruct-pool API 5 months ago
Andreas Rheinhardt 6450cfcd10 avcodec/mpegpicture: Reindent after the previous commit 5 months ago
Andreas Rheinhardt 788892d647 avcodec/mpegvideo, mpegpicture: Add buffer pool 5 months ago
Andreas Rheinhardt a95591dbfd avcodec/mpegvideo: Redo aligning mb_height for VC-1 5 months ago
Andreas Rheinhardt 7ad13e173b avcodec/mpegpicture: Always reset mbskip_table 5 months ago
Andreas Rheinhardt 71ff9217f7 avcodec/mpegpicture: Always reset motion val buffer 5 months ago
Andreas Rheinhardt caac9740f8 avcodec/mpegvideo: Only allocate cbp_table, pred_dir_table when needed 5 months ago
Andreas Rheinhardt 582d828f75 avcodec/mpegvideo: Don't reset coded_block unnecessarily 5 months ago
Andreas Rheinhardt ba033acb56 avcodec/mpegvideo: Only allocate coded_block when needed 5 months ago
Andreas Rheinhardt 1a5c21daee avcodec/msmpeg4enc: Only calculate coded_cbp when used 5 months ago
Andreas Rheinhardt 60d4c8a137 avcodec/mpegvideo_motion: Avoid constant function argument 5 months ago
Andreas Rheinhardt 55e81306bf avcodec/mpegvideo_motion: Optimize check away 5 months ago
Andreas Rheinhardt 5f505995db avcodec/mpegvideo_motion: Optimize check away 5 months ago
Andreas Rheinhardt f44d212e0e avcodec/mpegvideo_motion: Remove dead checks for existence of reference 5 months ago
Andreas Rheinhardt c85508f5a9 avcodec/mpeg12dec: Allocate dummy frames for non-I fields 5 months ago
Andreas Rheinhardt 73676dd47a avcodec/mpegpicture: Mark dummy frames as such 5 months ago
Andreas Rheinhardt 99543c93ec avcodec/mpegvideo_dec: Factor allocating dummy frames out 5 months ago
Andreas Rheinhardt a30c95ed8a avcodec/mpegvideo_dec: Sync linesize and uvlinesize between threads 5 months ago
Andreas Rheinhardt d4b63885a6 avcodec/mpegpicture: Store linesize in ScratchpadContext 5 months ago
Andreas Rheinhardt 0aaabe1fd7 avcodec/get_buffer: Remove redundant check 5 months ago
Andreas Rheinhardt 2786d34712 avcodec/ratecontrol: Avoid padding in RateControlEntry 5 months ago
Andreas Rheinhardt 685cda26aa avcodec/mpegvideo, ratecontrol: Remove write-only skip_count 5 months ago
Andreas Rheinhardt 68a06640b1 avcodec/ratecontrol: Don't call ff_rate_control_uninit() ourselves 5 months ago