source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @934f2d2f   10 years michaelni Merge commit '38129c26c51b933d7db423f904ba0cd6a88ca1ed' * commit …
(edit) @ff4f2036   10 years michaelni Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db' * commit …
(edit) @bb7ad47d   10 years michaelni Merge commit '3beb9cbad35218ed1fb3473eeb3cfc97a931bff4' * commit …
(edit) @16f06182   10 years michaelni Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a' * commit …
(edit) @bce06eb0   10 years michaelni Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098' * commit …
(edit) @1137ccef   10 years michaelni Merge commit 'effa7d2a6a260ca3ce801c180ee6131d67d665fb' * commit …
(edit) @6fcdcc41   10 years michaelni Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a' * commit …
(edit) @3e889713   10 years michaelni Merge commit 'a381e0cec87bcb28ebc05fe840bb937a495de736' * commit …
(edit) @2e974376   10 years michaelni Merge commit '87bd298abeb901fe16383a0d267502cc7fc03878' * commit …
(edit) @9aabe667   10 years michaelni Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294' * commit …
(edit) @c8e05c43   10 years michaelni Merge commit '59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0' * commit …
(edit) @7ef515cd   10 years michaelni Merge commit '8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a' * commit …
(edit) @5162af67   10 years michaelni Merge commit 'a505c0d7373336a4cc5aa2022111c46bdd388b1f' * commit …
(edit) @3f5d1c81   10 years michaelni Merge commit 'adc214e6797750285a5e62634b8521db521162ad' * commit …
(edit) @03d1467c   10 years michaelni Merge commit '3bb465245fed6069512e6821000391beae8a6066' * commit …
(edit) @70d80ed4   10 years Reimar.Doeffinger qdm2: Allow hard-coding VLC tables. Also adds a lot of infrastructure …
(edit) @de6d4482   10 years Reimar.Doeffinger aacps.c: Move large arrays to context to reduce stack usage. …
(edit) @38129c26   10 years vittorio.giovara cmdutils: check file access functions return values CC: …
(edit) @c63dd3f0   10 years vittorio.giovara a64multi: check elbg return values
(edit) @3beb9cba   10 years vittorio.giovara roqvideo: check memory allocations and propagate errors
(edit) @ae2d41ec   10 years vittorio.giovara elbg: check memory allocations and propagate errors
(edit) @5d839778   10 years vittorio.giovara lavu: Refactor side data wiping And make sure the nb_side_data field …
(edit) @effa7d2a   10 years vittorio.giovara fate: add test for offset theora
(edit) @67fc8a15   10 years vittorio.giovara theora: support different visible and coded frame size Signed-off-by: …
(edit) @a381e0ce   10 years vittorio.giovara fate: add a DPX parser test
(edit) @87bd298a   10 years vittorio.giovara DPX parser Additional improvements and fixes by Michael Niedermayer …
(edit) @3a3790b8   10 years vittorio.giovara tiff: support encoding and decoding 64bit images
(edit) @59f0275   10 years martin movenc: Adjust the pts of new fragments similarly to what is done for …
(edit) @8a70ef94   10 years martin libavformat: Add a muxer wrapping mpegts encoding into RTP Since this …
(edit) @a505c0d   10 years martin rtp: Initial H.261 support The packetizer only supports splitting at …
(edit) @adc214e6   10 years martin rtpenc: Avoid brittle switch fallthroughs Instead explicitly jump to …
(edit) @3bb46524   10 years martin h261dec: Fix context initialization sequence ff_mpv_common_init sets …
(edit) @0463df6f   10 years michaelni avfilter/lut: reduce dereference in the inner loop For rgb, with a …
(edit) @3d8bede   10 years michaelni Merge commit '91bfac759dfd536e439ad3e35964705012c6a5a7' * commit …
(edit) @5d97af0c   10 years michaelni Merge commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8' * commit …
(edit) @7c0ab0a3   10 years michaelni Merge commit '42181740a3972e17d0097d28fabc9a1a60322d47' * commit …
(edit) @c0586b25   10 years michaelni Merge commit '01f251c44d83eedc819625d2caac9ff9697a085d' * commit …
(edit) @4d5ca069   10 years michaelni Merge commit 'f2c614e8c4a935b52bbf86819128d9e797230c20' * commit …
(edit) @36864236   10 years michaelni avcodec/indeo3: ensure offsets are non negative Signed-off-by: …
(edit) @19ecd675   10 years michaelni avfilter/vf_spp: add gbrp support Signed-off-by: Michael Niedermayer …
(edit) @4a06215   10 years michaelni avfilter/vf_spp: add gray8 support Signed-off-by: Michael Niedermayer …
(edit) @3ff8ef62   10 years michaelni avfilter/vf_spp: Fix pointer type warning Signed-off-by: Michael …
(edit) @e59c28b1   10 years michaelni avcodec/adpcm: Check idelta Fixes integer overflow Fixes: …
(edit) @91bfac7   10 years martin h261enc: Disallow sliced encoding This avoids trying to do sliced …
(edit) @df07c07b   10 years martin rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data …
(edit) @4218174   10 years martin rtpenc: Set the AVFMT_TS_NONSTRICT flag In particular, when …
(edit) @01f251c4   10 years martin rtpenc: Set the timestamp properly when sending mpegts data, too …
(edit) @f2c614e8   10 years martin srtpproto: fix option flag type Signed-off-by: Martin Storsjö …
(edit) @61296d41   10 years michaelni avcodec/h264: Check *log2_weight_denom Fixes undefined behavior …
(edit) @3281fa89   10 years michaelni avcodec/hevc_ps: Check diff_cu_qp_delta_depth Fixes undefined …
(edit) @99f8c9e4   10 years michaelni avcodec/hevc: move qp_block_mask to where its used Signed-off-by: …
(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 …
Note: See TracRevisionLog for help on using the revision log.