719 Commits (d496bbe1050454d7386c845b3a1e62aa77ef754a)

Author SHA1 Message Date
Andreas Rheinhardt f703cbabdb avcodec/mpegvideo_enc: Remove always-true check 3 years ago
Andreas Rheinhardt c3047da646 avcodec/mpegvideo_enc: Fix unnecessary linear growth of buffer 3 years ago
Andreas Rheinhardt 4487dd8bb5 avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEG 3 years ago
Niklas Haas e254af3154 avcodec/mjpegenc: support writing ICC profiles 3 years ago
Andreas Rheinhardt 451300d0e8 avcodec/mpegvideo_enc: Remove redundant unref+ref 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 88720f3d81 avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContext 3 years ago
Andreas Rheinhardt 8ca4b515e7 avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecs 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt c3e780c39b avcodec/mpegvideo_enc: Remove unused parameter from encode_mb_hq() 3 years ago
Andreas Rheinhardt cbf6cd91e6 avcodec/mpegvideo_enc: Remove unused function parameters 3 years ago
Andreas Rheinhardt 314e0a821e avcodec/mpegvideo: Constify src of ff_update_duplicate_context() 3 years ago
Andreas Rheinhardt 18e75f493d avcodec/mpegvideo: Remove write-only [fb]_code 3 years ago
Andreas Rheinhardt 6c2ce16954 avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threads 3 years ago
Andreas Rheinhardt 7a774a4e93 avcodec/mpegvideo_enc: Don't find encoder by ID 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 9fa4e0e555 avcodec/rv10.h: Split header into decoder- and encoder-only parts 3 years ago
Andreas Rheinhardt 9856f6a443 avcodec/mpeg12.h: Move encoder-only stuff into a new header 3 years ago
Andreas Rheinhardt f78ffe382c avcodec/flv.h: Split header into encoder-only and decoder-only headers 3 years ago
Andreas Rheinhardt 876d0afe1f avcodec/mpeg4video.h: Move encoder-only parts in a new file 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt 20033c7da4 avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it 3 years ago
Andreas Rheinhardt 9f2b566301 avcodec/msmpeg4.h: Move encoder-only stuff 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 8401b94602 avcodec/h261: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 24a654c6c9 avcodec/mpegvideo: Use offset instead of pointer for vbv_delay 3 years ago
Andreas Rheinhardt 5a04c6a269 avcodec/mpegpicture: Add function to completely free MPEG-Picture 3 years ago
Andreas Rheinhardt 83c1ac6570 avcodec/mpegvideo_enc: Don't hardcode list of codecs supporting bframes 3 years ago
Andreas Rheinhardt 0063a06aaa avcodec/mpegvideo_enc: Localize check for invalid number of b-frames 3 years ago
Andreas Rheinhardt e17ceeba3c avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.c 3 years ago
Andreas Rheinhardt 2098d1f4c5 avcodec/mpegvideo_enc: Move msmpeg4/wmv1 encoders to msmpeg4enc.c 3 years ago
Andreas Rheinhardt b90ea35182 avcodec/mpegvideo_enc: Don't sync gop_picture_number among slice threads 3 years ago
Andreas Rheinhardt c936c319bd avcodec/mpegpicture: Decrease size of encoding_error array 3 years ago
Andreas Rheinhardt c21433c953 avcodec/mpeg4video: Split off data in a header of its own 3 years ago
Andreas Rheinhardt 58f6d1e758 avcodec/mpegvideo_enc: Remove dead code at compile time 3 years ago
Andreas Rheinhardt bf2c34a01a avcodec/mpegvideo_enc: Improve inlining of chroma_format 3 years ago
Andreas Rheinhardt 2d2aa5c384 avcodec/mpegvideo_enc: Don't merge decoder-only fields 3 years ago
Andreas Rheinhardt 7a2f728302 avcodec/mpegvideo_enc: Move updating mb_info to its only user 3 years ago
Andreas Rheinhardt 8a431a2bb6 avcodec/mpegvideo_enc: Remove impossible branch 3 years ago
Andreas Rheinhardt 4707023a95 avcodec/mpegvideo: Remove unnecessary headers 3 years ago
Andreas Rheinhardt 410af1caa3 avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header() 3 years ago
Andreas Rheinhardt be736e4237 avcodec/mpegvideo_enc: Remove redundant checks for multithreading 3 years ago
Andreas Rheinhardt 4d39a4db68 avcodec/mpegvideo_enc: Move MJPEG init checks to mjpegenc.c 3 years ago
Andreas Rheinhardt 0b670a7f91 avcodec/mjpegenc: Use custom close function directly 3 years ago
Andreas Rheinhardt 3c9778d342 avcodec/mpegvideo_enc: Reindent after the previous commit 3 years ago
Andreas Rheinhardt a595717d21 avcodec/mpegvideo_enc: Remove some impossible branches 3 years ago
Andreas Rheinhardt 9f906f3114 avcodec/mpegvideo_enc: Combine some checks 3 years ago
Andreas Rheinhardt b72723d415 avcodec/mpegvideo_enc, vc1dec: Remove always-false check 3 years ago
Michael Niedermayer 245017ec8a avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable 3 years ago
Andreas Rheinhardt 34ff543672 avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClasses 4 years ago