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-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
2011-06-13h264_parser: Fix whitespace after previous change.Philip Langdale
2011-06-13h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-06-13h264: don't be so picky on decoding pps in extradata.Michael Niedermayer
2011-06-13avcodec.h: add or elaborate on some documentation comments.Wim Lewis
2011-06-13h264: change a few comments into error messagesMichael Niedermayer
2011-06-13ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-06-13ARM: jrevdct_arm: simplify stack usageMans Rullgard
2011-06-13ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard
2011-06-13ARM: jrevdct_arm: misc cleanupMans Rullgard
2011-06-13ARM: optimised mpadsp_apply_window_fixedMans Rullgard
2011-06-11bitstream: Properly promote av_reverse values before shifting.Alex Converse
2011-06-10H.264: Fix high bit depth explicit biweightJason Garrett-Glaser
2011-06-10h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson
2011-06-10Update copyright year for ac3enc_opts_template.c.Justin Ruggles
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-10mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer
2011-06-10intelh263dec: aspect ratio processing fix.Anton Khirnov
2011-06-10intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov
2011-06-08dvbsubdec: Fix compilation of debug code.Diego Biurrun
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-06-08H264: x86 predict init cosmetics.Daniel Kang
2011-06-08ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles
2011-06-07ac3enc: remove convenience macro, #define DEBUGJustin Ruggles