]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-05-27 James Almerx86/cpu: add AV_CPU_FLAG_AVXSLOW flag
2015-05-27 Michael Niedermayeravfilter/x86/vf_hqdn3d: Fix register types
2015-05-27 Michael Niedermayeravfilter/vf_hqdn3d: Initialize the whole LUT
2015-05-27 Philip Langdaleavcodec/nvenc: Fix typo: 1204 -> 1024
2015-05-26 Michael Niedermayeravformat/movenc: Allow muxing mp3 with samplerate ...
2015-05-26 Michael Niedermayerffmpeg: do not print misleading recommanditions on...
2015-05-26 Michael NiedermayerMerge commit 'cf1f3d837e1266034a487de5b575bd76426c6b10'
2015-05-26 Michael Niedermayeravformat/matroskaenc: Avoid floats in default duration...
2015-05-26 Michael Niedermayeravformat/ircamenc: Avoid floats
2015-05-26 Michael Niedermayeravutil: Add av_q2intfloat()
2015-05-26 Michael Niedermayeravformat/movenc: Avoid floats & float rounding in tmcd...
2015-05-26 Michael Niedermayeravformat/asfdec: Avoid float usage in duration calculation
2015-05-26 Sebastian Ramacherdoc: Fix spelling of 'Transmission'
2015-05-26 Michael Niedermayeravformat/mpegts: Avoid float in bitrate calculation
2015-05-26 Michael Niedermayeravcodec/h264: Fix HWACCEL_MAX for D3D11
2015-05-26 Michael Niedermayeravcodec/hevc: Fix HWACCEL_MAX for D3D11
2015-05-26 Michael Niedermayeravcodec/dxva2_h264: Fix "may be used uninitialized...
2015-05-26 Philip Langdaleavcodec/vdpau: Re-factor pre-hwaccel helper functions...
2015-05-26 Michael Niedermayeravcodec/dxva2: Fix "may be used uninitialized" warnings
2015-05-25 Michael Niedermayerconfigure: Check if ID3D11VideoDecoder exists, not...
2015-05-25 Michael Niedermayeravfilter/x86/vf_fspp: Fix invalid combination of opcode...
2015-05-25 Carl Eugen... lavf/dnxhd: Autodetect more files that can be decoded.
2015-05-25 Andreas Cadhalpunmov: reject zero bytes_per_frame with non-zero samples_...
2015-05-25 Michael Niedermayerconfigure: d3d11va is auto-detected like the others
2015-05-25 Carl Eugen... lavf/riff: Add 0x729A as TwoCC for G.729.
2015-05-25 Michael Niedermayeravcodec/dxva2: Fix build without D3D11
2015-05-25 Michael NiedermayerMerge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'
2015-05-25 NikleshImprove upon dynamic arrays- movtext subtitles
2015-05-25 Andreas Cadhalpunlibshine: fix support for shine 3.0
2015-05-25 Michael Niedermayeravcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbu...
2015-05-25 Michael Niedermayeravcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffe...
2015-05-25 Michael Niedermayeravformat/rmenc: Avoid floats in duration calculation
2015-05-25 Michael Niedermayeravformat/mpegenc: Replace *0.7 by *7/10
2015-05-25 Michael Niedermayeravformat/mpegenc: Do not use floats for vcd_padding_bitrate
2015-05-25 Michael Niedermayerffmpeg_opt: Set the video VBV parameters only for the...
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-05-25 Michael Niedermayeravcodec/put_bits: Assert that size in set_put_bits_buff...
2015-05-25 Michael Niedermayeravcodec/bitstream: Assert that there is enough space...
2015-05-25 Michael Niedermayeravcodec/put_bits: Assert that there is enough space...
2015-05-25 Michael Niedermayeravcodec/mpegvideo_enc: Update the buffer size as more...
2015-05-25 Michael Niedermayeravcodec/put_bits: Update size_in_bits in set_put_bits_b...
2015-05-24 Michael Niedermayeravformat/mov: Mark avio context of decompressed atoms...
2015-05-24 Michael Niedermayeravcodec/libutvideoenc: Fix memleak
2015-05-24 James Almerlibdcadec: search for frames that start late in a packet
2015-05-24 Michael Niedermayeravcodec/ituh263enc: Pass PutBitContext into h263p_encod...
2015-05-24 Michael Niedermayeravcodec: Pass PutBitContext into ff_h263_encode_motion...
2015-05-24 Michael Niedermayeravcodec/h263: Remove unused argument of h263_get_motion...
2015-05-24 Michael Niedermayeravcodec/mpeg4video: Reorder operations to reduce access...
2015-05-24 Andreas Cadhalpunmov: always check avio_read return value
2015-05-24 Andreas Cadhalpunmov: fix two memleaks
2015-05-24 Andreas Cadhalpunmov: abort on EOF in ff_mov_read_chan
2015-05-24 Michael Niedermayeravformat/movenc: Remove float use from rgb_to_yuv()
2015-05-24 Michael Niedermayeravformat/swfenc: Remove another unneeded float computation
2015-05-24 Michael Niedermayeravformat/swfenc: Remove unneeded floats
2015-05-23 Michael Niedermayeravformat/avienc: Avoid float usage
2015-05-23 Michael Niedermayeravformat/4xm: Change fps to AVRational
2015-05-23 Michael Niedermayeravcodec/y41pdec: Avoid using float for size test
2015-05-23 James Almerlibwebp: simplify AVCodec.close functions
2015-05-23 James Almerconfigure: simplify libwebp checks
2015-05-23 Andreas Cadhalpunnutdec: fix various memleaks on failure
2015-05-23 Michael Niedermayeravcodec/dcadec: Search and decode frame in case it...
2015-05-23 Rodger Combsavformat/wavdec: Increase dts packet threshold to fix...
2015-05-23 Michael Niedermayeravformat/wavdec: Increase probe_packets limit
2015-05-23 Andreas Cadhalpunnutdec: always check the get_str return value
2015-05-23 James Almerlibwebp: use a separate AVClass for each encoder
2015-05-23 James Almerlibwebpenc_common: add header guards
2015-05-23 James Almerlibwebp: remove unneeded defines
2015-05-23 Urvang JoshiWebP encoder: use WebPAnimEncoder API when available.
2015-05-22 Michael Niedermayeravformat/nutdec: Check X in 2nd branch of index reading
2015-05-22 Michael NiedermayerMerge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'
2015-05-22 Michael NiedermayerMerge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'
2015-05-22 Michael NiedermayerMerge commit 'd528045558825f01472e9bee873f60c98d661e53'
2015-05-22 Michael NiedermayerMerge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'
2015-05-22 Michael NiedermayerMerge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'
2015-05-22 Michael NiedermayerMerge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'
2015-05-22 Nikleshavcodec/movtextdec: Add support for large boxes(>32...
2015-05-22 Vittorio Giovarampegvideo: Rework various functions not to use MpegEncC...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_ref_picture use AVCodecContext...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_unref_picture use AVCodecContex...
2015-05-22 Vittorio Giovarampegvideo: Drop stream_codec_tag
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-05-22 Michael Niedermayeravformat/mxfenc: Add color siting element
2015-05-22 Michael Niedermayerlibavformat/mux: Add ff_choose_chroma_location()
2015-05-22 Michael Niedermayeravcodec/mpeg12dec: Fix chroma location
2015-05-22 Tim Nicholsonavutil/pixfmt: Clarify DV example comments for AVChroma...
2015-05-22 Michael NiedermayerMerge commit '29216d7fd14d1cec16821867d17c90b5c49e8c07'
2015-05-22 James Almertls: fix compilation when both gnutls and openssl are...
2015-05-22 James Almertls: fix compilation when both gnutls and openssl are...
2015-05-22 Urvang JoshiWebP encoder: extract out some methods into a separate...
2015-05-22 Michael NiedermayerMerge commit '94599a6de3822b13c94096d764868128f388ba28'
2015-05-22 Michael NiedermayerMerge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'
2015-05-22 Michael NiedermayerMerge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'
2015-05-21 Urvang JoshiWebP muxer: support a packet containing animated WebP.
2015-05-21 Martin Storsjötls: Remove all the local polling loops
2015-05-21 Martin Storsjötls: Remove the nonblocking code
2015-05-21 Martin Storsjötls: Use custom IO to read from the URLContext
2015-05-21 Michael Niedermayerdoc/ffmpeg: basic documentation for -copy/ignore_unknown
2015-05-21 Zhang Ruiavformat/mov: check result of avio_seek
2015-05-21 Michael Niedermayerffmpeg: Support copying unknown streams
next