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
2014-01-15Update for 2.1.3n2.1.3Michael Niedermayer
2014-01-14library.mak: only run asm strip if ASMSTRIP flags are setMichael Niedermayer
2014-01-14configure: remove code that disables striping in the absence of some flagsMichael Niedermayer
2014-01-14build sys: rename STRIPFLAGS to ASMSTRIPFLAGSMichael Niedermayer
2014-01-14Merge commit '0673ede985a6560e7efb86dab1c58fb7f95ce587'Michael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_...Michael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: fix offset checkMichael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: Fix pd.buf_sizeMichael Niedermayer
2014-01-14avcodec/libxavs: 2nd attempt to fix compilation after b18c7c8d.Clément Bœsch
2014-01-14avcodec/libxavs: attempt to fix compilation after b18c7c8d.Clément Bœsch
2014-01-13Update for 2.1.2n2.1.2Michael Niedermayer
2014-01-13Fix a crash on oom when decoding hevc.Carl Eugen Hoyos
2014-01-13avcodec/hevc: Check entry point arrays for malloc failureMichael Niedermayer
2014-01-13hevc: Bound check slice_qpLuca Barbato
2014-01-13hevc: Reject impossible dependent tileLuca Barbato
2014-01-13hevc: remove useless clip in FUNC(sao_band_filter)()Guillaume Martres
2014-01-13hevc: clip pixels when transquant bypass is usedGuillaume Martres
2014-01-13hevc: Clip the pixel before shiftingLuca Barbato
2014-01-13avcodec/hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer
2014-01-13avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer
2014-01-13avformat/pjsdec: dont increase pointer when its already at the end in read_ts()Clément Bœsch
2014-01-13avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re...Michael Niedermayer
2014-01-13avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa...Michael Niedermayer
2014-01-13avcodec/wmalosslessdec: Pass on error code from decode_tilehdr()Michael Niedermayer
2014-01-13avformat/matroskadec: check generic audio deinterleaver sub_packet_size again...Michael Niedermayer
2014-01-13avformat/flvdec: initialize context before reading from itMichael Niedermayer
2014-01-13avformat/mxfdec: check avio_read(UID) resultMichael Niedermayer
2014-01-13avformat/rmdec: when reading audio blocks, dont leave holes when reading failsMichael Niedermayer
2014-01-13avcodec/h264: fix code that blindly dereferences NULL DPBMichael Niedermayer
2014-01-11vdpau: restore compatibility with deprecated fields in AVVDPAUContextHendrik Leppkes
2014-01-10Fix libopenjpeg colour range adjust for 8<bpp<16.Carl Eugen Hoyos
2014-01-09avcodec/msvideo1enc: fix SKIPS_MAXMichael Niedermayer
2014-01-08Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos
2014-01-08avformat/mxfdec: detect loops during header parsingMichael Niedermayer
2014-01-08avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer
2014-01-08avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer
2014-01-08avcodec/mjpegdec: check len in mjpeg_decode_app() more completelyMichael Niedermayer
2014-01-08avformat/avidec: Dont assert the existence of an index for video streams.Michael Niedermayer
2014-01-08avcodec/hevc: clear HEVClc when its deallocated in hevc_decode_free()Michael Niedermayer
2014-01-08avutil/log: check that len is within the buffer before reading itMichael Niedermayer
2014-01-08avcodec/g2meet: check available space before copying paletteMichael Niedermayer
2014-01-08avcodec/ac3dec: check bap before use.Michael Niedermayer
2014-01-08Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a360c9ffac3278...Michael Niedermayer
2014-01-08avcodec/hevc: Fix modulo operationsMichael Niedermayer
2014-01-08avcodec/hevc_ps: check that VPS referenced from SPS existsMichael Niedermayer
2014-01-08lavc/mjpegenc: use proper error codes.Nicolas George
2014-01-08lavc/mjpegenc: check av_frame_alloc() failure.Nicolas George
2014-01-08lavc/libopenjpegenc: check av_frame_alloc() failure.Nicolas George
2014-01-08lavc/diracdec: check av_frame_alloc() failure.Nicolas George
2014-01-08lavc/utils: check av_frame_alloc() failure.Nicolas George