21598 Commits (79f64f7ebc2b2b7030c6219914bc141cc03fd377)

Author SHA1 Message Date
Luca Barbato 79f64f7ebc bitstream: Avoid undefined behavior in bitstream_skip() 7 years ago
Diego Biurrun fd92dafaff bink: Split read_dct_coeffs() 7 years ago
Diego Biurrun ed3b2a999d cinepakenc: misc small changes 7 years ago
Diego Biurrun 47cde2eabc cinepakenc: K&R formatting cosmetics 7 years ago
Timothy Gu 1e12730e5d cinepakenc: Stop using AVPicture 7 years ago
Diego Biurrun b40236d954 cinepakenc: Drop broken debug code 7 years ago
addr-see-the-website@aetey.se 158d2e1545 cinepakenc: add option handling for flexibility 7 years ago
addr-see-the-website@aetey.se 7da9f45231 cinepakenc: fixes and improvements 7 years ago
Tomas Härdin 89e632de9b Add Cinepak encoder 7 years ago
Vittorio Giovara 969f215957 hevc: Add support for alternative transfer characterics SEI 7 years ago
Vittorio Giovara a594f17f83 dvbsubdec: Free subrect memory on allocation error 7 years ago
Lorenz Brun 1cfd566324 dvbsubdec: Fixed segfault when decoding subtitles 7 years ago
Anton Khirnov 3fdf50f9e8 hwframe: Allow hwaccel frame allocators to align surface sizes 8 years ago
wm4 068eaa534e dxva: verbose-log decoder GUID list 8 years ago
wm4 5030e3856c dxva: support DXGI_FORMAT_420_OPAQUE decoding 8 years ago
wm4 752ddb4556 dxva: fix some warnings 8 years ago
wm4 70e5e7c022 dxva: add declarative profile checks 8 years ago
Ben Chang 7cb053e4dd nvenc: Minimize the surface allocation 8 years ago
Ben Chang 2e8d88ad52 nvenc: Use a fifo to manage the free surface pool 8 years ago
Ben Chang bb65eb6299 nvenc: Add an explicit auto alias 8 years ago
Memphiz a970f9de86 aarch64: vp9: Fix assembling with Xcode 6.2 and older 8 years ago
Diego Biurrun de099641d5 build: Add missing mpeg4audio dependency for RTP muxer 8 years ago
Michael Niedermayer f61265571d libfdk-aacdec: Correct buffer_size parameter 8 years ago
Diego Biurrun 04f691cd4f mmal: Add missing .item_name to AVClass declaration 8 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Srinath K R 98ea98069b nvenc: Add default value for AVCodecContext::refs 8 years ago
wm4 f9e7a2f95a dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
wm4 831cfe10b4 dxva: move d3d11 locking/unlocking to functions 8 years ago
wm4 4dec101acc dxva: preparations for new hwaccel API 8 years ago
wm4 bd747b9226 lavc: set avctx->hwaccel before init 8 years ago
Diego Biurrun 5edded9df3 smacker: Improve error handling 8 years ago
Michael Niedermayer b98f082d8d smacker: Check that the data size is a multiple of a sample vector 8 years ago
Anton Khirnov 8652a2c248 decode: fix the code reducing cropping to preserve alignment 8 years ago
Anton Khirnov c3f0357bdf hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext 8 years ago
James Almer d7dcd825de extract_extradata_bsf: make sure all needed parameter set NALUs were found 8 years ago
Anton Khirnov 3fb6b98b5e vp9_superframe_bsf: cache input packets directly 8 years ago
Anton Khirnov 126bc2c33b vp9_superframe_bsf: convert to the new bitstream reader 8 years ago
Mark Thompson 3daaa44173 hevc: Add names for reserved NAL unit types 8 years ago
Mark Thompson 6ea220cbee h264_sei: Add namespace prefix to all SEI values 8 years ago
Martin Storsjö d7320ca3ed arm: Avoid using .dn register aliases 8 years ago
Sean McGovern cb167f2947 h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking() 8 years ago
James Almer cfd25488bf hevcdec: move SEI message parsing into a separate header 8 years ago
James Almer 648a0b4503 hevcdec: remove HEVCContext usage from hevc_sei 8 years ago
Alexandra Hájková ce080f47b8 hevc: Add NEON 32x32 IDCT 8 years ago
Alexandra Hájková 118dd4a321 hevc: 16x16 NEON idct: Use the right element size for loads/stores 8 years ago
Alex Converse 504403ab28 aacsbr: Turnoff in the event of over read. 8 years ago
Diego Biurrun b5f19f7478 aac: Split function to parse ADTS header data into public and private part 8 years ago
Luca Barbato 0ac1fec1c3 bitstream: Move VLC reading functions into the vlc.h header 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Alexandra Hájková edbf0fffb1 hevc: Add NEON add_residual for bitdepth 10 8 years ago