summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/fifo: Make independent of the channel layoutMichael Niedermayer2016-09-061-3/+3
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer2016-09-061-2/+1
| | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_amix: make independent of the channel layoutMichael Niedermayer2016-09-061-1/+1
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-062-11/+11
| | | | Fixes ticket #5823.
* avfilter/vf_owdenoise: hight bit-depth supportPaul B Mahol2016-09-061-8/+38
|
* lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-051-1/+2
| | | | Fixes ticket #5128.
* avcodec/pnmdec: fix undefined behaviourPaul B Mahol2016-09-051-3/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* MAINTAINERS: Replace AvxSynth Team by Stephen Hutchinson for avisynth.cMichael Niedermayer2016-09-051-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-051-3/+3
| | | | | | | | | | | | | | | This patch is a fix for the bug with ticket number 5812 (https://trac.ffmpeg.org/ticket/5812). Basically, the bug is that the last segment and the "#EXT-X-ENDLIST" tag are not being written to the subtitle playlist file when converting a file with subtitles to the HLS format. The reason for this seem to be that the filename for the subtitle file is being freed too early. This solution is simply to free that memory after it's last use in the "hls_window" function. Signed-off-by: Franklin Phillips <franklinphillips9p8@inbox.lv> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-042-12/+31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: Add test for ticket #5805.Carl Eugen Hoyos2016-09-042-0/+10
|
* avccodec/utvideoenc: support encoding ULY4 and ULH4Paul B Mahol2016-09-042-1/+21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/Makefile: move anullsrc and nullsink to correct placePaul B Mahol2016-09-041-2/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_bitplanenoise: silence clang warning, do not truncate valuePaul B Mahol2016-09-041-1/+1
|
* avfilter: add gblur filterPaul B Mahol2016-09-046-1/+373
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: improve weave examplePaul B Mahol2016-09-041-1/+1
|
* vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-042-5/+55
| | | | | | | | | | The filter needs input frames with color properties filled out by the decoder. Since this is not always possible, add input options to the filter so that user may override color space, color primaries, transfer characteristics, and color range, as well as a generic option to set all properties at once. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* fate: add 12bpp sampleChristophe Gisquet2016-09-042-0/+12
| | | | | | | Allows testing simple_idct12 correctness/bitexactness, as the sample was generated using faani as idct. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: Remove fifo muxers dependency on pthreads.Matt Oliver2016-09-041-1/+1
| | | | Signed-off-by: Matt Oliver <protogonoi@gmail.com>
* avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-042-0/+32
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/utils: print only the padding values that are setJames Almer2016-09-031-4/+7
| | | | | Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer2016-09-031-1/+2
| | | | | Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-031-1/+5
| | | | Fixes ticket #5774.
* lavf/webm_chunk: Print an error if no header filename was provided.Carl Eugen Hoyos2016-09-031-0/+1
|
* Cosmetics: Reindent after e82b181f.Carl Eugen Hoyos2016-09-031-8/+8
|
* lavc/mjpegdec: Only read JFIF thumbnail size if the segment is long enough.Carl Eugen Hoyos2016-09-032-2/+5
| | | | Fixes ticket #5805.
* swscale/swscale_unscaled: Try to fix bayer_to_yv12_wrapper() with slicesMichael Niedermayer2016-09-031-4/+4
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer2016-09-031-0/+8
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos2016-09-032-3/+3
| | | | | Tested by trac user NTAuthority. Fixes ticket #5786.
* lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos2016-09-031-0/+1
| | | | DQT segments may contain 0xFFs which break auto-detection.
* lavc/mjpegdec: Do not skip reading quantization tables.Carl Eugen Hoyos2016-09-031-3/+2
| | | | | | They may contain 0xFFs, confusing the start code finding algorithm. Fixes ticket #5819.
* swscale: add unscaled copy from yuv420p10 to p010Timo Rothenpieler2016-09-031-0/+44
|
* configure: check for dlsym as wellTimo Rothenpieler2016-09-031-2/+2
| | | | | | | | | | | For some reason, when compiling with gcc-asan and a recent enough gcc version(seen on 5.3+ so far), linking dlopen works without -ldl, but dlsym fails with: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' So this patchs checks for both dlopen and dlsym to work for determining if -ldl is needed.
* swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer2016-09-021-0/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/swscale: Try to fix rgb48Toxyz12() with slicesMichael Niedermayer2016-09-021-1/+7
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/swscale: Factor bottom to top handlingMichael Niedermayer2016-09-021-32/+19
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: add weave examplePaul B Mahol2016-09-021-0/+12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* swscale/tests/swscale: add cpuflags optionMichael Niedermayer2016-09-021-0/+9
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol2016-09-022-1/+70
|
* avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer2016-09-021-2/+2
| | | | | | | Fixes: 360/test.poc Found-by: 连一汉 <lianyihan@360.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_minterpolate: rename chroma log varsDavinder Singh2016-09-021-13/+9
| | | | | also use AVPixFmtDescriptor instead of avcodec_get_chroma_sub_sample() for log2_chroma*.
* avfilter: add weave filterPaul B Mahol2016-09-026-1/+168
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffmpeg: fix broken indent/style in write_frameClément Bœsch2016-09-021-22/+21
|
* libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk2016-09-011-1/+10
| | | | | | | | This allows libavcodec/opus to demux ambisonics in an ogg/opus container. Channel mapping family 2 is being added in this standards track IETF draft: tools.ietf.org/html/draft-ietf-codec-ambisonics-00 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavu/timestamp: Avoid C++-unfriendly code in user headerMark Thompson2016-09-011-1/+1
| | | | | | Including this header in a C++11 program (inside extern "C") will throw an error because it looks like a user-defined literal. Add a space between the two tokens to avoid the problem.
* libavcodec/opus: Fix spelling in error messageMichael Graczyk2016-09-011-1/+1
|
* configure: add missing check for LoadLibraryJames Almer2016-09-011-0/+2
| | | | | | | | | Commit 2b1d316ff68a3f973d8f342db6bf9755eb78ec10 made nvenc depend on LoadLibrary, but the availability of the latter was never checked. This fixes nvenc on Windows platforms Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/movenc: added ability to use original stream ids as track ids ↵Erkki Seppälä2016-09-012-6/+57
| | | | | | | | | | | | | | instead of regenerating them Sometimes it's useful to be able to define the exact track numbers in the generated track, instead of always beginning at track id 1. Using the option use_stream_ids_as_track_ids now copies the use stream ids to track ids. Dynamically generated tracks (ie. tmcd) have their track numbers defined as continuing from the highest numbered stream id. Signed-off-by: Erkki Seppälä <erkki.seppala.ext@nokia.com> Signed-off-by: OZOPlayer <OZOPL@nokia.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper2016-09-012-0/+30
| | | | | | | This allows retroactive calculation/aggregation of PSNR from the stats log. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: fix ldl dependency for new nvenc encoder namesTimo Rothenpieler2016-08-311-1/+2
|
OpenPOWER on IntegriCloud