1772 Commits (805685fffd3115d3f9260d8df15ef36b6b3b8006)

Author SHA1 Message Date
Michael Niedermayer 98a0053d0f avcodec/h264: Execute error concealment before marking the frame as done. 9 years ago
Michael Niedermayer 588e2e3387 avcodec/h264: Fix memleak of a53_caption 9 years ago
Michael Niedermayer e0b187e7da avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure 9 years ago
Carl Eugen Hoyos 69dbecf920 lavc/h264: Show "Increasing reorder buffer" message with loglevel info. 9 years ago
Hendrik Leppkes 42ff56e362 lavc: fix profile declarations for vdpau decoders 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Sebastian Dröge 9aebea0a4d avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered 9 years ago
Anton Khirnov b09ad37c83 h264: derive the delay from the level when it's not present 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Derek Buitenhuis d15368ee39 h264: Run VLC init under pthread_once 9 years ago
Anton Khirnov 8a73b8c5b4 cabac: Make cabac starts hardcoded 9 years ago
Anton Khirnov a8956eca1f cabac: Make CABAC states hardcoded 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Thomas Mundt 2b6567722a h264: Fix ticket #3147 H264 - Wrong field order 9 years ago
Clément Bœsch 411c32386a avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc option 10 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 10 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 10 years ago
Luca Barbato 0f562f5b83 h264: Do not print an error when the buffer has to be refilled 10 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 10 years ago
Jake Sebastian-Jones 9469370fb3 h264: Use AVERROR return codes instead of -1 10 years ago
John Högberg b7040e67ec h264: fix AVDISCARD_NONKEY for some interlaced content 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Kieran Kunhya b0017579b6 h264: Add support for Closed Caption export 10 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
Kieran Kunhya 8234f0e3b4 avcodec: Add support for Closed Caption export in h264 10 years ago
Vittorio Giovara 271ce76d31 h264: Parse registered data SEI message and AFD value 10 years ago
Anton Khirnov 5ec0bdf2c5 h264: do not update the context fields copied between threads after finish_setup() 10 years ago
Kieran Kunhya 22291c372f avcodec: Add support for per-frame AFD output in h264 10 years ago
Andreas Cadhalpun 1189af4292 h264: update avctx width/height/pix_fmt when returning frame 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Michael Niedermayer c9ac9adb46 avcodec/h264: Remove failure on data partitioning 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov 7a4f74eed5 h264: embed the DPB in the context 10 years ago
Anton Khirnov 440e8dd374 h264: drop a comment that carries no useful information 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 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
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer bc48c88918 avcodec/h264: Do not fail with randomly truncated VUIs 10 years ago
Michael Niedermayer 7be2d2a70c avcodec/h264: Use only one ERContext 10 years ago
Michael Niedermayer 98d0c4236c avcodec/h264: Be more tolerant to changing pps id between slices 10 years ago
Michael Niedermayer c4b2017ba6 avcodec/h264: finish previous slices before switching to single thread mode 10 years ago
Anton Khirnov bd737b5178 h264: reset the private data in init_thread_copy() 10 years ago