Diego Biurrun
be1db21ba8
mathops: Drop disabled alternative mid_pred() implementation
9 years ago
Diego Biurrun
be3363f664
nsv: Drop disabled cruft
9 years ago
Diego Biurrun
b53d8c3ccf
mjpegdec: Drop disabled code
9 years ago
Diego Biurrun
34c22a9ca6
faan(i)dct: Kill some disabled code
9 years ago
Diego Biurrun
a4b1b5aa28
wc3movie: Drop unused cruft
9 years ago
Diego Biurrun
17cb56b356
ffv1: Remove broken disabled cruft
9 years ago
Diego Biurrun
b96f0ab3d2
h264: Kill broken disabled cruft
9 years ago
Diego Biurrun
42c4c2d2a6
aac: Drop broken cruft
9 years ago
Diego Biurrun
263efc095e
jfdct: Kill broken cruft
9 years ago
Diego Biurrun
d9442d1303
rm: Drop broken disabled cruft
9 years ago
Diego Biurrun
dab2034b86
roqvideoenc: Drop broken disabled cruft
9 years ago
Diego Biurrun
562bec0e69
pnm_parser: Drop broken disabled cruft
9 years ago
Diego Biurrun
a972fc1c0a
wma: Kill non-compiling disabled cruft
9 years ago
Diego Biurrun
aa37d2bf45
swscale: Kill non-compiling disabled cruft
9 years ago
Diego Biurrun
d5fda00efa
mpeg4videoenc: Kill non-compiling disabled cruft
9 years ago
Diego Biurrun
e4d5b55193
rangecoder: Kill non-compiling disabled cruft
9 years ago
Diego Biurrun
00a0419c7f
mathematics: Kill non-compiling disabled cruft
9 years ago
James Almer
f85842b09e
doc/APIChanges: fill in missing git hashes
Signed-off-by: James Almer <jamrial@gmail.com>
9 years ago
Jan Sebechlebsky
9023a4a30c
doc/APIchanges: Document addition of list BSF API in lavc
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
9 years ago
Michael Niedermayer
0d98686fde
fate: Add RGB48 FFV1 test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
62f5e601aa
avcodec/ffv1enc: Add RGB48 support
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
a95fdac4c6
avcodec/ffv1enc: do not offset null pointers
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
b1d1250938
avcodec/ffv1: Fix rgb plane ordering in experimental planar RGB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
87da118898
avcodec/ffv1enc: Factor rice high depth check out
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
ae0192ef5f
avformat/mov: Check extradata before access
Fixes NULL ptr dereference
Fixes Ticket5778
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
b438c2025c
avfilter/window_func: add cauchy, parzen and poisson window function
9 years ago
Jun Zhao
46bfc1562f
ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue.
the merge commit 1b04ea1 "avconv: create simple filtergraphs earlier"
will init the filtergraphs earlier, then init the QSV transcode can't
suppose the nb_filters's value, else lead to the QSV transcode performance
drop.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Reviewed-by: Ivan Uskov <ivan.uskov@nablet.com
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
a2c40931c8
avfilter/vaf_spectrumsynth: check return code
9 years ago
Paul B Mahol
1457786d69
avfilter/avf_showspectrum: do not let multiple threads to write to same part of memory
9 years ago
Paul B Mahol
ea58dd2beb
avfilter/window_func: add dolph window
9 years ago
Jon Toohill
c3c4c72665
lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.
Shows encoder delay/padding in the stream summary if they are set.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
3282e31baa
avfilter/vf_atadenoise: set default size value to 9
This is enough, bigger sizes do not produce better output in 99% cases.
9 years ago
Paul B Mahol
fc3eb173f4
avfilter/vf_atadenoise: add support for more pixel formats
9 years ago
Paul B Mahol
4f226714f5
avfilter/af_astats: add support for other sample formats
9 years ago
Jan Sebechlebsky
b746ed70ef
avcodec/bsf: Add list BSF API
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
0ea03dbbf9
avcodec/iff: remove palette swapping for anim
It appears it is wrong.
9 years ago
Paul B Mahol
ce5ba77079
avfilter/avf_showspectrum: add some multithreading support
9 years ago
Paul B Mahol
4899953a47
doc/filters: add yet another zoompan usage example
9 years ago
Paul B Mahol
ac18114b96
avfilter/vf_zoompan: fix pzoom usage
9 years ago
Ivan Uskov
b93e223315
libavcodec/qsvdec_h2645.c: switch to the new BSF API
This patch applies same changes as commit e3dfef8e3c of libav:
instead of the obsolete AVBitStreamFilterContext now the new AVBSFContext filter is used to
restore annex-B prefixes.
Based-on: e3dfef8e3c by Anton Khirnov
Push requested by maintainer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Maya Rashish
23f505bee0
configure: All sun4 machines are SPARCs, not just sun4u
Allow building on sun4v
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Moritz Barsnick
d14993478c
libavformat/http: add support for content_type option in listen mode
Instead of silently ignoring the content_type option in listen mode,
apply its value to the provided "Content-Type:" header.
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
ec4ed2f69c
avfilter/vf_signalstats: fix saturation calculation for >8 bit
9 years ago
Rostislav Pehlivanov
6612d04933
aacenc: fix various typos and an error message
Too much copy and pasting.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
9 years ago
Rostislav Pehlivanov
fb0abb34cb
aacenc: unmark the fast coder as experimental
This version has had much testing so there's little point in keeping it
maked as experimental.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
9 years ago
Rostislav Pehlivanov
c92cc2d559
aacenc: add a faster version of twoloop as the "fast" coder
Does nothing fancy but still sounds very decent at 128kbps.
Still room to improve by bringing in the low pass and PNS management
from the main big twoloop which should improve its quality but not
sacrifice that much speed.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
9 years ago
Paul B Mahol
3a81775bde
avfilter/vf_signalstats: measure video bitdepth
9 years ago
Paul B Mahol
ee56d9bc89
avfilter/vf_signalstats: add >8 bit depth support
9 years ago
Jan Sebechlebsky
7ae52f8a6b
avcodec/bsf: Add ff_bsf_get_packet_ref() function
Use of this function can save unnecessary malloc operation
in bitstream filter.
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Carl Eugen Hoyos
79dc94a63b
configure: Check for arc4random() header definition.
Fixes Cygwin compilation.
9 years ago