233 Commits (4736f8115be411bb0cf24a4386d98c53553f919c)

Author SHA1 Message Date
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer 7cc01c2572 avcodec/h264_slice: Fix integer overflow in implicit weight computation 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Michael Niedermayer ef8f6464a5 avcodec/h264_slice: Simplify ref2frm indexing 9 years ago
Anton Khirnov f1ccd07680 h264: do not call frame_start() for missing frames 9 years ago
Anton Khirnov 792b9c9dfc h264: set frame_num in start_frame(), not decode_slice_header() 9 years ago
Anton Khirnov 741b494fa8 h264: eliminate default_ref_list 9 years ago
Michael Niedermayer 8000d484b8 avcodec/cabac: Check initial cabac decoder state 9 years ago
Michael Niedermayer 4ea4d2f438 avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized 9 years ago
Michael Niedermayer 6f37226b68 avcodec/h264_slice: Clear top_borders on allocation 9 years ago
Michael Niedermayer 507b01f899 avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
wm4 17fe18d21a Revert "avcodec/h264: remove redundant and bogus get_format call" 9 years ago
wm4 be583c6fd3 avcodec/h264: remove redundant and bogus get_format call 9 years ago
Michael Niedermayer 1376084dcb avcodec/h264_slice: replace assert by normal error check 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 10 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 10 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 10 years ago
Michael Niedermayer c3fdf536f6 avcodec/h264_slice: Also check sei_recovery_frame_cnt for skip_frame nokey 10 years ago
Michael Niedermayer accc91642b avcodec/h264_slice: do not skip 2nd field if first was not skipped 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer 3c63d06d81 avcodec/h264_slice: Fix container cropping 10 years ago
Vittorio Giovara 3e3056f2a0 h264: Allow stream and container cropping at the same time 10 years ago
Michael Niedermayer 330863c9f1 avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h 10 years ago
Michael Niedermayer 6323647c35 avcodec/h264_slice: Reformat IN_RANGE() uses to be readable 10 years ago
Michael Niedermayer 29b0923324 avcodec/h264_slice: Silence pointer type warnings 10 years ago
Michael Niedermayer 9ea256814d avcodec/h264_slice: assert that the first slice implies unfinished setup 10 years ago
Anton Khirnov 5ec0bdf2c5 h264: do not update the context fields copied between threads after finish_setup() 10 years ago
Anton Khirnov e49e0f58e2 h264: make sure the slices do not overlap during slice threading 10 years ago
Andreas Cadhalpun fdc64a1044 h264: er: Copy from the previous reference only if compatible 10 years ago
Andreas Cadhalpun a4fbd55d6e h264: er: Copy from the previous reference only if compatible 10 years ago
Andreas Cadhalpun 1189af4292 h264: update avctx width/height/pix_fmt when returning frame 10 years ago
Michael Niedermayer aef0e0f009 avcodec/h264_slice: Use AVFrame diemensions for grayscale handling 10 years ago
Michael Niedermayer 08d006f5a8 h264: Fix HWACCEL_MAX for D3D11 10 years ago
Luca Barbato 0181ae9af2 h264: Make sure reinit failures mark the context as not initialized 10 years ago
Michael Niedermayer 1b236541a6 avcodec/h264: Fix HWACCEL_MAX for D3D11 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Michael Niedermayer 47cbcf20d6 avcodec/h264_slice: Fix ranges in assert 10 years ago
Michael Niedermayer 4a95cd5d9b avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context() 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov 88c612e3a4 h264: merge the init and reinit paths in update_thread_context() 10 years ago
Anton Khirnov 8a66fd4026 h264: drop the reinit parameter from init_slice_header() 10 years ago
Anton Khirnov c9ccbc7333 h264: update the current bit depth/chroma type in init_slice_header() 10 years ago
Anton Khirnov 29dcde2b87 h264: copy nal_length_size in update_thread_context 10 years ago
Anton Khirnov 11f024ef0a h264: move freeing the escaped RBSP buffer to free_context() 10 years ago
Anton Khirnov ee62b364be h264: eliminate ff_h264_set_parameter_from_sps() 10 years ago
Anton Khirnov 54986d6db9 h264: move context reinit lower down in update_thread_context() 10 years ago
Anton Khirnov a6cd154463 h264: move the DPB init/uninit to init_context()/free_context() 10 years ago
Anton Khirnov 9d33bab583 h264: drop H264Context.ouputed_poc 10 years ago