42261 Commits (34e701ff93b664703e1bc1b1a6073fa058b02f34)

Author SHA1 Message Date
Rick Kern 1db6e47e85 avcodec/videotoolboxenc: warn user when output will use a different profile/level than requested. 5 years ago
Limin Wang 57951f3019 avcodec/videotoolboxenc: add H264 Extended profile and level 5 years ago
sharpbai 6966548c1b avcodec/videotoolboxenc: fix encoding frame crash on iOS 11 5 years ago
Michael Niedermayer 9fac243744 avcodec/cfhd: Check that cropped size is smaller than full 5 years ago
Michael Niedermayer d2d8e797cc avcodec/hevcdec: repeat character in skiped 5 years ago
Michael Niedermayer fccc37ca85 repeat an even number of characters in occured 5 years ago
Michael Niedermayer a9fae76370 avcodec/gdv: Replace assert() checking bitstream by if() 5 years ago
Michael Niedermayer 61b055bed0 libavcodec/utils: Free threads on init failure 5 years ago
gxw 92fc0bfa54 avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros. 5 years ago
Rodger Combs 77937a42e7 lavc/videotoolboxdec: fix crop handling when multithreaded 5 years ago
Aman Gupta 81abf90aea avcodec/v4l2: fix compile with older videodev2.h 5 years ago
James Almer 6c0167f6f6 avcodec/libdav1d: use the library default for the filmgrain option 5 years ago
Michael Niedermayer 3b5ce76b1a avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan() 5 years ago
Michael Niedermayer 2006e5ccb6 avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer mode 5 years ago
James Almer 1faedb9a11 x85/opusdsp: enable the functions on all FMA3 CPUs 5 years ago
James Almer 80444e23ac x86/opusdps: clear the high bits from some gprs 5 years ago
Michael Niedermayer b94cf549e2 avcodec/htmlsubtitles: Avoid locale dependant isdigit() 5 years ago
Michael Niedermayer 39ff027fd8 avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Michael Niedermayer e125578994 avcodec/alsdec: Check k from being outside what our implementation can handle 5 years ago
Michael Niedermayer f119273649 avcodec/takdec: Fix integer overflow in decorrelate() 5 years ago
Michael Niedermayer ec749ed222 avcodec/aacps: Fix integer overflows in hybrid_synthesis() 5 years ago
Michael Niedermayer 0e4a0e962c avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block() 5 years ago
Michael Niedermayer b6b9ac5698 avcodec/vp56rac: delay signaling an error on truncated input 5 years ago
Maxime Jourdan b81a1c5bea avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAP 5 years ago
Aman Gupta 0085c4d478 avcodec/v4l2_buffers: use correct timebase for encoder/decoder 5 years ago
Aman Gupta 80c9237b2f avcodec/v4l2_m2m_dec: fix compile 5 years ago
Maxime Jourdan 584ac1ad0b avcodec/v4l2_m2m_dec: fix dropped packets while decoding 5 years ago
Aman Gupta fac834b2ae avcodec/v4l2_context: expose timeout for dequeue_frame 5 years ago
Aman Gupta 3475758a37 avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTS 5 years ago
Aman Gupta 8dc973dc89 avcodec/v4l2_buffers: read height/width from the proper context 5 years ago
Andriy Gelman 78b86c30d3 avcodec/h2645_parse: simplify memset call 5 years ago
Lynne 6b22e28f4c opusdsp: adjust and optimize C function to match assembly 5 years ago
Lukas Rusak 40a433e34b avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helper 5 years ago
Aman Gupta d620b1f9de avcodec/v4l2_buffers: split out V4L2Buffer generation into helper method 5 years ago
Aman Gupta 2b21bb4a87 avcodec/v4l2_buffers: split out AVFrame generation into helper method 5 years ago
Aman Gupta b3b958c19e avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous planar formats 5 years ago
Aman Gupta 84540b2b84 avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macro 5 years ago
Lukas Rusak f9b0f88aa4 avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macro 5 years ago
Aman Gupta c0c7946196 avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext 5 years ago
Dave Stevenson d61cf1b1eb avcodec/v4l2_buffers: Add handling for NV21 and YUV420P 5 years ago
Aman Gupta 7bb6898b16 avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices are probed 5 years ago
Aman Gupta ac52e06e56 avcodec/v4l2_m2m: disable info logging during device probe 5 years ago
Aman Gupta ab4835f418 avcodec/v4l2_m2m_enc: add support for -force_key_frames 5 years ago
Aman Gupta 7fddf4b266 avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK interface 5 years ago
Aman Gupta 8a3623e2fb avcodec/mediacodecdec: warn when input buffers are not configured with proper size 5 years ago
Michael Niedermayer 10ea6c3116 avcodec/pnm_parser: Use memchr() in pnm_parse() 5 years ago
Pascal Massimino 857fd2ad99 avcodec/webp: fix decoding for trailing junk 5 years ago
Shiyou Yin de5543d8d4 avcodec/mips: Fix a warnning of indentation not reflect the block structure. 5 years ago
Nicolas Gaullier cae5b36e20 avcodec/h264: Fix poc_lsb in open gop context 5 years ago
Aman Gupta 35b0e75b54 avcodec/mediacodec_surface: drop unnecessary local variable 5 years ago