summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-081-2/+2
* avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-081-0/+8
* avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-081-0/+9
* avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-081-4/+8
* avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-081-0/+13
* avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-081-0/+12
* avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer2015-11-081-1/+4
* avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer2015-11-081-1/+4
* avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer2015-11-081-1/+1
* Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer2015-11-081-4/+0
* avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer2015-11-081-0/+4
* avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer2015-11-081-1/+1
* avcodec/aacsbr: Use FLOAT_0Michael Niedermayer2015-11-082-2/+2
* avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer2015-11-081-1/+1
* Add pixblockdsp checkasm testsTimothy Gu2015-11-074-0/+112
* pixblockdsp: x86: Condense diff_pixels_* to a shared macroTimothy Gu2015-11-071-34/+30
* avcodec/takdec: Use memove, avoid undefined memcpy() useMichael Niedermayer2015-11-071-1/+1
* mmaldec: correct package buffering accountingwm42015-11-071-0/+3
* mmaldec: add vc1 decoding supportwm42015-11-074-0/+18
* lavfi/af_asyncts: remove looping on request_frame().Nicolas George2015-11-071-2/+1
* lavfi/af_amix: mostly fix scheduling.Nicolas George2015-11-071-80/+62
* lavfi/vf_framepack: fix scheduling.Nicolas George2015-11-071-3/+15
* lavfi/af_join: partially fix scheduling.Nicolas George2015-11-071-17/+33
* lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-071-2/+4
* lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-071-3/+2
* lavfi: remove astreamsync.Nicolas George2015-11-075-282/+0
* lavu/opt: enhance printing durations.Nicolas George2015-11-072-9/+47
* lavfi: add realtime filter.Nicolas George2015-11-075-0/+153
* fate: add mpdecimate test.Nicolas George2015-11-072-0/+24
* lavfi: add testsrc2 test source.Nicolas George2015-11-077-0/+495
* doc/resampler: fix some trivial typosGanesh Ajjanagadde2015-11-071-2/+2
* avformat/segafilm: Only add index entries when the stream existsMichael Niedermayer2015-11-071-5/+6
* apng: use correct size for output bufferAndreas Cadhalpun2015-11-071-1/+3
* jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun2015-11-071-1/+1
* hevc: extract SEI caption dataWill Kelleher2015-11-073-0/+93
* avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer2015-11-071-4/+4
* avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer2015-11-071-0/+2
* vp9_parser: allow superframes with a single frame.Ronald S. Bultje2015-11-061-1/+1
* avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer2015-11-061-1/+1
* avdevice/dshow_enummediatypes: check return of av_mallocGanesh Ajjanagadde2015-11-061-0/+2
* XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-0610-21/+164
* swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde2015-11-051-2/+3
* mpegtsenc: Implement writing of Opus trim_start/trim_end control valuesSebastian Dröge2015-11-061-3/+40
* mpegtsenc: Add support for muxing Opus in MPEG-TSSebastian Dröge2015-11-061-1/+179
* avformat/xmv: Discard remainder of packet on errorMichael Niedermayer2015-11-061-1/+4
* avformat/xmv: factor return check out of if/elseMichael Niedermayer2015-11-061-5/+3
* avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer2015-11-061-1/+1
* avcodec/dnxhddec: Make mb_scan_index a fixed length arrayMichael Niedermayer2015-11-061-10/+2
* avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer2015-11-051-0/+4
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-051-2/+5
OpenPOWER on IntegriCloud