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
2011-06-29build: fix creation of tools dir with make 3.81Mans Rullgard
2011-06-29build: Mark all-yes Makefile target as phony.Diego Biurrun
2011-06-29pixfmt: fix YUV422/444 wrong endian commentCan Wu
2011-06-29build: create output directories as neededMans Rullgard
2011-06-29Remove gcc 2.95.3 remnants.Carl Eugen Hoyos
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-29swscale: Fix yuv422p10Michael Niedermayer
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-29swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje
2011-06-29fate: enable lavfi-pixmt tests on big endian systemsMans Rullgard
2011-06-29PPC: swscale: disable altivec functions for unsupported formatsMans Rullgard
2011-06-29amrnbdec: we dont want dtx samples anymore and give the user a hint towards h...Michael Niedermayer
2011-06-29fate: merge identical pixdesc_be/le testsMans Rullgard
2011-06-29Fix configure problem with out-of-source-tree build for fate-related .mak fil...Paul Sterne
2011-06-28swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje
2011-06-28build: call texi2pod.pl with full path instead of symlinkMans Rullgard
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-28targa: Do not read colormap from files without one.Reimar Döffinger
2011-06-28targa: Simplify using bytestream_get functions.Reimar Döffinger
2011-06-28swscale: update big endian reference values after dff5a835.Ronald S. Bultje
2011-06-28wavpack: skip blocks with no samplesKostya Shishkov
2011-06-28cosmetics: remove outdated comment that is no longer trueJustin Ruggles
2011-06-28build: replace some addprefix/addsuffix with substitution refsMans Rullgard
2011-06-28pict_type: add a value for unknown/none.Martin Matuska
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-28configure: Drop check for availability of ten assembler operands.Diego Biurrun
2011-06-28dict: fix various typosStefano Sabatini
2011-06-28aacenc: Save channel configuration for later use.Nathan Caldwell
2011-06-28aacenc: Fix codebook trellising for zeroed bands.Alex Converse
2011-06-28swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje
2011-06-28random_seed: more elaborate doxy.Michael Niedermayer
2011-06-28AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer
2011-06-28swscale: re-add support for non-native endianness.Ronald S. Bultje
2011-06-28swscale: disentangle yuv2rgbX_c_full() into small functions.Ronald S. Bultje
2011-06-28swscale: split yuv2packed[12X]_c() remainders into small functions.Ronald Bultje
2011-06-28swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje
2011-06-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-27ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles
2011-06-27ac3enc: Remove bit allocation fallbacks.Justin Ruggles
2011-06-27lavdev: add openal input deviceJonathan Baldwin
2011-06-27vf_lut: fix draw_slice() in case of non packed image data for packed RGBStefano Sabatini
2011-06-27Support fourcc Y8 (ticket 308).ami_stuff
2011-06-27Support fourcc YV16 (ticket 307).ami_stuff
2011-06-27Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-27build: improve rules for test programsMans Rullgard
2011-06-27build: factor out the .c and .S compile commands as a macroMans Rullgard
2011-06-27swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje