Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-13jpeg2000: do not compute the same value twiceVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1026771 / CID 1026772 / CID 1026773
2014-11-13svq1enc: check ff_get_buffer return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 747723
2014-11-13ansi: check ff_set_dimensions return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1135737
2014-11-13avs: check ff_set_dimensions return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1135738
2014-11-13g2meet: check ff_set_dimensions return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1135739
2014-11-13indeo3: check ff_set_dimensions return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1135740
2014-11-13shorten: check for return valueVittorio Giovara
Avoid a possible negative bitshift. CC: libav-stable@libav.org Bug-Id: CID 1194400
2014-11-13dcadec: initialize variables before useVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 700751 / CID 700752
2014-11-13escape124: explicitly set get_bits1 variableVittorio Giovara
Makes coverity less confused. CC: libav-stable@libav.org Bug-Id: CID 1203487
2014-11-13mlpdec: check for negative indexVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 970924
2014-11-13ffv1: fix out-of-bounds readVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1047234
2014-11-13vorbisenc: add missing parenthesisVittorio Giovara
Bug-Id: CID 1238791
2014-11-13dpxenc: mention missing breakVittorio Giovara
Bug-Id: CID 732229
2014-11-13sunrastenc: mention missing breakVittorio Giovara
Bug-Id: CID 732231
2014-11-13vc1dec: refactor check with missing parenthesisVittorio Giovara
FATE tests updated accordingly, no visual difference. CC: libav-stable@libav.org Bug-Id: CID 1087087
2014-11-13vc1dec: always initialize tx and tyVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1245702 / CID 1245703
2014-11-13dnxhdenc: check negative indexVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 700464
2014-11-13display: fix order of operandsVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1238828 / CID 1238832
2014-11-13nellymoserenc: fix array indexVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 732258
2014-11-13nellymoserenc: fix array element orderingMichael Niedermayer
Fixes assertion failures and valgrind warnings in trellis encoder. CC: libav-stable@libav.org Bug-Id: CID 732256 / CID 732257
2014-11-13libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1244188
2014-11-13libopusenc: check return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 739870
2014-11-13vp7: fix checking vp7_feature_value_size()Michael Niedermayer
CC: libav-stable@libav.org Bug-Id: CID 1197061
2014-11-134xm: more thorought check for negative index and negative shiftVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1087094
2014-11-11tiff: Use av_mallocz_arrayLuca Barbato
CC: libav-stable@libav.org
2014-11-11h264_parser: don't stop on SPS_EXT in splitJohn Stebbins
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.
2014-11-11h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer
Bug-Id: CID 1087088
2014-11-11png_parser: fix size of chunk_lenghtVittorio Giovara
Fixes the comparison against constant value 0x7fffffff. CC: libav-stable@libav.org Bug-Id: CID 1198260
2014-11-11dvbsubdec: move shared codepathVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1238839
2014-11-11dvbsubdec: improve error checkingVittorio Giovara
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
2014-11-11dvbsubdec: add missing breakJernej Fijačko
Fix a memory leak too. CC: libav-stable@libav.org Bug-Id: CID 732230
2014-11-11hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer
Prevents shifts with undefined behavior, as no syntax element has a valid value greater than 1 << 31. Bug-Id: CID 1206635
2014-11-11hevc_mvs: prevent unitialized useVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1244202
2014-11-114xm: drop unnecessary checkVittorio Giovara
data_size is always >= 0 in this case. CC: libav-stable@libav.org Bug-Id: CID 1238788
2014-11-11hpeldsp: Increase put_no_rnd_pixels_tab[][] sizeMichael Niedermayer
CC: libav-stable@libav.org Bug-Id: CID 991852
2014-11-11mjpegenc: fix argument size in encode_mbVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1047235
2014-11-11mpegvideo: fix size of arrayVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1238789
2014-11-11mpegvideo: check mpv return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1238786
2014-11-11mpeg12enc: increase declared size of block function argumentMichael Niedermayer
CC: libav-stable@libav.org Bug-Id: CID 1047236 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-11-11libavcodec: Unconditionally build xiph.oMartin Storsjö
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>
2014-11-10libfdk-aacdec: Support building with the latest version of fdk-aacMartin Storsjö
The latest fdk-aac code drop (from android 5.0) changed the channel layout enums (changing the value of existing enum constants), and renamed the option for downmixing. The failsafe comparison between ctype and FF_ARRAY_ELEMS(channel_counts) can trigger warnings (-Wtautological-constant-out-of-range-compare) when building with the old FDK AAC releases, where it can't be out of range with the enum values used there. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-09lavc: Compact the side-data passthroughLuca Barbato
2014-11-06mjpegdec: fix undefined shiftVittorio Giovara
Add a comment to explain the code. CC: libav-stable@libav.org Bug-Id: CID 1194388
2014-11-06pthreads_frame: Do not leak on failure pathLuca Barbato
CC: libav-stable@libav.org Bug-Id: CID 1135767 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-11-06mpeg12dec: simplify context duplicationVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 717453 / CID 717454 / CID 717915
2014-11-06mpeg12enc: factor out check in encode_dcVittorio Giovara
Makes coverity less confused and the code more readable. CC: libav-stable@libav.org Bug-Id: CID 751744
2014-11-06mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 608053
2014-11-06mpegvideo_enc: rework direct mode checkVittorio Giovara
Remove stray semicolon and share codepaths. CC: libav-stable@libav.org Bug-Id: CID 991857
2014-11-06lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov
2014-11-06lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov