215 Commits (c84d208c275d6a43b3c3421d38772179abf8acee)

Author SHA1 Message Date
wm4 94c0df79c7 lavc: propagate hwaccel errors 9 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 9 years ago
Michael Niedermayer c3fdf536f6 avcodec/h264_slice: Also check sei_recovery_frame_cnt for skip_frame nokey 9 years ago
Michael Niedermayer accc91642b avcodec/h264_slice: do not skip 2nd field if first was not skipped 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 3c63d06d81 avcodec/h264_slice: Fix container cropping 9 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
Anton Khirnov 27b0e6ebfd h264: drop needs_realloc 10 years ago
Michael Niedermayer febbb3cbd3 avcodec/h264_slice: Change a few asserts to av_assert* 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
wm4 f4f3065c69 h264: remove bogus YCgCo warning message 10 years ago
Michael Niedermayer 7be2d2a70c avcodec/h264: Use only one ERContext 10 years ago
Michael Niedermayer 845ab37b05 avcodec/h264_slice: Fix uninitialized variable 10 years ago
Michael Niedermayer 386601286f avcodec/h264_slice: Dont reset mb_aff_frame per slice 10 years ago
Michael Niedermayer 43b434210e avcodec/h264: Fix race between slices where one overwrites data from the next 10 years ago
Michael Niedermayer 98c5db89bb avcodec/h264_slice: make current_slice reset code more strict 10 years ago
Anton Khirnov a4d34e218f h264: disable ER by default 10 years ago
Rainer Hochecker 8b152c355f h264: avoid unnecessary calls to get_format 10 years ago
Michael Niedermayer cd5a48e549 avcodec/h264_slice: Put CONFIG_GRAY first in if() 10 years ago
Michael Niedermayer 354db19ff4 avcodec/h264: Remove bits_per_raw_sample hacks 10 years ago
Michael Niedermayer 141b9d5c3b avcodec/h264_slice: update slice context linesizes when a new picture is allocated 10 years ago
Michael Niedermayer d86e8f235e avcodec/h264_slice: Merge 2 memcpy() 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago