summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc/golomb: unmerge the cached bitstream reader codebitstream_unmergeAlexandra Hájková2022-01-25
* lavc/get_bits: add a compat wrapper for the cached bitstream readerAnton Khirnov2022-01-25
* lavc/bitstream: make skip_remaining() publicAnton Khirnov2022-01-25
* lavc/bitstream: templatize for BE/LEAnton Khirnov2022-01-25
* lavc: add standalone cached bitstream readerAlexandra Hájková2022-01-25
* get_bits: move check_marker() to mpegvideo.hAnton Khirnov2022-01-25
* avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt2022-01-24
* avcodec/h264_*: Remove unnecessary internal.h inclusionsAndreas Rheinhardt2022-01-24
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-24
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-24
* lavc/svq3: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/x86/h264_qpel: stop unnecessarily including h264decAnton Khirnov2022-01-24
* lavc/vdpau: stop unnecessarily including h264decAnton Khirnov2022-01-24
* lavc/h264: move MB_TYPE defs from h264dec.h to h264_parseAnton Khirnov2022-01-24
* lavc/h264_parse: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/h264data.h: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-24
* lavc/h264_parser: add missing headersAnton Khirnov2022-01-24
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-24
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-24
* lavc/h264dec.h: Move MMCOOpcode to h264_parse.hAnton Khirnov2022-01-24
* lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNTAnton Khirnov2022-01-24
* avcodec/h264dec: Move find_start_code() to its only userAndreas Rheinhardt2022-01-24
* avcodec/h264_parser: don't alter decoder private dataJames Almer2022-01-24
* tests: add test for ffmpeg's fix_sub_duration featureJan Ekström2022-01-24
* doc/filters: note format constraint for volumedetectGyan Doshi2022-01-24
* libavcodec/qsvenc: fix a memory leak problemWenbin Chen2022-01-24
* avfilter/vf_libvmaf: update filter for libvmaf v2.0.0Kyle Swanson2022-01-23
* avfilter/vf_v360: improve xyz_to_dfisheye()Paul B Mahol2022-01-22
* fate/ffmpeg: Add test for autorotating videoAndreas Rheinhardt2022-01-22
* swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt2022-01-22
* avformat/hls: Remove redundant castAndreas Rheinhardt2022-01-21
* avformat/mux: Peek into the muxing queue for avoid_negative_tsAndreas Rheinhardt2022-01-21
* avformat/mux: Preserve sync even if later packet has negative tsAndreas Rheinhardt2022-01-21
* avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLEDAndreas Rheinhardt2022-01-21
* fate/matroska: Add test for avoiding negative timestampsAndreas Rheinhardt2022-01-21
* avformat/mux: Remove assert based on faulty assumptionsAndreas Rheinhardt2022-01-21
* avutil/pixfmt.h: typoDiederick Niehorster2022-01-21
* avformat/mov: Fix endian-dependent parsingAndreas Rheinhardt2022-01-21
* lavu/hwcontext_vulkan: clear dangling pointers on map failureAnton Khirnov2022-01-21
* configure: link to libatomic when it's presentAnton Khirnov2022-01-21
* lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* lavf/udp: log net errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* libavcodec/qsvenc: Add transform skip to hevc_qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add low latency P-pyramid support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add DisableDeblockingIdc support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add max_frame_size support to hevc_qsvWenbin Chen2022-01-21
* avformat/matroskaenc: Fix writing AV_SPHERICAL_EQUIRECTANGULARAndreas Rheinhardt2022-01-20
* fate/matroska: Add test for reading/writing BlockAdditionMapping elementsquietvoid2022-01-20