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 (Collapse)Author
2009-12-22Factorize common options documentation.Stefano Sabatini
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Add -?, -help, and --help as alternative options to get help.Ramiro Polla
Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Print usage instead of help when no files are specified.Ramiro Polla
Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Split show_usage() out of show_help().Ramiro Polla
Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Add a general [options] to the basic usage string.Ramiro Polla
Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21First print the program description and then the basic usage line.Ramiro Polla
Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Remove parameters no longer used in h[yc]scale().Ramiro Polla
Originally committed as revision 30099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla
intermediate YV12 to a more descriptive name. Originally committed as revision 30097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-21Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla
Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-21Remove unused fields from SwsContext.Ramiro Polla
Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-20Indentation.Ramiro Polla
Originally committed as revision 30087 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-20Indent.Ramiro Polla
Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-20Set fast_bilinear functions in sws_init_swScale().Ramiro Polla
Originally committed as revision 30085 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-20Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla
Originally committed as revision 30082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-20Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne
Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-20Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla
Originally committed as revision 30081 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-12-19Add long_name for Xxan codec.Diego Biurrun
Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19Improve handling allocated buffers in Xan decoderKostya Shishkov
Originally committed as revision 20899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19cosmetics: reindent a bitKostya Shishkov
Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19Add tables used by both AMR-NB and SIPRVitor Sessak
Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19Cosmetic: indent after last change.Mike Melanson
Originally committed as revision 20896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson
Inspired by guidance from Dark Shikari. On a Core 2 Duo 2.0 GHz, this change decodes the 10-minute Big Buck Bunny 1080p short about 2 seconds faster. Originally committed as revision 20895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-18More sane error message when extradata has not been set.Michael Niedermayer
Originally committed as revision 20894 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-18Swap red and blue when decoding r210.Carl Eugen Hoyos
Originally committed as revision 20893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-18It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer
just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable www page (sorry i cant find the URL anymore). Originally committed as revision 20892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17CD+G demuxer and decoderMichael Tison
Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-1710l : make sure probe buffer is large enough.Jai Menon
Originally committed as revision 20889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17Only add 1 index entry per keyframe.Michael Niedermayer
Idea from a patch by samsung. Originally committed as revision 20888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger
Originally committed as revision 20887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Parse ID3v[12] metadata from TTA files.Jai Menon
As a side-effect, this commit also fixes issue 1310. Originally committed as revision 20886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak
FFmpeg Originally committed as revision 20885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak
Originally committed as revision 20884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16List myself as the maintainer of celp_filters.*Vitor Sessak
Originally committed as revision 20883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Update ffm reference checksums as a result of r20869.Jai Menon
Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Reply to RTMP ping with the same value as received by client.Martin Storsjö
Patch by Martin Storsjö ($name at $name dot \163\164) Originally committed as revision 20881 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet
This is similar to existing -alang & -slang options. Patch by Matthieu Crapet m${surname} ^ gmail com. Originally committed as revision 20880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Undo r20874: It broke AAC decoding.Carl Eugen Hoyos
Originally committed as revision 20879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Remove unused variable, fixes the warning:Diego Biurrun
libavformat/apetag.c:38: warning: unused variable `l' Originally committed as revision 20878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini
options, make its semantics mildly easier to compile by human minds. Originally committed as revision 20877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Simplify freeing of audio_language and subtitle_language.Matthieu Crapet
Patch by Matthieu, mcrapet gmail com Originally committed as revision 20875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos
Originally committed as revision 20874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Fix a typo in documentation.Ramiro Polla
Originally committed as revision 20873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini
Originally committed as revision 20872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos
Originally committed as revision 20871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Use symbolic names for PAL/NTSC/FILM rather than numeric constants in ↵Stefano Sabatini
opt_target(). Improve readability. Originally committed as revision 20870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE ↵Benjamin Larsson
(r20623). This makes streaming to ffserver work again. Originally committed as revision 20869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-14Correct typoVitor Sessak
Originally committed as revision 20868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-1410l: Don't spawn a subshell when disabling vdpau.Alex Converse
Originally committed as revision 20867 to svn://svn.ffmpeg.org/ffmpeg/trunk