source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @1c2c64e   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 …
(edit) @c29c1a1b   12 years anton avconv: add an assert to silence an uninitialized variable warning. …
(edit) @74853ed3   12 years anton avconv: shut up an uninitialized variable warning. The warning …
(edit) @61d158c   12 years anton avfiltergraph: shut up uninitialized variable warning. The warning …
(edit) @fd2784c   12 years anton af_join: initialize a variable to shut up gcc warning. The warning …
(edit) @422008ac   12 years anton amix: fix format specifier for AVFilterLink.sample_rate. It is a …
(edit) @1a49a169   12 years anton lavfi: make filters less verbose.
(edit) @ce0a9756   12 years anton mpc8: read APE tags.
(edit) @acd9948e   12 years justin.ruggles lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes Changed to …
(edit) @15333562   12 years mans libm: provide fallback definition for cbrtf() using powf() This adds …
(edit) @4b1b1449   12 years martin network: Don't redefine error codes if they already exist in errno.h …
(edit) @e64bceea   12 years martin configure: Check for sys/time.h Apparently this include is needed on …
(edit) @39dba5aa   12 years martin network: Include unistd.h from network.h This heaader is required for …
(edit) @b8c632a7   12 years anton avconv: don't include vsrc_buffer.h, which doesn't exist anymore
(edit) @83ba223   12 years anton lavfi: reorder AVFilterLink fields. Move private fields to the …
(edit) @f892013   12 years anton lavfi: reorder AVFilterContext fields. Place related fields together, …
(edit) @9618080   12 years anton lavfi: reorder AVFilter fields. Place related fields together, remove …
(edit) @f14e6856   12 years anton lavfi: reorder AVFilterBufferRef fields. Place related fields …
(edit) @cb81e291   12 years anton lavfi: reorder AVFilterBuffer fields. Place related fields together, …
(edit) @1961e46c   12 years anton lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
(edit) @5e88b96f   12 years anton lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
(edit) @205e9024   12 years anton lavfi: use proper FF_API guards for different deprecated functions
(edit) @0b3b9581   12 years anton lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
(edit) @6c1e065b   12 years anton lavfi: remove disabled FF_API_SAMPLERATE64 cruft
(edit) @8d900aa4   12 years anton lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
(edit) @a5e8c41c   12 years anton lavfi: remove 'opaque' parameter from AVFilter.init() It is not used …
(edit) @fbcaceb1   12 years anton mov: do not try to read total disc/track number if data atom is too …
(edit) @19ad5673   12 years anton avconv: fix -force_key_frames parse_forced_keyframes() relies in …
(edit) @ea1c5011   12 years martin dxva2_h264: fix signaling of mbaff frames The MBAFF flag may only be …
(edit) @05953348   12 years mans x86: fft: elf64: fix PIC build In a 64-bit PIC build, external …
(edit) @246154a9   12 years martin log: Include io.h on windows This is required for isatty, which …
(edit) @14a34d9   12 years justin.ruggles lavr: x86: merge some branches
(edit) @963cdf39   12 years mans x86: cpu: whitespace (mostly) cosmetics This adds whitespace around …
(edit) @8725da49   12 years mans x86: fft: win64: fix stack alignment for memcpy() call
(edit) @dc538580   12 years martin wtv: Check the return value from gmtime On MSVC, gmtime returns NULL …
(edit) @82992604   12 years mans x86: fft: convert sse inline asm to yasm
(edit) @8123e090   12 years mans x86: place some inline asm under #if HAVE_INLINE_ASM Signed-off-by: …
(edit) @145a8096   12 years martin log: Only include unistd.h if configure found it MSVC has isatty (in …
(edit) @980e65f1   12 years anton ape: create audio stream before reading tags. Tags may contain …
(edit) @a7b8ff94   12 years anton mov: make a length variable larger. Right now, it's uint16_t, but for …
(edit) @f57d2f5   12 years anton image2: Add "start_number" private option to the demuxer Currently if …
(edit) @b5bce20c   12 years anton image2: Add "start_number" private option to the muxer This adds the …
(edit) @fd269d62   12 years anton avconv: remove a forgotten debugging printf.
(edit) @df98bf22   12 years anton avconv: use more descriptive names for hardcoded filters. Also ensure …
(edit) @6fc7d9a0   12 years anton avconv: remove redundant handling of async. Because of a mistake …
(edit) @7a8059eb   12 years anton doc/filters: fix typo.
(edit) @0b6f9736   12 years mans h264: use asm cabac reader under a generic condition This removes a …
(edit) @fe07c9c6   12 years diego x86: Only use optimizations with cmov if the CPU supports the instruction
(edit) @65345a5a   12 years diego x86: Add CPU flag for the i686 cmov instruction
(edit) @29686d6e   12 years mans x86: remove unused inline asm macros from dsputil_mmx.h …
(edit) @685f5438   12 years mans x86: move some inline asm macros to the only places they are used …
(edit) @41e637e4   12 years alex.converse lavfi: Add the af_channelmap audio channel mapping filter. Inspired …
(edit) @dc07fb6f   12 years anton lavfi: add join audio filter. It joins multiple input streams into …
(edit) @f75be985   12 years anton lavfi: allow audio filters to request a given number of samples. This …
(edit) @58b049f2   12 years anton lavfi: support automatically inserting the fifo filter when needed. …
(edit) @fa066239   12 years anton lavfi/audio: eliminate ff_default_filter_samples(). It currently does …
(edit) @9ee3334   12 years anton libspeexenc: add supported sample rates and channel layouts.
Note: See TracRevisionLog for help on using the revision log.