source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9054f6b6   12 years michaelni probe_codec: fix memory corruption Found-by: Tanami Ohad …
(edit) @6bf87785   12 years nicolas.george ffmpeg: warn about new streams after startup.
(edit) @d0d92725   12 years nicolas.george faq: explain about new streams, probesize and analyzeduration.
(edit) @f7d4e26c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @9746f87f   12 years michaelni libvpxenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @aee675a   12 years michaelni intrax8: asserts cleanup Signed-off-by: Michael Niedermayer …
(edit) @758377a2   12 years martin rtmp: Add a new option 'rtmp_pageurl' This option specifies the URL …
(edit) @98df48db   12 years martin doc: Update the description of the rtmp_tcurl option Signed-off-by: …
(edit) @63ffa15   12 years martin rtmp: Make the description of the rtmp_tcurl option more generic …
(edit) @160a27c5   12 years martin libfdk-aacenc: add LATM/LOAS encapsulation support Signed-off-by: …
(edit) @ecfff0e9   12 years martin sctp: add port missing error message Without this patch a user a bit …
(edit) @f9a9a148   12 years martin tcp: add port missing error message Without this patch a user a bit …
(edit) @30051224   12 years michaelni hls: call avformat_find_stream_info() This is needed to correctly …
(edit) @da62b432   12 years michaelni av_find_stream_info: skip flushing codecs and estimating timings if …
(edit) @703f294   12 years michaelni fate: update avui test due to commit …
(edit) @10b44f49   12 years stefasab ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect …
(edit) @9b42d6ed   12 years stefasab lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio() …
(edit) @e564de26   12 years stefasab lavfi/avfilter.h: add doxy for AVFilterLink.out_buf
(edit) @b73be80d   12 years stefasab lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf
(edit) @20e88d86   12 years Carl Eugen Hoyos Fix avui stream-copy. The native decoder and MPlayer's binary decoder …
(edit) @49c45a26   12 years diego avfilter: Fix printf format string conversion specifier …
(edit) @1c2beff0   12 years michaelni lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. …
(edit) @72743aef   12 years michaelni imgconvert: Implement avcodec_find_best_pix_fmt_of_list() The old …
(edit) @23bb85b0   12 years michaelni riff: make the G723.1 in wav output compatible with WMP/msacm codec …
(edit) @e2fd18d4   12 years michaelni lavf: factor AVStream st out Signed-off-by: Michael Niedermayer …
(edit) @6b38101d   12 years michaelni parse_packet: reset pkt->pos after it has been used This should have …
(edit) @043c75a9   12 years michaelni libopenjpegenc: set numresolution max to INT_MAX OpenJPEG doesn't …
(edit) @93342de   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @3ccf22c6   12 years nicolas.george ffmpeg: keep packet/frame availability in global structures. This …
(edit) @b9c129be   12 years michaelni riff: fix remuxing of G723_1 in wav Attached patch fixes remuxing of …
(edit) @6a433fdb   12 years martin rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE …
(edit) @01272e76   12 years michaelni Revert "lavf: count skipped samples for initial timestamps." This …
(edit) @f7bfb126   12 years martin rtmp: Move the CONFIG_ condition into the if conditions This makes …
(edit) @0e1925dd   12 years michaelni iffdec: Fix integer overflow. Found-by: durandal_1707 Signed-off-by: …
(edit) @22ce78a9   12 years michaelni vc1dec: dont apply the loop filter on fields Fixes read of …
(edit) @697edcc1   12 years michaelni vc1dec: dont attempt error concealment on field pictures. This is not …
(edit) @2e346bda   12 years michaelni ec: print picture type with concealment error message. Signed-off-by: …
(edit) @65d94f63   12 years diego aac: Mention abbreviation as well in long_name Most people know the …
(edit) @3f22fcc   12 years eclipse7 tools/bisect-create: Support "bisect run" Make it possible to use …
(edit) @6a2bad2c   12 years michaelni dsputil_mmx: fix incorrect assembly code In file …
(edit) @6b801421   12 years diego build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled …
(edit) @dc31b84c   12 years michaelni rtmpproto: fix compilation without optimizations Signed-off-by: …
(edit) @c66495c6   12 years michaelni configure: Add a dependency on https for rtmpts The rtmpts protocol …
(edit) @816ff352   12 years diego doc: Add Git configuration section
(edit) @5a9fa845   12 years michaelni cavsdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @bb1e0e80   12 years michaelni libavcodec/bitstream: switch to av_assert Signed-off-by: Michael …
(edit) @39337827   12 years onemda cosmetics: iff: split very long line Also while here sort chunk ids. …
(edit) @d147aedb   12 years Carl Eugen Hoyos Fix typo in v410 decoder.
(edit) @6c1ed454   12 years martin configure: Add a dependency on https for rtmpts The rtmpts protocol …
(edit) @999c63e4   12 years martin rtp: Only choose static payload types if the sample rate and channels …
(edit) @c9a96ec3   12 years onemda cosmetics: iff: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @ddcb99bb   12 years nicolas.george vf_deshake: set cur_buf to NULL. Fix a segfault.
(edit) @6d4c97bb   12 years michaelni fate: enable fate-vc1_sa10143 Signed-off-by: Michael Niedermayer …
(edit) @ebe846fa   12 years onemda vf_colormatrix: add missing semicolon Signed-off-by: Paul B Mahol …
(edit) @2cb4d516   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7e15df75   12 years michaelni swr: resampling: add filter type and Kaiser window beta to AVOptions
(edit) @d04c5293   12 years derek.buitenhuis v410dec: Implement explode mode support Try and decode broken files, …
(edit) @6c8fdfc5   12 years derek.buitenhuis zerocodec: fix direct rendering. Set picture type before calling …
(edit) @61884b9d   12 years derek.buitenhuis wav: init st to NULL to avoid a false-positive warning. If st is …
(edit) @37c6ad23   12 years derek.buitenhuis wavpack: set bits_per_raw_sample for S32 samples to properly identify …
(edit) @a7ac05ce   12 years nicolas.george src_movie: implement multiple outputs. The audio and video code paths …
(edit) @0577611   12 years nicolas.george buffersrc: use avfilter_get_buffer_ref_from_frame.
(edit) @5c5f75b   12 years nicolas.george lavfi: add avfilter_get_buffer_ref_from_frame.
(edit) @58db34a   12 years lu_zero h264: refactor NAL decode loop Write out the NAL decoding loops in …
(edit) @a8fb7690   12 years michaelni tls: user documentation Signed-off-by: Michael Niedermayer …
(edit) @08cd95e8   12 years martin RTMPTE protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @acd554c1   12 years martin RTMPE protocol support This adds two protocols, but one of them is an …
(edit) @0e31088b   12 years martin rtmp: Add ff_rtmp_calc_digest_pos() This function is used for …
(edit) @3505d557   12 years martin rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it …
(edit) @7afd42d9   12 years stefasab lavfi/showwaves: do not set on outlink->out_buf the sent video frame …
(edit) @cc12a94c   12 years Carl Eugen Hoyos iff: set ham palette alpha to 0xFF This addresses the problem that …
(edit) @67a30498   12 years michaelni vf_overlay: fix missed return Signed-off-by: Michael Niedermayer …
(edit) @61230797   12 years nicolas.george lavfi: change "transmedia" into "multimedia".
(edit) @be33da9a   12 years nicolas.george lavfi: add concat filter.
(edit) @1cadab60   12 years nicolas.george ffmpeg: select input file based on output time. Filters can change …
(edit) @3b175384   12 years rsbultje swscale: add missing HAVE_INLINE_ASM check. The function called in …
(edit) @31248865   12 years rsbultje lavfi: place x86 inline assembly under HAVE_INLINE_ASM. This allows …
(edit) @8d2e3fee   12 years derek.buitenhuis vc1: Add a test for interlaced field pictures Signed-off-by: Derek …
(edit) @f4451d2   12 years michaelni libschroedingerenc: remove assert related to the old API. The assert …
(edit) @d014e19   12 years michaelni libvorbisenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @72a9e646   12 years michaelni libschroedingerenc: switch to av_assert Signed-off-by: Michael …
(edit) @62514ca0   12 years michaelni g723.1dec: Make postfilter user switchable Code from qatar …
(edit) @1eb13926   12 years michaelni g723.1: various cosmetics and changes that should have no user …
(edit) @5a6e3c03   12 years diego swscale: Mark all init functions as av_cold
(edit) @16d2a1a5   12 years diego swscale: x86: Drop pointless _mmx suffix from filenames The files do …
(edit) @fd487218   12 years rsbultje lavf: use conditional notation for default codec in muxer …
(edit) @a6e922ff   12 years rsbultje swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
(edit) @d486a6ea   12 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @88beb2d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @5ab85577   12 years derek.buitenhuis wav: Add check for 'fmt' tag in SMV code If there is a 'SMV0' tag, …
(edit) @a35738f4   12 years justin.ruggles dsputil: ppc: cosmetics: pretty-print
(edit) @85a3c19e   12 years justin.ruggles dsputil: x86: add SHUFFLE_MASK_W macro Simplifies pshufb masks that …
(edit) @9023de34   12 years michaelni Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' * commit …
(edit) @b2704a65   12 years mans configure: respect CC_O setting in check_cc Use compiler-specific …
(edit) @4f4eb380   12 years michaelni tls: TLS/SSL server Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @d1146d67   12 years michaelni tls: parse uri path options to underlying tcp URLContext …
(edit) @b246085   12 years michaelni tls: verify option Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @973a758f   12 years michaelni tls: cafile, cert, key options Signed-off-by: Michael Niedermayer …
(edit) @9c1d649c   12 years nicolas.george overlay: clear cur_buf on main input link. A reference is kept in the …
(edit) @df53a4a7   12 years anton FATE: fix the asyncts test Nellymoser is float, so use oneoff …
Note: See TracRevisionLog for help on using the revision log.