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
2008-02-26Get rid of another useless variable.Michael Niedermayer
2008-02-26Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer
2008-02-26One variable less. No real change to the actual code.Michael Niedermayer
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-26remove useless bracesBaptiste Coudurier
2008-02-26indentationBaptiste Coudurier
2008-02-26rescale frame size, fix i.3g2Baptiste Coudurier
2008-02-26move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier
2008-02-26decode mng color decorrelationLoren Merritt
2008-02-26Remove START_TIMER and STOP_TIMER macros.Diego Biurrun
2008-02-26Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross
2008-02-26This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross
2008-02-26simplifyLoren Merritt
2008-02-26split encoding part of dsputil_mmx into its own fileAurelien Jacobs
2008-02-26Remove commented-out av_log calls.Diego Biurrun
2008-02-26Fix trellis quant + AAN DCT.Michael Niedermayer
2008-02-26Make diego happy.Michael Niedermayer
2008-02-26compile various fdct only when encoders are enabledAurelien Jacobs
2008-02-25Fix MSVC identification, patch by Eddie Pang.Eddie Pang
2008-02-25Make code C conformant.Michael Niedermayer
2008-02-25Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini
2008-02-25Improve wording/grammar of Doxygen comments.Diego Biurrun
2008-02-25Clarify which BSD license.Michael Niedermayer
2008-02-25cosmetics: prettyprintDiego Biurrun
2008-02-25Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer
2008-02-25Make parse_options() use parse_number_or_die().Stefano Sabatini
2008-02-25Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini
2008-02-25fix mace durationBaptiste Coudurier
2008-02-25protect malloc overflowBaptiste Coudurier
2008-02-25indentationBaptiste Coudurier
2008-02-25fail if extradata cannot be allocatedBaptiste Coudurier
2008-02-2510l, protect malloc overflowBaptiste Coudurier
2008-02-25support QDM2 in aiff, QDM2.aifBaptiste Coudurier
2008-02-25remove useless close functionBaptiste Coudurier
2008-02-25indentationBaptiste Coudurier
2008-02-25remove useless castsBaptiste Coudurier
2008-02-25cosmeticsBaptiste Coudurier
2008-02-25remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier
2008-02-25set bps to uncompressed original sound data for compressed audioBaptiste Coudurier
2008-02-25fix duration for ima4Baptiste Coudurier
2008-02-25ima4 in aiff supportBaptiste Coudurier
2008-02-25png filtersLoren Merritt
2008-02-25Fix outdated comment.Diego Biurrun
2008-02-25#include "libavutil/avutil.h" in swscale.hMåns Rullgård
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-02-25remove a memcpyLoren Merritt
2008-02-25cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun
2008-02-24fix memory leaks in vp3 decoderMåns Rullgård
2008-02-24Set indexmem to a saner default.Michael Niedermayer
2008-02-24__asm __volatile -> asm volatile part 3Reimar Döffinger