source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @09a445ce   13 years lu_zero flvdec: initial stream switch support Codec change midstream gets …
(edit) @906f9dce   13 years lu_zero avplay: fix write on freed memory for rawvideo Do not assume avpacket …
(edit) @33895451   13 years martin snow: remove a VLA used for edge emulation Signed-off-by: Martin …
(edit) @fb93e61e   13 years mans x86: lavfi: fix gradfun/yadif build with mmx/sse disabled These …
(edit) @cbd9b2f9   13 years martin snow: remove the runs[] VLA. Signed-off-by: Martin Storsjö …
(edit) @4d8516fd   13 years martin snow: Check mallocs at init Signed-off-by: Martin Storsjö …
(edit) @4719ea7e   13 years mans flacdec: remove redundant setting of avctx->sample_fmt Signed-off-by: …
(edit) @5e745cef   13 years anton asfdec: read attached pictures.
(edit) @728d2afa   13 years anton apetag: reindent
(edit) @02a951b9   13 years anton apetag: export attached covers as video streams.
(edit) @b72767df   13 years anton apetag: fix the amount of data read from binary tags. Substract the …
(edit) @f2e175c7   13 years anton apetag: make sure avio_get_str() doesn't read more than it should.
(edit) @a02b8c69   13 years anton mov: read itunes cover art.
(edit) @58e57c30   13 years mans snow: remove VLA in mc_block() Signed-off-by: Mans Rullgard …
(edit) @ff8f8dfb   13 years martin intfloat: Don't use designated initializers in the public headers …
(edit) @33bb63c   13 years martin snow: remove a VLA. Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @4aad316b   13 years diego doc: Remind devs to check return values, especially for malloc() et al
(edit) @edf35d83   13 years kostya.shishkov MS ATC Screen (aka MSS3) decoder
(edit) @a87b17f3   13 years mans vf_yadif: move x86 init code to x86/yadif.c Signed-off-by: Mans …
(edit) @2f0accf1   13 years mans vf_gradfun: move x86 init code to x86/gradfun.c Signed-off-by: Mans …
(edit) @fc31508e   13 years martin roqvideo: Remove a totally unused dspcontext Signed-off-by: Martin …
(edit) @779f8bc   13 years mans smacker: remove some unused code This removes some code apparently …
(edit) @d55e5e6b   13 years mans dsicin: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @3c928477   13 years mans aacdec: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @800ab1ba   13 years mans rl2: remove dead assignment Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @1c2c64ed   13 years mans proresenc: make a variable local to the loop where it is used This …
(edit) @4ca6d206   13 years mans alsdec: remove dead assignments Signed-off-by: Mans Rullgard …
(edit) @3893feec   13 years martin opt/eval: Include mathematics.h for NAN/INFINITY These files use …
(edit) @a1245d5c   13 years martin mathematics: Don't use division by zero in NAN/INFINITY macros Some …
(edit) @710bd8a3   13 years martin wma: Lower the maximum number of channels to 2 ff_wma_init is used …
(edit) @889c1ec4   13 years mans x86: cpu: clean up check for cpuid instruction support This adds …
(edit) @6263415   13 years mans ARM: generate position independent code to access data symbols This …
(edit) @ceabc13f   13 years rsbultje dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.
(edit) @e915674   13 years martin dnxhdenc: add space between function argument type and comment. …
(edit) @66a02159   13 years martin x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* …
(edit) @4f2c846d   13 years martin attributes: Add a definition of av_always_inline for MSVC …
(edit) @d3ed1c95   13 years martin cmdutils: Pass the actual chosen encoder to filter_codec_opts This …
(edit) @5a608a23   13 years martin os_support: Add fallback definitions for stat flags Mingw headers …
(edit) @cab2eb87   13 years martin os_support: Rename the poll fallback function to ff_poll The fallback …
(edit) @cdee08e3   13 years martin network: Check for struct pollfd We need to include winsock2.h here, …
(edit) @71078ad   13 years martin os_support: Don't compare a negative number against socket descriptors …
(edit) @5aff37d2   13 years martin os_support: Include all the necessary headers for the win32 open …
(edit) @f2fd1678   13 years mans x86: vc1: fix and enable optimised loop filter The problem is that …
(edit) @3b1ab197   13 years martin file: Only include unistd.h if it exists It is included for the …
(edit) @f9851130   13 years martin random_seed: Only read /dev/*random if we have unistd.h unistd.h is …
(edit) @e312fcde   13 years martin doc: Indicate that RTMPT is natively implemented in libavformat …
(edit) @dfb57fc5   13 years martin rtpdec: Don't explicitly include unistd.h any longer unistd.h used to …
(edit) @b92c7ee6   13 years lu_zero flv: add support for G.711 Signed-off-by: Luca Barbato …
(edit) @433492ac   13 years diego doc: git: Add checklist with test steps to perform before pushing
(edit) @1cb34ea4   13 years diego flvenc: K&R formatting cosmetics
(edit) @a1128225   13 years alex.converse movenc: Add channel layouts for PCM.
(edit) @15358ade   13 years kostya.shishkov mss1: validate number of changeable palette entries
(edit) @8f5d573a   13 years kostya.shishkov mss1: report palette changed when some additional colours were decoded
(edit) @a5bfa66d   13 years mans x86: fft: replace call to memcpy by a loop The function call was a …
(edit) @75d339e0   13 years martin udp: Support IGMPv3 source specific multicast and source blocking …
(edit) @fa845061   13 years martin dxva2: include dxva.h if found Apparently, some build environments …
(edit) @46df708b   13 years martin libm: Provide fallback definitions for isnan() and isinf() …
(edit) @ef882e46   13 years martin tcp: Pass NULL as hostname to getaddrinfo if the string is empty This …
(edit) @58f3e09e   13 years martin tcp: Set AI_PASSIVE when the socket will be used for listening …
(edit) @c29c1a1b   13 years anton avconv: add an assert to silence an uninitialized variable warning. …
(edit) @74853ed3   13 years anton avconv: shut up an uninitialized variable warning. The warning …
(edit) @61d158c   13 years anton avfiltergraph: shut up uninitialized variable warning. The warning …
(edit) @fd2784c   13 years anton af_join: initialize a variable to shut up gcc warning. The warning …
(edit) @422008ac   13 years anton amix: fix format specifier for AVFilterLink.sample_rate. It is a …
(edit) @1a49a169   13 years anton lavfi: make filters less verbose.
(edit) @ce0a9756   13 years anton mpc8: read APE tags.
(edit) @acd9948e   13 years justin.ruggles lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes Changed to …
(edit) @15333562   13 years mans libm: provide fallback definition for cbrtf() using powf() This adds …
(edit) @4b1b1449   13 years martin network: Don't redefine error codes if they already exist in errno.h …
(edit) @e64bceea   13 years martin configure: Check for sys/time.h Apparently this include is needed on …
(edit) @39dba5aa   13 years martin network: Include unistd.h from network.h This heaader is required for …
(edit) @b8c632a7   13 years anton avconv: don't include vsrc_buffer.h, which doesn't exist anymore
(edit) @83ba223   13 years anton lavfi: reorder AVFilterLink fields. Move private fields to the …
(edit) @f892013   13 years anton lavfi: reorder AVFilterContext fields. Place related fields together, …
(edit) @9618080   13 years anton lavfi: reorder AVFilter fields. Place related fields together, remove …
(edit) @f14e6856   13 years anton lavfi: reorder AVFilterBufferRef fields. Place related fields …
(edit) @cb81e291   13 years anton lavfi: reorder AVFilterBuffer fields. Place related fields together, …
(edit) @1961e46c   13 years anton lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
(edit) @5e88b96f   13 years anton lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
(edit) @205e9024   13 years anton lavfi: use proper FF_API guards for different deprecated functions
(edit) @0b3b9581   13 years anton lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
(edit) @6c1e065b   13 years anton lavfi: remove disabled FF_API_SAMPLERATE64 cruft
(edit) @8d900aa4   13 years anton lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
(edit) @a5e8c41c   13 years anton lavfi: remove 'opaque' parameter from AVFilter.init() It is not used …
(edit) @fbcaceb1   13 years anton mov: do not try to read total disc/track number if data atom is too …
(edit) @19ad5673   13 years anton avconv: fix -force_key_frames parse_forced_keyframes() relies in …
(edit) @ea1c5011   13 years martin dxva2_h264: fix signaling of mbaff frames The MBAFF flag may only be …
(edit) @05953348   13 years mans x86: fft: elf64: fix PIC build In a 64-bit PIC build, external …
(edit) @246154a9   13 years martin log: Include io.h on windows This is required for isatty, which …
(edit) @14a34d9   13 years justin.ruggles lavr: x86: merge some branches
(edit) @963cdf39   13 years mans x86: cpu: whitespace (mostly) cosmetics This adds whitespace around …
(edit) @8725da49   13 years mans x86: fft: win64: fix stack alignment for memcpy() call
(edit) @dc538580   13 years martin wtv: Check the return value from gmtime On MSVC, gmtime returns NULL …
(edit) @82992604   13 years mans x86: fft: convert sse inline asm to yasm
(edit) @8123e090   13 years mans x86: place some inline asm under #if HAVE_INLINE_ASM Signed-off-by: …
(edit) @145a8096   13 years martin log: Only include unistd.h if configure found it MSVC has isatty (in …
(edit) @980e65f1   13 years anton ape: create audio stream before reading tags. Tags may contain …
(edit) @a7b8ff94   13 years anton mov: make a length variable larger. Right now, it's uint16_t, but for …
(edit) @f57d2f5   13 years anton image2: Add "start_number" private option to the demuxer Currently if …
(edit) @b5bce20c   13 years anton image2: Add "start_number" private option to the muxer This adds the …
Note: See TracRevisionLog for help on using the revision log.