source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @18f2d5cb   12 years martin mpegvideo: Don't use ff_mspel_motion() for vc1 Using ff_mspel_motion …
(edit) @f6687bf5   12 years lu_zero xtea: invert branch and loop precedence Should slightly improve …
(edit) @669bbedf   12 years lu_zero blowfish: invert branch and loop precedence Should slightly improve …
(edit) @5b54a90c   12 years lu_zero flvdec: optionally trust the metadata In certain conditions video or …
(edit) @715129cd   12 years martin avconv: Set audio filter time base to the sample rate If the output …
(edit) @07eeeb1d   12 years martin vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow …
(edit) @7c29377b   12 years mans lavfi: reclassify showfiltfmts as a TESTPROG This tool uses lavfi …
(edit) @fa2d7473   12 years diego graph2dot: fix printf format specifier tools/graph2dot.c:85: warning: …
(edit) @55751918   12 years rsbultje swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on …
(edit) @70a1c800   12 years rsbultje vp8: loopfilter >=sse2 functions need aligned stack on x86-32. …
(edit) @c5183847   12 years rsbultje amr: remove shift out of the AMR_BIT() macro. MSVC doesn't like the …
(edit) @723b266d   12 years rsbultje dsputilenc: group yasm and inline asm function pointer assignment.
(edit) @1ce1e636   12 years rsbultje mov: use forward declaration of a function instead of a table. MSVC …
(edit) @2047e40e   12 years diego Clarify Doxygen comment for FF_API_* #defines.
(edit) @112971a   12 years diego configure: simplify get_version() All libs have version headers now, …
(edit) @86ab7b0f   12 years diego Create version.h headers for libraries that lack them
(edit) @40e61b7b   12 years diego gitignore: Use full path instead of relative path to specify patterns …
(edit) @89b81a1c   12 years martin mpegvideo: remove VLAs Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @8c14f7a   12 years martin Add XTEA encryption support in libavutil Signed-off-by: Martin …
(edit) @bc3dbcc8   12 years martin Add Blowfish encryption support in libavutil Signed-off-by: Martin …
(edit) @143f1e92   12 years martin eval: Add the isinf() function and tests for it Signed-off-by: Martin …
(edit) @25accf9   12 years mans flacdec: move lpc filter to flacdsp Signed-off-by: Mans Rullgard …
(edit) @4a852834   12 years mans flacdec: split off channel decorrelation as flacdsp Signed-off-by: …
(edit) @296d0da8   12 years martin avplay: Add an option for not limiting the input buffer size For …
(edit) @1c840fa2   12 years anton FATE: add a test for WMA cover art.
(edit) @8059d3b7   12 years anton FATE: add a test for apetag cover art
(edit) @bf2a7f9   12 years anton FATE: add a test for itunes cover art.
(edit) @87466f81   12 years mans flacdec: factor out code setting avctx->sample_fmt
(edit) @d155b60f   12 years mans flac: make FLAC_CHMODE_* constants consecutive
(edit) @93e7ef9a   12 years mans flacdec: allocate sample buffers with av_malloc The buffers are only …
(edit) @0da301e1   12 years mans flacdec: remove curr_bps from FLACContext This value does not need to …
(edit) @983fa8bc   12 years mans fate: add flac encode/decode tests with various options …
(edit) @360aa246   12 years mans flacenc: add option for forcing stereo decorrelation mode This is …
(edit) @30327865   12 years martin ismindex: Verify that all bitrate variants match In Smooth Streaming, …
(edit) @1be8c908   12 years martin ismindex: Properly report errors reading the MFRA atom Signed-off-by: …
(edit) @1a068bfe   12 years diego cosmetics: Consistently use C-style comments with multiple inclusion guards
(edit) @4051be6f   12 years diego anm: fix a few Doxygen comments
(edit) @09f21198   12 years diego misc typo and wording fixes
(edit) @22662ca5   12 years siretart attributes: add av_noreturn Also use it in the declaration of the …
(edit) @a1641e95   12 years siretart attributes: drop pointless define guards the av_-prefixed attributes …
(edit) @06eb4f08   12 years mans configure: do not disable av_always_inline with --enable-small …
(edit) @09a445ce   12 years lu_zero flvdec: initial stream switch support Codec change midstream gets …
(edit) @906f9dce   12 years lu_zero avplay: fix write on freed memory for rawvideo Do not assume avpacket …
(edit) @33895451   12 years martin snow: remove a VLA used for edge emulation Signed-off-by: Martin …
(edit) @fb93e61e   12 years mans x86: lavfi: fix gradfun/yadif build with mmx/sse disabled These …
(edit) @cbd9b2f9   12 years martin snow: remove the runs[] VLA. Signed-off-by: Martin Storsjö …
(edit) @4d8516fd   12 years martin snow: Check mallocs at init Signed-off-by: Martin Storsjö …
(edit) @4719ea7e   12 years mans flacdec: remove redundant setting of avctx->sample_fmt Signed-off-by: …
(edit) @5e745cef   12 years anton asfdec: read attached pictures.
(edit) @728d2afa   12 years anton apetag: reindent
(edit) @02a951b9   12 years anton apetag: export attached covers as video streams.
(edit) @b72767df   12 years anton apetag: fix the amount of data read from binary tags. Substract the …
(edit) @f2e175c7   12 years anton apetag: make sure avio_get_str() doesn't read more than it should.
(edit) @a02b8c69   12 years anton mov: read itunes cover art.
(edit) @58e57c30   12 years mans snow: remove VLA in mc_block() Signed-off-by: Mans Rullgard …
(edit) @ff8f8dfb   12 years martin intfloat: Don't use designated initializers in the public headers …
(edit) @33bb63c   12 years martin snow: remove a VLA. Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @4aad316b   12 years diego doc: Remind devs to check return values, especially for malloc() et al
(edit) @edf35d83   12 years kostya.shishkov MS ATC Screen (aka MSS3) decoder
(edit) @a87b17f3   12 years mans vf_yadif: move x86 init code to x86/yadif.c Signed-off-by: Mans …
(edit) @2f0accf1   12 years mans vf_gradfun: move x86 init code to x86/gradfun.c Signed-off-by: Mans …
(edit) @fc31508e   12 years martin roqvideo: Remove a totally unused dspcontext Signed-off-by: Martin …
(edit) @779f8bc   12 years mans smacker: remove some unused code This removes some code apparently …
(edit) @d55e5e6b   12 years mans dsicin: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @3c928477   12 years mans aacdec: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @800ab1ba   12 years mans rl2: remove dead assignment Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @1c2c64ed   12 years mans proresenc: make a variable local to the loop where it is used This …
(edit) @4ca6d206   12 years mans alsdec: remove dead assignments Signed-off-by: Mans Rullgard …
(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) @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) @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) @4f2c846d   12 years martin attributes: Add a definition of av_always_inline for MSVC …
(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) @f2fd1678   12 years mans x86: vc1: fix and enable optimised loop filter The problem is that …
(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) @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) @b92c7ee6   12 years lu_zero flv: add support for G.711 Signed-off-by: Luca Barbato …
(edit) @433492ac   12 years diego doc: git: Add checklist with test steps to perform before pushing
(edit) @1cb34ea4   12 years diego flvenc: K&R formatting cosmetics
(edit) @a1128225   12 years alex.converse movenc: Add channel layouts for PCM.
(edit) @15358ade   12 years kostya.shishkov mss1: validate number of changeable palette entries
(edit) @8f5d573a   12 years kostya.shishkov mss1: report palette changed when some additional colours were decoded
(edit) @a5bfa66d   12 years mans x86: fft: replace call to memcpy by a loop The function call was a …
(edit) @75d339e0   12 years martin udp: Support IGMPv3 source specific multicast and source blocking …
(edit) @fa845061   12 years martin dxva2: include dxva.h if found Apparently, some build environments …
(edit) @46df708b   12 years martin libm: Provide fallback definitions for isnan() and isinf() …
(edit) @ef882e46   12 years martin tcp: Pass NULL as hostname to getaddrinfo if the string is empty This …
(edit) @58f3e09e   12 years martin tcp: Set AI_PASSIVE when the socket will be used for listening …
Note: See TracRevisionLog for help on using the revision log.