Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-04dnxhddec: return the correct number of bytes from decode_frameMichael Niedermayer
2013-03-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-04Deprecate deinterlaced in libavcodec.Ronald S. Bultje
2013-03-03rv34: fix aspect ratioMichael Niedermayer
2013-03-03wmadec: check nb_framesMichael Niedermayer
2013-03-03h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO.Ronald S. Bultje
2013-03-03h264: make it possible to compile without error_resilience.Ronald S. Bultje
2013-03-03h264: add a copy of draw_horiz_band.Ronald S. Bultje
2013-03-02libxvid: cleanup on error pathesMichael Niedermayer
2013-03-02libxvid: check & clear encoder_handleMichael Niedermayer
2013-03-02libxvid: use av_freep() for safteyMichael Niedermayer
2013-03-02libxvid: remove temporary files at the endMichael Niedermayer
2013-03-02mjpegdec: fix endiansoupMichael Niedermayer
2013-03-02lavc/flacdec: Add frame CRC calculationJames Almer
2013-03-02er: Fix slice threading checkMichael Niedermayer
2013-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-02Merge commit '668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8'Michael Niedermayer
2013-03-02Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9'Michael Niedermayer
2013-03-02h264: set ref_count to 0 for intra slices.Anton Khirnov
2013-03-02h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov
2013-03-02h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov
2013-03-02avcodec/utils: use AVFrame accessor functionsMichael Niedermayer
2013-03-02avcodec/rawdec: use AVFrame accessor functionsMichael Niedermayer
2013-03-02pngdec: use AVFrame accessor functionsMichael Niedermayer
2013-03-02gifdec: use AVFrame accessor functionsMichael Niedermayer
2013-03-02cpia: use AVFrame accessor functionsMichael Niedermayer
2013-03-02tiff: use AVFrame accessor functionsMichael Niedermayer
2013-03-02ac3dec: use AVFrame accessor functionsMichael Niedermayer
2013-03-02avcodec: add ff_frame_get_metadatap()Michael Niedermayer
2013-03-01lavc/codec_desc: add/fix .props for SGI/DPX/X-face/BRender PIX imagePaul B Mahol
2013-03-01Handle an invalid extra mpeg2 picture header following a frame-encoded picture.Joseph Artsimovich
2013-03-01sgidec: use unchecked bytestream2 functions where it makes sensePaul B Mahol
2013-03-01exr: use bytestream functions in pxr24_uncompress()Paul B Mahol
2013-03-01Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer
2013-03-01Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer
2013-03-01libvpxenc: dont redundantly zero fields, the whole context is zeroed on initMichael Niedermayer
2013-03-01libvpxenc: add psnr supportPascal Massimino
2013-03-01Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun
2013-02-28exr: pxr24 decompressionPaul B Mahol
2013-02-28exr: fix error message when pixel type is not setPaul B Mahol
2013-02-28exr: s/bits_per_color_id/pixel_typePaul B Mahol
2013-02-28exr: track channels propertiesPaul B Mahol
2013-02-28lavc/exr: use size_t instead of int for sizes.Nicolas George
2013-02-28loco: silence warning: decoded may be used uninitialized in this functionMichael Niedermayer
2013-02-28lls: move to the private namespaceLuca Barbato
2013-02-28pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö
2013-02-28build: make iconv build configurable.Clément Bœsch
2013-02-27lavc/libopusenc: report an error if global_quality is set.Nicolas George