summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* avcodec/wmalosslessdec: do not discard last frameJakub Stachowski2016-04-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMESPaul B Mahol2016-04-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate/exr : add test for PXR24 Float and tile uncompressMartin Vignali2016-04-10
|
* avcodec/exr: fix channel detectionMartin Vignali2016-04-10
|
* lavf/avio: Remove linebreak from https warning.Carl Eugen Hoyos2016-04-10
|
* avformat/mpegts: Remove unused argument from analyze()Michael Niedermayer2016-04-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/mpegts: Check adaption field control in analyze() more instead of ↵Michael Niedermayer2016-04-10
| | | | | | | | | | | transport_error_indicator transport_error_indicator is not required to be 0 Fixes probing Fixes Ticket 4862 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/shorten: add support for AIFF packing, not bitexactPaul B Mahol2016-04-09
| | | | | | Also report unsupported packing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/shorten: fix decoding of very large (>2048) block sizesPaul B Mahol2016-04-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/rawenc: Add a raw gsm muxer.Carl Eugen Hoyos2016-04-09
|
* lavf/gsmdec: Add raw gsm autodetection.Carl Eugen Hoyos2016-04-09
| | | | Fixes bug 555.
* avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer2016-04-09
| | | | | | Fixes Ticket4816 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron2016-04-09
|
* avcodec/shorten: fix decoding of files with number of samples lower than ↵Paul B Mahol2016-04-08
| | | | | | | | | max_frame_size Note that support of very big block sizes is not currently supported at all due too flawed logic in decoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/shorten: remove useless if condition and comment, reindentPaul B Mahol2016-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/nistshperedec: add support for mu-law as sample-byte-formatPaul B Mahol2016-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/shorten: fix decoding of last framePaul B Mahol2016-04-08
| | | | | | Previously it would be always discarded. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: Add test for Ticket 2397 (dvdsub)Michael Niedermayer2016-04-08
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* sws/aarch64/yuv2rgb: honor iOS calling conventionClément Bœsch2016-04-08
| | | | | | | | | | | | | | | | | y_offset and y_coeff being successive 32-bit integers, they are packed into 8 bytes instead of 2x8 bytes. See https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html > iOS diverges from Procedure Call Standard for the ARM 64-bit > Architecture in several ways [...] > In the generic procedure call standard, all function arguments passed > on the stack consume slots in multiples of 8 bytes. In iOS, this > requirement is dropped, and values consume only the space required. [...] > Padding is still inserted on the stack to satisfy arguments’ alignment > requirements.
* avformat/nistspheredec: fix silly bugPaul B Mahol2016-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol2016-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/pngenc: restore image size before copying frameDmitriy2016-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/shorten: if allocation fails reset max_frame_sizePaul B Mahol2016-04-08
| | | | | | Otherwise crash happens. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: remove "get_buffer() failed" messagePaul B Mahol2016-04-08
| | | | | | It is already provided by ff_get_buffer(). Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: support shorten in nistshpere demuxerPaul B Mahol2016-04-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: add drawtext exampleMulvya2016-04-07
| | | | | | | Show example which draws text at a random position, and switches positions every 30 seconds Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter: add remap filterF.Sluiter2016-04-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* swscale/utils: Remove unused variableMichael Niedermayer2016-04-07
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat: add aix demuxerPaul B Mahol2016-04-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/exr: enable mipmap, ripmap decodingMartin Vignali2016-04-06
|
* fate: add missing filter-meta-4560-rotate0 dependenciesJames Almer2016-04-05
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* AAC encoder: fix valgrind errorsClaudio Freire2016-04-05
| | | | | | Move wi.clipping computation outside of psy_lame_window, LFE channels don't even call that, and make the LFE path also initialize window_type[1] which is needed by analyze_channel
* fate: force fixed point aac decoder in filter-meta-4560-rotate0Michael Niedermayer2016-04-06
| | | | | | This should fix a off by 1 difference between AARCH64 and X86 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-05
| | | | | | | | | | | Modifying global header extradata in encode_frame is an API violation and only happens to work currently because mov writes its header at the end of the file. Heavily based off of a patch from 2012. Original-by: Nicolas George <george@nsup.org> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* sws/aarch64: restore ff_hscale_8_to_15_neon()Clément Bœsch2016-04-05
| | | | Fix final scaling and required filter alignment. Pass FATE.
* avformat: add musx demuxerPaul B Mahol2016-04-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* AAC encoder: fix filling of wi.clipping arrayClaudio Freire2016-04-05
| | | | | | | Fill all windows in all window groups instead of only the first window of each group. Also avoid uninitialized access of window_type.
* ffplay: fix silence insertion on error or pauseMarton Balint2016-04-04
| | | | | | | | | | | | | | Insertion of silence was a bit broken since df34b700981de606ca4847e1ed0bfdf9ac3e9104 because the info whether or not the source buffer supposed to be silence must be kept between callbacks. Failing to do so causes rogue samples from the last buffer to be presented, I guess even a crash can occur under some circumstances. This patch uses a NULL audio_buf to keep the silence state across audio callbacks. Reviewed-by: Lukasz Marek <lukasz.m.luki2 at gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* libavcodec/exr : add support for compression in tileMartin Vignali2016-04-04
|
* libavcodec/exr : cosmetic changeMartin Vignali2016-04-04
|
* fate: Add wav-ac3 testMichael Niedermayer2016-04-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add fate-flv-demuxMichael Niedermayer2016-04-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add fate-ts-opus-demuxMichael Niedermayer2016-04-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add demux test for OggOpusJames Almer2016-04-03
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* AAC encoder: new regression testClaudio Freire2016-04-03
| | | | | | Test to catch the recently fixed minsf bug Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* AAC encoder: fix initialization of minsfClaudio Freire2016-04-03
| | | | | In some situations (exactly zeroed DC coeffs) minsf would be initialized with garbage
* avformat/brstm: lower magic number, fixes decoding of some filesPaul B Mahol2016-04-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes2016-04-03
| | | | | | | | It will be used by text subtitle demuxers to construct format instructions straight into extradata. They all currently a similar function that accepts an AVCodecContext instead. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avformat/wavdec: fix typo with lenMichael Niedermayer2016-04-03
| | | | | Found-by: carl Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>