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-12-05av_opt: add av_opt_ptr() to return a pointer to a field of a object based onMichael Niedermayer
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-12-04Cleaned pixdesc.c file in libavutilTsvetelina Borisova
2011-12-03lavu/error: define AVERROR_BUG.Nicolas George
2011-12-03avutil: av_x_if_null: remove const for the return value.Nicolas George
2011-12-03libavutil: increase struct SampleFmtInfo member 'name' length to 8Giorgio Vazzana
2011-11-29avutil: revert project name messingMichael Niedermayer
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28timer: fix misspelling of "decicycles"Mans Rullgard
2011-11-28pixfmt: Add 32bit rgb without alpha formatsMichael Niedermayer
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Fix av_get_channel_layout_string() for positions >31Mans Rullgard
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25MK(BE)TAG: avoid undefined shiftsMans Rullgard
2011-11-25swscale: fix failing fate tests.Ronald S. Bultje
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-24pixfmt: add planar RGB formats.Ronald S. Bultje
2011-11-24lavu: add av_get_alt_sample_fmt().Clément Bœsch
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles
2011-11-24libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-22doxy: introduce an empty structure in libavcodecLuca Barbato
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-22doxy: cleanup pixfmt.hLuca Barbato
2011-11-20avopts: Fix random values being printed in error messages:Michael Niedermayer
2011-11-20Fix compilation with YASM.Reimar Döffinger
2011-11-20HACK: fix compilation with NASM.Reimar Döffinger
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-19imgutils: Fix illegal read.Thierry Foucu
2011-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-16avutil: Add av_timegm as a public functionMartin Storsjö
2011-11-16opt: Fix *av_opt_find2(NULL)Michael Niedermayer
2011-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-11-11avutil: add av_noreturnMichael Niedermayer
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-11-10audioconvert: make av_get_channel_layout accept composite names.Nicolas George
2011-11-08mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-07audioconvert: prefer 5.X over 5.X(side).Nicolas George
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles