source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0d60261   13 years stefasab vf_fade: add support to options parsing Extend fade syntax, required …
(edit) @dea8f6e   13 years michaelni lowercase FRWU string 8556406d38dc2307dd3f187c4528d64f5c350d5f (lavc: …
(edit) @701e5348   13 years michaelni vda: set destination image buffer attributes. Signed-off-by: Michael …
(edit) @e7062a1e   13 years michaelni audioconvert: make av_get_channel_layout accept composite names. …
(edit) @8cd21070   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @82a1d575   13 years michaelni fraps: check overread per sample instead of per line Signed-off-by: …
(edit) @46082e61   13 years michaelni fraps: fix memleak Found-by reimar Signed-off-by: Michael Niedermayer …
(edit) @8892d049   13 years michaelni Revert commit 0bc391281ad80d4eb365f3d8978637b07003e8dc
(edit) @26ae9a5d   13 years michaelni pthreads: drop has_b_frames mangling, its buggy in many many ways, not …
(edit) @367468f1   13 years Carl Eugen Hoyos Check extradata_size before accessing extradata. Fixes ticket #627.
(edit) @11e155c2   13 years michaelni ra288: try to fix 10l typo that breaks compile on some platforms …
(edit) @b2bdca1   13 years michaelni udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd Signed-off-by: …
(edit) @7a032cb9   13 years michaelni Fix segfault on UDP reading Signed-off-by: Michael Niedermayer …
(edit) @4354788a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: tls: …
(edit) @0827222b   13 years michaelni Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). Fate …
(edit) @3bdfef31   13 years michaelni fraps: check for overread Fixeds Ticket619 Signed-off-by: Michael …
(edit) @bf0ac7aa   13 years michaelni mpegvideo_probe: reduce score for invalid streams Signed-off-by: …
(edit) @d8407ee2   13 years Marton Balint ffplay: limit lowres to the maximum supported. Fixes Ticket591 …
(edit) @fd79167   13 years Reimar.Doeffinger Fix nonsense buffer hints. The codec uses all previous frames as …
(edit) @f38f3b88   13 years martin tls: Use ERR_get_error() in do_tls_poll The return value ret isn't an …
(edit) @4e38d4ef   13 years michaelni mpegvideo_probe: Getting rid of the use of GCC language extensions …
(edit) @0643ff17   13 years michaelni mpegvideo_probe: dont be too picky on spec compliance and the lack of …
(edit) @b52f2d88   13 years michaelni mpegvideo_probe: count video and audio pes seperately Signed-off-by: …
(edit) @26d7eb40   13 years michaelni mpegvideo probe: fix slice counting Signed-off-by: Michael …
(edit) @1149fbc7   13 years alex.converse indeo3: Fix a fencepost error. Found with asan and the venerable …
(edit) @735e601b   13 years alex.converse mxfdec: Fix comparison of unsigned expression < 0. 'size' is …
(edit) @3110ad83   13 years anton mpegts: set stream id on just created stream, not an unrelated …
(edit) @2467d8d9   13 years justin.ruggles ra288: return error if input buffer is too small
(edit) @0131e70a   13 years justin.ruggles ra288: utilize DSPContext.vector_fmul()
(edit) @03e5d611   13 years justin.ruggles ra288: use memcpy() to copy decoded samples to output
(edit) @f50b6be5   13 years justin.ruggles mace: only calculate output buffer size once
(edit) @ce33320b   13 years diego Remove redundant filename self-references inside files. Filenames are …
(edit) @9412f811   13 years diego indeo3data: add missing config.h #include for HAVE_BIGENDIAN
(edit) @276b995d   13 years diego x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory
(edit) @4b7ef5a1   13 years michaelni flv: Skip invalid index Signed-off-by: Michael Niedermayer …
(edit) @f9324d5a   13 years justin.ruggles avplay: reset rdft when closing stream. this fixes a crash when …
(edit) @33feba3a   13 years michaelni Revert "lavc: Init AVFrame->opaque to AVCodecContext.opaque in …
(edit) @8a691dfd   13 years anton doc/git-howto: expand format-patch and send-email notes.
(edit) @83daced0   13 years anton lavf: expand doxy for some AVFormatContext fields.
(edit) @4d7c71c3   13 years Carl Eugen Hoyos Check for OOM after av_mallocz() in ff_interleave_add_packet(). Fixes …
(edit) @8a3f9764   13 years Carl Eugen Hoyos Support decoding "m1v " mpeg1video in mov. Fixes ticket #579 at least …
(edit) @6aaf6db2   13 years Carl Eugen Hoyos Support decoding transport streams from Sony NXCAM. Fixes ticket #617.
(edit) @ac3c895d   13 years michaelni Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres …
(edit) @0bd42ae7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5955c63c   13 years michaelni v4l2: fix uninitialized variable Signed-off-by: Michael Niedermayer …
(edit) @4717e297   13 years michaelni flvdec: skip duplicate indexes Signed-off-by: Michael Niedermayer …
(edit) @1c8c41ff   13 years martin avformat: Avoid a warning about mixed declarations and code …
(edit) @f545e006   13 years martin BMV demuxer and decoder Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @c3d56f0e   13 years michaelni proresenc: fix typo that caused the wrong dimensions to be used. …
(edit) @22e25c00   13 years michaelni mpegaudiodec: add SSE-optimized imdct36() Signed-off-by: Michael …
(edit) @e32aaba3   13 years michaelni mpegaudiodec: move imdct36() to MPADSPContext Signed-off-by: Michael …
(edit) @df9c1cfb   13 years michaelni libavformat: add support for G726 audio decoder in RTP and RTSP …
(edit) @15960951   13 years michaelni libutvideodec: Check if the decode initializes correctly Actually …
(edit) @61d303c7   13 years michaelni libutvideodec: Remove CODEC_CAP_LOSSLESS Remove the …
(edit) @70cf7bb9   13 years michaelni libutvideodec: Make buf_size local Since buf_size is only used in …
(edit) @44729bc0   13 years martin matroskaenc: Make sure the seekhead struct is freed even on seek …
(edit) @090aaaf7   13 years alex.converse mpeg12enc: Remove write-only variables.
(edit) @7c5dfc17   13 years alex.converse mpeg12enc: Don't set up run-level info for level 0. run: The number …
(edit) @a1684cf8   13 years alex.converse msmpeg4: Don't set up run-level info for level 0. run: The number of …
(edit) @b580ab6b   13 years michaelni libutvideodec: Fix typo Remove extraneous space. Signed-off-by: …
(edit) @1ff1b5f7   13 years michaelni libutvideodec: Width and height don't need to be unsigned Width and …
(edit) @f44f093d   13 years michaelni libutvideodec: Fix name of extradata member The frameinfo size member …
(edit) @ce145690   13 years martin avformat: Warn about using network functions without calling …
(edit) @87892ef8   13 years martin avformat: Revise wording It might make sense not to make the function …
(edit) @5ca392d1   13 years michaelni fate: add --timeout=60 --contimeout=60 to fate-rsync Signed-off-by: …
(edit) @bc74c471   13 years michaelni libutvideodec: remove impossible pix_fmt case Signed-off-by: Michael …
(edit) @e3475198   13 years michaelni libutvideo: Don't try and output original_format The original format …
(edit) @13665c87   13 years stefasab ffprobe: refactor value_string() to accept an unit_value struct The …
(edit) @80abfbe   13 years stefasab ffprobe: introduce print_val() macro, ease readability
(edit) @d2d6bade   13 years stefasab ffprobe: implement and use print_time and print_ts macros Help …
(edit) @08826891   13 years martin rdt: Set AVFMT_NOFILE on ff_rdt_demuxer This makes rdt work again, …
(edit) @ed307e26   13 years martin rdt: Check the return value of avformat_open If it failed, return …
(edit) @4b3dc857   13 years martin rtsp: Discard the dynamic handler, if it has an alloc function which …
(edit) @728e6d97   13 years michaelni avio: print a warning from ffurl_alloc() if no protocols are …
(edit) @13b7781e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @b8f02f5   13 years justin.ruggles dsputil: use cpuflags in x86 versions of vector_clip_int32()
(edit) @ada8d485   13 years michaelni audioconvert: prefer 5.X over 5.X(side). This is the logical …
(edit) @f2bd8a07   13 years justin.ruggles x86inc: use sse versions of common macros instead of sse2 when applicable
(edit) @eacec07e   13 years anton doc/APIchanges: add missing dates and hashes
(edit) @eb0de710   13 years anton lavf: don't return from void av_update_cur_dts()
(edit) @a7476298   13 years anton Changelog: add more entries.
(edit) @c4302a39   13 years anton Changelog: update ffmpeg/avconv incompatibility list.
(edit) @059fb8c8   13 years anton avconv: remove some redundant temporary variables.
(edit) @f8c314c8   13 years anton avconv: fix broken indentation
(edit) @a2aeeb22   13 years anton avconv: move copy_initial_nonkeyframes to the options context. Also …
(edit) @9a414d89   13 years anton avconv: use file:stream instead of file.stream in log messages.
(edit) @d9b49e7   13 years anton doc/avconv: elaborate on basic functionality.
(edit) @2b56db5   13 years anton doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
(edit) @24612846   13 years martin openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0 Since …
(edit) @776f2bb9   13 years martin Call avformat_network_init/deinit in the programs Calling the init …
(edit) @d3bc75c6   13 years michaelni dshow: support BI_BITFIELDS compression type Signed-off-by: Michael …
(edit) @b13ba5c   13 years michaelni swscale: use isByteRGB() to simplify check for palToRgbWrapper. …
(edit) @307b6502   13 years michaelni swscale: Fix packed rgb check for planarRgbToRgbWrapper. …
(edit) @1e79926f   13 years michaelni Unscaled Planar RGB -> RGB support in swscale. Signed-off-by: Michael …
(edit) @079700f5   13 years stefasab af_aconvert: fix doc reference to unexisting chlayout.h file
(edit) @3607ed70   13 years martin Remove leftover includes of strings.h Signed-off-by: Martin Storsjö …
(edit) @de8d1940   13 years martin avutil: Don't allow using strcasecmp/strncasecmp Signed-off-by: …
(edit) @bb3244de   13 years martin Replace all usage of strcasecmp/strncasecmp All current usages of it …
(edit) @ba04ecfd   13 years martin avstring: Add locale independent implementations of …
(edit) @07b172f   13 years martin avstring: Add locale independent implementations of toupper/tolower …
Note: See TracRevisionLog for help on using the revision log.