source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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 …
(edit) @1be55c82   12 years michaelni av_url_split: dont let '/' char whallop '?' char Signed-off-by: …
(edit) @21fb7ff3   12 years nicolas.george doc: declare encoding for texi2html. It adds the following header to …
(edit) @6bd37e0   12 years diego build: Drop gcc-specific warning flag from header compilation rule …
(edit) @82ecae8a   12 years stefasab lavfi: add alphaextract and alphamerge filters These filters are …
(edit) @8c2ce16f   12 years stefasab doc/filter_design: fix a few typos
(edit) @c0b91348   12 years stefasab lavd/caca: create display *after* checking dither options Avoid …
(edit) @9ce0e19a   12 years stefasab lavd/caca: provide more meaningful feedback if fails to set a dither option
(edit) @fa71471c   12 years stefasab lavd/caca: rename "colors" option to "color" More consistent with …
(edit) @d5105278   12 years stefasab lavd/caca: sort arguments for -list_dither
(edit) @295e0e4b   12 years stefasab lavd/caca: extend error message for -list_dither option
(edit) @2fd88044   12 years stefasab doc/outdevs: extend documentation for caca -list* options
(edit) @73cd131   12 years anton FATE: add a test for the asyncts audio filter.
(edit) @71311d69   12 years Carl Eugen Hoyos Fix yuv4mpeg parsing of 'mono16' files. 'mono' came before 'mono16' …
(edit) @721113be   12 years anton matroskadec: return more correct error code on read error.
(edit) @a8a2271f   12 years anton buffersrc: check ff_get_audio_buffer() for errors.
(edit) @8f3a3ce7   12 years anton lavfi: check all ff_get_video_buffer() calls for errors.
(edit) @1dc42050   12 years anton lavfi: check all avfilter_ref_buffer() calls for errors.
(edit) @80e4ed27   12 years anton vf_select: avoid an unnecessary avfilter_ref_buffer().
(edit) @785fa50f   12 years anton buffersrc: avoid creating unnecessary buffer reference
(edit) @02ac7311   12 years anton lavfi: use avfilter_unref_bufferp() where appropriate.
(edit) @043800a9   12 years anton vf_fps: add more error checks.
(edit) @d515e9c2   12 years anton vf_fps: fix a memleak on malloc failure.
(edit) @3825b526   12 years anton lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
(edit) @d4f89906   12 years anton lavfi: add error handling to end_frame().
(edit) @e9b992d0   12 years anton lavfi: add error handling to draw_slice().
(edit) @ebc8d974   12 years anton lavfi: add error handling to start_frame().
(edit) @1470ce21   12 years kostya.shishkov Bump libavcodec and libavformat minor versions for G.723.1 decoder and …
(edit) @55c3a4f6   12 years kostya.shishkov G.723.1 demuxer and decoder Signed-off-by: Kostya Shishkov …
(edit) @8aac5585   12 years kostya.shishkov Add a shift parameter to celp_lp_synthesis_filter() This is intended …
(edit) @2f48dff4   12 years michaelni atrac3: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @86af2928   12 years michaelni kbdwin: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @32c30387   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @51a5ddf   12 years diego libopenjpeg: K&R formatting cosmetics
(edit) @1aeb87fa   12 years onemda tscc: employ more meaningful return values Signed-off-by: Paul B …
(edit) @731fa116   12 years rsbultje yadif: use emms_c() instead of inline assembly for emms invocations.
(edit) @7c71f8e0   12 years michaelni pthread: mark lockless thread synchronization variables as volatile …
(edit) @b170b323   12 years rsbultje ac3: don't use different names for option tables in the template file. …
(edit) @3db40703   12 years rsbultje lavfi: use const for AVFilterPad declarations in all filters.
(edit) @98041af   12 years rsbultje adpcm: don't duplicate identical AVSampleFmt array for each encoder.
(edit) @388ff813   12 years diego configure: cosmetics: Group test dependencies together
(edit) @ad93dccb   12 years mans configure: add more passthrough flags in tms470 filter This is in …
(edit) @d0c6d424   12 years mans configure: move flag filtering functions out of if/else blocks …
(edit) @b2668c85   12 years diego x86: swscale: Place inline assembly code under appropriate #ifdefs …
(edit) @9e1508f1   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
(edit) @f7e0c185   12 years michaelni vf_overlay: prevent premature freeing of cur_buf Signed-off-by: …
(edit) @0ecaa447   12 years michaelni vf_overlay: use unref_bufferP() Signed-off-by: Michael Niedermayer …
(edit) @dc49105c   12 years michaelni sink_buffer: prevent prematurely freeing of cur_buf Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.