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
2012-11-11gxf: avoid null ptr deref without streams.Michael Niedermayer
2012-11-11segafilm: fix division by 0Michael Niedermayer
2012-11-11omadec: fix len check in nprobe() prevent out of array accessMichael Niedermayer
2012-11-11electronic arts: support rare samples containing adpcm_ea_r1 audioPeter Ross
2012-11-11electronicarts: use av_log_ask_for_samplePeter Ross
2012-11-11mxfdec: avoid double free and leaks.Michael Niedermayer
2012-11-11matroskadec: check h in generic rm packet shufflerMichael Niedermayer
2012-11-11lavf/srtenc: ignore invalid timed packets instead of failing.Clément Bœsch
2012-11-10mov: Make sure no streams after the header lack a timescale.Michael Niedermayer
2012-11-10riff: add SMV2 FourCC for H264Piotr Bandurski
2012-11-10Allow forcing a frame size in bytes for image2pipe.Carl Eugen Hoyos
2012-11-10Add yuv4xxp12 and yuv4xxp14 pixel formats to y4m encoder and decoder.Carl Eugen Hoyos
2012-11-10riff: add GXVE FourCC for WMV2Piotr Bandurski
2012-11-10ebml_read_binary: use fast_padded_malloc()Michael Niedermayer
2012-11-09vqf: check samplerate, avoid division by 0.Michael Niedermayer
2012-11-09xmv: Fix integer overflowMichael Niedermayer
2012-11-09lavf: Dont compare absolute to relative timestamps in duration gcdMichael Niedermayer
2012-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-08rtpenc_aac: Fix calculation of the header sizeLuca Abeni
2012-11-08sctp: silence const warningMichael Niedermayer
2012-11-08ffmdec: remove unused variableMichael Niedermayer
2012-11-08rtpenc_aac: Fix 10l bugLuca Abeni
2012-11-07wtvenc: produce seekable filesPeter Ross
2012-11-07wtvenc: simplify write_timestampPeter Ross
2012-11-07wtvenc: output third video pts in timestamp chunk (this is what Microsoft Win...Peter Ross
2012-11-07wtvenc: indent fixupPeter Ross
2012-11-07wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these are...Peter Ross
2012-11-07smjpegenc: use bits_per_coded_sample instead of calling functionPaul B Mahol
2012-11-07sbgdec: dont set slide to a uninitialized valueNicolas George
2012-11-06utils: fix integer overflow with DURATION_MAX_READ_SIZEMichael Niedermayer
2012-11-06wtv: move duplicated guids into wtv.cPeter Ross
2012-11-06wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENTPeter Ross
2012-11-06wtvenc: fix typoPeter Ross
2012-11-06img2enc: support 16bit per sample yuv in split planes.Michael Niedermayer
2012-11-06img2enc: support storing alpha planes too in split plane modeMichael Niedermayer
2012-11-06img2enc: Fix yuva with yuv split planes.Michael Niedermayer
2012-11-06img2enc: check pix_fmt for split planes mode.Michael Niedermayer
2012-11-06img2enc: ensure that the codec is rawvideo for split planes mode.Michael Niedermayer
2012-11-06Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer
2012-11-06rtmpproto: Use av_strlcat instead of strncatMartin Storsjö
2012-11-06lavf/avr: make .long_name consistent with othersPaul B Mahol
2012-11-06udp: check ff_socket_nonblock() return codeMichael Niedermayer
2012-11-05build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()Diego Biurrun
2012-11-05segment: fix null ptr derefMichael Niedermayer
2012-11-05AVR demuxerPaul B Mahol
2012-11-05riff: add "lsvm" FourCC for H263.Piotr Bandurski
2012-11-05ffm: redesign header format to make it extensibleMichael Niedermayer
2012-11-05rtmp: Use av_strlcat instead of strncatMartin Storsjö
2012-11-05lavf/srtdec: recognize subtitles starting at event index 0.Clément Bœsch
2012-11-05filmstripenc: fix rounding that caused fate failureMichael Niedermayer