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
2014-11-03Silence warnings for fic files with zero-sized cursors.Carl Eugen Hoyos
2014-11-02avcodec/jacosubdec: use time_internal.h, simplify codeMichael Niedermayer
2014-11-02avcodec/h264_slice: Clear table pointers to avoid stale pointersMichael Niedermayer
2014-11-01avcodec/libwebpenc: support "P" frames in webp animationsMichael Niedermayer
2014-11-01mpeg4vdpau: Fix priv data size.Reimar Döffinger
2014-11-01avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-01avcodec/pthread_frame: Simplify code by using av_reallocp_array()Michael Niedermayer
2014-11-01avcodec/parser: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-10-31avcodec/mjpegenc: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-10-31avcodec/h264_parser: Use av_freep() to avoid leaving stale pointersMichael Niedermayer
2014-10-31avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-10-31avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer
2014-10-31avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointersMichael Niedermayer
2014-10-31avcodec/dvbsubdec: merge declaration and initMichael Niedermayer
2014-10-30avcodec/dxtory: use unaligned copy for unaligned addressesMichael Niedermayer
2014-10-30avcodec/svq1dec: zero terminate embedded message before printingMichael Niedermayer
2014-10-30avcodec/cook: check that the subpacket sizes fit in block_alignMichael Niedermayer
2014-10-30avcodec/g2meet: check tile dimensions to avoid integer overflowMichael Niedermayer
2014-10-30lavc/utils: Make pix_fmt desc pointer const.Carl Eugen Hoyos
2014-10-29avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer
2014-10-29avcodec/libutvideodec: Try to fix build failure with old libutvideoMichael Niedermayer
2014-10-29Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-10-29Do not set the lame quality if the user didn't request it.Carl Eugen Hoyos
2014-10-29avcodec/dnxhddec: treat pix_fmt like width/heightMichael Niedermayer
2014-10-28avcodec/dxa: check dimensionsMichael Niedermayer
2014-10-28dvenc: mark encoder as intraChristophe Gisquet
2014-10-28dv: increase VLC reading bits to 10Christophe Gisquet
2014-10-28Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745'Michael Niedermayer
2014-10-28Merge commit '26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893'Michael Niedermayer
2014-10-28vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont
2014-10-28vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont
2014-10-28avcodec/dirac_arith: fix integer overflowMichael Niedermayer
2014-10-28avcodec/diracdec: Tighter checks on CODEBLOCKS_X/YMichael Niedermayer
2014-10-28avcodec/diracdec: Use 64bit in calculation of codeblock coordinatesMichael Niedermayer
2014-10-27avcodec/sgidec: fix count checkMichael Niedermayer
2014-10-27avcodec/sgidec: fix linesize for 16bitMichael Niedermayer
2014-10-27avcodec/hevc_ps: Check default display window bitstream and skip if invalidMichael Niedermayer
2014-10-27avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.cMichael Niedermayer
2014-10-27avcodec/h264: simplify find_start_code()Michael Niedermayer
2014-10-27Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer
2014-10-27avcodec: Add support for Opus in MPEG-TSKieran Kunhya
2014-10-26dv: move inverse weight tables to decoderChristophe Gisquet
2014-10-26dv: fix weight table for 2x4x8 transformChristophe Gisquet
2014-10-25dv: more precise weight table for 8x8Christophe Gisquet
2014-10-25dv: use smaller type for weight tablesChristophe Gisquet
2014-10-25dv: better split weight tables assignmentChristophe Gisquet
2014-10-25avcodec: Read errno before av_log() as the callback from av_log() might affec...Michael Niedermayer
2014-10-25avcodec/libutvideodec: Support YUV422P10Michael Niedermayer
2014-10-24Added support for G2M5 codecEric Zimmerman
2014-10-24avcodec/aacdec: warn user when remapping streams.Benoit Fouet