]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'
[ffmpeg] / libavcodec /
2014-04-30 Michael NiedermayerMerge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'
2014-04-30 Michael NiedermayerMerge commit 'c7603b3c243331057300337a61464e6ac4a605cb'
2014-04-30 Michael NiedermayerMerge commit '87a3ea3192bf5e4aafa08bca8686a2b577eae818'
2014-04-30 Michael NiedermayerMerge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'
2014-04-30 Michael Niedermayeravcodec/flacenc: Use av_malloc_array()
2014-04-30 Michael Niedermayeravcodec/ivi_common: Use av_mallocz_array()
2014-04-30 Michael Niedermayeravcodec/mjpegdec: use av_mallocz_array()
2014-04-30 Michael Niedermayeravcodec/tiff: Support 410 and 440 YCbCr
2014-04-30 Michael NiedermayerMerge remote-tracking branch 'lukaszmluki/master'
2014-04-30 Michael Niedermayeravcodec/vorbisdec: use av_malloc(z)_array()
2014-04-30 Michael Niedermayeravcodec/vorbisdec: try to workaround libvorbisenc bug
2014-04-29 Michael NiedermayerMerge commit 'a7c5fddac8137654cb503295c4dfb6492df43643'
2014-04-29 Michael NiedermayerMerge commit '9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521'
2014-04-29 Michael NiedermayerMerge commit 'c1f92d13589d431e576d719dd44427486a5e05cd'
2014-04-29 Michael NiedermayerMerge commit '6a13505c069890cb0e2a07e29fd819a0cf2e73c1'
2014-04-29 gcocherelavcodec/hevc: fix no output of prior pics and pic outpu...
2014-04-29 Michael NiedermayerMerge remote-tracking branch 'cigaes/master'
2014-04-29 Michael Niedermayeravcodec/tiff: support 4:2:2 and 4:1:1 YCbCr
2014-04-29 Michael NiedermayerMerge commit '5a70a783f04919514efec7751d710b64d8975fd7'
2014-04-29 Michael NiedermayerMerge commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f'
2014-04-29 Michael Niedermayeravcodec/mpegvideo: fix null pointer dereference
2014-04-29 Anton Khirnovh264: drop commented out cruft
2014-04-29 Anton Khirnovmpegvideo: remove unused MpegEncContext.b4_stride
2014-04-29 Anton Khirnovmpegvideo: move the MpegEncContext fields used from...
2014-04-29 Nicolas Georgelavc: minor bump and APIchanges for AVCodecDescriptor...
2014-04-29 Nicolas Georgelavc: add a mime_types field to codec descriptors.
2014-04-29 Nicolas Georgelavc: add AV_CODEC_ID_BIN_DATA.
2014-04-29 Nicolas Georgelavc: add codec descriptors for TTF and OTF.
2014-04-29 Nicolas Georgelavc: add codec descriptors for deprecated ids.
2014-04-29 Nicolas Georgelavc/codec_desc: add separation comment.
2014-04-29 Michael Niedermayeravcodec/vc1_parser: fix use of uinitialized memory
2014-04-28 Michael NiedermayerMerge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a'
2014-04-28 Michael NiedermayerMerge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'
2014-04-28 Michael NiedermayerMerge commit 'b2b4afe8115fe3c8b005d663610e5af06f110165'
2014-04-28 Michael NiedermayerMerge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05'
2014-04-28 Michael NiedermayerMerge commit '2fcef90bee98bffeff1d95b7197738f50c450d86'
2014-04-28 Michael Niedermayeravcodec/hevc_cabac: decrease CABAC_MAX_BIN
2014-04-28 Michael Niedermayerhwaccel: fix dxva2 & vaapi loop filter parameters
2014-04-28 Hendrik Leppkesdxva2_h264: add a workaround for old Intel GPUs
2014-04-28 Hendrik Leppkesdxva2_h264: set the correct ref frame index in the...
2014-04-28 Michael NiedermayerMerge commit '1eb57e1d9b59db0aa63348c21bf3290bd3f5efcb'
2014-04-27 Michael Niedermayeravcodec/mpeg12enc: increase declared size of block...
2014-04-27 Michael Niedermayeravcodec/mjpegdec: make type of shift unsigned to avoid...
2014-04-27 Michael Niedermayeravcodec/h264_cabac: fix indention
2014-04-27 Michael Niedermayeravcodec/g729postfilter: avoid potential negative shift
2014-04-27 Michael Niedermayeravcodec/tiff: Support yuv 420 and 444
2014-04-27 Michael Niedermayeravcodec/tiff: parse subsample factors
2014-04-27 Michael NiedermayerFix overriden typos
2014-04-27 Michael NiedermayerFix dont and doesnt typos
2014-04-27 Michael NiedermayerMerge remote-tracking branch 'cehoyos/master'
2014-04-27 Michael NiedermayerFix skiping typos
2014-04-27 Michael NiedermayerMerge remote-tracking branch 'cehoyos/master'
2014-04-27 Michael Niedermayeravcodec/shorten: check bitshift
2014-04-27 Michael Niedermayeravcodec/mjpegdec: Fix undefined shift
2014-04-27 Michael Niedermayeravcodec/truemotion2: replace impossible condition by...
2014-04-26 Michael Niedermayeravcodec/apedec: tmpk==32 is not supported, prevent...
2014-04-25 Michael Niedermayeravcodec/vc1dec: print debug message if a b frame withou...
2014-04-25 Michael NiedermayerMerge commit 'cdf6eb5a9710566be217a3f17d3d94ac4e4d2662'
2014-04-25 Michael Niedermayeravcodec/dpx: extract frame rate
2014-04-25 Michael NiedermayerMerge commit '99e22b7859177f6d3ed6121040924b337dce5497'
2014-04-25 Michael NiedermayerMerge commit '802385dbc2c57abd76f6a00e32f3df35e9526c08'
2014-04-25 Alessandro Ghedinivc1: Do not return an error when skipping b frames
2014-04-25 Michael Niedermayeravcodec/mdct_template: Use av_malloc_array()
2014-04-25 Michael Niedermayeravcodec/ttaenc: use av_malloc_array()
2014-04-25 Michael Niedermayeravcodec/utils: use av_malloc(z)_array()
2014-04-25 Michael NiedermayerMerge commit '6d69f9f37689c999815a65a2d99999fad3a41705'
2014-04-25 Ronald S. Bultjevp9: write uveob as 16-bit value for 16x16/32x32 transf...
2014-04-25 James Almervp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers
2014-04-25 Ben Avisonvc-1: Optimise parser (with special attention to ARM)
2014-04-25 Ben Avisonvc-1: Add platform-specific start code search routine...
2014-04-25 Ben Avisonh264: Move search code search functions into separate...
2014-04-24 Michael NiedermayerMerge remote-tracking branch 'cehoyos/master'
2014-04-24 Michael NiedermayerMerge commit '8de77b665d2a2f1cd560d2183fd4664298b30715'
2014-04-24 Michael NiedermayerMerge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'
2014-04-24 Michael NiedermayerMerge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'
2014-04-24 Michael NiedermayerMerge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'
2014-04-24 James Almerx86/mpegaudiodsp: define apply_window_mp3 as SSE
2014-04-24 Michael NiedermayerMerge commit '152b797cd687e96a582a1cb908dddf3d330d7637'
2014-04-24 Michael NiedermayerMerge commit '5d983fdbca5570a1545a892583a372cfb3fffe92'
2014-04-24 Michael NiedermayerMerge commit '374fdc8c071dcd96422378b0a1a0d453336d8a01'
2014-04-24 Janne Grunaulavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct...
2014-04-24 Carl Eugen HoyosUse correct msvc type specifiers for ptrdiff_t and...
2014-04-23 Michael NiedermayerMerge commit '7cade8ea2bb19e78dae42b29720535a70fb2ae84'
2014-04-23 Michael Niedermayeravcodec/fic: avoid 2 additions per idct row
2014-04-23 Kostya Shishkovon2avc: change a comment at #endif to match actual...
2014-04-23 Michael NiedermayerMerge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'
2014-04-23 Michael NiedermayerMerge commit 'd7eb8f903338048c0b222d92357d67f5d3b54295'
2014-04-23 Kostya ShishkovOn2 AVC decoder
2014-04-23 Derek Buitenhuisfic: Support rendering cursors
2014-04-23 Derek Buitenhuisfic: Make warning message more accurate
2014-04-23 Derek Buitenhuisfic: Remove redundant clips
2014-04-23 Michael Niedermayeravcodec/jpeg2000dwt: use av_malloc_array()
2014-04-23 Michael Niedermayeravcodec/motionpixels: use av_mallocz_array()
2014-04-23 Michael Niedermayeravcodec/snow_dwt: use av_malloc(z)_array()
2014-04-22 Michael NiedermayerMerge commit 'b0bdc2a7123abd0287de435726ab68e9e475a8d8'
2014-04-22 Michael NiedermayerMerge commit '502512ea0f179165782777265f441d4061ff6012'
2014-04-22 Michael NiedermayerMerge commit '9155c595f1a9c5a089a59e2c0aefdfabd0a6c59b'
2014-04-22 Michael NiedermayerMerge commit '40b331e1f41cf118bd1b0807cac801437255636f'
2014-04-22 Derek Buitenhuisfic: Simplify alpha blending
2014-04-22 Michael NiedermayerMerge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261'
next