summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dv: Drop a spurious checkLuca Barbato2014-11-151-2/+2
| | | | | | The buffer is always valid. Bug-Id: CID 700682
* Icecast: Send content-type in all casesMarvin Scholz2014-11-151-0/+2
| | | | | | | | This is needed because Icecast since version 2.4.1 doesn't default to audio/mpeg anymore. AVOption default not used here, since a later check if -content_type is set is performed and would break. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Icecast: Send 100-continue header if possibleMarvin Scholz2014-11-151-0/+1
| | | | | | | | | | This allows for proper error reporting. Only do this for non-legacy requests as only Icecast >2.4.0 will reply with a proper status. Libav seems to accept both, 100 and 200 status codes, but let's stay close to spec. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-155-29/+211
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* atrac3plus: always initialize refwavesVittorio Giovara2014-11-141-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1163851
* lpc: always initialize ref and errVittorio Giovara2014-11-142-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 29585 / CID 700759
* exr: check return valueVittorio Giovara2014-11-141-2/+3
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1198259
* bgmc: fix sizeof argumentsThilo Borgmann2014-11-141-3/+3
| | | | | CC: libav-devel@libav.org Bug-Id: CID 608084 / CID 700724
* riff: support ProRes in avi (APCN fourcc)Vittorio Giovara2014-11-141-0/+1
|
* jpeg2000: do not compute the same value twiceVittorio Giovara2014-11-131-9/+6
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1026771 / CID 1026772 / CID 1026773
* svq1enc: check ff_get_buffer return valueVittorio Giovara2014-11-131-2/+6
| | | | | CC: libav-stable@libav.org Bug-Id: CID 747723
* ansi: check ff_set_dimensions return valueVittorio Giovara2014-11-131-3/+5
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1135737
* avs: check ff_set_dimensions return valueVittorio Giovara2014-11-131-2/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1135738
* g2meet: check ff_set_dimensions return valueVittorio Giovara2014-11-131-2/+5
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1135739
* indeo3: check ff_set_dimensions return valueVittorio Giovara2014-11-131-1/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1135740
* shorten: check for return valueVittorio Giovara2014-11-131-0/+2
| | | | | | | Avoid a possible negative bitshift. CC: libav-stable@libav.org Bug-Id: CID 1194400
* dcadec: initialize variables before useVittorio Giovara2014-11-131-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 700751 / CID 700752
* escape124: explicitly set get_bits1 variableVittorio Giovara2014-11-131-3/+4
| | | | | | | Makes coverity less confused. CC: libav-stable@libav.org Bug-Id: CID 1203487
* mlpdec: check for negative indexVittorio Giovara2014-11-131-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 970924
* ffv1: fix out-of-bounds readVittorio Giovara2014-11-131-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1047234
* vorbisenc: add missing parenthesisVittorio Giovara2014-11-131-2/+3
| | | | Bug-Id: CID 1238791
* dpxenc: mention missing breakVittorio Giovara2014-11-131-0/+1
| | | | Bug-Id: CID 732229
* sunrastenc: mention missing breakVittorio Giovara2014-11-131-0/+1
| | | | Bug-Id: CID 732231
* vc1dec: refactor check with missing parenthesisVittorio Giovara2014-11-133-22/+21
| | | | | | | FATE tests updated accordingly, no visual difference. CC: libav-stable@libav.org Bug-Id: CID 1087087
* vc1dec: always initialize tx and tyVittorio Giovara2014-11-131-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1245702 / CID 1245703
* dnxhdenc: check negative indexVittorio Giovara2014-11-131-0/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 700464
* display: fix order of operandsVittorio Giovara2014-11-132-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1238828 / CID 1238832
* nellymoserenc: fix array indexVittorio Giovara2014-11-131-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 732258
* nellymoserenc: fix array element orderingMichael Niedermayer2014-11-131-4/+4
| | | | | | | Fixes assertion failures and valgrind warnings in trellis encoder. CC: libav-stable@libav.org Bug-Id: CID 732256 / CID 732257
* libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara2014-11-131-3/+4
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1244188
* libopusenc: check return valueVittorio Giovara2014-11-131-1/+3
| | | | | CC: libav-stable@libav.org Bug-Id: CID 739870
* vp7: fix checking vp7_feature_value_size()Michael Niedermayer2014-11-131-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1197061
* 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-131-11/+18
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1087094
* tiff: Use av_mallocz_arrayLuca Barbato2014-11-111-2/+2
| | | | CC: libav-stable@libav.org
* opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-111-2/+2
| | | | It is av_opt_set now.
* h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-111-2/+4
| | | | | Add SPS_EXT, SEI, and subset SPS to codes that are skipped during split. These codes can come before the PPS and results in incomplete extradata.
* h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer2014-11-111-1/+1
| | | | Bug-Id: CID 1087088
* png_parser: fix size of chunk_lenghtVittorio Giovara2014-11-111-1/+1
| | | | | | | Fixes the comparison against constant value 0x7fffffff. CC: libav-stable@libav.org Bug-Id: CID 1198260
* dvbsubdec: move shared codepathVittorio Giovara2014-11-111-15/+8
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1238839
* dvbsubdec: improve error checkingVittorio Giovara2014-11-111-5/+15
| | | | | | | | | Use av_mallocz_array instead of iterating and check the returned memory. Check returned memory and cleanly exit in case of error during the loop. Avoid a null pointer dereference for invalid data. CC: libav-stable@libav.org Bug-Id: CID 29575
* dvbsubdec: add missing breakJernej Fijačko2014-11-111-0/+1
| | | | | | | Fix a memory leak too. CC: libav-stable@libav.org Bug-Id: CID 732230
* hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer2014-11-111-1/+1
| | | | | | | Prevents shifts with undefined behavior, as no syntax element has a valid value greater than 1 << 31. Bug-Id: CID 1206635
* hevc_mvs: prevent unitialized useVittorio Giovara2014-11-111-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1244202
* 4xm: drop unnecessary checkVittorio Giovara2014-11-111-3/+0
| | | | | | | data_size is always >= 0 in this case. CC: libav-stable@libav.org Bug-Id: CID 1238788
* hpeldsp: Increase put_no_rnd_pixels_tab[][] sizeMichael Niedermayer2014-11-111-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 991852
* mjpegenc: fix argument size in encode_mbVittorio Giovara2014-11-112-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1047235
* mpegvideo: fix size of arrayVittorio Giovara2014-11-111-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1238789
* mpegvideo: check mpv return valueVittorio Giovara2014-11-111-1/+3
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1238786
* mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-112-3/+3
| | | | | | CC: libav-stable@libav.org Bug-Id: CID 1047236 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* libavcodec: Unconditionally build xiph.oMartin Storsjö2014-11-111-12/+9
| | | | | | | | | vorbis_parser.o is built unconditionally since 5e80fb7ff, and the unconditionally built parts of it depend on xiph.o. This fixes builds with --disable-everything. Signed-off-by: Martin Storsjö <martin@martin.st>
OpenPOWER on IntegriCloud