105365 Commits (d552f2535be0dd47330412e8e11e1923ca99f92f)
 

Author SHA1 Message Date
Anton Khirnov d552f2535b lavc/h264: move some shared code from h264dec to h264_parse 3 years ago
Anton Khirnov df2ee38178 lavc/h264_parser: add missing headers 3 years ago
Anton Khirnov b6f3334a13 lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMES 3 years ago
Anton Khirnov ef4537bd1b lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate 3 years ago
Anton Khirnov 5484c502db lavc/h264dec.h: Move MMCOOpcode to h264_parse.h 3 years ago
Anton Khirnov b05cebe602 lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNT 3 years ago
Andreas Rheinhardt 0ebfd64858 avcodec/h264dec: Move pack8to16 to its only user 3 years ago
Andreas Rheinhardt b531b58b2c avcodec/h264dec: Move find_start_code() to its only user 3 years ago
Lynne 6c8e841824
lavu/tx: do not mix declarations and code 3 years ago
Lynne 28bff6ae54
x86/tx_float: add permute-free FFT versions 3 years ago
Lynne 350142560b
lavu: bump minor and add APIchanges for new lavu/tx additions 3 years ago
Lynne af94ab7c7c
lavu/tx: add an RDFT implementation 3 years ago
Lynne ef4bd81615
lavu/tx: rewrite internal code as a tree-based codelet constructor 3 years ago
Lynne c14976be04
lavu/tx: improve documentation for existing transforms 3 years ago
James Almer 3c804fdd4a avcodec/h264_parser: don't alter decoder private data 3 years ago
Jan Ekström 0a83ecbf48 tests: add test for ffmpeg's fix_sub_duration feature 3 years ago
Gyan Doshi b635ac126f doc/filters: note format constraint for volumedetect 3 years ago
Wenbin Chen 05ba0ffca9 libavcodec/qsvenc: fix a memory leak problem 3 years ago
Kyle Swanson 3d29724c00 avfilter/vf_libvmaf: update filter for libvmaf v2.0.0 3 years ago
Paul B Mahol 06a54a4ec7 avfilter/vf_v360: improve xyz_to_dfisheye() 3 years ago
Andreas Rheinhardt 741b5061ea fate/ffmpeg: Add test for autorotating video 3 years ago
Andreas Rheinhardt 71e2825150 swscale/x86/swscale: Remove superfluous and invalid ';' 3 years ago
Andreas Rheinhardt ed18b8d79f avformat/hls: Remove redundant cast 3 years ago
Andreas Rheinhardt c24ee7c275 avformat/mux: Peek into the muxing queue for avoid_negative_ts 3 years ago
Andreas Rheinhardt c602deb138 avformat/mux: Preserve sync even if later packet has negative ts 3 years ago
Andreas Rheinhardt f6d14b1297 avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED 3 years ago
Andreas Rheinhardt 92ed6ea3d7 fate/matroska: Add test for avoiding negative timestamps 3 years ago
Andreas Rheinhardt 5d5b62e595 avformat/mux: Remove assert based on faulty assumptions 3 years ago
Diederick Niehorster 7247a6fed8 avutil/pixfmt.h: typo 3 years ago
Andreas Rheinhardt c8b11b28d1 avformat/mov: Fix endian-dependent parsing 3 years ago
Anton Khirnov 137c808f1a lavu/hwcontext_vulkan: clear dangling pointers on map failure 3 years ago
Anton Khirnov 2f0a214a62 configure: link to libatomic when it's present 3 years ago
Anton Khirnov 9e4693a1cb lavf/network: log ff_listen() errors to proper contexts rather than NULL 3 years ago
Anton Khirnov d2519e8625 lavf/network: log ff_socket() errors to proper contexts rather than NULL 3 years ago
Anton Khirnov 93b4cc38b0 lavf/udp: log net errors to proper contexts rather than NULL 3 years ago
Wenbin Chen 1fe78f8419 libavcodec/qsvenc: Add transform skip to hevc_qsv 3 years ago
Wenbin Chen 9d6cc6a544 libavcodec/qsvenc: Add low latency P-pyramid support to qsv 3 years ago
Wenbin Chen 812b6ee6bd libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv 3 years ago
Wenbin Chen ec8bc07104 libavcodec/qsvenc: Add max_frame_size support to hevc_qsv 3 years ago
Andreas Rheinhardt 7512293cf9 avformat/matroskaenc: Fix writing AV_SPHERICAL_EQUIRECTANGULAR 3 years ago
quietvoid 0f5fd44dc9 fate/matroska: Add test for reading/writing BlockAdditionMapping elements 3 years ago
Andreas Rheinhardt dd17c86aa1 avformat/matroskadec: Use correct type for field_order 3 years ago
Andreas Rheinhardt b7a543707f avformat/imfdec: Use proper logcontext 3 years ago
Andreas Rheinhardt e3c2a97a6d avformat/matroskaenc: Write data directly into dynamic buffers 3 years ago
Andreas Rheinhardt 48ff1ba687 avformat/matroskaenc: Avoid repeated avio_tell() 3 years ago
Andreas Rheinhardt 989e206900 avformat/matroskaenc: Reindentation 3 years ago
Andreas Rheinhardt cb592ae95f avformat/matroskaenc: Remove duplicated code for writing WebVTT subs 3 years ago
Andreas Rheinhardt 9f7e0b37ff avformat/matroskaenc: Don't waste bytes on BlockGroup length fields 3 years ago
Andreas Rheinhardt abbc111067 avformat/matroskaenc: Redo applying ProRes offset 3 years ago
Andreas Rheinhardt 6a9830f503 avformat/matroskaenc: Pass more parameters explicitly to mkv_write_block 3 years ago