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-12mt: proper locking around release_buffer calls.Ronald S. Bultje
2011-07-12vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-12Add LGPL license boilerplate to files lacking it.Diego Biurrun
2011-07-12doxygen: Fix documentation for some VP8 functions.Diego Biurrun
2011-07-12libxvid: add missing include of libavutil/mathematics.hChristian Schmidt
2011-07-12vorbis: vpxenc: Add missing include for av_rescale*Robert Swain
2011-07-12ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Reinhard Tartler
2011-07-03doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun
2011-07-03suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini
2011-07-03doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-27H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser
2011-06-23H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser
2011-06-23H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser
2011-06-23H.264: fix 4:4:4 cropping warningJason Garrett-Glaser
2011-06-23H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser
2011-06-23H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser
2011-06-23rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-06-23mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-23rawvideo: Support auv2 fourcc.ami_stuff
2011-06-23h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun
2011-06-21error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje
2011-06-21error_resilience: actually add counter when adding a MV predictor.Ronald Bultje
2011-06-20qdm2: Fix alignment of local array.Michael Niedermayer
2011-06-20h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje
2011-06-19sipr: Drop unused DSPContextAlex Converse
2011-06-19sipr: include string.h for mem*()Alex Converse
2011-06-19sipr: Use memmove() to copy overlapped buffers.Alex Converse
2011-06-19h264: drop some ugly castsAlex Converse
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-17lavc: add opt_find to AVCodecContext class.Anton Khirnov
2011-06-16h264: Complexify frame num gap shortening codeAlexander Strange
2011-06-16Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-06-16ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles
2011-06-15ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard
2011-06-14ARM: factor some repetitive code into macrosMans Rullgard
2011-06-14Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-14H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14ac3enc: fix allocation of floating point samples.Justin Ruggles
2011-06-14ac3enc: remove empty ac3_float function that is never calledJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-14ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles
2011-06-14ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-13Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-13H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser