source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee3e1951   11 years michaelni Merge commit 'a246d06fe0dc6c2ea65e95327624b4537ff9bd0d' * commit …
(edit) @29ba1cff   11 years michaelni Merge commit 'b37e796082b2d787aff3cd5631bb89c4fd374708' * commit …
(edit) @7c4b96f5   11 years michaelni Merge commit 'd5c15ebeaf1914ea5e3e0599d4316d7c4cf74434' * commit …
(edit) @42a29015   11 years michaelni Merge commit 'a7a07cc98ac548297b5b0628cb81280e11952e3f' * commit …
(edit) @a246d06f   11 years lu_zero hevc: clip pixels when transquant bypass is used The reconstructed …
(edit) @b37e7960   11 years lu_zero hevc: Use uint64 to check for tile dimensions And use unsigned …
(edit) @d5c15ebe   11 years lu_zero hevc: Fix modulo operations Keep qp fields within the range. …
(edit) @a7a07cc   11 years lu_zero hevc: check that VPS referenced from SPS exists This matches how its …
(edit) @e34ad128   11 years stefasab examples/muxing: reduce duration, remove wrong and misleading comment …
(edit) @a459891e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1: …
(edit) @1c7d2870   11 years michaelni Merge commit '89564be444d24f75ea5add8b6987e414cf7aa7d5' * commit …
(edit) @ca9d7c57   11 years michaelni Merge commit '24eb3c791606fe98a1591c13a8b2ba6c342bb3b5' * commit …
(edit) @e9b836cd   11 years michaelni Merge commit 'd01e684186bc1631bc176f06b89d33c27ec0d24d' * commit …
(edit) @13e0109a   11 years michaelni fate: add a few tests for >8bpc ffvhuff Signed-off-by: Michael …
(edit) @3715f9e2   11 years michaelni avcodec/lossless_videodsp: fix diff_int16_c on MIPS Signed-off-by: …
(edit) @83b67ca0   11 years michaelni avcodec/x86/lossless_videodsp: Port lorens …
(edit) @63d2be75   11 years michaelni avcodec/x86/lossless_videodsp: use SPLATW in add_int16 Signed-off-by: …
(edit) @dd2d0039   11 years tdskywalker vc1: Always reset numref when parsing a new frame header. Fixes an …
(edit) @d9779d6   11 years michaelni Move sub_hfyu_median_prediction_int16() to losslessviddsp …
(edit) @13c33c8e   11 years michaelni Move add_hfyu_median_prediction_int16() to losslessviddsp …
(edit) @883570e6   11 years michaelni Move add_hfyu_left_prediction_int16 to losslessviddsp Signed-off-by: …
(edit) @f9c7b14c   11 years michaelni avcdoec/huffyuvenc: optimize sub_left_prediction() Signed-off-by: …
(edit) @f70d7eb2   11 years michaelni Move add/diff_int16 to lossless_videodsp Signed-off-by: Michael …
(edit) @89564be4   11 years martin rtmpproto: Send a full, absolute timestamp if it isn't monotonically …
(edit) @24eb3c7   11 years martin rtmpproto: Avoid using uninitialized memory If the url ends with …
(edit) @d01e6841   11 years derek.buitenhuis mov: do not set avg_frame_rate in the demuxer The track duration is …
(edit) @78e39aa   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @eef74b2e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @8001e9f7   11 years michaelni avcodec/jpeg2000dec: fix error detection in pix_fmt_match() Fixes out …
(edit) @723e7b86   11 years michaelni avcodec/jpeg2000dec: calculate planar and pixelsize from pixel format …
(edit) @6ba02602   11 years michaelni avcodec/vmnc: Check that rectangles are within the picture Prevents …
(edit) @7c6cf689   11 years michaelni avcodec/diracdec: allocate edges internally instead of depending on …
(edit) @d83707c6   11 years michaelni Merge commit '024db24912a39316b0ef0b7d793307d62da038f4' * commit …
(edit) @d08dd328   11 years michaelni avcodec/mpegvideo_enc: disable direct mode in load_input_picture() for …
(edit) @ea4b477a   11 years michaelni Merge commit 'f7e85ee996b3886c2b13e928b83277382311af96' * commit …
(edit) @9ab8f373   11 years stefasab examples/muxing: remove redundant {}
(edit) @b933c72   11 years stefasab examples/muxing: change error checks, from "ret != 0" to "ret < 0" …
(edit) @d72c742d   11 years stefasab examples/muxing: factorize write_interleave code Also log output …
(edit) @5e2b8e49   11 years stefasab examples: add remuxing example Show how to perform streamcopy from …
(edit) @93c553c7   11 years anton lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().
(edit) @024db249   11 years anton mpegvideo: allocate edges when encoding. Allocating edges will be …
(edit) @f7e85ee9   11 years anton lavc: allow the caller to override dimensions in ff_get_buffer() This …
(edit) @b7702faf   11 years Carl Eugen Hoyos Avoid a possible overflow when reading Nikon avi files. Suggested-by: …
(edit) @9b78abae   11 years Carl Eugen Hoyos Add h263dsp dependency to mpeg1video and mpeg2video encoders. Fixes …
(edit) @c8926215   11 years Carl Eugen Hoyos Fix compilation with --disable-hwaccel=mpeg1_xvmc,mpeg2_xvmc
(edit) @4014b401   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @a493f854   11 years michaelni avcodec/x86/dsp: add_int16_mmx / add_int16_sse2 Signed-off-by: …
(edit) @da068482   11 years michaelni avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil …
(edit) @f9c2d4d1   11 years Carl Eugen Hoyos Allow decoding of slightly broken Nikon avi files. Fixes ticket #3330.
(edit) @f29cdbe1   11 years michaelni vp8: remove redundant "equals 1" test mb_layout is either zero or …
(edit) @1a193c4   11 years michaelni lavf: add avformat_get_mov_video_tags() and …
(edit) @fde2afd9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: eac3: …
(edit) @10f1ee2f   11 years michaelni Merge commit 'ade75fb811500f3e3f284737f123938d83be728f' * commit …
(edit) @3a5a039a   11 years michaelni Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f' * commit …
(edit) @c3d12156   11 years michaelni Merge commit '1f604f96ea70503caa642f68a85be6074a5b3f46' * commit …
(edit) @9d13432a   11 years michaelni avformat/matroskadec: identify SMI as SVQ3 Fixes part of Ticket3256 …
(edit) @0d43b114   11 years tdskywalker eac3: cosmetics, re-indent.
(edit) @ade75fb8   11 years tdskywalker (e)ac3: clip surround mix level indexes. Values 0-2 are reserved, 3 …
(edit) @c229f571   11 years tdskywalker (e)ac3: parse and store the Lt/Rt and LFE mix levels.
(edit) @1f604f96   11 years tdskywalker ac3: set default matrix encoding modes in parse_frame_header. …
(edit) @48218580   11 years michaelni avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0 …
(edit) @5800b085   11 years michaelni avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0 …
(edit) @0500623d   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @ad8d063f   11 years michaelni avcodec/mjpegdec: Dont skip picture allocation if theres no picture …
(edit) @2dc5980   11 years george lavfi/dualinput: fix shortest option. Fix trac ticket #3315.
(edit) @77b8d4e5   11 years george lavfi/vf_tile: use av_make_q.
(edit) @c4b7ad32   11 years george lavfi/avf_concat: use av_make_q.
(edit) @bf9908c6   11 years george lavfi/af_amerge: use av_make_q.
(edit) @3532dd52   11 years george lavu/rational: add syntactic sugar. Add a function to create a …
(edit) @56072421   11 years stefasab doc/muxers: add "Options", "Examples", "Syntax", etc. subsections …
(edit) @093439b   11 years stefasab doc/encoders: add libx264rgb doc and supported pixfmts for …
(edit) @52957359   11 years stefasab doc/muxers/segment: fix formula for computing the segment_time_delta value
(edit) @3dc494f8   11 years stefasab lavfi/vidstabtransform: apply various documentation/option minor fixes …
(edit) @676a395a   11 years michaelni avcodec/aacdec: Dont fail if channels arent known yet Fixes …
(edit) @31e703e8   11 years michaelni avcodec/mjpegdec: Dont treat the lack of a startcode differently from …
(edit) @361e27a3   11 years michaelni avcodec/mjpegdec: only run EOI emulation code when there was a scan …
(edit) @8893f31e   11 years michaelni avcodec/mjpegdec: update cur_scan also for non-LS jpeg This should …
(edit) @b9bedb0b   11 years michaelni avcodec/dnxhdenc: return meaningful return codes Signed-off-by: …
(edit) @a52fbe51   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @2510e820   11 years michaelni Merge commit '9ecabd7892ff073ae60ded3fc0a1290f5914ed5c' * commit …
(edit) @87e46dd5   11 years michaelni Merge commit '0652e024c680420d298cdf3719d0a0c030173fe3' * commit …
(edit) @59fb3c4b   11 years michaelni Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791' * commit …
(edit) @32961030   11 years michaelni Merge commit '00dbff4c3e048b4abd01bf805725aabff0fa5ee1' * commit …
(edit) @f2cb3b36   11 years michaelni Merge commit '7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f' * commit …
(edit) @357a733f   11 years michaelni Merge commit 'd1b3fabe6945e511bb20fc9ca52b47eb952526ee' * commit …
(edit) @06637c92   11 years michaelni Merge commit '210881110d3e22cca36edeaca118b5e22c998266' * commit …
(edit) @8b2e5e42   11 years anton h264: check that an IDR NAL only contains I slices Found-by: Mateusz …
(edit) @9ecabd78   11 years anton h264: reset num_reorder_frames if it is invalid An invalid VUI is not …
(edit) @0652e024   11 years anton h264: reset ref count if decoding the slice header fails Otherwise …
(edit) @98cc9efc   11 years anton h264: prevent two matching fields from being both a short/long ref …
(edit) @00dbff4c   11 years anton h264: do not call field_end if we do not have a current picture Fixes …
(edit) @7f0e81db   11 years anton h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 …
(edit) @d1b3fabe   11 years anton h264: reset first_field if frame_start() fails for missing refs In …
(edit) @3dd04cbc   11 years michaelni swresample: Add arm&x86 clobber tests Signed-off-by: Michael …
(edit) @26800e38   11 years michaelni vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext pavgb is an sse …
(edit) @21088111   11 years siretart Prepare for 10_alpha2 Release
(edit) @0117ba55   11 years michaelni avcodec/mpegvideo_enc: fix custom matrixes with jpeg Signed-off-by: …
(edit) @4d55fe72   11 years michaelni x86inc: speed up compilation with yasm Work around yasm's …
(edit) @740e6042   11 years michaelni ffmpeg: change ost->finished to an enum Idea-by: ramiro …
(edit) @d73f8976   11 years michaelni ffmpeg: update statistics only when a packet is actually muxed …
Note: See TracRevisionLog for help on using the revision log.