93 Commits (b2d0826513c5e76f9bad2f1f0c809bc5c8e58b0c)

Author SHA1 Message Date
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Oliver Woodman 73757577cb avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA 4 years ago
Limin Wang 0a1dc81723 avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 4 years ago
Limin Wang d6cdedee4c avcodec/h264dec: store count of the tables into const variable for long lines 4 years ago
Limin Wang 96cc392a17 avcodec/h264dec: cosmetics 4 years ago
Michael Niedermayer 782865bf30 avcodec/h264dec: Disable forced small_padding on flag2 fast 5 years ago
Limin Wang b01d12bcc0 avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Anton Khirnov 064b875e89 h264dec: support exporting QP tables through the AVVideoEncParams API 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Anton Khirnov fc12d6c258 h264dec: do not set picture_structure on init 5 years ago
Anton Khirnov 4fb05c0d5d h264dec: rename flush_dpb() 5 years ago
Anton Khirnov 5e316096fa h264_ps: make the PPS hold a reference to its SPS 5 years ago
Anton Khirnov d41faffb53 h264dec: do not abort if decoding extradata fails 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Anton Khirnov 6eae7e5644 h264dec: do not export the chroma sample location immediately on parsing the SPS 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Nicolas Gaullier cae5b36e20 avcodec/h264: Fix poc_lsb in open gop context 5 years ago
Amir Pauker f6dece864d avcodec/h264dec: set AVFrame decode_error_flags in case of decoding error 5 years ago
Andreas Rheinhardt 992532ee31 h2645_parse: Make ff_h2645_packet_split reference-compatible 6 years ago
Josh de Kock 0a055f463a lavc/h264dec: don't error out when receiving multiple IDR slices 6 years ago
Zhao Zhili 037b3bd14a avcodec/h264dec: remove unnecessary checks in h264_decode_frame 6 years ago
Zhao Zhili b9d1f5bf68 avcodec/h264dec: check number of SPS in is_extra 6 years ago
Kieran Kunhya c85852d3de h264: Support multi-field closed captions by using AVBufferRef and not resetting per field 6 years ago
Rodger Combs 63d875772d lavc/videotoolbox: fix threaded decoding 7 years ago
wm4 cf57cb3ae4 h264: add AVOption to set x264_build default 7 years ago
Mark Thompson 2fcb009011 lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Kieran Kunhya 918de766f5 h264dec: Remove mpeg4video.h header dependency 7 years ago
James Almer 5e9b39b373 avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Aman Gupta 872add0854 avcodec/h264: implement new decode_params callback for PPS/SPS 7 years ago
Aman Gupta dad42bc5a1 avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are produced 7 years ago
Anton Khirnov 45c4bf3df0 h264dec: track the last seen value of x264_build 7 years ago
Rafaël Carré 3b9cf943c9 h264dec: remove unneeded prototype 7 years ago
James Almer 07596e45c5 avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
James Almer 6505e8cfd0 avcodec/h264dec: be more explicit in handling container cropping 8 years ago
Ronald S. Bultje 8c2aa45d4a h264: revert 1189af4292. 8 years ago
Anton Khirnov 14bb15bfd5 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Matthieu Bouron 1ade4d87ba lavc/h264dec: use OFFSET macro 8 years ago
Anton Khirnov b76f6a76c6 h264dec: initialize field_started to 0 on each decode call 8 years ago
Aman Gupta b6eaa3928e avcodec/h264, videotoolbox: fix crash after VT decoder fails 8 years ago
John Stebbins 248dc5c164 h264dec: fix dropped initial SEI recovery point 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer f28299da8d avcodec/h264dec: Clear ref_count on slice header processing failure 8 years ago
Michael Niedermayer 25f4f08ba5 avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8" 8 years ago
Michael Niedermayer d9d9fd9446 avcodec/error_resilience: Optimize motion recovery code by using blcok lists 8 years ago
Matthieu Bouron cf3affabb4 lavc/h264dec: re-indent after previous commit 8 years ago
Matthieu Bouron 639e262971 lavc/h264dec: make sure a slice is decoded before finishing setup 8 years ago
Clément Bœsch c3050fcbdc lavc/h264dec: remove flush goto in decode callback 8 years ago