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-10-15ffmpeg: use framerate not fieldrate as filter input.Michael Niedermayer
2012-10-15ffplay: Prevent 0/0 aspect from being passed on to lavfiMichael Niedermayer
2012-10-15j2kdec: remove unneeded operationMichael Niedermayer
2012-10-15j2kdec: make curtilenum integer.Michael Niedermayer
2012-10-15tag_tree_decode: check node being non nullMichael Niedermayer
2012-10-15compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer
2012-10-14noise_bsf: fix division by 0Michael Niedermayer
2012-10-14flac_parser.c: fix issue with looping output for small files.Michael Chinen
2012-10-14bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084)Thilo Borgmann
2012-10-14lavf: fix fps detection with PAFF H.264Michael Niedermayer
2012-10-14h264: fix parsing of old lossless profile (profile_idc == 144)Hendrik Leppkes
2012-10-14eatgq: raise error on unsupported macroblock modePeter Ross
2012-10-14ansi: by design nb_args may exceed the size of the args array, so guard accor...Peter Ross
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-14eatgq: fix small overreadPaul B Mahol
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer
2012-10-14doc/nut: Clarify what/where is the official nut specificationMichael Niedermayer
2012-10-14wv: do not report invalid stream durationPaul B Mahol
2012-10-14svq1dec: use log level that have more common sensePaul B Mahol
2012-10-14svq1dec: use more common way to check if result is not zeroPaul B Mahol
2012-10-14svq1dec: check return value of get_bits1() in more common wayPaul B Mahol
2012-10-14svq1dec: return more meaningful error codesPaul B Mahol
2012-10-14mp3enc: fix signed C99 overflowMichael Niedermayer
2012-10-14dpxenc: fix signed c99 overflowsMichael Niedermayer
2012-10-14sws: get rid of C99 signed overflows try #2Michael Niedermayer
2012-10-14paf: avoid C99 overflowsMichael Niedermayer
2012-10-14sws: avoid signed C99 overflowsMichael Niedermayer
2012-10-14swr/rematrix: fix C99 left shift overflowMichael Niedermayer
2012-10-14g723_1: fix overflow in square_root()Michael Niedermayer
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-14mpeg4videodec: Recalculate timebase in case of guessing time increment bitsMichael Niedermayer
2012-10-14lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch
2012-10-14lavfi/select/scene: fix potential overread.Clément Bœsch
2012-10-14lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch
2012-10-14alsdec: fix clipping of weightings for MCC decodingThilo Borgmann
2012-10-14mpegvideo: fix motion_val checksMichael Niedermayer
2012-10-14mpegvideo: check return value of ff_MPV_common_init()Michael Niedermayer
2012-10-14avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONEMichael Niedermayer
2012-10-14flashsv: check deflateInit() return valueMichael Niedermayer
2012-10-14dnxhdenc: assert ff_dnxhd_get_cid_table() return valueMichael Niedermayer
2012-10-14dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid()Michael Niedermayer
2012-10-14ffv1: make sure gob_count is not 0Michael Niedermayer
2012-10-13sws-test: raise limigts a bit.Michael Niedermayer
2012-10-13pp: avoid overflow in w*hMichael Niedermayer
2012-10-13sws-test: check W/HMichael Niedermayer
2012-10-13lavc/codec_desc: add/update properties of some codecsPaul B Mahol
2012-10-13ffeval: avoid folding EOF onto a valid charMichael Niedermayer
2012-10-13probetest: check command line argumentsMichael Niedermayer