Derek Buitenhuis
|
94aa70d757
avformat: Rename IPFS to IPFS gateway
|
2 years ago |
Paul B Mahol
|
5d3f0226ad
avfilter/avf_avectorscope: add anti-aliased line drawing mode
|
2 years ago |
Derek Buitenhuis
|
dae3679a9b
mov: Disable advanced_editlist for fragmented MP4 input
|
2 years ago |
Wenbin Chen
|
13d04e30d7
libavcodec/qsvenc_av1: Add max_frame_size support to av1_qsv encoder
|
2 years ago |
Wenbin Chen
|
c8e73558fe
libavcodec/qsvenc_av1: Add low_delay_brc support to av1_qsv encoder
|
2 years ago |
Zhao Zhili
|
a598be44df
avcodec/mediacodecenc: enable B frames only with -strict experimental
|
2 years ago |
Anton Khirnov
|
fcd557a2c2
lavc/get_bits: add a compat wrapper for the cached bitstream reader
|
4 years ago |
Anton Khirnov
|
b6742259bf
lavc/tests: add a cached bitstream reader test
|
2 years ago |
Anton Khirnov
|
9177970bca
lavc/bitstream: templatize for BE/LE
|
4 years ago |
Alexandra Hájková
|
8fe551eca0
lavc: add standalone cached bitstream reader
|
9 years ago |
Aman Karmani
|
4b2b9a6604
avcodec/mpeg12dec: flush a53 data
|
2 years ago |
James Almer
|
4a80db5fc2
avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remaining cases
|
2 years ago |
Thierry Foucu
|
efbe84eb1b
avcodec/mpeg12dec: use init_get_bits8 and check the return value
|
2 years ago |
Paul B Mahol
|
99bd2dbc91
swresample/swresample_frame: fix regression in detecting changes
|
2 years ago |
Anton Khirnov
|
a0b5aaceca
lavc/libx265: restructure handling reordered_opaque
|
2 years ago |
Anton Khirnov
|
7399e5305c
lavc/libx264: do not leave an invalid array size on alloc error
|
2 years ago |
Anton Khirnov
|
a4a81be1a8
lavc/libx264: zero reordered opaque on alloc
|
2 years ago |
Anton Khirnov
|
141303f323
lavc/libx264: print an error on invalid opaque pointer
|
2 years ago |
Anton Khirnov
|
89761c2122
lavc/libx264: use a local variable to shorten code
|
2 years ago |
Anton Khirnov
|
4469ce10a6
lavc/libx264: reindent after previous commit
|
2 years ago |
Anton Khirnov
|
9ed5b0ac3b
lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth
|
2 years ago |
Anton Khirnov
|
ce5b2d34b4
lavc/libx264: reindent after previous commit
|
2 years ago |
Anton Khirnov
|
e17b609fc6
lavc/libx264: do not ignore memory allocation errors
|
2 years ago |
Anton Khirnov
|
cccd2c2179
lavc/libx264: unify cleanup in setup_frame()
|
2 years ago |
Anton Khirnov
|
87eb362693
lavc/libx264: reindent after previous commit
|
2 years ago |
Anton Khirnov
|
b1a184283b
lavc/libx264: factor out setting up ROI
|
2 years ago |
Anton Khirnov
|
c7a8a6939b
lavc/libx264: use a local variable for input frame in setup_frame()
|
2 years ago |
Anton Khirnov
|
9f8f980165
lavc/libx264: reindent after previous commit
|
2 years ago |
Anton Khirnov
|
33cbba165c
lavc/libx264: factor out setting up the input frame
|
2 years ago |
James Almer
|
a781279871
avformat/oggenc: don't flush twice when the last packet is side data only
|
2 years ago |
James Almer
|
99e3d26f20
avformat/mux: use only valid timestamps when calculating packet distance
|
2 years ago |
Clément Bœsch
|
6e05622216
avfilter/paletteuse: use explicit key indexes in set_frame_lut
|
2 years ago |
Clément Bœsch
|
68275043a0
avfilter/paletteuse: add atkinson dithering
|
2 years ago |
Clément Bœsch
|
c973e8ae79
avfilter/paletteuse: add burkes dithering
|
2 years ago |
Clément Bœsch
|
9973343bf9
avfilter/paletteuse: add sierra3 dithering
|
2 years ago |
Clément Bœsch
|
11926c4bd4
avfilter/palette{gen,use}: misc for-loop cosmetics
|
2 years ago |
Clément Bœsch
|
1340fe7caf
avfilter/paletteuse: move r,g,b computation in a more local scope
|
2 years ago |
Clément Bœsch
|
1ae1b707e2
avfilter/paletteuse: remove mean error tool
|
2 years ago |
Clément Bœsch
|
8789a9e05b
avfilter/paletteuse: remove alternative search methods
|
2 years ago |
Clément Bœsch
|
0f7942afa6
avfilter/paletteuse: switch to recursive method
|
2 years ago |
Clément Bœsch
|
6c7b54e962
avfilter/paletteuse: use lowbias32 for color hashing
|
2 years ago |
Clément Bœsch
|
c9084cd0e2
avfilter/palettegen: use lowbias32 for color hashing
|
2 years ago |
Clément Bœsch
|
3cafbdc083
avfilter/palette: add lowbias32 hashing
|
2 years ago |
Clément Bœsch
|
051926868c
avfilter/palette{gen,use}: update Copyright after recent changes
|
2 years ago |
Clément Bœsch
|
3a4a6c7815
avfilter/palettegen: use libc qsort
|
2 years ago |
Clément Bœsch
|
8057e1a618
avfilter/palettegen: make refs order deterministic
|
2 years ago |
Clément Bœsch
|
2441e53c0a
avfilter/palettegen: add a warning about supporting only sRGB
|
2 years ago |
Clément Bœsch
|
9026d92c13
avfilter/palettegen: base box split decision on a perceptual model
|
2 years ago |
Clément Bœsch
|
724f52b906
avfilter/palettegen: switch to signed arithmetic
|
2 years ago |
Clément Bœsch
|
67ce6ad9a2
avfilter/palettegen: rename local variable box_weight to weight
|
2 years ago |