source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d4e5d8d   12 years stefasab lavf/hls: broker HTTP options Signed-off-by: Stefano Sabatini …
(edit) @e3197257   12 years stefasab lavf/segment: exit immediately in case of invalid stream specifier …
(edit) @bb539eb1   12 years stefasab lavf/segment: avoid failure in case -flags +live and …
(edit) @f4e4e5b8   12 years stefasab lavf/segment: drop now pointless segment_list_close() function
(edit) @ca68acd7   12 years stefasab lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream …
(edit) @8b8ac78e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpenc: …
(edit) @1e7a92f2   12 years michaelni Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76' * commit …
(edit) @f900fd5d   12 years michaelni Merge commit '2612c4dc78e1750c4653bf5a9f2cbe95f7b4ed6e' * commit …
(edit) @70270f27   12 years michaelni Merge commit '2bef1a83d7a3ca60b161ab90bf4d4338e5def5e7' * commit …
(edit) @6d1e9d99   12 years michaelni Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836' * commit …
(edit) @ac898759   12 years michaelni Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' * commit …
(edit) @a793a587   12 years onemda lavfi/swapuv: support all planar yuv pixel formats Signed-off-by: …
(edit) @b90ab2b9   12 years michaelni Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904' * commit …
(edit) @516f30ed   12 years michaelni Merge commit '0ee8293a77a6afad161e91ce1d43c4a57ce33a6a' * commit …
(edit) @0ff21c31   12 years michaelni mlpdec: remove disabled code, leftover from merge Signed-off-by: …
(edit) @826188d2   12 years michaelni Merge commit 'ed1b01131e662c9086b27aaaea69684d8575fbea' * commit …
(edit) @86b892af   12 years michaelni Merge commit 'b0c7e3ffd09f68022429920da483ad7abed84aa1' * commit …
(edit) @1cf6f6f3   12 years michaelni Merge commit '1fd2deedcc6400e08b31566a547a5fac3b38cefb' * commit …
(edit) @cd6a8618   12 years michaelni Merge commit '3ffcccb4fbaae4d5ad775506f1f2761f2029affa' * commit …
(edit) @fa36270c   12 years michaelni Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a' * commit …
(edit) @8102f27b   12 years michaelni Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' * commit …
(edit) @24604eba   12 years michaelni Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' * commit …
(edit) @6e6e1708   12 years michaelni Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' * commit …
(edit) @b1b870fb   12 years michaelni Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49' * commit …
(edit) @cf29f49d   12 years martin rtpenc: fix overflow checking in avc_mp4_find_startcode() The check …
(edit) @ecb918e5   12 years martin rtmp: fix buffer overflows in ff_amf_tag_contents() A negative `size' …
(edit) @3cff5336   12 years martin rtmp: fix multiple broken overflow checks Sanity checks like `data + …
(edit) @205b2d2a   12 years onemda adcpmenc: remove unused header Signed-off-by: Paul B Mahol …
(edit) @a2dd988b   12 years onemda jpeglsenc: add missing put_bits.h header Signed-off-by: Paul B Mahol …
(edit) @be38aaba   12 years onemda ffv1enc: include correct header Encoder needs put_bits.h, not …
(edit) @6f465c62   12 years onemda dcaenc: remove unused header Signed-off-by: Paul B Mahol …
(edit) @92d874cb   12 years onemda flacenc: include correct header Encoder needs put_bits.h, not …
(edit) @2e413003   12 years martin float_dsp: Include config.h for redefining restrict This makes sure …
(edit) @4e69237   12 years michaelni rtmp: fix buffer overflows in ff_amf_tag_contents() A negative `size' …
(edit) @902cfe2f   12 years michaelni rtmp: fix multiple broken overflow checks Sanity checks like `data + …
(edit) @2f014567   12 years michaelni rtpenc: fix overflow checking in avc_mp4_find_startcode() The check …
(edit) @713dea58   12 years michaelni truemotion2: use av_mallocz() Fixes use of uninitialized values. …
(edit) @e49c2aa   12 years michaelni truemotion2: clear the token array if its initialization fails. Fixes …
(edit) @baf35bb4   12 years rsbultje dsputil: remove one array dimension from avg_no_rnd_pixels_tab.
(edit) @2612c4dc   12 years rsbultje dsputil: remove 9/10 bits hpel functions. These are never used.
(edit) @2bef1a83   12 years rsbultje dsputil: remove some never-assigned function pointers from the struct.
(edit) @32ff643   12 years rsbultje dsputil: remove avg_no_rnd_pixels8. This is never used.
(edit) @88bd7fdc   12 years rsbultje Drop DCTELEM typedef It does not help as an abstraction and adds …
(edit) @2e4bb99f   12 years rsbultje vorbisdsp: convert x86 simd functions from inline asm to yasm.
(edit) @0ee8293a   12 years rsbultje vp3dsp: don't do aligned reads on input. The input is not guaranteed …
(edit) @b89815f5   12 years michaelni mvdec: check channel count. Fixes division by 0 Found-by: Mateusz …
(edit) @e6cc3c86   12 years michaelni mvdec: minor simplification, remove av_inv_q() Signed-off-by: Michael …
(edit) @4c9f35b   12 years michaelni mvdec: use avpriv_set_pts_info() instead of directly setting tb. …
(edit) @1bb05797   12 years michaelni sanm: remove "duplicate" for loop. Fixes input buffer overread …
(edit) @ed1b011   12 years justin.ruggles mlp: implement support for AVCodecContext.request_channel_layout. …
(edit) @b0c7e3ff   12 years justin.ruggles mlp_parser: account for AVCodecContext.request_channels when setting …
(edit) @1fd2dee   12 years justin.ruggles mlpdec: set the channel layout. Fixes bug 401. Signed-off-by: Justin …
(edit) @3ffcccb4   12 years justin.ruggles mlpdec: TrueHD: use Libav channel order. Fixes bug 208. …
(edit) @99ccd2ba   12 years justin.ruggles mlp: store the channel layout for each substream. Also stop storing …
(edit) @40cf1add   12 years justin.ruggles mlp_parser: cosmetics: re-indent. Signed-off-by: Justin Ruggles …
(edit) @49b729d3   12 years michaelni sanm: check image dimensions before using them Avoids integer …
(edit) @73b704ac   12 years diego arm: Add some missing header #includes
(edit) @5959bfac   12 years rsbultje floatdsp: move butterflies_float from dsputil to avfloatdsp. This …
(edit) @42d32469   12 years rsbultje floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. Now, …
(edit) @55aa03b9   12 years rsbultje floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
(edit) @d56668bd   12 years rsbultje floatdsp: move scalarproduct_float from dsputil to avfloatdsp. This …
(edit) @c4274d11   12 years onemda lagarith: return more meaningful error codes Signed-off-by: Paul B …
(edit) @5b10c5e7   12 years stefasab lavfi/showwaves: fix check on showwaves->outpicref outpicref is not …
(edit) @379d03b0   12 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-demuxer=loas
(edit) @c114414a   12 years michaelni lavf/aiffenc: ID3 tags support Signed-off-by: Michael Niedermayer …
(edit) @30a40d4a   12 years stefasab lavf/segment: provide link to HTML M3U8 draft, also fix mentioned …
(edit) @7694533f   12 years stefasab doc/muxers: remove outdated comment about live flags for the segment …
(edit) @40297a8b   12 years Carl Eugen Hoyos Support solid gray frames when decoding Lagarith. Fixes bug 431.
(edit) @e65d8509   12 years michaelni libm: Add fallback definition for cbrt() using pow() The function is …
(edit) @26345acb   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9774251c   12 years michaelni rtpenc: do not use random values for seq when bitexact is requested. …
(edit) @73b59cc   12 years michaelni Merge commit '4f56e773fe8a554b8c2662650aaf799c2ece2721' * commit …
(edit) @eb2f499e   12 years michaelni Merge commit '9146e872c643fb8f20f9043f1b93a3cddfad15c6' * commit …
(edit) @766f0552   12 years michaelni Merge commit '4af5310d29379283553bcd9f541a3f6c317f706e' * commit …
(edit) @b4a7f4d0   12 years michaelni Merge commit '570a4a0189946c2c983da41d37fdd67fa13266e7' * commit …
(edit) @0881cbf3   12 years lu_zero proresdec: support mixed interlaced/non-interlaced content Set …
(edit) @0a84174f   12 years michaelni mov: prevent double free if the caller replaces the io context. Fixes …
(edit) @b3ab2810   12 years michaelni avcodec/x86/cabac: workaround llvm 4.2.1 bug x86_64 is affected by …
(edit) @4a73fbd9   12 years rsbultje vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. The …
(edit) @2338af0f   12 years michaelni doc: document aresample:first_pts Documentation copied from asyncts, …
(edit) @4f56e773   12 years diego x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly …
(edit) @ab587f39   12 years martin rtpenc: Start the sequence numbers from a random offset Expose the …
(edit) @e4eebc2d   12 years michaelni avf_showwaves: fix null pointer dereference Found-by: durandal_1707 …
(edit) @03a82d58   12 years michaelni doc/swr: More verbose description of the force resample flag. …
(edit) @c5f9cc96   12 years michaelni doc/swr: elaborate on what the LFE mix level is. Signed-off-by: …
(edit) @ace74b21   12 years michaelni doc/swr: typo fix Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @e0f208a6   12 years michaelni doc/swr: docu lfe mix level unit & range Signed-off-by: Michael …
(edit) @46061832   12 years michaelni doc/swr: try to fix non english "inclusively included between" …
(edit) @83440f40   12 years michaelni doc/swr: Mention that the internal sample format is choosen …
(edit) @2dd07518   12 years michaelni docs/swr: better used_channel_count docs Signed-off-by: Michael …
(edit) @05340be9   12 years michaelni img2dec: support seeking in infinitely looped stream Signed-off-by: …
(edit) @9146e872   12 years lu_zero Revert "fate: Use wmv2 IDCT for wmv2 tests" This reverts commit …
(edit) @0f2d4ed   12 years stefasab doc/muxers: extend and clarify documentation for the segment muxer …
(edit) @4630dfd1   12 years stefasab lavf/hlsenc: append last incomplete segment when closing the output …
(edit) @aeef76b3   12 years michaelni dsputil: CONFIG_DWT doesnt exist anymore place snow dwt init under …
(edit) @5b95d39e   12 years michaelni vp3: fix compilation with a disabled theora Signed-off-by: Michael …
(edit) @4af5310d   12 years diego get_bits/put_bits: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @ed37a56   12 years michaelni oggdec: remove unused variables Signed-off-by: Michael Niedermayer …
(edit) @f6a80d6e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @cf4515ec   12 years michaelni Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3' * commit …
Note: See TracRevisionLog for help on using the revision log.