]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-11-16 Michael Niedermayervc1dec: do not allow field_mode to change after the...
2012-11-15 Clément Bœschswr/resample: fix SSSE3 included unconditionally.
2012-11-15 Clément Bœschpp: fix typo in avg() comment.
2012-11-15 Clément Bœschpp: use av_clip_uint8 instead of a custom implementation.
2012-11-15 Clément Bœschpp: fix a few typo in the internal header.
2012-11-15 Clément Bœschlavfi/geq: fix GPL license header.
2012-11-15 Clément Bœschswr/rematrix: move templating parameters to template...
2012-11-15 Clément Bœschswr/resample: move templating parameters to template...
2012-11-15 Michael Niedermayerzmbv: avoid use of uninitialized data
2012-11-15 Michael Niedermayervmdav: more complete check for block_align, prevent...
2012-11-15 Michael Niedermayerflashsv: only realloc blocks for version 2
2012-11-15 Paul B Maholpcm: give more descriptive name to codec
2012-11-15 Michael Niedermayerpgssubdec: check RLE size before copying. Fix out of...
2012-11-15 Michael Niedermayerflashsv: reallocate block array independant of frame...
2012-11-15 Carl Eugen... Read QuickTime version 1 audio fields in broken mov...
2012-11-15 Michael Niedermayerswr: move if() block into the only branch where it...
2012-11-15 Michael Niedermayerswr: reorder/redesign operations to avoid integer overflow.
2012-11-15 Clément Bœschffserver: fix streams and priv_data memleaks when closi...
2012-11-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-15 Michael NiedermayerMerge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'
2012-11-15 Michael Niedermayerituh263dec: more complete w/h check.
2012-11-15 Michael Niedermayerrv10: always check image size not just in some cases.
2012-11-14 Michael Niedermayerxwma: check bytes_per_sample, fix division by 0.
2012-11-14 Michael Niedermayerdxa: dont try to use the previous frame if there is...
2012-11-14 Michael Niedermayerbink: check quant_index, fix out of array read
2012-11-14 Xi Wangbgmc: Fix av_malloc checks in ff_bgmc_init()
2012-11-14 Michael Niedermayergifdec: check ff_lzw_decode_init() return value, fix...
2012-11-14 Michael Niedermayerwmaprodec: check num_sfb for validity. Fix out of array...
2012-11-14 Luca Barbatoavformat: clarify stream id for muxing
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-11-14 Michael Niedermayervpriv_adx_decode_header: avoid underreading the array.
2012-11-14 Michael Niedermayervc1dec: require a minimum of 2x2 for the edge pos....
2012-11-14 Paul B MaholAdd missing dependency for avr demuxer
2012-11-14 Michael Niedermayervc1dec: check first field slices, fix out of array...
2012-11-14 Diego Biurrunfate: Add dependencies for aac, alac, amrnb, amrwb...
2012-11-14 Mans Rullgardppc: do not pass redundant compiler flags
2012-11-14 Mans Rullgardavutil: change GET_UTF8 to not use av_log2()
2012-11-14 Michael Niedermayermov: Dont try to calculate with unknown durations,...
2012-11-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-14 Michael NiedermayerMerge commit 'da39cac8def7ea73cad2fa2b611209663c7abe2c'
2012-11-14 Michael NiedermayerRemove deprecation of avcodec_get_chroma_sub_sample.
2012-11-14 Michael NiedermayerMerge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'
2012-11-14 Xi Wangsegment: fix NULL pointer dereference in seg_write_header()
2012-11-14 Clément Bœschffserver: fix NULL dereference with quoted Stream name.
2012-11-14 Clément Bœschffserver: prefer av_asprintf over malloc+snprintf for...
2012-11-14 Michael Niedermayer8bps: check index against buffer size before reading...
2012-11-14 Michael Niedermayermpeg12data: increase size of ff_mpeg1_default_intra_mat...
2012-11-14 Michael Niedermayeraasc: check before reading the first 4 byte, fix overread
2012-11-14 Michael Niedermayervmnc: check input size before reading chunk header...
2012-11-14 Michael NiedermayerMerge remote-tracking branch 'lippit/master'
2012-11-14 Michael Niedermayerffmpeg: fix double ;;
2012-11-14 Michael Niedermayerffmpeg: fix audio timestamps on stream copy with -ss
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-13 Diego BiurrunDrop broken and unused CABAC test program.
2012-11-13 Michael Niedermayerimc: sanity check scalefactors.
2012-11-13 Michael Niedermayerlxfdec: fix "no audio stream" check. avoid null ptrs...
2012-11-13 Stefano Sabatinilavfi/frei0r: add additional trailing slash in FREI0R_P...
2012-11-13 Stefano Sabatinilavfi/frei0r: correctly handle paths longer than 1023...
2012-11-13 Michael Niedermayerav_probe_input_format3: support NULL as buffer. Fixes...
2012-11-13 Michael Niedermayeralac: check channel count more completely, fix out...
2012-11-13 Michael Niedermayeravrndec: calculate true_height only when used.
2012-11-13 Michael Niedermayerpcmdec: consistently use codec_id, fixes out of array...
2012-11-13 Michael Niedermayermpegts: prevent freeing ones own section in pat_cb
2012-11-13 Michael Niedermayermov: check stps correctly, avoid overreading 1 element.
2012-11-13 Michael Niedermayerdvdec: check ipcm more completely, avoid assert failure.
2012-11-13 Clément Bœschlavf/wtvenc: fix s[tp]_pairs memleak.
2012-11-13 Georg LippitschUpdate iec61883 to handle multiple devices, and allow
2012-11-13 Michael Niedermayermpeg4video_parser: init static tables before use, fix...
2012-11-13 Michael Niedermayermpeg4videodec: split static decoder table init out
2012-11-13 Diego Biurrunx86: h264_weight_10bit: port to cpuflags
2012-11-13 Michael Niedermayerrv10: consider B frames in low delay streams invalid.
2012-11-13 Luca Barbatolibtheoraenc: add missing pixdesc.h header
2012-11-13 Michael Niedermayerdcadec: check layout & channel count for consistency.
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-13 Michael Niedermayermpegts: dont set stream info when a decoder has already...
2012-11-13 Michael Niedermayermpegts: prevent freeing ones own section in pmt_cb
2012-11-13 Paul B Maholpaf: set channel layout
2012-11-13 Paul B MaholReplace rest of libavutil/audioconvert.h with libavutil...
2012-11-13 Michael Niedermayeravcodec.h: update audioconvert.h header after rename
2012-11-13 Stefano Sabatinilavfi: store and propagate number of channels informati...
2012-11-13 Stefano Sabatinidoc/encoders: document libtheora encoder
2012-11-13 Stefano Sabatinilavc/libtheoraenc: return proper error codes
2012-11-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-13 Michael NiedermayerMerge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'
2012-11-13 Michael Niedermayerremove tests/asynth1.sw
2012-11-13 Clément Bœschfate/avfilter: honor GPL dependency.
2012-11-13 Luca Barbatohlsenc: stand alone hls segmenter
2012-11-13 Michael Niedermayerwavpack: check the blocks sample count, fix out of...
2012-11-13 Michael Niedermayerwavpack: check ch_offset
2012-11-12 Michael Niedermayerflashv: check if keyframe is available, fix null deref.
2012-11-12 Michael Niedermayerflashv: use avcodec_set_dimensions()
2012-11-12 Michael Niedermayersvq1dec: dont export the qscale table.
2012-11-12 Michael Niedermayerindeo4: more complete check for the scan vs block sizes.
2012-11-12 Clément Bœschlavc/aac: fix shared build failures with MSVC.
2012-11-12 Michael Niedermayerxan: check size_segment before reading, fixes out of...
2012-11-12 Michael Niedermayermjpegdec: tighten unescaped_buf_size size check, preven...
2012-11-12 Michael Niedermayerswfdec: check space before copy
2012-11-12 Michael Niedermayertheora: check that pix fmt is valid, fix null ptr deref
2012-11-12 Michael Niedermayerlagarith: always allocate for 4 planes. Fixes out of...
next