March 2015 Archives by thread
Starting: Sun Mar 1 00:04:43 CET 2015
Ending: Tue Mar 31 23:50:12 CEST 2015
Messages: 1464
- [FFmpeg-cvslog] fmtconvert: drop unused functions
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: do not compile fmtconvert unconditionally
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'
Michael Niedermayer
- [FFmpeg-cvslog] x11grab: Unbreak building
Christian Hujer
- [FFmpeg-cvslog] avcodec/utils: use correct printf specifier in ff_set_sar
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit '802987f8c7033ec8b82b35438d3822cf7f761166'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ea1d0b7ece1881c2f1360f8c1e2116791105af21'
Michael Niedermayer
- [FFmpeg-cvslog] Add a QSV decoding example.
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '990e4a6639d0714198583c2812b1074b5751898f'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_aac: Fix sending fragmented frames
Martin Storsjö
- [FFmpeg-cvslog] rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->buf
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '98563953442560dd83aab938f86de3e5a22a891f'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '12b3459979f5ea6481660cd2c99a0381e2b5ba37'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_aac: Set a default value for max_frames_per_packet at init
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Write conditional statements on separate lines
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '0662440b991361fdb5e732712d997a73e4692e34'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '1fc64e2e07787bbca82a72c146588e850e6d098a'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_aac: Merge a definition with a declaration
Martin Storsjö
- [FFmpeg-cvslog] rtpenc_aac: Use AV_WB16 instead of manual bitshifts
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '9c9b0218e85fcd969308632f75af48a4ce229541'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd16c8d28d4e2fca3af1054ffbf635c8cee755fc8'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_xiph: Use AV_WB16 instead of manual bitshifts
Martin Storsjö
- [FFmpeg-cvslog] rtpenc_xiph: Don't exclude headers from max_payload_size
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '7c1e2e64667421f931ab48141517f19d309c7eea'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '11edeaea3293c41ecf577a330422eabba35f76a2'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc: Always do the default initialization regardless of codecs
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Skip redundant initialization
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'f8c01257f93ceda3e03bc4e540a51022d1e2bff2'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd4c7fc02f9f59e721e76debf4a595df529707545'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc: Restructure if statements in packetizers to simplify adding more conditions
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Don' t set max_frames_per_packet based on the packet frame size or frame rate
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'bde2bba45c2f2df27a8534028bda09a6e7f835e2'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '4f6cd883f06f7893a2b60a41e7a4f8ae633dac2f'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_volume: fix precision=fixed and volume=0 case
Gilles Chanteperdrix
- [FFmpeg-cvslog] avutil/ppc/intreadwrite: remove AV_??64 overriding code
Michael Niedermayer
- [FFmpeg-cvslog] avformat: map T.140 RTP codec to text
Gilles Chanteperdrix
- [FFmpeg-cvslog] Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA"
Gilles Chanteperdrix
- [FFmpeg-cvslog] avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is set
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegenc: Ignore max_delay if no other options remain
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. bdd01df web: news: Announce FFmpeg at Chemnitzer Linux-Tage (CLT2015)
gitolite
- [FFmpeg-cvslog] avutil/opt: Also test/compare the av_log output i the selftest
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: Remove odd trailing whitespace bytes from flags help description
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: also test av_opt_show2()
Michael Niedermayer
- [FFmpeg-cvslog] x86/hevc_sao: use unaligned movs for sao_{band, filter} with width 8
James Almer
- [FFmpeg-cvslog] avutil/common: minor simplification in av_clip_intp2_c()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_drawbox: Fix handling of max values
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: Change string_validation to int, its accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_volume: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_biquads: Change width_type to int as its accessed as int via AVOptions
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions
Michael Niedermayer
- [FFmpeg-cvslog] tests/fate: Add S302M test
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rtpdec_mpa_robust: fix commit 96084251e57d1738fde02a2b0d37ca609d9efd71
Gilles Chanteperdrix
- [FFmpeg-cvslog] MAINTAINERS: add myself as rtpdec_mpa_robust maintainer
Gilles Chanteperdrix
- [FFmpeg-cvslog] avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations are required
Claudio Freire
- [FFmpeg-cvslog] configure/help: consistently use "autodetect"
Clément Bœsch
- [FFmpeg-cvslog] avcodec/pngenc: replace round by lrint()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rm: limit packet size
Andreas Cadhalpun
- [FFmpeg-cvslog] hevc/sao: use unaligned copy
Christophe Gisquet
- [FFmpeg-cvslog] prores: Extend the padding check to 16bit
Luca Barbato
- [FFmpeg-cvslog] Merge commit 'dbc1163b203b175d246b7454c32ac176f84006d1'
Michael Niedermayer
- [FFmpeg-cvslog] v4l2: Use the codec descriptor facility
Luca Barbato
- [FFmpeg-cvslog] Merge commit '619d5e7db88941cadb8136f805564e885c6c6434'
Michael Niedermayer
- [FFmpeg-cvslog] v4l2: Add support for h264
Luca Barbato
- [FFmpeg-cvslog] Merge commit '9a26ba971387a348e14f363ddcdcb5bba0b413d1'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "mov: Change DTS-based seek into CTS-based seek."
Martin Storsjö
- [FFmpeg-cvslog] Revert "avformat/mov: Bypass av_add_index_entry()"
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '91eee2af87278b3c2008f7a86d2cdfe6934e9f42'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: use av_frame_free() for coded_frame
Clément Bœsch
- [FFmpeg-cvslog] avfilter/lavfutils: use av_frame_free for freeing an AVFrame
Clément Bœsch
- [FFmpeg-cvslog] avfilter/vf_tblend: use av_frame_free for freeing an AVFrame
Clément Bœsch
- [FFmpeg-cvslog] avformat/dashenc: Use local variable instead of duplicated dereferences
Timo Rothenpieler
- [FFmpeg-cvslog] avformat/dashenc: Update codec_str on extradata_size change
Timo Rothenpieler
- [FFmpeg-cvslog] dashenc: Simplify code by using a local variable
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '33d412eb4a2a083c1514ddbe69295b37e1918a8c'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/proresenc_kostya: fix coded_frame handling
Clément Bœsch
- [FFmpeg-cvslog] avcodec/webp: validate the distance prefix code
Andreas Cadhalpun
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. f8069fa web/security: add 2.2.13
gitolite
- [FFmpeg-cvslog] avformat/mxfenc: adjust product name when opatom muxer is used
Robert Krüger
- [FFmpeg-cvslog] avcodec/rv10: check size of s->mb_width * s->mb_height
Andreas Cadhalpun
- [FFmpeg-cvslog] fix VP9 packet decoder returning 0 instead of the used data size
Steve Lhomme
- [FFmpeg-cvslog] AAC: Fix M/S stereo encoding
Claudio Freire
- [FFmpeg-cvslog] libavformat/avio: added avio_put_str16be
Mark Reid
- [FFmpeg-cvslog] ffmpeg: comment mpeg4 hack
Clément Bœsch
- [FFmpeg-cvslog] aic: Fix decoding files with odd dimensions
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255'
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add AIC test with odd sizes
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '994d8f3095180ba1b2c6040a97718e931a782b34'
Michael Niedermayer
- [FFmpeg-cvslog] asf: do not export XMP metadata by default
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '0af3b65880573aa9b3375362eaab4f84140c7dde'
Michael Niedermayer
- [FFmpeg-cvslog] mips: use float* to hold pointer instead of int
James Cowgill
- [FFmpeg-cvslog] mips/aaccoder: use variables instead of using register names directly
James Cowgill
- [FFmpeg-cvslog] acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats
Vilius Grigaliūnas
- [FFmpeg-cvslog] libavformat/avienc: Fix duration of audio segment in OpenDML master index
Tobias Rapp
- [FFmpeg-cvslog] wma.h: #include "avcodec.h"
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: Remove outer () from macro
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: Switch to show waves mode if allocation/init of RDFT fails
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 07e4e4f web/index: add News entry for GSoC 2015
gitolite
- [FFmpeg-cvslog] rtpdec_mpa_robust: Fix incrementing split_pos
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '2a66a580678dd9401f4d95e01e0958ca51864b6f'
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/mxfdec: refactor reading strong ref array
Mark Reid
- [FFmpeg-cvslog] fate: Specify the idct to use for the aic-oddsize test
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '62139b14e621f096d0f8ed90920d042b92867e40'
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec_asf: Don't free the payload context in the .close function
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '1dc19729e92a96620000e09eba8e58cb458c9486'
Michael Niedermayer
- [FFmpeg-cvslog] dca: Move syncword definitions to a separate header
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302'
Michael Niedermayer
- [FFmpeg-cvslog] aac: Relax reserved_bit validation
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '87e85a133f3ce2f037b90e9c7bbca99951df6c15'
Michael Niedermayer
- [FFmpeg-cvslog] flv: Validate and reject unsupported codecs
Luca Barbato
- [FFmpeg-cvslog] Merge commit 'e767c9e8f2eaa116b61b8b6881b401b54bd320f5'
Michael Niedermayer
- [FFmpeg-cvslog] vf_showinfo: minimum widths for some early fields
Peter Cordes
- [FFmpeg-cvslog] pixelutils: indent comments in pixdesc.h to be clearer
Peter Cordes
- [FFmpeg-cvslog] pixelutils: Comment on (lack of) sad_8x8_sse2
Peter Cordes
- [FFmpeg-cvslog] libx264: update AQ options help for x264 build 144
Peter Cordes
- [FFmpeg-cvslog] avformat/movenc: mark write_colr as experimental
Michael Niedermayer
- [FFmpeg-cvslog] lavf/mxf: Support ProRes decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Allow AVFoundation compilation on OS X 10.7.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat: add avformat_flush()
wm4
- [FFmpeg-cvslog] avformat/avformat: improve the text about headerless formats in avformat_flush()
Reimar Döffinger
- [FFmpeg-cvslog] rtpdec_asf: Don't set RTP_FLAG_KEY
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '15621cbbe4ed88409ef40257afaf239487964e98'
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'c13ab42a0a3979b2c292b2315487f5f5e14ba26b'
Michael Niedermayer
- [FFmpeg-cvslog] rdt: Use a separate variable to clarify the different value namespaces
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'b72b212a4c43563f1b9fc3ce9a5ff91f89b857ac'
Michael Niedermayer
- [FFmpeg-cvslog] pcxenc: Return more meaningful error codes
Himangi Saraogi
- [FFmpeg-cvslog] Merge commit 'f3b74d944bdef9bbe81f7690f8d837d843ec13a6'
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec: experimental VP9 depacketizer (draft 0)
Thomas Volkert
- [FFmpeg-cvslog] Merge commit '9c09fbd8053292267cdc4b542913ceced43ea3a9'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dashenc: Update extradata for mov muxer
Timo Rothenpieler
- [FFmpeg-cvslog] avformat/mxfdec: Detect XYZ pixel format for digital cinema files
Vilius Grigaliūnas
- [FFmpeg-cvslog] doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds
Stefano Sabatini
- [FFmpeg-cvslog] avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc () function to libavutil.
Kevin Wheatley
- [FFmpeg-cvslog] avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files.
Kevin Wheatley
- [FFmpeg-cvslog] mips/float_dsp: fix a bug in vector_fmul_window_mips
Nedeljko Babic
- [FFmpeg-cvslog] fate-aac-aref-encode: increase FUZZ to 5, needed for ppc64be
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: Do not print inf in selftest
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_paletteuse: Use int where AVERROR can be returned
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_paletteuse: indent fix after 7ccc5848
Clément Bœsch
- [FFmpeg-cvslog] avformat/avidec: initialize header array
Michael Niedermayer
- [FFmpeg-cvslog] hevc/sao: use aligned copies
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/avidec: Check avio_read() return before using the results for meta-data
Michael Niedermayer
- [FFmpeg-cvslog] rv10: check size of s->mb_width * s->mb_height
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit '66624ed6319cb1a959256fe1a717fec5b748fbfa'
Michael Niedermayer
- [FFmpeg-cvslog] webp: validate the distance prefix code
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit '4f2ee9daeedec636fb4fe953a1e0990a7102d5eb'
Michael Niedermayer
- [FFmpeg-cvslog] rmenc: limit packet size
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit 'bb4edddd9389cc1601db618ed3c1375b62628d04'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/adxdec: set avctx->channels in adx_read_header
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit 'c73c3c34fe72bb06966450207917ce902146b172'
Michael Niedermayer
- [FFmpeg-cvslog] h264: remove a now redundant error check
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'ad786dd450f26ecfbd35bb26e8b149664ecde049'
Michael Niedermayer
- [FFmpeg-cvslog] Drop outdated RELEASE_NOTES
Clément Bœsch
- [FFmpeg-cvslog] hls: detect SAMPLE-AES encryption
selsta
- [FFmpeg-cvslog] lavd/avfoundation: Add support for 16bit integer input.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavd/avfoundation: Add support for 24 and 32bit integer input.
John Robinson
- [FFmpeg-cvslog] avfilter: Return more meaningful error codes
Himangi Saraogi
- [FFmpeg-cvslog] Merge commit '88b160a457e491cb9e014630ef5387ad3500258e'
Michael Niedermayer
- [FFmpeg-cvslog] webp: ensure that each transform is only used once
Andreas Cadhalpun
- [FFmpeg-cvslog] MAINTAINERS: Remove 1.2 from the maintained releases
Michael Niedermayer
- [FFmpeg-cvslog] libopenh264enc: Add support for building with OpenH264 1.4
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '25c29d32835f38cdc5f0c84fa27dfc489a228770'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '6cf7f30655e95e27fd0394b5a80970d6f9517015'
Michael Niedermayer
- [FFmpeg-cvslog] dashenc: Update extradata for mov muxer
Timo Rothenpieler
- [FFmpeg-cvslog] Merge commit '5aef535a64350b7bc06c5bdda8c26c9efec9443b'
Michael Niedermayer
- [FFmpeg-cvslog] AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate.
Claudio Freire
- [FFmpeg-cvslog] mips/aacdec: remove uses of mips32r2 specific ext instructions
James Cowgill
- [FFmpeg-cvslog] configure, mips: remove MIPS32R2, merging it with MIPSFPU
James Cowgill
- [FFmpeg-cvslog] mips: port optimizations to mips n64
James Cowgill
- [FFmpeg-cvslog] changelog: add mips 64-bit port
James Cowgill
- [FFmpeg-cvslog] avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit
Srikanth G
- [FFmpeg-cvslog] Changelog: rename next to 2.6
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchanges: Add 2.6 cut marker
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchanges: Fill in the xx
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.6
Michael Niedermayer
- [FFmpeg-cvslog] Add 2.6 to maintained releases
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0952265 web/move 1.2 to olddownloads
gitolite
- [FFmpeg-cvslog] Changelog: Add back "version next"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag
Clément Bœsch
- [FFmpeg-cvslog] movenc: Keep writing zero-entry stts atoms as intended
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '9731cf4001377fa2f75c279072cc2b0cbd57bf8e'
Michael Niedermayer
- [FFmpeg-cvslog] fix spelling errors
Andreas Cadhalpun
- [FFmpeg-cvslog] configure: Make compilable with VS2015
Peter Tissen
- [FFmpeg-cvslog] Add release notes
Clément Bœsch
- [FFmpeg-cvslog] configure: Make compilable with VS2015 (missing hunk)
Peter Tissen
- [FFmpeg-cvslog] Tag n2.6 : FFmpeg 2.6 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. aeffb94 web/download: Add FFmpeg 2.6
gitolite
- [FFmpeg-cvslog] doc: Add -list_formats all example for video4linux2
Jonas Lindgren
- [FFmpeg-cvslog] Merge commit 'cecf45b2bfbb85e9e59f355428fbd4d8cbc652a8'
Michael Niedermayer
- [FFmpeg-cvslog] RELEASE_NOTES: small grammar fixes and improvements
Reynaldo H. Verdejo Pinochet
- [FFmpeg-cvslog] avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/f_perms: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] vp9: fix segmentation map retention with threading enabled.
Ronald S. Bultje
- [FFmpeg-cvslog] Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"
Michael Niedermayer
- [FFmpeg-cvslog] mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_
James Cowgill
- [FFmpeg-cvslog] avfilter: Add FFT domain filter.
Arwa Arif
- [FFmpeg-cvslog] avcodec/vc1_mc: remove useless variables
Zeng Zhaoxiu
- [FFmpeg-cvslog] arm: Suppress tags about used cpu arch and extensions
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'
Michael Niedermayer
- [FFmpeg-cvslog] configure: Move the .object_arch check to the right place
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'b77e335e441040a40fc6156b8e4a134745d10233'
Michael Niedermayer
- [FFmpeg-cvslog] ChangeLog: Remove the redundant VP9 RTP entry
Xiangyu Liu
- [FFmpeg-cvslog] avcodec/golomb: cleanup
Zeng Zhaoxiu
- [FFmpeg-cvslog] avcodec/vc1_mc: Simplify v_edge_pos and src_y correction when fieldmv is true
zhaoxiu.zeng
- [FFmpeg-cvslog] avcodec/vc1_mc: change the type of s_rndtblfield to uint8_t
zhaoxiu.zeng
- [FFmpeg-cvslog] avcodec/utils: Align YUV411 by as much as the other YUV variants
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/opusdec: Clear out pointers per packet
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/opusdec: Fix delayed sample value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking in qpel , chroma_4mv and 8x8
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4387851 web/documentation: add link to 2.6 doxy
gitolite
- [FFmpeg-cvslog] avcodec/vc1_mc: optimize get_chroma_mv, and add get_luma_mv
zhaoxiu.zeng
- [FFmpeg-cvslog] avfilter/af_astats: Avoid Zero division in print part.
Martin Vignali
- [FFmpeg-cvslog] rmdec: Improve message for demux error
Carl Eugen Hoyos
- [FFmpeg-cvslog] Merge commit '0f9f7969ef4df3661131cede3e8cc770e1ea3db8'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_astats: redo zero channel handling
Paul B Mahol
- [FFmpeg-cvslog] vp9: split segmentation map / mvpair references.
Ronald S. Bultje
- [FFmpeg-cvslog] vp9: included uses_2pass member in vp9_ref_frame().
Ronald S. Bultje
- [FFmpeg-cvslog] doc/filters: Add some random examples for fftfilt
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: Use a local codebook variable
Luca Barbato
- [FFmpeg-cvslog] Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318'
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: Check the vlc value in setup_classifs
Luca Barbato
- [FFmpeg-cvslog] Merge commit '0025f7408a0fab2cab4a950064e4784a67463994'
Michael Niedermayer
- [FFmpeg-cvslog] xcbgrab: Free the host string after checking the connection
Luca Barbato
- [FFmpeg-cvslog] Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: Fix the error handling for when strftime fails
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '6448f15af02f2c3cf0df8cb8237957e426041f2d'
Michael Niedermayer
- [FFmpeg-cvslog] fate: add test for vp90-2-trac4359.webm
James Almer
- [FFmpeg-cvslog] avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_curves: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] doc: avoid the incorrect phrase 'allow to'
Andreas Cadhalpun
- [FFmpeg-cvslog] ffserver: break some too long lines
Reynaldo H. Verdejo Pinochet
- [FFmpeg-cvslog] ffserver: move assignment outside condition eval
Reynaldo H. Verdejo Pinochet
- [FFmpeg-cvslog] ffserver: remove stale debug stanza
Reynaldo H. Verdejo Pinochet
- [FFmpeg-cvslog] RELEASE: update to 2.6.git
James Almer
- [FFmpeg-cvslog] tiff: Check that there is no aliasing in pixel format selection
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'ae5e1f3d663a8c9a532d89e588cbc61f171c9186'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: move bpp check to after "end:"
Michael Niedermayer
- [FFmpeg-cvslog] avprobe: Export coded_{width, height} in -show_streams
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'
Michael Niedermayer
- [FFmpeg-cvslog] Prepare for 11.3 Release
Reinhard Tartler
- [FFmpeg-cvslog] doc: Update changelog for v11.3
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit 'cf3523c6e7dde33a513e003639d5a8c0b7f3a49d' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '7c1fe31617699ddefe6b0f39f16e7c3d79e998e2' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'fc3c1156e361202ab97ad63ffb4dacc416906d33' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '7136a0bf88f31bb8d40a3bbd251963706fb14578' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'f3dafb63d05896aacf84caf0e4c81c216476d60e' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '450b02307cb631f501793b52b98b610c3a54378b' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] configure: Properly fail when libcdio/cdparanoia is not found
Vittorio Giovara
- [FFmpeg-cvslog] mdec: check for out of bounds read
Federico Tomassetti
- [FFmpeg-cvslog] Merge commit '4070e02dfcf8c7d871b4a41d8b591ec0c130c70a' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '2c63081b48d98f3a0d0bed7b0ec3c0347b99144c' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '77eb3d9a60a9c2bb6d87c960ac186af242bbcc9e' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] eamad: check for out of bounds read
Federico Tomassetti
- [FFmpeg-cvslog] Merge commit '8aee35acb1b40e51a4fc8d7f7c561088e25d6d2e' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'e818da77240146b36d6669b1c4e0565239dc55d3' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '905172d75c9cfd93c757b09fa4b8afa0e926a13c' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] adxdec: set avctx->channels in adx_read_header
Andreas Cadhalpun
- [FFmpeg-cvslog] Merge commit 'a73b2c288e3dace6e054a5b48640978be1d5df84' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '2ef2f60b4f0308d1c871091c9c1a9641d14ec585' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] utvideodec: Handle slice_height being zero
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '3a417a86b330b7c1acf9db4f729be7d619caaded' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0ce3a0f9d9523a9bcad4c6d451ca5bbd7a4f420d'
Michael Niedermayer
- [FFmpeg-cvslog] ffmdec: initialize f_cprv, f_stvi and f_stau
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: fix infinite loop at EOF
Andreas Cadhalpun
- [FFmpeg-cvslog] lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix the intra_dc_precision API doc.
Carl Eugen Hoyos
- [FFmpeg-cvslog] doc: Improve video creation examples (from image2).
Carl Eugen Hoyos
- [FFmpeg-cvslog] doc: Clarify documentation for fade duration.
Carl Eugen Hoyos
- [FFmpeg-cvslog] movenc: Set tfhd default sample flags based on actual samples, if possible
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '00d751d4fc20ec88d2cc2c9f39ec8b9e9c8cdeba'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Avoid writing separate flags for the first sample if not necessary
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '46d4d8575979a24a8d026d9805039b724e0e3e5f'
Michael Niedermayer
- [FFmpeg-cvslog] doc: More changelog updates for v11.3
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '00abc0080d2f5f179f18534713659ce79b22e647' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] h264: only ref cur_pic in update_thread_context if it is initialized
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '03fbb6ff3d28f639ea5a35aba3c6dca09c17225d' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] h264: Do not share rbsp_buffer across threads
Michael Niedermayer
- [FFmpeg-cvslog] h264: initialize H264Context.avctx in init_thread_copy
Anton Khirnov
- [FFmpeg-cvslog] h264_cabac: Break infinite loops
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'fa4604d80580dde45bfce32ebe04a5c13c233895' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '91ef250713d04d675a16e5b030d7226baafe3f82' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '3670942fae7beb2bfde52557ee95eab5f536e624' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] img2dec: correctly use the parsed value from -start_number
Vittorio Giovara
- [FFmpeg-cvslog] Prepare for 10.6 Release
Reinhard Tartler
- [FFmpeg-cvslog] Update Changelog for v10.6
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit 'c47cdf837c1b52681a84f434443e1f993757a5e9' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'f74f4a540151aacb38306f2e41a160c326be3d51' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '470fd8e64e292d2336b2b860437dcbc053ba9eec' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '7fd11fbeeb41990427b475dc0d8800d2cf15a8c4' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0ad8d751337efbbd61c0d78762448b043100b653' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'b2b359f12465c8445484be24278b324da8ebb0e1' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0eb8786eac1f4a2132ad80dc49f90d5f81665c5c' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '772f50c1f3e4a50ce3f35e31a6f0cd64e7cbe818' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '61c966ef30129a0e4dba485242c039a895914d33' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] doc: More changelog updates for v10.6
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '0051174c70810b66378cf8ea093eab01302f6049' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'eb9041403d820634c45ed4ee98570246a252507a' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'e032e647dd79e7748145792dfee0358eccb1982e' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '8ae0d702a1ba1c3c8d88a29c181f8434f25bf53c' into release/2.2
Michael Niedermayer
- [FFmpeg-cvslog] ffmdec: make sure the time base is valid
Andreas Cadhalpun
- [FFmpeg-cvslog] Add dependencies to configure file for vf_fftfilt
Arwa Arif
- [FFmpeg-cvslog] ffmdec: limit the backward seek to the last resync position
Andreas Cadhalpun
- [FFmpeg-cvslog] tests/fate-run: Print more details on failure of stddev / filesize compares
Claudio Freire
- [FFmpeg-cvslog] avcodec/options_table: remove extradata_size from the AVOptions table
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_parser: use avpriv_find_start_code in hevc_split()
zhaoxiu.zeng
- [FFmpeg-cvslog] rtpdec_hevc: Drop extra sanity check for size of input packet
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'bfeb83a8b7d3fcf09a54d8dbc9c521e10bb17530'
Michael Niedermayer
- [FFmpeg-cvslog] matroskaenc: Also validate chapter end time
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '9f25a109922da43c1f81273a431d3b40cb5a785a'
Michael Niedermayer
- [FFmpeg-cvslog] siff: Use the correct type for packet size variables
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'ad94c6ca0b86c463f476b26606259a2041dcddc9'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/siff: Fix checks and variable types
Michael Niedermayer
- [FFmpeg-cvslog] libvpx: Fix mixed use of av_malloc() and av_reallocp()
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '93f7948136fcda8ddbbc44a6c24418f11ca829b8'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libvpxenc: Clear twopass_stats.sz on deallocation
Michael Niedermayer
- [FFmpeg-cvslog] roqvideoenc: set enc->avctx in roq_encode_init
Andreas Cadhalpun
- [FFmpeg-cvslog] asfenc: fix leaking asf->index_ptr on error
Andreas Cadhalpun
- [FFmpeg-cvslog] Canopus HQX decoder
Reimar Döffinger
- [FFmpeg-cvslog] libavformat/mxfenc: write package name metadata
Mark Reid
- [FFmpeg-cvslog] avfilter/vf_fftfilt: increase RDFT length by 10%
Michael Niedermayer
- [FFmpeg-cvslog] avconv: do not abort immediately if initializing hwaccel fails
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'dc7536ca3d2dbe47f40cc0fcd0fc2555a84d5f56'
Michael Niedermayer
- [FFmpeg-cvslog] FATE: add support for testing hwaccels
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '96a06dbaf278e8152487e08772946f63bd2a3843'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_mpegts: Free the right ->pb in the error path in the init function
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'c83dd2d2a458075a58895c384372f57c1ec26276'
Michael Niedermayer
- [FFmpeg-cvslog] rtpenc_mpegts: Set chain-> rtp_ctx only after avformat_write_header succeeded
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'cf402d6fa88acd647cdff993429583bec8a34fdc'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Don't rely on the fragment index for vc1 info gathering
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '0c5e380c2c266d2e8a13c000cc527529db837f10'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Support setting fragment_index before the moov atom is written
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '448c8cfe4c53e9e806effd8505b46d57fa707061'
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: Fix read-after-free in matroska_read_seek()
Xiaohan Wang
- [FFmpeg-cvslog] Merge commit '6222ee068eeb3d29a2bcc4a89ce31effdef5a061' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'eb1aa871d4ef9fc11484de436fa02c352b1b7cac' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Update Changelog for v9.18
Reinhard Tartler
- [FFmpeg-cvslog] Prepare for 9.18 Release
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '473281193bed8dcb3f6954a18d03cf6298d651b3' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '11f98c83d1c2a4eecd213bd94a907831fb36a590' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '42eaec076bbe2629c466695f71e7aa283a6fda51' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '9841654c158c80e9d525ba03754135d3f34e306e' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'c17da32ba26d2c333bd9cd4afe38a1b36e3d6cba' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ded9931d165544c342795a1b66e4777b6e7daeb0' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '3756b306a259d1376ce90404771c4d0ea7e23162' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] doc: More changelog updates for v9.18
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '789f433bc6376e6e45d41ae491007d482fa1df85' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '798b3ed3fbc31672e6400e18db37deef03fff44f' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '62b0462e5fa78901380ca229ddb6a7625efd61a2' into release/1.1
Michael Niedermayer
- [FFmpeg-cvslog] lavd/qtkit: Silence deprecation warnings when using clang.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavd/avfoundation: Silence c99 warnings when using gcc.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/hevcdsp: Fix compilation for arm with --disable-neon.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavd/avfoundation: Silence warnings when compiling for iOS.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Force -D__EXTENSIONS__ on Solaris.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avfilter/aeval: Fixed a memory leak in EvalContext::channel_values
Ole Andre Birkedal
- [FFmpeg-cvslog] avcodec/012v: Check dimensions more completely
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264: Fix undefined shifts in pack16to32() and pack8to16()
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/boxblur: Fix colourpsace list.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avcodec/012v: redesign main loop
Michael Niedermayer
- [FFmpeg-cvslog] lavf/libssh: support reading config from ~/.ssh/config
Florian Jacob
- [FFmpeg-cvslog] x86: Makefile: fix DBG parameter evaluation
Christophe Gisquet
- [FFmpeg-cvslog] avcodec/mpeg12dec: Fix undefined shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1_pred: Fix undefined shift in ff_vc1_pred_mv()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wma: Fix undefined shift in ff_wma_run_level_decode()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Fix undefined shift in initFilter()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/amrnbde: Fix undefined shift in decode_pitch_vector()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/golomb: Fix undefined shifts in unsigned rice decoding code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp8: Fix undefined shifts in vp8_mc_luma()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264dsp_template: Fix undefined shift in biweight_h264_pixels and weight_h264_pixels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_motion: Fix undefined shifts in mpeg_motion_internal()
Michael Niedermayer
- [FFmpeg-cvslog] mlpdec: support major sync headers with optional extension blocks
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f36f6a608b5b2c17f8876195c61621c8f8607cee'
Michael Niedermayer
- [FFmpeg-cvslog] mlpdec: support TrueHD streams with an Atmos substream
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'dc2d0e06af459af9a7f91b65e0a3119acc4f1baa'
Michael Niedermayer
- [FFmpeg-cvslog] matroskaenc: Fix type used for chapter timestamps
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '9272c965d9559a90ee64d46aebd99c117e07f7a3'
Michael Niedermayer
- [FFmpeg-cvslog] mp3: Properly use AVCodecContext API
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec_vp9: Drop extra sanity check for size of input packet
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'bacc92b59bfa5d6a1f631e63e46fc1d2fb934e51'
Michael Niedermayer
- [FFmpeg-cvslog] configure: Enable colored output for gcc 4.9+
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'
Michael Niedermayer
- [FFmpeg-cvslog] arm: dsputil: fix overreads in put/avg_pixels functions
Mans Rullgard
- [FFmpeg-cvslog] arm: dsputil: prettify some conditional instructions in put_pixels macros
Mans Rullgard
- [FFmpeg-cvslog] arm/neon: dsputil: use correct size specifiers on vld1/vst1
Mans Rullgard
- [FFmpeg-cvslog] Merge commit '9fa9d471a7af57a62843fdae0dc36e67960c3f3d' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '8152b02f33a7b939cb2c9a5f26d10cd10465d4f9' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '6dd19ffd39babd651744082301d133264a30882c' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] vp8: avoid race condition on segment map.
Aaron Colwell
- [FFmpeg-cvslog] nutdec: Remove unused and broken debug function stub
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '57c36de7265761dd94fb6bb4a9180011f796128f' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '90a2359fef5325f90aec0eca51b145d90ca3df7d' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] h264_refs: Fix debug tprintf argument types
Diego Biurrun
- [FFmpeg-cvslog] swscale: Remove two bogus asserts
Diego Biurrun
- [FFmpeg-cvslog] elbg: Fix an assert
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ce57531a8894d69e3da085c7c6cba45b1f133b35' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '9858a723cbcb206287fd0232d74c6a0991eecdc8' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '233d1b4861e252cbc4571840e7f264e1db151c13' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: remove last_picture_ptr / h264 assert.
Michael Niedermayer
- [FFmpeg-cvslog] parser: Don't use pc as context for av_dlog
Martin Storsjö
- [FFmpeg-cvslog] h264: Remove an assert on current_picture_ptr being null
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '372f742dd18911dc5c6552b1bb2e2ca235c5ee47' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ec0df23765bd41846f66e4a4fb694779b432fc62' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd1c490448cbe3f7715773c673e92139a7192326f' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] svq1enc: Set picture_structure correctly
Michael Niedermayer
- [FFmpeg-cvslog] adpcmenc: Calculate the IMA_QT predictor without overflow
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Clarify wording of ffmpeg --> avconv deprecation message
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '2deac60a387409dcbc7b37a8c30de89c7aeb58ac' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '554fd5cd630073b8273aa044a6bdfd6f608209e9' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '3eed35addb461c42471e0367bb6cd68d8ffd3aec' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] doc: Fix syntax and logical errors in avconv stream combination example
Diego Biurrun
- [FFmpeg-cvslog] Update Changelog for v0.8.15
Diego Biurrun
- [FFmpeg-cvslog] Prepare for 0.8.16 release
Diego Biurrun
- [FFmpeg-cvslog] Merge commit 'f661006f235fa58bc756610cdc76c662ac0fab5f' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'c6af9e944ebeb336f6520f59afaebb62392fb026' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Update Changelog for v0.8.16
Diego Biurrun
- [FFmpeg-cvslog] x86: Add CPU flag for the i686 cmov instruction
Diego Biurrun
- [FFmpeg-cvslog] x86: Only use optimizations with cmov if the CPU supports the instruction
Diego Biurrun
- [FFmpeg-cvslog] apetag: Fix APE tag size check
Katerina Barone-Adesi
- [FFmpeg-cvslog] Merge commit '8637f4edeee1a6bd18bc90740fafadd3e1b412aa' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '893b353362bc220280efd8d14c4878a1cafe18a8' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'b989bb7adee0f3286dcaa63c5cd0753eac45f6be' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Add some bug references to the changelog
Diego Biurrun
- [FFmpeg-cvslog] mov: avoid a memleak when multiple stss boxes are present
Anton Khirnov
- [FFmpeg-cvslog] jvdec: check frame dimensions
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '22103315c2a1cb2de336750c50cf6bf7c109220c' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0ceb2dffb6ba082a8abcc57c53a14b2512f0aa48' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '954aafaa961c32c655ad38fb622e8cbe249ebd5a' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] mmvideo: check frame dimensions
Anton Khirnov
- [FFmpeg-cvslog] smc: fix the bounds check
Michael Niedermayer
- [FFmpeg-cvslog] gifdec: refactor interleave end handling
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'fc159ba88ea2dd1fa11e4ab6af8b574fc80db454' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '9ae3cd6e7271a3d6b8cd92a4d35ebb16d2e03f1a' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'a331e11906b196c9a00f5ffbc45d80fcd7fe8423' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Update Changelog for 0.8.17 Release
Reinhard Tartler
- [FFmpeg-cvslog] Prepare for 0.8.17 Release
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '51dd54c51aaca909893c9f90a4119e96ff71ffdf' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd6deed7916f7f52dbfc88e2fc2c43e3cfb8ee74b' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'aace8b184c867875e2715b2af23fa98886f90427' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '8b1f8fb26bfe6a4cd9f72b962b45643fa331dbe1' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '905988fe1a8accbc1ab93120aa4cd29252b81cce' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '82776caf7993221719eefbe576f851c7e52dfef9' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ec5b2f6a385959048f780b4e7d3d259dc1fa8421' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] doc: More changelog updates for v0.8.17
Reinhard Tartler
- [FFmpeg-cvslog] Merge commit '335ec616cc38ee6206a3acebd46d01aad73d721b' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0e810255596070e2c503c5da9001f7087f71de6e' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '76435f5e40854567252756ea7f788958dd2cc04c' into release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4}
Yukinori Yamazoe
- [FFmpeg-cvslog] Merge commit '212556cd2144659dc6b9d121ddb38cd272bd10ae'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '72211a2af0470799c9611b9c1c7039ab14a34a0a'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '67142a8c721c7916c9ad2eb439c14d567aeb88c1'
Michael Niedermayer
- [FFmpeg-cvslog] dnxhdenc: fix mb_rc size
Michael Niedermayer
- [FFmpeg-cvslog] matroska: Fix use after free
Dale Curtis
- [FFmpeg-cvslog] avutil/lzo: Fix integer overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeglsdec: Check run value more completely in ls_decode_line()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Add case for jv to avcodec_align_dimensions2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
Michael Niedermayer
- [FFmpeg-cvslog] configure: add noexecstack to linker options if supported.
Reimar Döffinger
- [FFmpeg-cvslog] avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Calculate MPNG bytewidth more defensively
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gifdec: factorize interleave end handling out
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/qpeg: fix off by 1 error in MV bounds check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smc: fix off by 1 error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: Check desc_len / get8() return code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxa: check dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix context fields becoming inconsistent
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check IHDR/IDAT order
Michael Niedermayer
- [FFmpeg-cvslog] swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Check that avio_seek() target is non negative
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vmdvideo: Check len before using it in method 3
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flac_parser: fix handling EOF if no headers are found
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Fix number suffixes in tb_unreliable()
Michael Niedermayer
- [FFmpeg-cvslog] smackerdemuxer: check some values before instead of just after malloc()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/smacker: Fix number suffix
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpc8: fix hang with fuzzed file
wm4
- [FFmpeg-cvslog] avformat/mpc8: fix broken pointer math
wm4
- [FFmpeg-cvslog] avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check number of components for JPEG-LS
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Check av_get_packet() for failure not only for partial output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_ps: More completely check the bit depths
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Skip blocks which are outside the visible area
Michael Niedermayer
- [FFmpeg-cvslog] avformat/gxf: Use 64bit for res to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/vqf: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop
Andreas Cadhalpun
- [FFmpeg-cvslog] Fix buffer_size argument to init_put_bits() in multiple encoders.
Dyami Caliri
- [FFmpeg-cvslog] h264/cabac: check loop index
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.7.17
Michael Niedermayer
- [FFmpeg-cvslog] Tag n0.7.17 : FFmpeg 0.7.17 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5f77fb8 web: add 0.7.17
gitolite
- [FFmpeg-cvslog] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_realloc ()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable ()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/colormatrix:add slice threading
Yayoi
- [FFmpeg-cvslog] configure: Mark qsv subsystem as not selectable on the command line
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '9c8074050745184a61059ad56045ad711299e33d'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Explicitly convert types at function pointer assignment
Diego Biurrun
- [FFmpeg-cvslog] Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'
Michael Niedermayer
- [FFmpeg-cvslog] hevc: delay ff_thread_finish_setup for hwaccel
Rainer Hochecker
- [FFmpeg-cvslog] avcodec/h264_mb: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9: Fix undefined shifts in decode_frame_header()
Michael Niedermayer
- [FFmpeg-cvslog] mips/asmdefs: use _ABI64 as defined by gcc
James Cowgill
- [FFmpeg-cvslog] avcodec: fix aac/ac3 parser bitstream buffer size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3enc_template: fix out of array read
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: more completely check bpp/bppcount
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: treat pix_fmt like width/height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Clear table pointers to avoid stale pointers
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check codec_data_size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements
wm4
- [FFmpeg-cvslog] swscale: increase yuv2rgb table headroom
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/indeo3: use signed variables to avoid underflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/indeo3: ensure offsets are non negative
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses
wm4
- [FFmpeg-cvslog] avformat/mov: fix integer overflow in mov_read_udta_string()
Michael Niedermayer
- [FFmpeg-cvslog] cmdutils: update copyright year to 2015.
Johan Andersson
- [FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0
wm4
- [FFmpeg-cvslog] avcodec/mjpegdec: Check escape sequence validity
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Fix ref value check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/zmbv: Check len before reading in decode_frame()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/adxdec: check avctx->channels for invalid values
Andreas Cadhalpun
- [FFmpeg-cvslog] avformat/bit: check that pkt->size is 10 in write_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] Update for 0.10.16
Michael Niedermayer
- [FFmpeg-cvslog] hevcdsp: fix compilation for arm and aarch64
James Almer
- [FFmpeg-cvslog] Tag n0.10.16 : FFmpeg 0.10.16 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0ccc5ab web/olddownload: add 0.10.16
gitolite
- [FFmpeg-cvslog] dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tables
Niels Möller
- [FFmpeg-cvslog] Merge commit '78c892284150e12f6b08b287bdf7e62307c6985f'
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_enc: Check AVCodecContext allocation
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'a72d93daa09ffbad2771f1450820941055eaf210'
Michael Niedermayer
- [FFmpeg-cvslog] libtheora: Check frame allocation
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '17c45d4d056d0e10ecb88b424ec9e68be398da5e'
Michael Niedermayer
- [FFmpeg-cvslog] xcbgrab: Check av_strdup() allocation
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'edca1dd552efa1ebef016ca9eff4ce6757605819'
Michael Niedermayer
- [FFmpeg-cvslog] nutdec: Prevent leaks on memory error
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '5a2645cafeca1c2207ac55cc831c3349572a82ed'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'
Michael Niedermayer
- [FFmpeg-cvslog] formats: Check memory allocations
Vittorio Giovara
- [FFmpeg-cvslog] matroskadec: Check memory allocations
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '6bdae41d3ef74a0865e8f87896e649f93b2f39bd'
Michael Niedermayer
- [FFmpeg-cvslog] libx264: Return more meaningful error codes
Himangi Saraogi
- [FFmpeg-cvslog] Merge commit '913aa9a4874418724183a3ec862cdc63b829367d'
Michael Niedermayer
- [FFmpeg-cvslog] x86: xvid_idct: port SSE2 iDCT to yasm
Christophe Gisquet
- [FFmpeg-cvslog] doc: Fix alphabetic ordering for decklink input device.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf: Do not list mov-only codecs in riff.c.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc: Print number of reference frames if debug level >= verbose.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavfi/boxblur: Fix colourspace list.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avcodec/svq1dec: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvdec: Change subtitle stream type to subtitle type
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvdec: re enable flv_data_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvdec: add support for OnCaption
Michael Niedermayer
- [FFmpeg-cvslog] lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_packet()
Stefano Sabatini
- [FFmpeg-cvslog] avformat/cdxl: Fix integer overflow of image_size
Michael Niedermayer
- [FFmpeg-cvslog] mov: Avoid overflow with mov_metadata_raw()
Dale Curtis
- [FFmpeg-cvslog] mov: Fix negative size calculation in mov_read_default().
Dale Curtis
- [FFmpeg-cvslog] avformat/mov: Fix mixed declaration and statement warning
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Clear error message array at init.
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/tta: fix crash with corrupted files
wm4
- [FFmpeg-cvslog] swscale/utils: Limit filter shifting so as not to read from prior the array
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: More carefully merge and clear coefficients outside the input
Michael Niedermayer
- [FFmpeg-cvslog] mips/acelp_filters: fix incorrect register constraint
James Cowgill
- [FFmpeg-cvslog] avformat/flvenc: check that the codec_tag fits in the available bits
Andreas Cadhalpun
- [FFmpeg-cvslog] avformat/bit: only accept the g729 codec and 1 channel
Andreas Cadhalpun
- [FFmpeg-cvslog] swscale/utils: clear formatConvBuffer on allocation
Michael Niedermayer
- [FFmpeg-cvslog] Update for 1.1.16
Michael Niedermayer
- [FFmpeg-cvslog] Tag n1.1.16 : FFmpeg 1.1.16 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. f64e64c web/olddownload: Add 1.1.16
gitolite
- [FFmpeg-cvslog] avformat/http: support auto reconnect
Zhang Rui
- [FFmpeg-cvslog] lavc: Improve thread locking error message
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Introduce AVCodec internal capabilities
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'
Michael Niedermayer
- [FFmpeg-cvslog] mjpeg: Mark decoder family as thread safe
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'
Michael Niedermayer
- [FFmpeg-cvslog] TDSC decoder
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '247e370e2a913db52ca079b347a174c8d393b171'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tdsc: use ff_codec_open2_recursive()
Michael Niedermayer
- [FFmpeg-cvslog] configure: fix zlib dependancy of tdsc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: use atomic operations on entangled_thread_counter
Michael Niedermayer
- [FFmpeg-cvslog] swresample/resample: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext
Andreas Cadhalpun
- [FFmpeg-cvslog] x86: xvid_idct: port MMX iDCT to yasm
Christophe Gisquet
- [FFmpeg-cvslog] x86: dct-test: fix compilation for prores
Christophe Gisquet
- [FFmpeg-cvslog] x86: dct-test: evaluate prores idct avx version
Christophe Gisquet
- [FFmpeg-cvslog] x86: xvid_idct: merged idct_put SSE2 versions
Christophe Gisquet
- [FFmpeg-cvslog] x86: xvid_idct: SSE2 merged add version
Christophe Gisquet
- [FFmpeg-cvslog] ac3_fixed: fix out-of-bound read
Christophe Gisquet
- [FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend
Christophe Gisquet
- [FFmpeg-cvslog] eac3dec: fix scaling
Christophe Gisquet
- [FFmpeg-cvslog] avformat/asfdec: Use 64bit ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/idcin: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/omadec: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/a64multienc: use av_frame_ref instead of copying the frame
Andreas Cadhalpun
- [FFmpeg-cvslog] avcodec/a64multienc: don't set incorrect packet size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264: Only reinit quant tables if a new PPS is allowed
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Sanity checks for some log2_* values
Michael Niedermayer
- [FFmpeg-cvslog] vp9: ignore reference segmentation map if error_resilience flag is set.
Ronald S. Bultje
- [FFmpeg-cvslog] Update for FFmpeg 2.2.14
Michael Niedermayer
- [FFmpeg-cvslog] ac3dec: cosmetics
Christophe Gisquet
- [FFmpeg-cvslog] avcodec/wmadec: Fix undefined shift in wma_decode_block()
Michael Niedermayer
- [FFmpeg-cvslog] ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
Christophe Gisquet
- [FFmpeg-cvslog] ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
Christophe Gisquet
- [FFmpeg-cvslog] x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
Christophe Gisquet
- [FFmpeg-cvslog] lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
Christophe Gisquet
- [FFmpeg-cvslog] avformat/mov: Use sizeof(filename) instead of a literal number
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check for string truncation in mov_open_dref()
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/mxfdec: export user comments metadata
Mark Reid
- [FFmpeg-cvslog] avcodec/utils: mark codec argument as const in ff_lock_avcodec()
Michael Niedermayer
- [FFmpeg-cvslog] Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] Tag n2.2.14 : FFmpeg 2.2.14 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b43f819 web/download: add FFmpeg 2.2.14
gitolite
- [FFmpeg-cvslog] avcodec/ac3dec: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: use avpriv_find_start_code in avi_read_packet()
zhaoxiu.zeng
- [FFmpeg-cvslog] avformat/avidec: cleanup include
zhaoxiu.zeng
- [FFmpeg-cvslog] avformat/mpegvideodec: use avpriv_find_start_code in mpegvideo_probe()
zhaoxiu.zeng
- [FFmpeg-cvslog] avformat/mpegvideodec: fix hypothetical pointer overflow in mpegvideo_probe()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dvbsub: Fix hypothetical pointer overflow in dvbsub_probe()
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/eq: clarify error message in case of expression parsing error
Stefano Sabatini
- [FFmpeg-cvslog] libavformat/mxfenc: write user comment metadata
Mark Reid
- [FFmpeg-cvslog] avcodec/h264dsp_template: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/palettegen: make sure at least one frame was sent to the filter
Clément Bœsch
- [FFmpeg-cvslog] avcodec/dvbsub_parser: Fix potential pointer overflows
Michael Niedermayer
- [FFmpeg-cvslog] dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '4da5aacc7eba274a4f18411120de539d39c5151e'
Michael Niedermayer
- [FFmpeg-cvslog] dca: Support for XLL (lossless extension)
Niels Möller
- [FFmpeg-cvslog] fate: Add test for DCA XLL
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'acbe15a99f158dbb0edb837fb6557171dc4376d4'
Michael Niedermayer
- [FFmpeg-cvslog] sctp: Update to match tcp
Luca Barbato
- [FFmpeg-cvslog] Merge commit 'a4c5801070198c1f2af32fa5cf850c330615ac24'
Michael Niedermayer
- [FFmpeg-cvslog] udp: Use AVOptions
Luca Barbato
- [FFmpeg-cvslog] Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'
Michael Niedermayer
- [FFmpeg-cvslog] libswscale: fix compiler warnings enumerated type mixed with another type
Himangi Saraogi
- [FFmpeg-cvslog] Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dcadec: Only upsample as much data as is there
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dcadec: if XLL is enabled use xll channels
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: store cookies returned in HLS key response
Micah Galizia
- [FFmpeg-cvslog] libavformat/mxfdec: fix MXFPackage->comment_refs memory leak
Mark Reid
- [FFmpeg-cvslog] avformat/mov: Disallow ".." in dref unless use_absolute_path is set
Michael Niedermayer
- [FFmpeg-cvslog] x86/proresdsp: remove unused macro
James Almer
- [FFmpeg-cvslog] x86/proresdsp: remove ff_prores_idct_put_10_sse4
James Almer
- [FFmpeg-cvslog] lavfi/sendcmd: improve error reporting and robustness in case of missing commands
Stefano Sabatini
- [FFmpeg-cvslog] mkv: Add support for DVB subtitles
Luca Barbato
- [FFmpeg-cvslog] Merge commit '66a0ac0a802dd794acc1ab8559d3db9e98755b57'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: refactor repeated HLS option updates
Micah Galizia
- [FFmpeg-cvslog] avcodec/tdsc: Remove ;;
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmp
Michael Niedermayer
- [FFmpeg-cvslog] avformat/cavsvideodec: use avpriv_find_start_code in cavsvideo_probe()
zhaoxiu.zeng
- [FFmpeg-cvslog] update for 2.6.1
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update for 2.6.1
Michael Niedermayer
- [FFmpeg-cvslog] Tag n2.6.1 : FFmpeg 2.6.1 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7638f8e web/download: add 2.6.1
gitolite
- [FFmpeg-cvslog] hevc: avoid unnecessary calls to get_format
Rainer Hochecker
- [FFmpeg-cvslog] doc: fate: remove outdated SSH key fingerprint
Janne Grunau
- [FFmpeg-cvslog] Merge commit 'a9d60c390f35f3954821bd635fd31bbb5036b29d'
Michael Niedermayer
- [FFmpeg-cvslog] fate: add explicit support for the toolchain configure option
Janne Grunau
- [FFmpeg-cvslog] Merge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'
Michael Niedermayer
- [FFmpeg-cvslog] configure: handle Apple's armv7s in probe_arm_arch()
Janne Grunau
- [FFmpeg-cvslog] Merge commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea'
Michael Niedermayer
- [FFmpeg-cvslog] configure: move cross_compile checks after the toolchain section
Janne Grunau
- [FFmpeg-cvslog] Merge commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Support writing multiple trun atoms
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '50ff0c05b691524d1fd044a2f2eefb706932fc98'
Michael Niedermayer
- [FFmpeg-cvslog] configure: Silence EMMS warnings in ICC
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: Fix potential pointer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rtsp: Fix potential pointer overflow in sdp_probe()
Michael Niedermayer
- [FFmpeg-cvslog] OpenCL uninit bug fix - clear is_compiled flag
srikanth
- [FFmpeg-cvslog] movenc: Allow interleaving samples when writing fragmented files
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '2cb9c2fc59c9267ad2631c07c81c188058502259'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/formats: remove unused COPY_INT_LIST() macro
Clément Bœsch
- [FFmpeg-cvslog] avfilter/formats: use av_realloc_array in ADD_FORMAT()
Clément Bœsch
- [FFmpeg-cvslog] avfilter/formats: proper error handling in ff_set_common_*() functions
Clément Bœsch
- [FFmpeg-cvslog] avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_formats_ref()
Clément Bœsch
- [FFmpeg-cvslog] avfilter: handle error in query_formats() of a bunch of random video filters
Clément Bœsch
- [FFmpeg-cvslog] avcodec/libx264: use AVERROR_EXTERNAL instead of AVERROR_UNKNOWN
Clément Bœsch
- [FFmpeg-cvslog] avcodec/vc1_pred: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 10b0ce3 web/index: News about 2.6.1
gitolite
- [FFmpeg-cvslog] doc/protocols: Fixed missing example section marker
Tobias Rapp
- [FFmpeg-cvslog] mxfenc: fix memleaks in mxf_write_footer
Andreas Cadhalpun
- [FFmpeg-cvslog] avfilter/vf_field: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: fix mis-detection of jpeg2000
Michael Niedermayer
- [FFmpeg-cvslog] configure: Disable shift operator precedence warnings with MSVC
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '91894f27dce531c13d7e1be20253877f2e1e9e66'
Michael Niedermayer
- [FFmpeg-cvslog] isom: Add support for TSCC2
Luca Barbato
- [FFmpeg-cvslog] Merge commit '96dd04427fc46e5e25a5ac1f00753207e3aedb0c'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_colormatrix: make sure the number of threads is even for yuv420p
Clément Bœsch
- [FFmpeg-cvslog] x86: Put COPY3_IF_LT under HAVE_6REGS
Luca Barbato
- [FFmpeg-cvslog] Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'
Michael Niedermayer
- [FFmpeg-cvslog] dca: Read params->pancABIT0[param_index] only if part0 is set
Niels Möller
- [FFmpeg-cvslog] Merge commit 'c9ed48e80ef807ab0c1bb946ac8db5f34d83d9c9'
Michael Niedermayer
- [FFmpeg-cvslog] libx264: Allow full-range yuv422 and yuv444 pixel formats
Carl Eugen Hoyos
- [FFmpeg-cvslog] Merge commit 'c0f504e947cc0a3c73770419bf7d1af98288fc59'
Michael Niedermayer
- [FFmpeg-cvslog] riff: Add 'tshd' FourCC for H.264
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '02d76141d68e38c80f9a205a56b9af10d74f0995'
Michael Niedermayer
- [FFmpeg-cvslog] isom: Add X-Com Radvision FourCC
Paul B Mahol
- [FFmpeg-cvslog] Merge commit 'cf9861dea5d42d0b5a6cf0609b9624525d96c1e0'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Do not list mov-only codecs in riff tags
Carl Eugen Hoyos
- [FFmpeg-cvslog] Merge commit '4326bc364b58e97fc3d89417054a6b7610179a00'
Michael Niedermayer
- [FFmpeg-cvslog] hqx: Drop unused offsets table
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732'
Michael Niedermayer
- [FFmpeg-cvslog] aacsbr: Fix type for index variable
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'cdce9e8025fff1dee2fd3d6bc28aebc0a330c5a0'
Michael Niedermayer
- [FFmpeg-cvslog] mov: Fix little endian audio detection
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '423f5d50e499ab972f507115700c8f31ed8993e4'
Michael Niedermayer
- [FFmpeg-cvslog] fate: Move tdsc to the appropriate screen capture file
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '6289706b35d1b030258bba54cc27bb6d2c04bc9b'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr: Replace impossible condition by assert
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3dec_fixed: fix compilation when ac3dec is disabled
James Almer
- [FFmpeg-cvslog] Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '58a840e21577a2168843487a98cb2cea44b5a94a'
Michael Niedermayer
- [FFmpeg-cvslog] Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats
Michael Niedermayer
- [FFmpeg-cvslog] lavfi: add showwavespic filter
Clément Bœsch
- [FFmpeg-cvslog] avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_il: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] mov: Add option to keep exact packet sequence after seeking
Derek Buitenhuis
- [FFmpeg-cvslog] mips/float_dsp: fix vector_fmul_window_mips on mips64
James Cowgill
- [FFmpeg-cvslog] avformat/http: replace cookies with updated values instead of appending forever
Micah Galizia
- [FFmpeg-cvslog] Merge commit '8692d74b7364b405d7939c0ed347e8a2815193a7'
Michael Niedermayer
- [FFmpeg-cvslog] lavc/dts: Do not set bitrate for DTS-HD Master and High Resolution.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/mkv: Ignore ff_isom_write_hvcc() return value as the mov muxer does.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. c991fda web/index: add link to ff-facebook
gitolite
- [FFmpeg-cvslog] avcodec/mjpegdec: Change upscale_* to an array instead of a bitmask
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Support 31111100 sampling
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_colormatrix: fix yuv420p threading, second try
Clément Bœsch
- [FFmpeg-cvslog] avformat/aiffdec: Stop header parsing once a non header packet is reached
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aiffdec: do not fail if header parser hits EOF
Michael Niedermayer
- [FFmpeg-cvslog] mxfenc: don't try to write footer without header
Andreas Cadhalpun
- [FFmpeg-cvslog] udp: Fix crashes after adding AVOptions
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Heuristically set the duration of the last sample in a fragment if not set
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '2889c5e16711770437f380f1bead5f72c6a0b17a'
Michael Niedermayer
- [FFmpeg-cvslog] dashenc: Heuristically fill in the duration of packets that need it
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '3041183677bda0a431b36e96a2c76617abaa8183'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Set the last packet duration based on the next packet when autoflushing
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'b81b0cc22b22413760423e239ea644c9afdbfa2d'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Write pts timestamps in tfxd, instead of dts timestamps
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '5cf892d6946b19a87bcd00d6b76ce81f45960fdb'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Only adjust the cts offset at the start of fragments if necessary
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'eee13d653953083553cceadbbedf6222ef78a006'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Move sidx edit list timestamp adjustment into a block
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '5c337353a2546416631a87de4881850d99141c39'
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Don' t assume that fragment durations in pts is equal to duration in dts
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '67a2912307c3c08f2725ccae162cfe3426b80184'
Michael Niedermayer
- [FFmpeg-cvslog] ismindex: Calculate the pts duration of trun atoms, not the dts duration
Martin Storsjö
- [FFmpeg-cvslog] Merge commit '30a041887f89cd97c372ad6a516da6e012f2c88b'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avienc: factor write_odml_master() out
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avienc: factor out update_odml_entry()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: also print frame_num in debug output
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avienc: Fix wrongly placed comment
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avienc: Expand master ODML index when its end is reached
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: Check that the frame is interlaced before using cur_field
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: Reset is_444 if format is not 444
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: reset cur_field for non interlaced frames
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: add profile define for DTS Express
Hendrik Leppkes
- [FFmpeg-cvslog] avcodec: add libdcadec decoder
Hendrik Leppkes
- [FFmpeg-cvslog] movenc: write the display transform matrix
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'cf18e777aed9f73011c7ab7cbab8003189d4b9d8'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '30e6abd1a8cc4fd5daf2e23ad2e768862c39e975'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: Fix libdcadec include dir
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/libdcadec: add missing version bump and changelog entry
James Almer
- [FFmpeg-cvslog] avcodec/dv: remove unused var dv100qstep
Martin Vignali
- [FFmpeg-cvslog] avfilter/vf_pp7: remove unused var
Martin Vignali
- [FFmpeg-cvslog] avcodec/dv: remove unused var dvquantareas
Martin Vignali
- [FFmpeg-cvslog] x86/xvididct: remove obsolete function prototypes
James Almer
- [FFmpeg-cvslog] x86/xvididct: add some yasm guards
James Almer
- [FFmpeg-cvslog] lavfi/eq: factorize code in process_command()
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/eq: rework expression evaluation
arwa arif
- [FFmpeg-cvslog] configure: Silence warnings about constant unsigned overflows in MSVC
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode
Michael Niedermayer
- [FFmpeg-cvslog] libavutil: add av_mod_uintp2
James Almer
- [FFmpeg-cvslog] libavutil: add bmi2 optimized av_mod_uintp2
James Almer
- [FFmpeg-cvslog] cmdutils: Add a stream specifier to map usable streams
Luca Barbato
- [FFmpeg-cvslog] Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'
Michael Niedermayer
- [FFmpeg-cvslog] avconv: Print the avfilter errors
Luca Barbato
- [FFmpeg-cvslog] Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/metasound_data: remove unused variable lsp16s
Martin Vignali
- [FFmpeg-cvslog] avformat/movenc: avoid using uninitialized display_matrix_size
Michael Niedermayer
- [FFmpeg-cvslog] wtvdec: fix integer overflow resulting in errors with large files
Rodger Combs
- [FFmpeg-cvslog] avformat/apngdec: Use 64bit ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/apngdec: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wtvdec: Use 64bit for ret to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/a64multienc: initialize mc_meta_charset to zero
Andreas Cadhalpun
- [FFmpeg-cvslog] avcodec/a64multienc: simplify frame handling code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/a64multienc: Assert that the Packet size does not grow
Michael Niedermayer
- [FFmpeg-cvslog] avutil/imgutils: correctly check for negative SAR components
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.5.5
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA
Michael Niedermayer
- [FFmpeg-cvslog] hevc: make the crop sizes unsigned
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0'
Michael Niedermayer
- [FFmpeg-cvslog] hevc: zero the correct variables on invalid crop parameters
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '5127c00b971b674f72609369b39a9c0f7c36977d'
Michael Niedermayer
- [FFmpeg-cvslog] h264_ps: properly check cropping parameters against overflow
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd8a45d2d49f54fde042b195f9d5859251252493d'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check cropping parameters more correctly
Michael Niedermayer
- [FFmpeg-cvslog] h264: split weighted pred-related vars into per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'
Michael Niedermayer
- [FFmpeg-cvslog] h264: do not copy qscale when updating per-thread contexts
Anton Khirnov
- [FFmpeg-cvslog] h264: move the quantizers into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd40ae0e595fe90b5583b9269f8bb000402bde5a6'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move qp_thresh into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move {prev, next}_mb_skipped into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '06789ad3b71296a9e2fbd0278632d97a5d9af8d7'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '5355ed6b20e941430c4f8fb82644e87a65366d61'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move {chroma, intra16x16}_pred_mode into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move some neighbour information into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move intra4x4_pred_mode[_cache] into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '7d8154edd594981e7891d57de91f2260f8a62939'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog()
Michael Niedermayer
- [FFmpeg-cvslog] h264: move *_samples_available into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move non_zero_count_cache into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move {mv, ref}_cache into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move neighbor_transform_size into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb_[uv]linesize into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move the slice type variables into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '56febc993b928ccc039a32158ca60b234c311875'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move sub_mb_type into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move direct_spatial_mv_pred into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move col_{parity, fieldoff} into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move dist_scale_factor[_field] into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'be69f0a800903b7573b18d9287d18b2f368b8b11'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move map_col_to_list0[_field] into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move the ref lists variables into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '7747726667c86877feed30c9e18460cb8e63f551'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move intra_pcm_ptr into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb[_{padding, luma_dc}] into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Merge 2 memcpy()
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move cabac[_state] into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move [{top, left}_]cbp into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move last_qscale_diff into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '30da98adbda6de1f55188f9058a3a5c715049633'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '5c8280c3075dd54f26752c3a1185647578421703'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move mvd_table into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mvd_cache into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move direct_cache into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'a67f8ae9a2c8529bf6a635e8ca4e3483592708b1'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move loopfilter parameters into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '6479c79f5517e2881bc881e737b2dbce69553878'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'bd3e460b73dd54a68dc253e010c239cefc8d8d55'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move cabac_init_idc into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move redundant_pic_count into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb_skip_run into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '9951907f6fc37a8d41566dbee09f7c15ff587de6'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '47a0d393504d6726c4a235951153bee0abb3f7d6'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move is_complex into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb_xy into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb_{x,y} into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move resync_mb_{x, y} into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: remove some remnants of data partitioning
Anton Khirnov
- [FFmpeg-cvslog] h264: do not abuse the context as a temporary storage in get_last_needed_nal()
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '2ea00e35e4e0b58f7a306dd55d8f72a21c32c946'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '7bbc254d646ed9cf6deffc3fda75ae6729f95979'
Michael Niedermayer
- [FFmpeg-cvslog] h264: use a separate GetBitContext for slice data
Anton Khirnov
- [FFmpeg-cvslog] h264_direct: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] h264.h: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '460176aa19acb8d8bdb52af1ec97891e0f65843c'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'
Michael Niedermayer
- [FFmpeg-cvslog] h264_mvpred: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] h264_mb: constify block_offset
Anton Khirnov
- [FFmpeg-cvslog] h264_mb: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '3bea6409a1868354a1d29b34de424c3636c222b7'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '51822879e7732ee8175dad98dde1a135f6e5c1a4'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move mb_field_decoding_flag into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] h264: move mb_mbaff into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd'
Michael Niedermayer
- [FFmpeg-cvslog] h264.c: constify all uses of H264Context in slice and lower-level functions
Anton Khirnov
- [FFmpeg-cvslog] h264_cabac: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] h264_cavlc: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'ba7e165b864d69da4f0c79ec7757cb351535002f'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '5c4b98de4d101ea715ef86847306a510afd0db0c'
Michael Niedermayer
- [FFmpeg-cvslog] h264_loopfilter: constify all uses of H264Context
Anton Khirnov
- [FFmpeg-cvslog] h264: move the scratch buffers into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '34d4c605e9a5116d5289b35633ade5b01cacab24'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '36d04801ba9d8622c2d759c172aea18561bac74d'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move top_borders into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] error_resilience: do not require mbintra/skip tables
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: Fix mbskip_table==NULL codepath
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()
Michael Niedermayer
- [FFmpeg-cvslog] h264: move remaining ER stuff into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'
Michael Niedermayer
- [FFmpeg-cvslog] h264: move rbsp_buffer into the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'
Michael Niedermayer
- [FFmpeg-cvslog] vp9: make above buffer pointer 32-byte aligned.
Ronald S. Bultje
- [FFmpeg-cvslog] h264_slice: constify all the uses of H264Context during slice decoding
Anton Khirnov
- [FFmpeg-cvslog] h264: use the main H264Context as the parent for all slice contexts
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '92e0b7342c0490894cbcea4461380321e0569de2'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'
Michael Niedermayer
- [FFmpeg-cvslog] h264: drop the now unused per-slice H264Contexts
Anton Khirnov
- [FFmpeg-cvslog] h264: drop some mpegvideo remnants from draw_horiz_band()
Anton Khirnov
- [FFmpeg-cvslog] h264_mb: remove an unused function parameter
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '94295106d20b32666a8c4e0d028ef79b9d3f3b7a'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c'
Michael Niedermayer
- [FFmpeg-cvslog] Update Changelog
James Almer
- [FFmpeg-cvslog] Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'
Michael Niedermayer
- [FFmpeg-cvslog] h264: use a smaller struct for the ref lists
Anton Khirnov
- [FFmpeg-cvslog] h264_cabac: remove now unnecessary H264Context function parameters
Anton Khirnov
- [FFmpeg-cvslog] h264: move [uv]linesize to the per-slice context
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: update slice context linesizes when a new picture is allocated
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264.h: Drop unused macro
Michael Niedermayer
- [FFmpeg-cvslog] Tag n2.5.5 : FFmpeg 2.5.5 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6d56786 web/download: add 2.5.5
gitolite
- [FFmpeg-cvslog] swscale: Check memory allocation
Federico Tomassetti
- [FFmpeg-cvslog] Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'
Michael Niedermayer
- [FFmpeg-cvslog] rmenc: Check memory allocation
Federico Tomassetti
- [FFmpeg-cvslog] avplay: Check memory allocation
Federico Tomassetti
- [FFmpeg-cvslog] mms: Check memory allocation
Federico Tomassetti
- [FFmpeg-cvslog] Merge commit 'd3aa307da076e8820298b2c59ec5d6ff01a5e374'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '93c1b04abfc0dd31211a18bf2c0041d69cd16919'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'
Michael Niedermayer
- [FFmpeg-cvslog] oggdec: Check memory allocation
Federico Tomassetti
- [FFmpeg-cvslog] avfilter: Document avfilter_graph_alloc return value
Federico Tomassetti
- [FFmpeg-cvslog] Merge commit '27aa1ff35a13bc471c6e0a9cc496ec3f62f1574f'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_cabac: Drop local_ref_count
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_cavlc: Drop local_ref_count
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer
Michael Niedermayer
- [FFmpeg-cvslog] Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer "
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeglsdec: support PAL1-PAL7
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snow: fix support for odd dimensions
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)
Michael Niedermayer
- [FFmpeg-cvslog] bpostproc/postprocess_template: drop avoidable #ifdef
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: Remove dead code and comments
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: split first part of block loop
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: Move QP initialization down
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: split 2nd blockgroup loop out
Michael Niedermayer
- [FFmpeg-cvslog] doc/fate: better formatting
Timothy Gu
- [FFmpeg-cvslog] dxva2_h264: fix slice offset in long slice structs
Hendrik Leppkes
- [FFmpeg-cvslog] vaapi_h264: fix slice data offset
Hendrik Leppkes
- [FFmpeg-cvslog] doc: More semantic markup using @samp and @var where appropriate
Timothy Gu
- [FFmpeg-cvslog] doc: Use @lisp where appropriate
Timothy Gu
- [FFmpeg-cvslog] avutil/frame: Add some very basic documentation for AVFrameSideData
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Write the make and model metadata keys for mov style files
Martin Storsjö
- [FFmpeg-cvslog] Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23'
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/mxfenc: add container duration and package name to primer pack
Mark Reid
- [FFmpeg-cvslog] mov: Write the display matrix in order
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add test for tscc2 in mov
Vittorio Giovara
- [FFmpeg-cvslog] pixdesc: Replace a few leftover instances of non AV-prefixed flags
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '7419b34825c20d52f667da2fbe4dc710ec8398f8'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d'
Michael Niedermayer
- [FFmpeg-cvslog] pixfmt: Update documentation with prefixed pixel formats
Vittorio Giovara
- [FFmpeg-cvslog] Merge commit '312a9ef04bf6b55e68e4a61694b169cd3cc69bb8'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Prefer x264 over openh264 if both libraries are available
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'b21af32aed7e343f962753943e9f16baedfb1750'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'ae4f5d944cce431b1f4715c863122355e1d78007'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '1ddd3e23a49b9eec11c62dca018238cf7349c90f'
Michael Niedermayer
- [FFmpeg-cvslog] doc: Remove non-existing decklink options.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avisynth: Fix compilation against current 2.6 header(s).
Stephen Hutchinson
- [FFmpeg-cvslog] Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d'
Michael Niedermayer
- [FFmpeg-cvslog] avisynth: update documentation about the avisynth_c.h header
Stephen Hutchinson
- [FFmpeg-cvslog] Merge commit '1188119624e42c1b2ce5be6137d2e6c6f4f03328'
Michael Niedermayer
- [FFmpeg-cvslog] lavf/matroskaenc: List subtitle codecs with fake codec_tags to allow remuxing.
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/mov: check color parameter type explicitly.
Jochen Strunk
- [FFmpeg-cvslog] avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/msrledec: More verbose error message
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/nvenc: Drop support for old nvenc api
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411P
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings during parsing
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: fix option name in documentation
Giorgio Vazzana
- [FFmpeg-cvslog] avisynth: update headers against AviSynth+
Stephen Hutchinson
- [FFmpeg-cvslog] avcodec/h264: Remove bits_per_raw_sample hacks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/nvenc: Add support for H.265 encoding
Philip Langdale
- [FFmpeg-cvslog] configure: add missing dependency for nvenc_h265
James Almer
- [FFmpeg-cvslog] avcodec/nvenc_h265: add missing version bump and changelog entry
James Almer
- [FFmpeg-cvslog] lavu/frame: move av_frame_copy_props() up in the file.
Ronald S. Bultje
- [FFmpeg-cvslog] avutil: make AVFrameSideData buffers ref-counted.
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec/j2kenc: Initialize variable to silence compiler warnings
Himangi Saraogi
- [FFmpeg-cvslog] avisynth: ifdef to avoid implicit function declaration errors
Stephen Hutchinson
- [FFmpeg-cvslog] swscale/output: Fix undefined shifts
Michael Niedermayer
- [FFmpeg-cvslog] avisynth: drop support of AviSynth 2.5
Stephen Hutchinson
- [FFmpeg-cvslog] doc: remove the reference to supporting AviSynth 2.5
Stephen Hutchinson
- [FFmpeg-cvslog] avcodec/nvenc: Need a separate class for each encoder
Philip Langdale
- [FFmpeg-cvslog] avfilter/vf_telecine: Fix AV desync by using the first input timestamp
Himangi Saraogi
- [FFmpeg-cvslog] avformat/rmdec: fix support for 0 sized mdpr
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dv: fix used dimension variables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3dec: Put CONFIG* first in if()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Put CONFIG_GRAY first in if()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/hpeldsp_init: Put CONFIG_* first in if()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_telecine: Fix loss of AVFrame properties in output
Himangi Saraogi
- [FFmpeg-cvslog] avutil/cpu: add missing check for mmxext to av_force_cpu_flags
James Almer
- [FFmpeg-cvslog] avutil/timer: show histogram of cpu cycles each run took
Michael Niedermayer
- [FFmpeg-cvslog] avutil/timer: give each printed value of STOP_TIMER a fixed length
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_telecine: Avoid floating point values
Himangi Saraogi
- [FFmpeg-cvslog] lavf: add directory listing API
Lukasz Marek
- [FFmpeg-cvslog] lavfi: add inverse telecine filter
Himangi Saraogi
- [FFmpeg-cvslog] avformat/avio: Document the end of list case in avio_read_dir()
Michael Niedermayer
- [FFmpeg-cvslog] fate: simplify filter-pp tests
Michael Niedermayer
- [FFmpeg-cvslog] fate: Use a variable QP input for fate-filter-pp
Michael Niedermayer
- [FFmpeg-cvslog] qsv: rename to qsvdec
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1'
Michael Niedermayer
- [FFmpeg-cvslog] qsvdec: split off some code that will be shared with the encoder
Anton Khirnov
- [FFmpeg-cvslog] Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791'
Michael Niedermayer
- [FFmpeg-cvslog] qsvdec: add 'decode' to the non-static function names
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '9ba27c2348d26000257e891e40a72facb0d916be'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add Intel libmfx-based H.264 encoder
Anton Khirnov
- [FFmpeg-cvslog] Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2'
Michael Niedermayer
- [FFmpeg-cvslog] postproc: Removed unecessary if/else branch when getting QP.
Tucker DiNapoli
- [FFmpeg-cvslog] doc/examples: add directory listing example
Lukasz Marek
- [FFmpeg-cvslog] avcodec/qsv_internal: Fix project name
Michael Niedermayer
- [FFmpeg-cvslog] af_channelmap: fix number of channels
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_qp: split expression parsing out of loop
Michael Niedermayer
- [FFmpeg-cvslog] vfilter/vf_qp: Support evaluating expression per MB
Michael Niedermayer
- [FFmpeg-cvslog] fate/filter-video: Use qp filter to generate non constant qp array for more throughout testing of the pp filter
Michael Niedermayer
- [FFmpeg-cvslog] png: Use av_freep() instead of av_free()
Donny Yang
- [FFmpeg-cvslog] png: Minor whitespace change and added missing comment
Donny Yang
- [FFmpeg-cvslog] lavc/dnxhd: Fix pix_fmt change.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffmpeg_opt: Do not overwrite output if there is no input
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'a219add4e8e2d3192d99d6c6efe97ec7c429c5ad' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: More complete window reset
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'a529f6648ed450f7e846a0e704a0a3260aaa4b62' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '9cef65434e5e5ffbd4a856ce7ae9c067dec039b7' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'b7c8a1fbbd0b6ac0b096ef0402dee440ff27ecb7' into release/2.4
Michael Niedermayer
- [FFmpeg-cvslog] libavdevice/avfoundation: add framerate and video size options
Matthieu Bouron
- [FFmpeg-cvslog] libavdevice/avfoundation: add capture_cursor option
Matthieu Bouron
- [FFmpeg-cvslog] libavdevice/avfoundation: add capture_mouse_clicks option
Matthieu Bouron
- [FFmpeg-cvslog] libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API
Matthieu Bouron
- [FFmpeg-cvslog] lavc: add MMAL hardware decoder wrapper
wm4
- [FFmpeg-cvslog] Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add profile define for DTS Express
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '6fe2641d6e410b7bc203138fa97e1118b411f16d'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add libdcadec decoder
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '72025ac36c740f031d7e413041fdfe97087c83c4'
Michael Niedermayer
- [FFmpeg-cvslog] lavf/gif: Add an option max_gif_delay to limit the frame duration.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix make checkheaders if libmfx is not available.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/h264_refs: Fix compilation with -DTRACE.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libavformat/hls: add an option to start from a given segment in a live stream
Rodger Combs
- [FFmpeg-cvslog] libavformat/segment: don't leave the list pb open when not in use
Rodger Combs
- [FFmpeg-cvslog] libavformat/segment: add an option to write the header to a separate file
Rodger Combs
- [FFmpeg-cvslog] png: Return slightly more meaningful error codes
Donny Yang
- [FFmpeg-cvslog] png: Calculate pixel format information only once
Donny Yang
- [FFmpeg-cvslog] png: Only init zlib once
Donny Yang
- [FFmpeg-cvslog] lavf/segment: Mark output contexts as non-seekable when applicable
Rodger Combs
- [FFmpeg-cvslog] udp: Fix pkt_size management
Luca Barbato
- [FFmpeg-cvslog] Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'
Michael Niedermayer
- [FFmpeg-cvslog] avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption table
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/tinterlace: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_transpose: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavenc: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.4.8
Michael Niedermayer
- [FFmpeg-cvslog] Tag n2.4.8 : FFmpeg 2.4.8 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9228968 web/download: Add FFmpeg 2.4.8
gitolite
- [FFmpeg-cvslog] avutil/pca: Check for av_malloc* failures
Michael Niedermayer
- [FFmpeg-cvslog] avformat/nutdec: Use av_malloc_array()
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/mxfenc.c: Add 'Presentation Y offset' metadata
Tim Nicholson
- [FFmpeg-cvslog] tiff: Return more meaningful error codes
Himangi Saraogi
- [FFmpeg-cvslog] qsv: Skip header compilation depending on what parts of qsv are enabled
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161'
Michael Niedermayer
- [FFmpeg-cvslog] indeo: Give Indeo4/5 shared code a more consistent name
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit '6ed38b1f65b424a4fa92042e0069f350b95e0098'
Michael Niedermayer
- [FFmpeg-cvslog] mjpeg: Move code only used in the encoder(s) to the appropriate header
Diego Biurrun
- [FFmpeg-cvslog] Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'
Michael Niedermayer
- [FFmpeg-cvslog] avdevice/avfoundation: Fix occured typo
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libdcadec: remove av_assert and check bits_per_sample more completely
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Bump minor version and document directory listing API in doc/ APIchanges.
Mariusz Szczepańczyk
- [FFmpeg-cvslog] swresample/swresample: Use av_mallocz_array()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/hmac: Check av_hmac_alloc() return code
Michael Niedermayer
- [FFmpeg-cvslog] mjpeg: Use a more precise type for put_marker()
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'
Michael Niedermayer
- [FFmpeg-cvslog] build: Split JPEG-related tables off into a separate component
Diego Biurrun
- [FFmpeg-cvslog] Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_refs: fix null pointer dereference with -DTRACE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowenc: Check av_frame_ref() return value
Michael Niedermayer
- [FFmpeg-cvslog] lavf/segment: style nits
Rodger Combs
- [FFmpeg-cvslog] avfilter/vf_detelecine: Fix uninitialized array index error
Himangi Saraogi
- [FFmpeg-cvslog] h264: avoid unnecessary calls to get_format
Rainer Hochecker
- [FFmpeg-cvslog] avformat/http: Fix null check on allocated value
Himangi Saraogi
- [FFmpeg-cvslog] vf_drawtext: add support for setting box border width
Marton Balint
- [FFmpeg-cvslog] avcodec/internal: Fix doxy for ff_alloc_packet2() return value
Michael Niedermayer
- [FFmpeg-cvslog] png: Clear up the calculation of max packet size
Donny Yang
- [FFmpeg-cvslog] avcodec/libx265: export choosen picture types
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mp3dec: offset seek index to end of id3v2 tag
wm4
Last message date:
Tue Mar 31 23:50:12 CEST 2015
Archived on: Tue Mar 31 23:50:12 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).