source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @69fd0b7a   12 years michaelni Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129' * commit …
(edit) @e4255eaf   12 years michaelni ffv1: split decoder and encoder This is not based on lucas work due …
(edit) @dcbff351   12 years michaelni Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9' * commit …
(edit) @05f228b   12 years michaelni ffv1: fix gray Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b6267901   12 years michaelni mp3demux: Rewrite xing TOC based seeking The libav code depends on …
(edit) @7696a392   12 years michaelni mp3dec: propagate error code correctly. Signed-off-by: Michael …
(edit) @273fca9a   12 years Clément Bœsch lavfi/silencedetect: increase duration precision. This should also …
(edit) @99a52000   12 years Clément Bœsch lavf/webvttdec: fix potential timing overflows. Should fix CID733781 …
(edit) @1ea3c037   12 years Clément Bœsch lavf/subviewerdec: fix potential timing overflows. Should fix …
(edit) @044c0e62   12 years michaelni udp: add missing mutex unlock Fixes CID703688 Signed-off-by: Michael …
(edit) @c4503a2e   12 years michaelni rtpdec: check av_new_packet() return value Fixes CID733715 …
(edit) @3a8b66af   12 years michaelni rtmp_write_amf_data: remove dead code Fixes CID732199 Signed-off-by: …
(edit) @e4ef2e07   12 years michaelni riff_has_valid_tags: remove unused variable Fixes CID739471 …
(edit) @73581afe   12 years michaelni nutdec: fix integer overflow Fixes CID700575 Signed-off-by: Michael …
(edit) @d633e15d   12 years michaelni nsvdec: fix division by 0 Fixes CID717749 Signed-off-by: Michael …
(edit) @ee23dcf5   12 years michaelni avformat_free_context: allow NULL as argument Fixes CID703682 …
(edit) @830f7f18   12 years michaelni mmsh: fix integer overflow in mmsh_seek() Fixes CID703745 …
(edit) @d3b8d56e   12 years stefasab examples/decoding_encoding: prefer 'frame' over 'picture' for an …
(edit) @dd84efe3   12 years michaelni matroskaenc: Fix hypothetical integer overflows Fixes CID700562-7 …
(edit) @b1f517f5   12 years michaelni matroskaenc: check avio_open_dyn_buf() retuen code Fixes CID703629 …
(edit) @eed74064   12 years derek.buitenhuis doc/platform: Add info on shared builds with MSVC Signed-off-by: …
(edit) @11a73745   12 years derek.buitenhuis doc/platform: Move a caveat down to the notes section Signed-off-by: …
(edit) @71f7b22d   12 years lu_zero ffv1: split decoder and encoder
(edit) @79393a83   12 years michaelni Replace usage of the deprecated av_pix_fmt_descriptors array with …
(edit) @2c5b92fe   12 years michaelni matroskadec: fix double negation typo Fixes CID602563 Signed-off-by: …
(edit) @1116491c   12 years michaelni matroska_parse_rm_audio: check for malloc failure Fixes CID733712 …
(edit) @d7cabb3c   12 years michaelni bgmc: check the correct pointers Fixes CID90539, CID90538 …
(edit) @bf52ad1e   12 years michaelni lavc: revert broken hunk from 1cd9c81ddb317ca00061d11d3562d3a34888d91b
(edit) @d15c21e5   12 years martin avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI …
(edit) @def8c946   12 years martin avutil: make some tables visible again These tables are used for …
(edit) @8c0a3d5f   12 years mans avutil: remove inline av_log2 from public API This removes inline …
(edit) @f0c07be6   12 years mans celp_math: rename ff_log2 to ff_log2_q15 This name is more …
(edit) @6912e7a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @04c6ecb7   12 years michaelni Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed' * commit …
(edit) @cdea54b4   12 years stefasab lavu/parseutils: rework rational reduction logic in av_parse_ratio() …
(edit) @935ecfb0   12 years stefasab examples/scaling_video: remove unnecessary intermediary variable in …
(edit) @7bc533c4   12 years stefasab lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2()
(edit) @1cd9c81d   12 years stefasab lavc/utils: extend feedback provided by avcodec_open2()
(edit) @7b116a94   12 years stefasab examples/decoding_encoding: fix misc typos in the usage text
(edit) @8c4753f7   12 years stefasab examples/decoding_encoding: remove misplaced and confusing comment
(edit) @6d6ccbae   12 years stefasab examples/decoding_encoding: add missing checks on avcodec_alloc_context3()
(edit) @79042ab3   12 years diego configure: Group math functions into a separate variable This avoids …
(edit) @5532cf31   12 years diego avutil/mem: K&R formatting cosmetics
(edit) @c0853697   12 years diego avutil/lzo: K&R formatting cosmetics
(edit) @c9ef4321   12 years mans fate-vc1: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @1846ddf0   12 years mans ARM: fix overreads in neon h264 chroma mc The loops were reading …
(edit) @04bf2e7   12 years michaelni swresample: include ff_log2_tab for shared builds This is done in …
(edit) @953a3dcc   12 years michaelni Mark data symbols shared between libraries with av_export …
(edit) @2f41eaa9   12 years martin rtsp: Make sure the ret variable is initialized in …
(edit) @33f2a494   12 years michaelni vc1: only disable interlaced b-frames for software decoding …
(edit) @b87ff344   12 years michaelni vc1: implement vc1 field interlaced dxva2 decoding Tested-by: Gwenole …
(edit) @8fb8d539   12 years michaelni hlsproto: fix integer overflow Fixes CID703743 Signed-off-by: Michael …
(edit) @ba39303   12 years michaelni gxfenc: fix null ptr dereference Fixes CID703677 Signed-off-by: …
(edit) @395caf3d   12 years michaelni hls: fix integer overflow Fixes CID717892 Signed-off-by: Michael …
(edit) @a96577df   12 years michaelni avio: fix sizeof argument Fixes CID732284 Signed-off-by: Michael …
(edit) @d2d08d70   12 years lu_zero gitignore: ignore files created by msvc exp files are created in …
(edit) @d3035136   12 years michaelni url_alloc_for_protocol: fix use of uninitialized variable Fixes …
(edit) @3d48dd01   12 years michaelni avidec: remove unneeded null check Fixes CID29555 Signed-off-by: …
(edit) @aaf78e4d   12 years michaelni vf_mp: fix null ptr deref in case of ENOMEM Fixes CID703675 …
(edit) @042a738b   12 years michaelni vf_mp: check list in querry_format() Fixes CID717772 Signed-off-by: …
(edit) @31fdf306   12 years michaelni vf_idet: reorder operations to avoid division by 0 Fixes CID733738 …
(edit) @12549db6   12 years martin fate: Add proper dependencies for the tests in video.mak …
(edit) @0fa26bd4   12 years michaelni utvideoenc: fix theoretical integer overflow The image sizes needed …
(edit) @d86ef544   12 years michaelni avcodec_align_dimensions2: add missing breaks This should have just …
(edit) @2470851f   12 years michaelni lavc: enable recursively using avcodec_open2/close. Signed-off-by: …
(edit) @4b587848   12 years diego configure: Disable Snow decoder and encoder by default Snow has …
(edit) @8fb1e264   12 years diego lzo: Drop obsolete fast_memcpy reference
(edit) @c896aa98   12 years diego build: Drop OBJS declaration for non-existing PCM_DVD encoder
(edit) @7abf3948   12 years michaelni mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and …
(edit) @6bcdfe48   12 years martin mpeg4videodec: Disable frame multithreading for GMC, its not …
(edit) @9434ead2   12 years michaelni fate: Handle lavf-fate tests in a makefile Signed-off-by: Michael …
(edit) @c5fd9d3c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @81ff0c2   12 years michaelni Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2' * commit …
(edit) @93f244e3   12 years michaelni Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' * commit …
(edit) @b0554fec   12 years michaelni Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72' * commit …
(edit) @61cc9974   12 years martin fate: Add proper dependencies in qt.mak The output of make fate-list …
(edit) @91485e74   12 years martin fate: Add proper dependencies in lossless-video.mak The output of …
(edit) @169514c   12 years kostya.shishkov indeo3: do not try to output more lines than we can fit Internally …
(edit) @8774d58   12 years kostya.shishkov bmv: get a new frame on every decode_frame(), so we can use direct …
(edit) @d50aa006   12 years michaelni tiffenc: fix integer overflow Fixes CID700699 Signed-off-by: Michael …
(edit) @a06f943f   12 years michaelni roqvideodec: replace dead code by assert Fixes CID732195 …
(edit) @c0b17ea1   12 years michaelni roqaudioenc: Fix crash with very small roq files Fixes CID703669 …
(edit) @4ebf3059   12 years onemda lavc/tta: do not overwrite bits_per_coded_sample It is supposed to be …
(edit) @445f36d7   12 years onemda kmvc: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @be536f08   12 years onemda xxan: return more meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @0bf40e0e   12 years onemda lavc/yop: remove redudant YOP in av_log() messages Signed-off-by: …
(edit) @4c6c6a2   12 years onemda jvdec: use more meaningful error code Signed-off-by: Paul B Mahol …
(edit) @5272248   12 years onemda idcinvideo: if decoding fails return error Previously if frame …
(edit) @aadb7b3a   12 years onemda lavc/c93: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @1cd432e1   12 years mans configure: fix libcdio check The compiler/linker flags passed to …
(edit) @05b03370   12 years michaelni motionpixels/mp_decode_frame_helper: assert that the first pixel …
(edit) @df727d40   12 years michaelni mlp_parser: print error when ff_combine_frame() fails to add the …
(edit) @e807a2b6   12 years Clément Bœsch lavc: add raw text subtitles decoder.
(edit) @3f055f8f   12 years martin rtsp: Allow setting the reordering buffer size via an AVOption …
(edit) @1c377449   12 years martin rtsp: Vertically align a constant definition Signed-off-by: Martin …
(edit) @0de9380b   12 years martin rtp: Update the check for distinguishing between RTP and RTCP Also …
(edit) @c753b56b   12 years michaelni ff_convert_matrix: fix integer overflow Fixes CID608053 …
(edit) @5537c92f   12 years michaelni mpegvideoenc: check return value of ff_MPV_frame_start() Fixes …
(edit) @2472f3fa   12 years michaelni lzwenc: change assert to av_assert Signed-off-by: Michael Niedermayer …
(edit) @97d1cb5c   12 years michaelni bmv: remove unreachable default case Fixes CID732191 Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.