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-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-07libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-07-07libvo-amrwbenc: Add braces to shut up gcc warning.Diego Biurrun
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-07-06flashsv: improve some comments and fix some wrong onesDiego Biurrun
2011-07-06flashsv: Eliminate redundant variable indirection.Diego Biurrun
2011-07-06flashsv: set reference frame type to full frameDiego Biurrun
2011-07-06flashsv: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-06flashsv: convert a debug av_log into av_dlogDiego Biurrun
2011-07-06flashsv: simplify conditionDiego Biurrun
2011-07-06flashsv: return more meaningful error valuesDiego Biurrun
2011-07-06flashsv: cosmetics: break some overly long linesDiego Biurrun
2011-07-06flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun
2011-07-06Support fourcc YV24.ami_stuff
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06H.264: make loopfilter bS const where applicableJason Garrett-Glaser
2011-07-05opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun
2011-07-05ARM: workaround for bug in GNU assemblerMans Rullgard
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05dv: fix comment spelling.Clément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05PPC: use Altivec IMDCT only for supported sizesMans Rullgard
2011-07-05dv: fix comment spellingClément Bœsch
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04ARM: allow unaligned buffer in fixed-point NEON FFT4Mans Rullgard
2011-07-04dca: set AVCodecContext frame_size for DTS audioJohn Stebbins
2011-07-04YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang
2011-07-04x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang
2011-07-04iirfilter: add fate testMans Rullgard
2011-07-04doxygen: Add qmul docs.Diego Biurrun
2011-07-04H.264: fix overreads of qscale_tableJason Garrett-Glaser
2011-07-04Remove unused static tables and static inline functions.Diego Biurrun
2011-07-04dct-test: remove 'ref' function pointer from tablesMans Rullgard
2011-07-04Add LGPL license boilerplate to files lacking it.Diego Biurrun
2011-07-04doxygen: Fix documentation for some VP8 functions.Diego Biurrun
2011-07-04libxvid: add missing include of libavutil/mathematics.hChristian Schmidt
2011-07-04dct-test: exit with non-zero status if an IDCT failsMans Rullgard
2011-07-04dct-test: make speed test optionalMans Rullgard
2011-07-04dct-test: remove is_idct field from tablesMans Rullgard
2011-07-04dct-test: split table in two for idct and fdctMans Rullgard
2011-07-04dct-test: simplify calling dct_error()Mans Rullgard
2011-07-04dct-test: whitespace cosmeticsMans Rullgard
2011-07-04dct-test: remove commented out codeMans Rullgard
2011-07-04vorbis: vpxenc: Add missing include for av_rescale*Robert Swain
2011-07-04ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-07-04Fix build with --disable-yasm.Daniel Kang