Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-15dxa: dont try to use the previous frame if there is none.Michael Niedermayer
2012-11-15bink: check quant_index, fix out of array readMichael Niedermayer
2012-11-15configure: Add option to disable all command line programsDiego Biurrun
2012-11-15bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang
2012-11-15gifdec: check ff_lzw_decode_init() return value, fix out of array readsMichael Niedermayer
2012-11-15wmaprodec: check num_sfb for validity. Fix out of array accessesMichael Niedermayer
2012-11-14avformat: clarify stream id for muxingLuca Barbato
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-14vpriv_adx_decode_header: avoid underreading the array.Michael Niedermayer
2012-11-14vc1dec: require a minimum of 2x2 for the edge pos. Avoid assertion failureMichael Niedermayer
2012-11-14Add missing dependency for avr demuxerPaul B Mahol
2012-11-14vc1dec: check first field slices, fix out of array read.Michael Niedermayer
2012-11-14fate: Add dependencies for aac, alac, amrnb, amrwb, atrac testsDiego Biurrun
2012-11-14ppc: do not pass redundant compiler flagsMans Rullgard
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-11-14mov: Dont try to calculate with unknown durations, fix division by 0Michael Niedermayer
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14Merge commit 'da39cac8def7ea73cad2fa2b611209663c7abe2c'Michael Niedermayer
2012-11-14Remove deprecation of avcodec_get_chroma_sub_sample.Michael Niedermayer
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
2012-11-14segment: fix NULL pointer dereference in seg_write_header()Xi Wang
2012-11-14ffserver: fix NULL dereference with quoted Stream name.Clément Bœsch
2012-11-14ffserver: prefer av_asprintf over malloc+snprintf for Launch setting.Clément Bœsch
2012-11-148bps: check index against buffer size before reading line length pointer.Michael Niedermayer
2012-11-14mpeg12data: increase size of ff_mpeg1_default_intra_matrix to prevent harmles...Michael Niedermayer
2012-11-14aasc: check before reading the first 4 byte, fix overreadMichael Niedermayer
2012-11-14vmnc: check input size before reading chunk header, fix overreadMichael Niedermayer
2012-11-14Merge remote-tracking branch 'lippit/master'Michael Niedermayer
2012-11-14ffmpeg: fix double ;;Michael Niedermayer
2012-11-14ffmpeg: fix audio timestamps on stream copy with -ssMichael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-14Drop broken and unused CABAC test program.Diego Biurrun
2012-11-14imc: sanity check scalefactors.Michael Niedermayer
2012-11-14lxfdec: fix "no audio stream" check. avoid null ptrs derefMichael Niedermayer
2012-11-14lavfi/frei0r: add additional trailing slash in FREI0R_PATH pathsStefano Sabatini
2012-11-14lavfi/frei0r: correctly handle paths longer than 1023 charsStefano Sabatini
2012-11-14av_probe_input_format3: support NULL as buffer. Fixes null ptr derefMichael Niedermayer
2012-11-14alac: check channel count more completely, fix out of array readMichael Niedermayer
2012-11-14avrndec: calculate true_height only when used.Michael Niedermayer
2012-11-14pcmdec: consistently use codec_id, fixes out of array readsMichael Niedermayer
2012-11-14mpegts: prevent freeing ones own section in pat_cbMichael Niedermayer
2012-11-14mov: check stps correctly, avoid overreading 1 element.Michael Niedermayer
2012-11-14dvdec: check ipcm more completely, avoid assert failure.Michael Niedermayer
2012-11-13lavf/wtvenc: fix s[tp]_pairs memleak.Clément Bœsch
2012-11-13Update iec61883 to handle multiple devices, and allowGeorg Lippitsch
2012-11-13mpeg4video_parser: init static tables before use, fix nulll ptr derefMichael Niedermayer
2012-11-13mpeg4videodec: split static decoder table init outMichael Niedermayer
2012-11-13x86: h264_weight_10bit: port to cpuflagsDiego Biurrun
2012-11-13rv10: consider B frames in low delay streams invalid.Michael Niedermayer
2012-11-13libtheoraenc: add missing pixdesc.h headerLuca Barbato