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-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-13wav: remove an invalid free().Carl Eugen Hoyos
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
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-13img2: add .dpx to the list of supported file extensions.Peter Ross
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-13Add some (important) changelog entriesReinhard Tartler
2011-06-12cmdutils: add missing NULL check in parse_options()Stefano Sabatini
2011-06-12x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack
2011-06-11build: fix "make install" with documentation disabledMans Rullgard
2011-06-11build: simplify some conditional targetsMans Rullgard
2011-06-11bitstream: Properly promote av_reverse values before shifting.Alex Converse
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
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-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10Update copyright year for ac3enc_opts_template.c.Justin Ruggles
2011-06-10adts: Adjust frame size mask to follow the specification.Kieran Kunhya
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
2011-06-10rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura
2011-06-10mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer
2011-06-10swscale: split YUYV output out of yuv2packed[12X]_c().Ronald S. Bultje
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
2011-06-10intelh263dec: aspect ratio processing fix.Anton Khirnov
2011-06-10intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov
2011-06-10oss,sndio: simplify by using FFMIN.Reimar Döffinger
2011-06-10swscale: extract monowhite/black output from yuv2packed[12X]_c().Ronald S. Bultje
2011-06-10swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje
2011-06-10swscale: rearrange code.Ronald S. Bultje
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
2011-06-09ffmpeg.c: Add a necessary const qualifierAlex Converse