summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/golomb: fix reading huge signed rice golomb valuesMichael Niedermayer2015-05-17
* avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k valuesMichael Niedermayer2015-05-17
* avcodec/flacdec: Attempt to auto-detect old buggy flacMichael Niedermayer2015-05-17
* lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos2015-05-17
* lavc: Print a warning if gray decoding was requested but not enabled.Carl Eugen Hoyos2015-05-17
* lavc/h263: Set color_range for gray decoding.Carl Eugen Hoyos2015-05-17
* lavc/vc1: Set color_range for gray decoding.Carl Eugen Hoyos2015-05-17
* lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.Carl Eugen Hoyos2015-05-17
* lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-17
* lavc/flacdec: Sanitize FLACSTREAMINFO usage.Carl Eugen Hoyos2015-05-17
* avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer2015-05-16
* avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checksMichael Niedermayer2015-05-16
* avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer2015-05-15
* avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer2015-05-15
* avcodec/svq1dec: Remove duplicate buf_size checkMichael Niedermayer2015-05-15
* avcodec/dcadec: Check active_bandsMichael Niedermayer2015-05-15
* avcodec/dcadec: Check scale table indexMichael Niedermayer2015-05-15
* avcodec/sonic: More completely check sample_rate_index and channelsMichael Niedermayer2015-05-15
* avcodec/sonic: check memory allocationsMichael Niedermayer2015-05-15
* avcodec/smvjpegdec: check avcodec_decode_video2() return codeMichael Niedermayer2015-05-15
* avcodec/shorten: More complete pred_order checkMichael Niedermayer2015-05-15
* avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer2015-05-15
* avcodec/shorten: Check skip_bytes()Michael Niedermayer2015-05-15
* avcodec/put_bits: Remove dead code in put_bits()Michael Niedermayer2015-05-15
* avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer2015-05-15
* avcodec/vp9: Use separate memset for counts.eobMichael Niedermayer2015-05-15
* avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vect...Michael Niedermayer2015-05-15
* avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer2015-05-15
* avcodec/h264_slice: Fix ranges in assertMichael Niedermayer2015-05-15
* avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer2015-05-14
* avcodec/diracdec: Make data_unit_size unsignedMichael Niedermayer2015-05-14
* avcodec/dcadec: Check subsubframesMichael Niedermayer2015-05-14
* avcodec/dcadec: Check nchansMichael Niedermayer2015-05-14
* hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-14
* avcodec/cavsdec: Use ff_set_dimensions()Michael Niedermayer2015-05-14
* avcodec/cavsdec: Check frame_rate_codeMichael Niedermayer2015-05-14
* avcodec/cavsdec: Check esc_codeMichael Niedermayer2015-05-14
* avcodec/qdrw: Fix the code which asks for version 1 samplesMichael Niedermayer2015-05-14
* avcodec/qdrw: another try at skipping the first 512 bytesMichael Niedermayer2015-05-14
* avcodec/srtdec: attempt to correct SubRip positioningClément Bœsch2015-05-14
* avcodec/ass: make default playback resolution available to decodersClément Bœsch2015-05-14
* avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() fix vec_...Rong Yan2015-05-14
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni hv mc functionsShivraj Patil2015-05-14
* avcodec/msrledec: Ask for sample that uses a branch with a unused byteMichael Niedermayer2015-05-14
* avcodec/on2avc: Check run more carefullyMichael Niedermayer2015-05-14
* avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZEMichael Niedermayer2015-05-14
* Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623'Michael Niedermayer2015-05-13
|\
| * vda: Make output CVPixelBuffer format configurableStefano Pigozzi2015-05-13
| * libx265: Use the Multi-library InterfaceGopu Govindaswamy2015-05-13
* | Merge commit '85ca012ba680bdf942d95ab98c74f6a28f447588'Michael Niedermayer2015-05-13
|\|