Hendrik Leppkes
e336c51e6f
pixdesc: Consistently order components
...
Ensure that the components are ordered consistently, ie. always
RGB(A) and YUV(A). This allows to identify a specific plane on a given
pixel format without hard-coding knowledge of the plane order.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
9 years ago
Vesselin Bontchev
8e28e0721c
avformat/aa: initialize "header_seed" and "header_key"
...
Fixes CID 1322364, CID 1322363
Signed-off-by: Vesselin Bontchev <vesselin.bontchev@yandex.com>
9 years ago
James Almer
bbc8fcae1d
RELEASE: update to 2.8.git
...
Signed-off-by: James Almer <jamrial@gmail.com>
9 years ago
James Almer
67d81b76b6
avformat/avformat: remove dead code
...
Signed-off-by: James Almer <jamrial@gmail.com>
9 years ago
Hendrik Schreiber
9d742d23d2
lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.
9 years ago
Ricardo Constantino
2641eeeefe
configure: add libsoxr to swresample's pkgconfig
...
Fixes linking in FFMS and f265 at least, when ffmpeg is compiled with
libsoxr.
Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
8bf2d3e468
avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all options
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Paul B Mahol
6603368ab4
avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Paul B Mahol
33a68759c1
avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Paul B Mahol
af24763400
avfilter/vf_lut: use AV_OPT_TYPE_BOOL for negate_alpha option
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Rostislav Pehlivanov
da64bd6a99
aaccoder: tweak PNS implementation further
...
This commit changes a few things about the noise substitution
logic:
- Brings back the quantization factor (reduced to 3) during
scalefactor index calculations.
- Rejects any zeroed bands. They should be inaudiable and it's
a waste transmitting the scalefactor indices for these.
- Uses swb_offsets instead of incrementing a 'start' with every
window group size.
- Rejects all PNS during short windows.
Overall improves quality. There was a plan to use the lfg system
to create the random numbers instead of using whatever the decoder
uses but for now this works fine. Entropy is far from important here.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
9 years ago
Hendrik Leppkes
b421455ee0
Merge commit '3b8e895237592fdaffe87cdcd204104200b9ccf9'
...
* commit '3b8e895237592fdaffe87cdcd204104200b9ccf9':
codec_desc: Add missing DXV entry
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
9 years ago
Michael Niedermayer
e407d70f83
MAINTAINERS: add 2.8, drop 2.2
...
No actively maintained linux disto on
https://trac.ffmpeg.org/wiki/Downstreams
uses 2.2 anymore, so it makes no sense to maintain it further
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Vittorio Giovara
3b8e895237
codec_desc: Add missing DXV entry
9 years ago
Michael Niedermayer
2c1ec57596
avformat/mpegvideo_enc: Move sponsorship notice to its own comment block
...
Suggested-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
a7c0373ea3
avformat/mxfenc: Move sponsorship notice to its own comment block
...
Suggested-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
7277a4ace9
avformat/http: add reconnect_delay_max option
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Andrew Stone
a450ec2672
avcodec/libvorbisdec: Fix memory leak
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Clément Bœsch
1435587373
avfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap option
9 years ago
Clément Bœsch
7114282a0d
avfilter/life: use AV_OPT_TYPE_BOOL for a stitch option
9 years ago
Clément Bœsch
7b6007204d
avfilter/cellauto: use AV_OPT_TYPE_BOOL for a few options
9 years ago
Clément Bœsch
c826f9b284
avfilter/waveform: use AV_OPT_TYPE_BOOL for mirror option
9 years ago
Clément Bœsch
9f4e096496
avfilter/vignette: use AV_OPT_TYPE_BOOL for dither option
9 years ago
Clément Bœsch
14d6c68824
avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug options
9 years ago
Clément Bœsch
b761033e7f
avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
9 years ago
Clément Bœsch
b0431383cb
avfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl option
9 years ago
Clément Bœsch
9b8e514c14
avfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
9 years ago
Clément Bœsch
d1c4e8c7db
avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy option
9 years ago
Clément Bœsch
81e52c6df9
avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent option
9 years ago
Clément Bœsch
9c52eafd5b
avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast options
9 years ago
Clément Bœsch
9f846ed4c7
avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options
9 years ago
Clément Bœsch
dc2802c81e
avfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed options
9 years ago
Michael Niedermayer
6bda0f6638
doc/protocols: Fix usefull typo
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
91ca8105dd
avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request
...
Suggested-by: Carl and Hendrik
9 years ago
Clément Bœsch
a62bf26c28
avfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap options
9 years ago
Clément Bœsch
f5436ebe22
avfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
9 years ago
Clément Bœsch
96651e41b0
avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma options
9 years ago
Clément Bœsch
334b11246c
avfilter/fade: use AV_OPT_TYPE_BOOL for alpha option
9 years ago
Clément Bœsch
e1d24e6c1e
avfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 option
9 years ago
Clément Bœsch
1cab6a33cd
avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options
9 years ago
Clément Bœsch
97692ef1ba
avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl option
9 years ago
Clément Bœsch
ee4f0ec0cd
avfilter/delogo: use AV_OPT_TYPE_BOOL for show option
9 years ago
Clément Bœsch
96dbc5bdf9
avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma options
9 years ago
Clément Bœsch
fa83b55161
avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect option
9 years ago
Clément Bœsch
7a29d10839
avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast options
9 years ago
Clément Bœsch
728eff9e38
avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata option
9 years ago
Clément Bœsch
e73f46b105
avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts option
9 years ago
Clément Bœsch
b599d21642
avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels option
9 years ago
Clément Bœsch
286d625b43
avfilter/showvolume: use AV_OPT_TYPE_BOOL for channel name displaying option (t)
9 years ago
Clément Bœsch
af0945d912
avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd option
9 years ago