source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @00d7555f   10 years michaelni wavdec: RIFX file format support Signed-off-by: Michael Niedermayer …
(edit) @e8714f6f   10 years michaelni avcodec/h264: Clear delayed_pic on deallocation Fixes use of freed …
(edit) @8aa8d125   10 years michaelni avcodec/hevc: clear filter_slice_edges() on allocation This avoids …
(edit) @7d593495   10 years michaelni avcodec/dcadec: Check that the added xch channel isnt already there …
(edit) @973684a4   10 years michaelni Merge commit '456e93bfdd4cbc5e995dea415019abd0703d0e16' * commit …
(edit) @b32cb08b   10 years michaelni Merge commit '2f628d5943c12389c07d652d23d3916997f9f0f6' * commit …
(edit) @456e93b   10 years martin dashenc: Adjust the start time of a segment to the end of the previous …
(edit) @2f628d59   10 years martin dashenc: Write segment timelines properly if the timeline has gaps …
(edit) @3ba10502   10 years michaelni avcodec/imc: dont read bits beyond the end Fixes use of uninitialized …
(edit) @ddd7dac7   10 years michaelni avcodec/utils: check the private context class Signed-off-by: Michael …
(edit) @3305acdc   10 years michaelni avcodec/indeo3: use signed variables to avoid underflow Fixes out of …
(edit) @254da44b   10 years Reimar.Doeffinger flacenc: calculate lower sum levels in-place. Should improve cache …
(edit) @abbcc68e   10 years michaelni libavutil: cosmetic: inserted spaces wherever necessary …
(edit) @f3b5b139   10 years michaelni avcodec/h264: make the first field of H264Context an AVClass Fixes …
(edit) @2a983ff   10 years michaelni swscale: increase yuv2rgb table headroom Fixes out of array access …
(edit) @be9ce6e1   10 years michaelni avformat/mov: fix integer overflow of size Fixes: …
(edit) @caa7a391   10 years michaelni avformat/mov: check atom nesting depth Fixes call stack overflow …
(edit) @3881606   10 years michaelni avcodec/utvideodec: Fix handling of slice_height=0 Fixes out of array …
(edit) @a9a3c005   10 years lou doc/filters: fix typos and spelling errors Prompted-by: Carl Oxwall …
(edit) @211200e   10 years michaelni avcodec/xface: Add asserts to limit nb_words from becoming too large …
(edit) @93a5a16f   10 years michaelni avcodec/xface: correct the XFACE_MAX_* values Fixes out of array …
(edit) @3030fb7e   10 years michaelni avcodec/vmdvideo: Check len before using it in method 3 Fixes out of …
(edit) @b8eb8b03   10 years michaelni avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in …
(edit) @91ea4665   10 years michaelni avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory …
(edit) @16d763f   10 years michaelni avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory …
(edit) @5f90ef66   10 years onemda lavfi: add colorlevels filter Signed-off-by: Paul B Mahol …
(edit) @92a596f1   10 years michaelni avformat/hlsenc: fix hls_write_trailer() on hls_start() failure Close …
(edit) @402a61c9   10 years derek.buitenhuis snow_dwt: Don't try and free members of non-existent arrays If …
(edit) @0a7964dc   10 years michaelni vp9/x86: save one register on 32bit idct32x32. Fixes build on win32. …
(edit) @1a86e29f   10 years michaelni Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40' * commit …
(edit) @d2f9aefb   10 years michaelni ffmpeg: Check for subtitle_out malloc failure Signed-off-by: Michael …
(edit) @4f1923a9   10 years michaelni avcodec/tiffenc: Consistently use ADD_ENTRY1() Signed-off-by: Michael …
(edit) @6f4364a   10 years martin mov: Fix handling of zero-length metadata values Since 3cec81f4d4, a …
(edit) @4cffcbc8   10 years michaelni Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0' * commit …
(edit) @07b4d4b1   10 years michaelni Merge commit '3c27275c1309190f2d6ed69140b67d014215b6c9' * commit …
(edit) @41915d0b   10 years michaelni Merge commit '4690e01c3aaf495c87127e5dc74aa347197dbc0b' * commit …
(edit) @71df932   10 years michaelni Merge commit '490a3ebf36821b81f73e34ad3f554cb523dd2682' * commit …
(edit) @38c3ffbd   10 years michaelni Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1' * commit …
(edit) @0a3ffcf   10 years michaelni Merge commit '63fcedcf01247f15b72c0d1f959bb3b612853ba8' * commit …
(edit) @b799ec7e   10 years michaelni avcodec/hevc: Print an error if luma_log2_weight_denom is out of range …
(edit) @241943d3   10 years michaelni Merge commit 'b2bece5e9a4dd96142962c6798e187c77b88bbfa' * commit …
(edit) @acbc2ed   10 years michaelni lavf/concatdec: handle NOPTS start_time. Fix trac ticket #3598. …
(edit) @9887e7df   10 years michaelni Changelog: Add 10bit spp Signed-off-by: Michael Niedermayer …
(edit) @838aa08d   10 years michaelni avfilter/vf_spp: support 10bit per sample Signed-off-by: Michael …
(edit) @1307c11c   10 years michaelni avcodec/avdct: support >8bit per sample dcts Signed-off-by: Michael …
(edit) @c1d9283   10 years michaelni doc/ffplay: remove duplicate threads option, this is documented in …
(edit) @ae658efe   10 years michaelni avformat/xmv: Check return code of ff_alloc_extradata() …
(edit) @480cd822   10 years michaelni avformat/flic: se av_freep() to avoid leaving stale extradata pointer …
(edit) @0051e3c2   10 years michaelni avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata …
(edit) @c116befc   10 years michaelni avformat/xmv: use av_freep() to avoid leaving stale extradata pointer …
(edit) @10d4c5e5   10 years vittorio.giovara tiff: set the correct return value when check_size() fails Only one …
(edit) @3c27275c   10 years vittorio.giovara tiff: Check the check_size() return value and forward it Also use the …
(edit) @4690e01c   10 years vittorio.giovara prores: Evaluate all the quantizers Prevent an uninitialized data …
(edit) @490a3ebf   10 years vittorio.giovara matroskadec: Fix read-after-free in matroska_read_seek() In …
(edit) @d75190aa   10 years vittorio.giovara mpegvideo: move REBASE_PICTURE where it is used Drop an unused #undef …
(edit) @63fcedcf   10 years vittorio.giovara mpegvideo: remove unused function declaration
(edit) @b2bece5e   10 years vittorio.giovara hevc: always clip luma_log2_weight_denom Its value shall be between 0 …
(edit) @89f0fea   10 years michaelni avformat/assenc: Use av_freep() to avoid leaving stale pointers in …
(edit) @51b19321   10 years michaelni avformat/avidec: Use av_freep() to avoid leaving stale pointers in …
(edit) @e631872f   10 years michaelni configure: create the tests directory like the doc directory This …
(edit) @228fded0   10 years michaelni Merge commit 'bab8d73765238bfeea7a8dfd454f40ac213b3d22' * commit …
(edit) @d2f9b9da   10 years michaelni Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4' * commit …
(edit) @0c773390   10 years michaelni Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06' * commit …
(edit) @a400edbb   10 years michaelni lavu/frame: fix malloc error path in av_frame_copy_props() The error …
(edit) @4fa42e04   10 years Carl Eugen Hoyos configure: Set the default for --shlibdir to --libdir. Fixes ticket …
(edit) @cae893f6   10 years michaelni vp9/x86: sse2 MC assembly. Also a slight change to the ssse3 code, …
(edit) @4373a25d   10 years Carl Eugen Hoyos lavf/mxfdec: Fix memleaks reading corrupt files. Fixes ticket #4173. …
(edit) @27bdfd2   10 years Carl Eugen Hoyos lavf/mxfdec: Factorize mxf_read_close(). This will allow to fix leaks …
(edit) @fd77fbb3   10 years michaelni vp9/x86: 32bit and sse2 support for vp9 inverse transform assembly …
(edit) @4efdb29c   10 years michaelni avformat/dv: Use av_freep() to avoid leaving stale pointers in memory …
(edit) @00dc2859   10 years lukasz.m.luki2 cmdutils: use macros for device test Signed-off-by: Lukasz Marek …
(edit) @b3311f3   10 years lukasz.m.luki2 lavd/alsa-audio-common: mark default device in device list …
(edit) @279412c8   10 years lukasz.m.luki2 lavd/avdevice: use better option types for caps options Using …
(edit) @82909954   10 years michaelni Merge commit 'fd665f7f48fa7db89eb9a93ac33919f6adc40f9d' * commit …
(edit) @27f2e211   10 years michaelni Merge commit '559fa0d41b5cf8f7e1ba89d1ac70e74712eb2816' * commit …
(edit) @3f679f7   10 years michaelni Merge commit '8502c1e9ff9c1dbb6e467630c048d098f4064021' * commit …
(edit) @0b30d186   10 years michaelni Merge commit '8b51bcfed75721e0d20832e5a90e1d585318c9d9' * commit …
(edit) @add040ff   10 years michaelni Merge commit 'e10e6651b50b4087f08813f3e503620db7413d3a' * commit …
(edit) @bab8d73   10 years lu_zero vaapi: wrap codec specific functions in appropiate #ifs Fix linking …
(edit) @5a82ad64   10 years lu_zero svq1dec: Unbreak the scratch buffer allocation The input packets are …
(edit) @bcbdeb31   10 years lu_zero asvenc: Forward the error instead of asserting on it Bug-Id: CID …
(edit) @a29524bf   10 years michaelni avformat/utils: Do not update programs streams from program-less …
(edit) @8ddfc00a   10 years michaelni avformat/mp3dec: Name the dummy variable as what it is, to avoid …
(edit) @fd665f7   10 years anton avconv: Use the mpeg12 private option scan_offset Introduced in …
(edit) @559fa0d4   10 years anton vdpau: add mapping for H.264 Constrained Baseline profile and fallback …
(edit) @8502c1e9   10 years anton vdpau: add mapping for H.264 Extended profile Signed-off-by: Anton …
(edit) @8b51bcfe   10 years anton vdpau: revector macro to reduce line span Signed-off-by: Anton …
(edit) @e10e6651   10 years anton thread: use "" instead of <> for including the w32pthreads wrapper …
(edit) @ed86dbd0   10 years michaelni avformat/aviobuf: Check that avio_seek() target is non negative Fixes …
(edit) @6de2f027   10 years michaelni avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers …
(edit) @eb055295   10 years michaelni avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in …
(edit) @ad2deb02   10 years michaelni avcodec/xiph: mark returned header pointers const from …
(edit) @3b537eab   10 years michaelni avformat/nutenc: store the actual r_frame_rate in the corresponding …
(edit) @28a6f970   10 years michaelni ffmpeg: forward r_frame_rate to the muxer in case of stream copy …
(edit) @add46edf   10 years michaelni avformat/utils: use r_frame_rate only in the demuxer for …
(edit) @d823edee   10 years u avcodec: fix wording in AVSubtitleRect doxy
(edit) @4b6f2253   10 years michaelni swresample/soxr_resample: fix error handling Fixes CID1257659 …
(edit) @d5a263f4   10 years michaelni fix "than" typo Found-by reimar Signed-off-by: Michael Niedermayer …
(edit) @53496aa7   10 years michaelni avformat/utils: Do not estimate the container bitrate from the streams …
(edit) @609a73b6   10 years michaelni avfilter/vf_uspp: fix gray pixfmt handling Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.