source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2cf9ab65   12 years michaelni Merge commit '8a4f26206d7914eaf2903954ce97cb7686933382' * commit …
(edit) @248140f8   12 years michaelni Merge commit '3ef6d22e1ba544ab37c73e8fc61382f13aac250f' * commit …
(edit) @bc639dbd   12 years michaelni Merge commit 'a2a991b2ddf951454ffceb7bcedc9db93e26c610' * commit …
(edit) @acc0c019   12 years michaelni Merge commit 'f53490cc0c809975f8238d5a9edbd26f83bd2f84' * commit …
(edit) @fbdb0313   12 years michaelni ac3dec: fix non-optimal dithering of zero bit mantissas Use a noise …
(edit) @144529e0   12 years michaelni Merge commit 'd9bf716945046333c24580d538f450b516f15710' * commit …
(edit) @0a5da9cc   12 years michaelni Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c' * commit …
(edit) @950482bf   12 years michaelni Merge commit '2326558d5277ec87ba6d607a01ec6acfc51c694c' * commit …
(edit) @c3f3c225   12 years michaelni Merge commit 'a717f9904227d7979473bad40c50eb40af41d01d' * commit …
(edit) @a85311ef   12 years michaelni Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca' * commit …
(edit) @098d3891   12 years onemda EVRC decoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @8a4f2620   12 years rsbultje dsputil: remove butterflies_float_interleave. The function is unused.
(edit) @c74d4658   12 years michaelni oggdec: #if 0 disabled code Fixes CID968589 Signed-off-by: Michael …
(edit) @c8ea5ccd   12 years michaelni fix memory leak on string reassign Signed-off-by: Michael Niedermayer …
(edit) @00cae86   12 years michaelni swr: support first_pts Trolled-by: Daemon404 Signed-off-by: Michael …
(edit) @eb553096   12 years michaelni lavfi: fix null checking in avfilter_config_links() Move the first …
(edit) @cb1c69c8   12 years Carl Eugen Hoyos Clarify that the recommended audio squeezing/stretching filter is …
(edit) @c9311f3e   12 years martin srtp: Move a variable to a local scope This simplifies the code …
(edit) @3ef6d22e   12 years martin srtp: cosmetics: Use fewer lines for the test vectors Signed-off-by: …
(edit) @a2a991b2   12 years martin srtp: Improve the minimum encryption buffer size check This clarifies …
(edit) @ae01e8d2   12 years martin srtp: Add tests for the crypto suite with 32/80 bit HMAC …
(edit) @b4bb1d49   12 years martin srtp: Don't require more input data than what actually is needed The …
(edit) @e1d0b3d   12 years martin srtp: Add support for a few DTLS-SRTP related crypto suites The main …
(edit) @f53490cc   12 years martin rtpdec/srtp: Handle CSRC fields being present This is untested in …
(edit) @a76bc3bc   12 years martin rtpdec: Check the return value from av_new_packet Signed-off-by: …
(edit) @64b7e7dc   12 years michaelni cafdec: fix overflow checking in read_header() Several compilers such …
(edit) @3317414f   12 years michaelni wtvdec: fix integer overflow Fixes CID968583 Signed-off-by: Michael …
(edit) @04ea549   12 years justin.ruggles ac3dec: fix non-optimal dithering of zero bit mantissas Use a noise …
(edit) @3fba3e79   12 years michaelni h264/ff_generate_sliding_window_mmcos: fix use of uninitialized …
(edit) @dcbe1581   12 years michaelni h264: print mismatching opcode details in check_opcodes() …
(edit) @fc86f88b   12 years michaelni h264: fix use of uninitialized variable Fixed CID968588 …
(edit) @bc15fcb8   12 years michaelni theora: support midstream reconfiguration Fixes Ticket868 …
(edit) @7cb27d21   12 years michaelni oggdec: Support chained streams, support replacing streams in …
(edit) @d9bf7169   12 years diego ppc: vorbisdsp: Drop some unnecessary #includes Also fixes …
(edit) @a23abaf3   12 years martin avconv: Increase the SDP buffer size to fit xiph SDPs Signed-off-by: …
(edit) @c6f1dc8e   12 years martin rtpdec: Move setting the parsing flags to the actual depacketizers …
(edit) @a9c847c1   12 years martin rtpdec: Split handling of mpeg12 audio/video to a separate …
(edit) @2326558d   12 years martin rtpdec: Split mpegts parsing to a normal depacketizer This gets rid …
(edit) @d5bb8cc   12 years martin rtpdec: Reorder payload handler registration alphabetically …
(edit) @6136b989   12 years michaelni vc1dec: add assert to impossible *_valid combination. This also fixes …
(edit) @a717f990   12 years martin mpegts: Share the cleanup code between the demuxer and lavf-internal …
(edit) @21f5c24b   12 years martin rtpdec_mpeg4: Return one AAC AU per AVPacket This makes the returned …
(edit) @d160a2fb   12 years martin ppc: Include string.h for memset This fixes build failures on ppc …
(edit) @cc4a4172   12 years michaelni swr: fix "may be used uninitialized in this function" warnings The …
(edit) @68f18f03   12 years janne-libav videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL …
(edit) @60af6c31   12 years michaelni h264: Only apply error concealment if theres a frame Without any …
(edit) @0b711ca3   12 years diego dsputil: drop non-compliant "fast" qpel mc functions Signed-off-by: …
(edit) @28245fb4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …
(edit) @c62cb111   12 years michaelni Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda' * commit …
(edit) @cf061a9c   12 years michaelni Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a' * commit …
(edit) @4603ec85   12 years lu_zero get_bits: change the failure condition in init_get_bits Too much code …
(edit) @0e02b381   12 years rsbultje Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. …
(edit) @fef906c7   12 years rsbultje Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. …
(edit) @aeaf268   12 years rsbultje vp3: integrate clear_blocks with idct of previous block. This is …
(edit) @b3b456b2   12 years michaelni lavf/id3v2: seek back to previous offset if header size is not matched …
(edit) @0c6b0409   12 years michaelni mpeg1enc: Disable threads for resolutions too large for …
(edit) @89afa63   12 years michaelni sws: check that dither array is not null before memset Fixes null …
(edit) @aef5c0b6   12 years michaelni sws: Check for unsupported combination of ED/FULL_CHR flags …
(edit) @f94220ac   12 years michaelni sws: Fix error diffusion flag The used flag was mistakenly …
(edit) @992b0318   12 years lu_zero mpegvideo: fix loop condition in draw_line() The loop condition `x = …
(edit) @beb5d8f0   12 years nicolas.george ffmpeg: accept "chapters" as forced key frames. Allow to force a key …
(edit) @40976257   12 years lu_zero dvdsubdec: parse the size from the extradata Signed-off-by: Alexandra …
(edit) @93815219   12 years michaelni cmdline: fix -- to escape files starting with - Fixes Ticket2127 …
(edit) @61625565   12 years michaelni lavf/id3v2: cosmetics: reindent Signed-off-by: Michael Niedermayer …
(edit) @b6576dca   12 years michaelni configure: Fix Barcelona and Bulldozer compiler options with suncc …
(edit) @4f8b7312   12 years michaelni doc/Makefile: Fix make docclean Signed-off-by: James Almer …
(edit) @ed8ff70d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @b45e0c25   12 years michaelni Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d' * commit …
(edit) @1b03e091   12 years michaelni Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b' * commit …
(edit) @a5faae46   12 years Carl Eugen Hoyos APIchanges: Add git version and fix version for …
(edit) @371cf6ee   12 years Carl Eugen Hoyos Add APIchanges entry for av_codec_get_tag2().
(edit) @96d1b7ff   12 years michaelni h264: unmark frames at the end Fixes assertion failure Found-by: …
(edit) @5c42078   12 years michaelni sws: fix ED mono dither black level Signed-off-by: Michael …
(edit) @7ba9f40a   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @24c47f00   12 years michaelni lavfi: EBU R.128 irregular time Correct the time interval between …
(edit) @2dc2e4f5   12 years michaelni sws: Enable full chroma resolution when needed for ED dither …
(edit) @8045c016   12 years michaelni sws: Only reset dither state for bitexact mode the output looks …
(edit) @ca447592   12 years michaelni sws: rgb/bgr 4/8 error diffusion dither Signed-off-by: Michael …
(edit) @d7a46ca1   12 years michaelni sws: add AVOption flag for error diffusion dither Signed-off-by: …
(edit) @040c461c   12 years stefasab doc/muxers: apply minor cosmetics to segment option descriptions
(edit) @f65e5712   12 years Marton Balint ffplay: flush video filters on seek Actually we just re-create the …
(edit) @1427c684   12 years Marton Balint ffplay: use videoq.serial to detect obsolete frames Previously …
(edit) @d00df260   12 years stefasab lavf/segment: do not auto-select a video stream with attached_pic …
(edit) @bbce913e   12 years stefasab lavf/segment: move reference stream selection code to a dedicated function
(edit) @1de369a6   12 years stefasab lavf/segment: remove now unused field list_max_segment_time
(edit) @d4890c1   12 years stefasab lavf/segment: add support to segment list file entries sliding window …
(edit) @6b7d9d51   12 years stefasab lavf/segment: add SegmentListEntry and use it This patch is …
(edit) @176b72a2   12 years stefasab lavf/utils: provide feedback in case of invalid probe size Log …
(edit) @c79be51d   12 years onemda vf_fade: use AVPixFmtDescriptor to find out if pixel format have alpha …
(edit) @646ade76   12 years michaelni sws: Support error diffusion dither for mono output Signed-off-by: …
(edit) @24bbc416   12 years stefasab doc/filters: create a dedicated "Examples" subsection for fade, and …
(edit) @2852bd70   12 years stefasab lavfi/fade: accept shorthand syntax
(edit) @822b0728   12 years diego x86: dsputil: Drop some unused macro definitions
(edit) @f4facd2c   12 years diego x86: Add a Yasm-based emms() replacement This provides a fallback …
(edit) @d633d12b   12 years diego x86inc: Add cvisible macro for C functions with public prefix This …
(edit) @ef5d41a5   12 years diego x86inc: Rename "program_name" to "private_prefix" The new name is …
(edit) @6d1114a8   12 years diego configure: Run SHFLAGS through ldflags_filter() These flags are as …
(edit) @44d5a28b   12 years stefasab doc/filters: avoid @example for showing the drawbox shorthand syntax …
(edit) @fd165ace   12 years michaelni golomb: check log validity before shifting Fixes invalid right shift …
(edit) @d084c5c7   12 years onemda vf_fade: support YUVA422P & YUVA444P Signed-off-by: Paul B Mahol …
Note: See TracRevisionLog for help on using the revision log.