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-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET
2012-04-04dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET
2012-04-04vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET
2012-04-04aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun
2012-04-04h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov
2012-04-04w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis
2012-04-04w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis
2012-04-04allcodecs: move libaacplus down.Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-04sbrdsp: Use standard multiple inclusion guards.Diego Biurrun
2012-04-04pcm: K&R formatting cosmeticsAneesh Dogra
2012-04-04mpeg4: dont reset picture_num for xvidMichael Niedermayer
2012-04-04h264: fix seeking in low delay streams without IDRMichael Niedermayer
2012-04-03rawdec: Support fourccs YV16 and YV24Piotr Bandurski
2012-04-03h264: fix incompatible pointer type warnings.Michael Niedermayer
2012-04-02dct-test: fix incompatible pointer types warningMichael Niedermayer
2012-04-02libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations.Michael Niedermayer
2012-04-02snow-test: fix pointer type warningsMichael Niedermayer
2012-04-02fft-test: fix all pointer type warnings.Michael Niedermayer
2012-04-02dsputil_mmx: fix scalarproduct prototypesMichael Niedermayer
2012-04-01txd: Fix "set but not used" warningMichael Niedermayer
2012-04-01direcdec: fix infinite loopMichael Niedermayer
2012-04-01lavc: check media type of the decoder before calling it.Michael Niedermayer
2012-04-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01indeo4: fix null ptr dereferenceMichael Niedermayer
2012-03-31indeo4: check that num_mbs matchesMichael Niedermayer
2012-03-31apedec: check bits <= 32.Michael Niedermayer
2012-03-31tm2dec: fix overreadMichael Niedermayer
2012-03-31cavs: Remove unused code.Aneesh Dogra
2012-03-31ividsp: prevent pointers from going outside and overreading.Michael Niedermayer
2012-03-31ividsp: zero pitch so as not to overreadMichael Niedermayer
2012-03-31indeo5: change AVCodecContext w/h when internal ones change.Michael Niedermayer
2012-03-31dcttest: put ff_prores_idct_put_10_sse2_wrap under HAVE_YASMMichael Niedermayer
2012-03-31libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30svq3: Fix pointer type mismatch warning.Michael Niedermayer
2012-03-30cavsdec: initialize all tables to zeros.Michael Niedermayer
2012-03-30smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße
2012-03-30svq1enc: fix ptr type mismatch warningMichael Niedermayer
2012-03-30mpeghaudiodec: Fix "set but not used" warningsMichael Niedermayer
2012-03-30mjpegdec: Fix "assignment from incompatible pointer type" warningsMichael Niedermayer
2012-03-30j2kenc: Fix "function declaration isn’t a prototype" warningMichael Niedermayer
2012-03-30j2kdec: fix format stringsMichael Niedermayer
2012-03-30interplayvideodec: pass correct pointer to av_dlog()Michael Niedermayer
2012-03-30dvbsubdec: Fix "set but not used" warningMichael Niedermayer
2012-03-30cavsdec: ensure the tables have been allocated before using themMichael Niedermayer
2012-03-30h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun