Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-12avcodec/h264dec: Skip late SEIMichael Niedermayer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-25avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt
2022-03-25avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2022-01-26avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt
2022-01-26avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt
2022-01-26lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov
2022-01-04configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt
2021-09-29avcodec: remove the unused low_delayLimin Wang
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-25avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas
2021-08-24avcodec/h264dec: apply H.274 film grainNiklas Haas
2021-08-24avcodec/h264_slice: compute and export film grain seedNiklas Haas
2021-08-22avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-15avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer
2021-04-15avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-07-06avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATAOliver Woodman
2020-06-13avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-13avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang
2020-06-13avcodec/h264dec: cosmeticsLimin Wang
2020-06-02avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer
2020-05-27avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10h264dec: do not set picture_structure on initAnton Khirnov
2020-04-10h264dec: rename flush_dpb()Anton Khirnov
2020-04-10h264_ps: make the PPS hold a reference to its SPSAnton Khirnov
2020-04-10h264dec: do not abort if decoding extradata failsAnton Khirnov
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-03-20h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-09-10avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier
2019-07-07avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-10-26lavc/h264dec: don't error out when receiving multiple IDR slicesJosh de Kock