source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7c84e7d3   12 years Clément Bœsch mem: heap memory poisoning. Enable it by default with FATE. …
(edit) @2278a3e5   12 years michaelni vc1dsp: use av_assert2 Signed-off-by: Michael Niedermayer …
(edit) @2ceaffc   12 years michaelni resample2: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @7309451d   12 years michaelni swr: fix warning: passing argument 2 of s->mix_any_f from incompatible …
(edit) @338509c2   12 years michaelni swr: fix warning: passing argument 1 of s->mix_any_f from incompatible …
(edit) @087d067a   12 years michaelni swr: fix warning: passing argument 2 of ctx->simd_f from incompatible …
(edit) @04b5eb47   12 years michaelni swr: fix mix* related function pointer warnings Signed-off-by: …
(edit) @c855ce26   12 years Clément Bœsch lavf/wtvdec: add missing { } around if. This should fix the current …
(edit) @fbdb2059   12 years michaelni wmaenc: dont mess with the bitrate. The bitrate is not writeable by …
(edit) @c4e0e744   12 years michaelni wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 …
(edit) @d35a986   12 years michaelni configure: make fast_unaligned configureable Fixes Ticket1481 …
(edit) @5eb353e0   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @23eeffcd   12 years michaelni mov: add workaround for incorrect 0 time point. Fixes Ticket1471 …
(edit) @c23dcd97   12 years michaelni RELEASE: update, seem this has been forgotten Signed-off-by: Michael …
(edit) @8ac3868f   12 years michaelni lavf/aiffdec: handle ID3 chunk Signed-off-by: Michael Niedermayer …
(edit) @87b98689   12 years michaelni h264: clear the ref lists when the reference are cleared. Fixes …
(edit) @0c9283a0   12 years michaelni h264: check log2_max_poc_lsb for validity Signed-off-by: Michael …
(edit) @aa1cceb5   12 years stefasab lavf/segment: rename variable "size" to "list_size" The new name is …
(edit) @3bee286   12 years stefasab lavf/segment: pass the top level chained muxer format context to …
(edit) @3893feec   12 years martin opt/eval: Include mathematics.h for NAN/INFINITY These files use …
(edit) @a1245d5c   12 years martin mathematics: Don't use division by zero in NAN/INFINITY macros Some …
(edit) @91ce7c21   12 years michaelni ituh263dec: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @9eb6e5cc   12 years michaelni wmaenc: switch all remaining asserts to av_asserts Signed-off-by: …
(edit) @710bd8a3   12 years martin wma: Lower the maximum number of channels to 2 ff_wma_init is used …
(edit) @889c1ec4   12 years mans x86: cpu: clean up check for cpuid instruction support This adds …
(edit) @6263415   12 years mans ARM: generate position independent code to access data symbols This …
(edit) @f7cba736   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @64b25938   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @be24f851   12 years nicolas.george ffmpeg: re-set frame_size after filter graph reset. The filter …
(edit) @51d25783   12 years michaelni swr: fix MMX resample code, add emms Fixes Ticket1495 Signed-off-by: …
(edit) @7001eee1   12 years michaelni avcodec_encode_audio2: print error messages for errors Signed-off-by: …
(edit) @5968a076   12 years michaelni wmaenc: rewrite 2nd stage quantization code this is faster and more …
(edit) @0755033f   12 years michaelni wmaenc: remove alternative quantization loop Signed-off-by: Michael …
(edit) @799df083   12 years michaelni wmaenc: fix off by 1 error in quantization loop Signed-off-by: …
(edit) @e704ab3d   12 years michaelni wmaenc: change another assert to av_assert Signed-off-by: Michael …
(edit) @ac2d3b0f   12 years michaelni nutdec: set duration_estimation_method Signed-off-by: Michael …
(edit) @ceabc13f   12 years rsbultje dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.
(edit) @e915674   12 years martin dnxhdenc: add space between function argument type and comment. …
(edit) @66a02159   12 years martin x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* …
(edit) @3233ad4b   12 years michaelni nutdec: estimate duration from last syncpoint Previously nut used the …
(edit) @e2c95e6b   12 years michaelni nutdec: remove assert that is wrong for some new duration code. …
(edit) @9d230ba9   12 years michaelni nutdec: check that filesize is valid before using it. Signed-off-by: …
(edit) @58f22f70   12 years Marton Balint ffplay: only configure video filters after we got the first frame …
(edit) @4f2c846d   12 years martin attributes: Add a definition of av_always_inline for MSVC …
(edit) @b12e61ac   12 years stefasab ffplay: factorize expression in audio_decode_frame() Possibly improve …
(edit) @d3ed1c95   12 years martin cmdutils: Pass the actual chosen encoder to filter_codec_opts This …
(edit) @5a608a23   12 years martin os_support: Add fallback definitions for stat flags Mingw headers …
(edit) @cab2eb87   12 years martin os_support: Rename the poll fallback function to ff_poll The fallback …
(edit) @cdee08e3   12 years martin network: Check for struct pollfd We need to include winsock2.h here, …
(edit) @71078ad   12 years martin os_support: Don't compare a negative number against socket descriptors …
(edit) @5aff37d2   12 years martin os_support: Include all the necessary headers for the win32 open …
(edit) @6f5e7e86   12 years nicolas.george ffmpeg: use the more powerful version of abuffersink.
(edit) @1f5c1333   12 years nicolas.george sink_buffer: implement fixed frame size.
(edit) @0689d5e1   12 years nicolas.george lavfi: implement samples framing on links. Links can be set up to …
(edit) @c9c4835f   12 years nicolas.george fate: add a test for the -force_key_frames option. It broke twice in …
(edit) @20a8dca5   12 years nicolas.george ffmpeg: fix parsing of -force_key_frames option. Identical to commit …
(edit) @ca612a27   12 years Clément Bœsch swr: fix make checkheaders.
(edit) @022cbb67   12 years Clément Bœsch swr: small align cosmetic.
(edit) @3491c2a9   12 years Clément Bœsch swr: use asm instead of asm. For consistency only.
(edit) @f2fd1678   12 years mans x86: vc1: fix and enable optimised loop filter The problem is that …
(edit) @8a85660d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: file: …
(edit) @94a00ec8   12 years stefasab ffplay: group together and vertically align correlated parameters in …
(edit) @81796602   12 years stefasab ffplay: vertially align complex if condition in audio_decode_frame() …
(edit) @347ecfd   12 years stefasab ffplay: move assignment in else block in audio_decode_frame() Avoid …
(edit) @0d3ffde6   12 years stefasab ffplay: split overly long line in audio_decode_frame()
(edit) @fb7688a8   12 years michaelni pngdsp: Fix license header Libav did not exist in 2008 thus this file …
(edit) @7bbb6b38   12 years michaelni prores: Fix license header Libav did not exist in 2010 thus the file …
(edit) @12863db   12 years michaelni wma_common: Fix license header common wma code existed long before …
(edit) @439e32f9   12 years Clément Bœsch RealText demuxer and decoder.
(edit) @53640f42   12 years Clément Bœsch SAMI demuxer and decoder.
(edit) @d948893d   12 years Clément Bœsch lavf/subtitles: add some SMIL helpers. This is needed for SAMI and …
(edit) @e301f2f8   12 years Clément Bœsch fate: add JacoSUB and MicroDVD subtitles tests.
(edit) @04568f8d   12 years Clément Bœsch fate: introduce subtitles.mak and move SubRip test in it.
(edit) @8f4ce626   12 years Clément Bœsch lavc/microdvddec: support "DEFAULT" properties.
(edit) @0e7782c0   12 years Clément Bœsch lavc/ass: honor Default style. The "Default" style written in the …
(edit) @a19e9f2d   12 years Clément Bœsch lavf/microdvd: rewrite using subtitles queue API.
(edit) @0ef28e11   12 years Clément Bœsch lavf/jacosubdec: fix FPE in case timeres is badly set.
(edit) @60715511   12 years Clément Bœsch lavf/jacosubdec: use subtitles queue API.
(edit) @7c9f9685   12 years Clément Bœsch lavf: add internal demuxer helpers for subtitles.
(edit) @f926d916   12 years Clément Bœsch ffmpeg: fix a memleak in subtitles decoding.
(edit) @c1abfbc4   12 years stefasab lavf/segment: rename segment private context from "c" to "seg" in …
(edit) @a9a7e215   12 years stefasab lavf/segment: add stream_segment variant of the segment muxer This …
(edit) @3cd4f9f   12 years stefasab lavf: allow multiple names in output devices selected by …
(edit) @df531b0e   12 years michaelni avformat: disable seeking on FIFOs/named pipes Patch is addition to …
(edit) @6851130f   12 years michaelni cosmetics: minor libavcodec spelling errors Also update some common …
(edit) @3b1ab197   12 years martin file: Only include unistd.h if it exists It is included for the …
(edit) @f9851130   12 years martin random_seed: Only read /dev/*random if we have unistd.h unistd.h is …
(edit) @0692d4c   12 years stefasab lavf/segment: add some debugging logs
(edit) @567eb9d3   12 years stefasab lavf/segment: fix command with missing -list option Replace -list …
(edit) @d9355a03   12 years stefasab lavf/applehttp: add log message in case of applehttp_read_header() …
(edit) @e312fcde   12 years martin doc: Indicate that RTMPT is natively implemented in libavformat …
(edit) @dfb57fc5   12 years martin rtpdec: Don't explicitly include unistd.h any longer unistd.h used to …
(edit) @e8e733ad   12 years michaelni dca: favor native over ffmpeg in table name Signed-off-by: Michael …
(edit) @4fd07b93   12 years stefasab ffplay: avoid useless NULL checks in swr_free() swr_free() already …
(edit) @46747182   12 years stefasab ffplay: fix wrong reference to function in audio_decode_frame() …
(edit) @491846e4   12 years michaelni avutil: fix project name reference in doxy section Signed-off-by: …
(edit) @84d73e9d   12 years michaelni dca: fix project reference in table name Signed-off-by: Michael …
(edit) @be4ffb28   12 years michaelni vf_ass: fix table name to refer to correct lib. Signed-off-by: …
(edit) @c83ed18d   12 years michaelni formats.h: fix project reference in comment Signed-off-by: Michael …
(edit) @c496224   12 years michaelni pixdesc: fix project reference in comment Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.