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-08-10cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary checkMichael Niedermayer
2011-08-04Bink: clip AC coefficients during dequantization.Reimar Döffinger
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
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-07-01Add operand size to add instructions.Reimar Döffinger
2011-07-01Fix possible double free when encoding using xvid.Carl Eugen Hoyos
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-29Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
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-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-21A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger
2011-06-21wma: fix infinite loopMichael Niedermayer
2011-06-21Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser
2011-06-21libx264: fix open gop default.Michael Niedermayer
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21mpegaudio_parser: be less picky on the start positionMichael Niedermayer
2011-06-21ppc32: Fix movrelKim Nguyen
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-21x86: cabac: fix register constraints for 32-bit modeMans Rullgard
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard
2011-06-21x86: h264: cast pointers to intptr_t rather than intMans Rullgard
2011-06-21x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard