source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1bfa349a   12 years michaelni vda: merge implementation into one file. Signed-off-by: Michael …
(edit) @7f3dfd20   12 years michaelni vda: support synchronous decoding. Note that the symbols used to run …
(edit) @47682ddc   12 years michaelni more verbose error messages at configure time Signed-off-by: …
(edit) @e47d979   12 years michaelni asfdec: ignore too tiny indexes Fixes Ticket1521 Signed-off-by: …
(edit) @5e3900c7   12 years michaelni hls: Initialize stream_offset before find_stream_info. find stream …
(edit) @cc913f74   12 years michaelni hls: check that the streams have been initialized before checking …
(edit) @ffda8f0f   12 years michaelni Proresenc: add multithreading support Signed-off-by: Michael …
(edit) @603221eb   12 years michaelni g723_1dec: inline normalize_bits() in scale vector and optimize it. …
(edit) @20035fa2   12 years michaelni g723_1dec: remove dead code that leaked in from libav It appears …
(edit) @84d29df0   12 years michaelni g723_1dec: remove unneeded cliping that leaked in from merge from …
(edit) @a9040a11   12 years michaelni g723_1dec: avoid memcpy Signed-off-by: Michael Niedermayer …
(edit) @d8c3170   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @bd70a527   12 years onemda paf: prevent invalid write Closes #1631. Signed-off-by: Paul B Mahol …
(edit) @c3da2c19   12 years stefasab build: extend documentation building mechanism Allow to select …
(edit) @ae60d2c8   12 years stefasab lavfi: add hue filter This is a port of the MPlayer hue filter …
(edit) @03e8944f   12 years nicolas.george lavc: add missing codec descriptors.
(edit) @f594dafc   12 years nicolas.george tools: add a script to find missing codec descriptors.
(edit) @71060007   12 years michaelni h264_cavlc: switch forgotten assert to av_assert Signed-off-by: …
(edit) @e9d0ab57   12 years michaelni h264: fix x264 build detection Fixes Ticket1503 Signed-off-by: …
(edit) @69665bd6   12 years mans g723.1: do not pass large structs by value Signed-off-by: Mans …
(edit) @138914dc   12 years mans g723.1: do not bounce intermediate values via memory Although a …
(edit) @cbcf1b41   12 years mans g723.1: declare a variable in the block it is used Signed-off-by: …
(edit) @35b533e   12 years mans g723.1: avoid saving/restoring excitation Writing the scaled …
(edit) @4b728b47   12 years mans g723.1: avoid unnecessary memcpy() in residual_interp() …
(edit) @f645710c   12 years mans g723.1: make postfilter write directly to output buffer …
(edit) @19532643   12 years mans g723.1: drop unnecessary variable buf_ptr in formant_postfilter() …
(edit) @b2af2c4b   12 years mans g723.1: make scale_vector() output to a separate buffer …
(edit) @783da0d6   12 years mans g723.1: make autocorr_max() work on an arbitrary buffer …
(edit) @37161051   12 years mans g723.1: do not needlessly use int64_t Signed-off-by: Mans Rullgard …
(edit) @47c73a7   12 years mans g723.1: use saturating addition functions Use saturating addition …
(edit) @4aca716   12 years mans g723.1: optimise scale_vector() Firstly, nothing in this function can …
(edit) @1eb1f6f2   12 years mans g723.1: remove useless uses of MUL64() The operands in both cases are …
(edit) @5a43eba9   12 years mans g723.1: remove unnecessary argument 'shift' from dot_product() The …
(edit) @8b0de734   12 years mans g723.1: deobfuscate "(x << 4) - x" to "15 * x" The compiler performs …
(edit) @fddc5b9b   12 years mans celp: optimise ff_celp_lp_synthesis_filter() Adding instead of …
(edit) @6c4975ea   12 years mans libavutil: add saturating addition functions Fixed-point audio codecs …
(edit) @ed8d827a   12 years michaelni riffenc: fix aac Fixes Ticket1435 Signed-off-by: Michael Niedermayer …
(edit) @5c0d8bc4   12 years stefasab lavfi: add avfilter_get_class() and iteration callbacks Allow …
(edit) @a25346e   12 years stefasab lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
(edit) @3239382a   12 years stefasab doc/texi2pod: add "use warnings" directive The script was previously …
(edit) @118bd609   12 years Reimar.Doeffinger Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. About 30% …
(edit) @bb707392   12 years michaelni oggparsetheora: fix metadata parsing Fixes Ticket1508 Signed-off-by: …
(edit) @17c11cef   12 years derek.buitenhuis cllc: Implement ARGB support Signed-off-by: Derek Buitenhuis …
(edit) @ba752dc   12 years derek.buitenhuis cllc: Implement ARGB support Signed-off-by: Derek Buitenhuis …
(edit) @7fda47d   12 years derek.buitenhuis cllc: Add support for QRGB Signed-off-by: Derek Buitenhuis …
(edit) @f4bb38cc   12 years derek.buitenhuis cllc: Rename some funcs to represent what they actually do This is in …
(edit) @21d62c47   12 years derek.buitenhuis cllc: Add support for QRGB Signed-off-by: Derek Buitenhuis …
(edit) @4637009e   12 years derek.buitenhuis cllc: Rename some funcs to represent what they actually do This is in …
(edit) @ab0ea7cb   12 years michaelni ffplay: avoid SDL_atoi() It appears this function is not available …
(edit) @d70231f0   12 years michaelni Fix reading past the end of frame buffer. Signed-off-by: Michael …
(edit) @bd922050   12 years michaelni mov: remux AALP tag AALP(AALP001) tag is present in 32bpp files …
(edit) @bbe1a468   12 years michaelni fate: split asyncts from aresample test Signed-off-by: Michael …
(edit) @3b9e832e   12 years diego x86: Drop silly "_yasm" suffixes from filenames
(edit) @d5c90ff2   12 years michaelni lavf: reimplement is_intra_only() by using the AVCodecContext codec …
(edit) @da74e883   12 years michaelni lavc: add codec_descriptor field to AVCodecContext. This can be used …
(edit) @d0bf3bf1   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @f30ff542   12 years diego doc: Clarify licensing issues arising from external libraries
(edit) @bdefe22b   12 years martin lavf: Detect discontinuities in timestamps for …
(edit) @30c26c24   12 years martin lavf: Initialize the stream info timestamps in avformat_new_stream …
(edit) @6e9bbc65   12 years anton id3v2: Match PIC mimetype/format case-insensitively Some files' …
(edit) @6fd7bf7b   12 years michaelni sgidec: fix error free end detection. Fixes Ticket1506 Signed-off-by: …
(edit) @39c56ef9   12 years michaelni sgidec: correct end pointer Signed-off-by: Michael Niedermayer …
(edit) @c5ea3a00   12 years michaelni ffmpeg: Do not discard slightly invalid timestamps. Fixes Ticket1627 …
(edit) @15e4bd65   12 years michaelni vc1dec: support debug & FF_DEBUG_PICT_INFO. Signed-off-by: Michael …
(edit) @a036ac57   12 years michaelni lavf: do not discard correct dts in favor of wrong pts for …
(edit) @2e4b6627   12 years michaelni mov: add av_dlog() to CTTS reading code like is already done in STTS. …
(edit) @575db883   12 years diego configure: Rename check_asm() to more fitting check_inline_asm()
(edit) @e017c875   12 years diego fate: Only test enabled filters This fixes running FATE without …
(edit) @3aa696e8   12 years diego avresample: De-doxygenize some comments where Doxygen is not appropriate
(edit) @7d23a65f   12 years michaelni asfdec: fix FRAME_HEADER_SIZE Fixes Ticket1477 Signed-off-by: …
(edit) @5a49482c   12 years michaelni dsputil_template: switch to av_assert Signed-off-by: Michael …
(edit) @f5f3684f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @f5ce90f2   12 years martin rtmp: split chunk_size var into in_chunk_size and out_chunk_size …
(edit) @a8103503   12 years martin rtmp: Factorize the code by adding find_tracked_method Also fix the …
(edit) @885da7b   12 years anton lavf: simplify is_intra_only() by using codec descriptors.
(edit) @51efed15   12 years anton lavc: add an intra-only codec property.
(edit) @c223d799   12 years anton lavc: add codec descriptors. They describe properties that are …
(edit) @48d20b91   12 years michaelni snowdec: increase stack size Fixes Ticket1632 Signed-off-by: Michael …
(edit) @994923ec   12 years michaelni dwt: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @58825a1   12 years michaelni msrle: fix regression causing null ptr dereference Fixes Ticket1630 …
(edit) @f950592   12 years michaelni cavsdec: check dimensions being valid. Fixes crash Fixes Ticket1628 …
(edit) @bd6ece46   12 years michaelni mp3enc: fix CODEC_ID/CodecID that leaked in from older patch …
(edit) @e874b292   12 years stefasab doc/Makefile: invoke perl to interpret texi2pod.pl Do not rely on …
(edit) @ad5043e2   12 years stefasab cmdutils: show options in show_help_children only if the context has …
(edit) @a6d6b8a2   12 years stefasab lavu/opt: fix crash in av_opt_next() in case the class has no options
(edit) @2ff67c90   12 years anton lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. C++ does not allow …
(edit) @7fd467f7   12 years michaelni mp3/mp2: identify the video codecs as APIC through query_codec. Fixes …
(edit) @22d804b7   12 years michaelni ffmpeg: dont auto match videostreams with attachment pics. …
(edit) @f9f11c10   12 years michaelni lavf: return APIC fourcc from query_format() if the codec is supported …
(edit) @b2bc48ae   12 years michaelni iff: replace av_abort by av_assert0 Signed-off-by: Michael …
(edit) @18b0c39f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: g723.1: …
(edit) @33de86db   12 years mans dict: move struct AVDictionary definition to dict.c This makes struct …
(edit) @987170cb   12 years mans dict: add av_dict_count() This adds a function to retrieve the number …
(edit) @d9d0c1cc   12 years michaelni mjpegdec: support AVRn interlaced Fixes Ticket1527 Signed-off-by: …
(edit) @05c36e0e   12 years mans g723.1: fix addition overflow This addition must be done as 64-bit to …
(edit) @52aa3015   12 years mans g723.1: simplify and fix multiplication overflow In 16-bit …
(edit) @e141cf2   12 years mans g723.1: deobfuscate an expression (x << 2) - x is just an …
(edit) @e2b7c578   12 years mans g723.1: remove unused #includes Signed-off-by: Mans Rullgard …
(edit) @0d735ca2   12 years mans ARM: add missing "cc" clobber in av_clipl_int32_arm() Signed-off-by: …
(edit) @633b90ca   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
Note: See TracRevisionLog for help on using the revision log.