aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-17lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.Carl Eugen Hoyos
2015-05-17lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos
2015-05-17lavc/flacdec: Sanitize FLACSTREAMINFO usage.Carl Eugen Hoyos
2015-05-17avformat/avidec: add mp2 to the list of exceptions instead of generally treat...Michael Niedermayer
2015-05-17ffmpeg: only apply last picture flush code at EOFMichael Niedermayer
2015-05-17avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer
2015-05-16Merge commit '732dd658687bd9a2e5c622e38c481825b57af250'Michael Niedermayer
2015-05-16avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer
2015-05-16avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checksMichael Niedermayer
2015-05-16avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer
2015-05-16doc: Add $branch to FATE config templateTimothy Gu
2015-05-16avdevice/v4l2: Fix vertical alignment in list_formats() outputMichael Niedermayer
2015-05-16avformat/mov: Fix parsing short lociMichael Niedermayer
2015-05-16avformat/mov: Print reason of loci parsing failureMichael Niedermayer
2015-05-16ffmpeg: Support preserving the source key frame timingsanatolschwarz
2015-05-15ffmpeg: Remove another unneeded ost->filter_graph checkMichael Niedermayer
2015-05-15avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer
2015-05-15avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer
2015-05-15avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer
2015-05-15avcodec/svq1dec: Remove duplicate buf_size checkMichael Niedermayer
2015-05-15avcodec/dcadec: Check active_bandsMichael Niedermayer
2015-05-15avcodec/dcadec: Check scale table indexMichael Niedermayer
2015-05-15avcodec/sonic: More completely check sample_rate_index and channelsMichael Niedermayer
2015-05-15avcodec/sonic: check memory allocationsMichael Niedermayer
2015-05-15avcodec/smvjpegdec: check avcodec_decode_video2() return codeMichael Niedermayer
2015-05-15avcodec/shorten: More complete pred_order checkMichael Niedermayer
2015-05-15avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer
2015-05-15avcodec/shorten: Check skip_bytes()Michael Niedermayer
2015-05-15avcodec/put_bits: Remove dead code in put_bits()Michael Niedermayer
2015-05-15avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer
2015-05-15avcodec/vp9: Use separate memset for counts.eobMichael Niedermayer
2015-05-15ffmpeg: Print an error if avfilter_graph_queue_command() failedMichael Niedermayer
2015-05-15ffmpeg: remove unneeded ost->filter checkMichael Niedermayer
2015-05-15avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vect...Michael Niedermayer
2015-05-15avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer
2015-05-15fate: increase the number of filtered frames to 20 for edgedetect* & hueMichael Niedermayer
2015-05-15lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian
2015-05-15avcodec/h264_slice: Fix ranges in assertMichael Niedermayer
2015-05-14avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer
2015-05-14avcodec/diracdec: Make data_unit_size unsignedMichael Niedermayer
2015-05-14avcodec/dcadec: Check subsubframesMichael Niedermayer
2015-05-14avcodec/dcadec: Check nchansMichael Niedermayer
2015-05-14hevc: make avcodec_decode_video2() fail if get_format() failswm4
2015-05-14avcodec/cavsdec: Use ff_set_dimensions()Michael Niedermayer
2015-05-14avcodec/cavsdec: Check frame_rate_codeMichael Niedermayer
2015-05-14avcodec/cavsdec: Check esc_codeMichael Niedermayer
2015-05-14libavutil/softfloat: Add test case for av_add_sfNedeljko Babic
2015-05-14avcodec/qdrw: Fix the code which asks for version 1 samplesMichael Niedermayer
2015-05-14avcodec/qdrw: another try at skipping the first 512 bytesMichael Niedermayer
2015-05-14avcodec/srtdec: attempt to correct SubRip positioningClément Bœsch