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 (Expand)Author
2015-07-20vda: unlock the pixel buffer base address.Sebastien Zwickert
2015-07-20swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer
2015-07-20swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer
2015-07-20swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer
2015-07-20swr: Remember previously set int_sample_format from userMichael Niedermayer
2015-07-20matroskadec: check audio sample rateAndreas Cadhalpun
2015-07-20matroskadec: validate audio channels and bitdepthAndreas Cadhalpun
2015-07-20avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer
2015-07-20postproc: fix unaligned accessAndreas Cadhalpun
2015-07-20ffmpeg: Free last_frame instead of just unrefMichael Niedermayer
2015-07-20avio: fix potential crashes when combining ffio_ensure_seekback + crcwm4
2015-07-20examples/demuxing_decoding: use properties from frame instead of video_dec_ctxAndreas Cadhalpun
2015-07-20h264: er: Copy from the previous reference only if compatibleAndreas Cadhalpun
2015-07-20sonic: set avctx->channels in sonic_decode_initAndreas Cadhalpun
2015-07-20vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun
2015-07-20vp9: change type of tile_size from unsigned to int64_tAndreas Cadhalpun
2015-07-20arm: only enable setend on ARMv6Andreas Cadhalpun
2015-07-20libopenjpegdec: check existence of image component dataAndreas Cadhalpun
2015-07-20mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-07-20ffmpeg_opt: Check for localtime() failureMichael Niedermayer
2015-07-20avformat: Fix bug in parse_rps for HEVC.Deliang Fu
2015-07-20takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun
2015-07-20avcodec/h264_slice: Use AVFrame diemensions for grayscale handlingMichael Niedermayer
2015-07-20avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet()Michael Niedermayer
2015-07-20libavutil/channel_layout: Correctly return layout when channel specification ...Simon Thelen
2015-07-20avcodec/jpeg2000dec: Check that coords match before applying ICTMichael Niedermayer
2015-07-20avformat/ffmdec: Check ffio_set_buf_size() return valueMichael Niedermayer
2015-07-20avcodec/adpcm: Check for overreadsMichael Niedermayer
2015-07-20avcodec/alsdec: Check for overreadMichael Niedermayer
2015-07-20avcodec/atrac3plusdec: consume only as many bytes as availableMichael Niedermayer
2015-07-20libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic
2015-07-20swresample/swresample: Cleanup on init failure.Michael Niedermayer
2015-07-20Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr...Michael Niedermayer
2015-07-20avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/secMichael Niedermayer
2015-07-20swresample/dither: check memory allocationGanesh Ajjanagadde
2015-07-20libopenjpegenc: add NULL check for img before accessing itAndreas Cadhalpun
2015-07-20swresample: Check the return value of resampler->init()Michael Niedermayer
2015-07-20h264: Make sure reinit failures mark the context as not initializedLuca Barbato
2015-07-20avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer
2015-07-20ffmpeg_opt: Set the video VBV parameters only for the video stream from -targetMichael Niedermayer
2015-07-20avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer
2015-07-20avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()Michael Niedermayer
2015-07-20avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer
2015-07-20avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()Michael Niedermayer
2015-07-20avformat/wavdec: Increase dts packet threshold to fix more misdetectionsRodger Combs
2015-07-20avformat/wavdec: Increase probe_packets limitMichael Niedermayer
2015-07-20nutdec: abort if EOF is reached in decode_info_header/read_sm_dataAndreas Cadhalpun
2015-07-20nutdec: stop skipping bytes at EOFAndreas Cadhalpun
2015-07-20nutdec: fix infinite resync loopsAndreas Cadhalpun
2015-07-20avformat/nutdec: Check X in 2nd branch of index readingMichael Niedermayer