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
2013-05-06Remove a superfluous include from libavcodec/options_table.h.Carl Eugen Hoyos
2013-05-06Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c'Michael Niedermayer
2013-05-06Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer
2013-05-06h264: check mb_width/heightMichael Niedermayer
2013-05-06ff_h264_decode_seq_parameter_set: dont set h->spsMichael Niedermayer
2013-05-06h264_sei/decode_picture_timing: do not depend on h->sps being setMichael Niedermayer
2013-05-06ff_h264_decode_picture_parameter_set: fix return codeMichael Niedermayer
2013-05-06ff_h264_decode_picture_parameter_set: use the correct spsMichael Niedermayer
2013-05-05bgmc: Do not mark ff_bgmc_decode_init() as av_coldDiego Biurrun
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-05-05Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos
2013-05-05register AV_PIX_FMT_VDPAU for hwaccelRainer Hochecker
2013-05-05fix vdpau vc1 interlace modesRainer Hochecker
2013-05-05avcodec: Set frame.width/height on all exit pathes of ff_get_buffer()Michael Niedermayer
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-05Detect and skip mj2-style jp2c header.Reimar Döffinger
2013-05-05AAC encoder: Fix rate control on twoloop.Claudio Freire
2013-05-05AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire
2013-05-05xbmdec: fix off by one error in scanf()Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-04h264: Always decode MMCOs into temprary arrayMichael Niedermayer
2013-05-04wmaprodec: Fix null pointer dereference in decode_frame()Michael Niedermayer
2013-05-04dfa: Put our pointer check back.Michael Niedermayer
2013-05-04aacdec: free frame buffer if no audio was decodedHendrik Leppkes
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-04Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8'Michael Niedermayer
2013-05-04evrcdec: fix sign errorMichael Niedermayer
2013-05-04snow: Fix off by 1 error in reference picture managementMichael Niedermayer
2013-05-04eamad: Check against minimum supported dimensionsMichael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-05-03sbrdsp: Unroll and use integer operationsChristophe Gisquet
2013-05-03sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet
2013-05-03x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet
2013-05-03vc1dec: fix lutuv use in vc1_mc_4mv_chroma4()Michael Niedermayer
2013-05-03vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer
2013-05-03vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and MCMichael Niedermayer
2013-05-03Merge commit 'accde1bd8756936e1757b42fc9bad2eb5d192f8a'Michael Niedermayer
2013-05-03Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5'Michael Niedermayer
2013-05-03avcodec: move lowres down with the next ABI bump and add accessorsMichael Niedermayer
2013-05-03Merge commit '803d21f38bdafe7c4e2571a9ae7052013a12923b'Michael Niedermayer
2013-05-03Merge commit '6b753015ca6f93d16a05e1a97da1fa42e4da60ec'Michael Niedermayer
2013-05-03Merge commit 'bf7c3c6b157f7938578f964b62cffd5e504940be'Michael Niedermayer
2013-05-03Merge commit '932806232108872655556100011fe369125805d3'Michael Niedermayer
2013-05-03Merge commit '9b3a04d30691e85b77e63f75f5f26a93c3a000cd'Michael Niedermayer
2013-05-03vc1_parser: Set field_order.Masaki Tanaka
2013-05-03mpegvideo_parser: Set field_order.Masaki Tanaka
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
2013-05-03lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov
2013-05-03mmvideo/mm_decode_intra: check horizontal coordinate tooMichael Niedermayer