|
|
|
@c3f07903
|
14 years |
michaelni |
swscale: reformat x86/swscale_template.c.
Interleave macros and code …
|
|
|
@1dbf40c3
|
14 years |
michaelni |
swscale: remove duplicate mmx/mmx2 functions if they are identical.
|
|
|
@264dcc6
|
14 years |
michaelni |
swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().
This …
|
|
|
@f2a3b230
|
14 years |
michaelni |
swscale: remove if(full_chr_int) from yuv2packed1().
If that flag is …
|
|
|
@835ab920
|
14 years |
michaelni |
swscale: remove if(accurate_rnd) branch from functions.
|
|
|
@2b04858a
|
14 years |
michaelni |
swscale: revive SWS_CPU_CAPS until next major bump.
|
|
|
@11f2eae2
|
14 years |
michaelni |
swscale: Remove commented-out printf cruft.
|
|
|
@5501afa6
|
14 years |
michaelni |
Export PCR pid
|
|
|
@24adef14
|
14 years |
michaelni |
Export more transport stream information.
with minor addition to the …
|
|
|
@fa12fb3b
|
14 years |
michaelni |
Output MPEG-TS stream identifiers.
with changes by michael to simplify API
|
|
|
@8381ab14
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (29 …
|
|
|
@79aeade6
|
14 years |
mans |
ARM: disable ff_vector_fmul_vfp on VFPv3 systems
This function uses …
|
|
|
@93eb8e4d
|
14 years |
mans |
ARM: check for VFPv3
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@5a5a0f16
|
14 years |
diego |
swscale: Remove unused variables in x86 code.
…
|
|
|
@7eae0110
|
14 years |
diego |
doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
|
|
|
@5e528cf
|
14 years |
diego |
x86: Add appropriate ifdefs around certain AVX functions.
nasm …
|
|
|
@faf8d3dd
|
14 years |
rsbultje |
cmdutils: use sws_freeContext() instead of av_freep().
…
|
|
|
@389e2000
|
14 years |
rsbultje |
swscale: delay allocation of formatConvBuffer().
That means it won't …
|
|
|
@f327bfa
|
14 years |
rsbultje |
swscale: fix build with --disable-swscale-alpha.
|
|
|
@28734ac9
|
14 years |
martin |
movenc: Deprecate the global RTP hinting flag, use a private AVOption …
|
|
|
@91e3a25e
|
14 years |
martin |
movenc: Add an AVClass for setting muxer specific options
…
|
|
|
@b8773e44
|
14 years |
michaelni |
libdc1394: choose best video mode and rate based on camera capabilities.
|
|
|
@ea7e318f
|
14 years |
michaelni |
Remove support for libdc1394 < 2.0.
Versions >= 2.0 have been around …
|
|
|
@87ababd
|
14 years |
michaelni |
avopt: fix segfault
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9f5d4502
|
14 years |
rsbultje |
swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
|
|
|
@041dbd3c
|
14 years |
michaelni |
swscale: dont loose precission on RGB/BGR48 input, that is dont drop …
|
|
|
@f642982c
|
14 years |
michaelni |
patch checklist: suggest --disable-yasm test.
Signed-off-by: Michael …
|
|
|
@6b899e16
|
14 years |
stefano.sabatini-lala |
lavdev: prefer the inclusion of avdevice.h over that of …
|
|
|
@e48993e3
|
14 years |
stefano.sabatini-lala |
lavdev: include libavformat/avformat.h in avdevice.h
The header is …
|
|
|
@ec76ef5
|
14 years |
stefano.sabatini-lala |
fate.txt: replace FATE rsync command with a make command
Remove …
|
|
|
@6348a96c
|
14 years |
lu_zero |
configure: report yasm/nasm presence properly
If the secondary …
|
|
|
@ebb6b27a
|
14 years |
lu_zero |
tcp: make connect() timeout properly
The connect() timeout can take …
|
|
|
@fa4924a3
|
14 years |
anton |
rawdec: factor video demuxer definitions into a macro.
|
|
|
@4779f593
|
14 years |
anton |
rtspdec: add initial_pause private option.
Deprecate corresponding …
|
|
|
@89d1b7f
|
14 years |
anton |
lavf: deprecate AVFormatParameters.width/height.
|
|
|
@06d8c9e5
|
14 years |
anton |
tty: add video_size private option.
|
|
|
@973f686a
|
14 years |
anton |
rawdec: add video_size private option.
|
|
|
@724a900c
|
14 years |
anton |
x11grab: add video_size private option.
|
|
|
@3102fb03
|
14 years |
anton |
x11grab: factorize returning error codes.
|
|
|
@3e15ea21
|
14 years |
anton |
vfwcap: add video_size private option.
|
|
|
@8fe7b644
|
14 years |
anton |
v4l2: add video_size private option.
|
|
|
@82b5aa0a
|
14 years |
anton |
v4l2: factorize returning error codes.
This will be useful in the …
|
|
|
@fd48620e
|
14 years |
anton |
libdc1394: add video_size private option.
|
|
|
@284bac2e
|
14 years |
anton |
libdc1394: return meaninful error codes.
|
|
|
@33e03696
|
14 years |
anton |
bktr: add video_size private option.
|
|
|
@3577416
|
14 years |
anton |
bktr: factorize returning error codes.
This will be useful in the …
|
|
|
@5e0dafe8
|
14 years |
michaelni |
Fix memleak
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@28768579
|
14 years |
michaelni |
Fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@152d351
|
14 years |
michaelni |
Remove specific note when not specific
Signed-off-by: Michael …
|
|
|
@5918d167
|
14 years |
michaelni |
Minor cleanup in libx264.c
Not needed as overwritten later on (look …
|
|
|
@2660e9e1
|
14 years |
michaelni |
Add metadata conversion table to the wav demuxer
Signed-off-by: …
|
|
|
@027264cb
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (31 …
|
|
|
@701012d6
|
14 years |
Carl Eugen Hoyos |
Fix 32bit rawvideo in avi on big-endian.
|
|
|
@86f86877
|
14 years |
alex.converse |
id3v2: Check malloc result. ID3v2 tags can be very large.
|
|
|
@40a5dd2
|
14 years |
alex.converse |
id3v2: Initialize tflags for version 2.2.
|
|
|
@a138121b
|
14 years |
michaelni |
webm: Additional options/presets for VP8 encodes under FFmpeg
|
|
|
@094aa84b
|
14 years |
michaelni |
muxers: Add a flag to mark muxers that allow (non strict) monotone …
|
|
|
@2b6bfff2
|
14 years |
michaelni |
swscale: Do not loose precission on yuv values after rgb->yuv.
…
|
|
|
@5655469e
|
14 years |
michaelni |
libx264: support aspect Ratio Switch
|
|
|
@ca7d8256
|
14 years |
mans |
ARM: add ARMv6 optimised av_clip_uintp2
Signed-off-by: Mans Rullgard …
|
|
|
@77cd6efc
|
14 years |
mans |
ARM: remove volatile from asm statements in libavutil/intmath
The …
|
|
|
@74cc8c52
|
14 years |
mans |
ARM: fix av_clipl_int32_arm()
Signed-off-by: Mans Rullgard …
|
|
|
@3d96c13e
|
14 years |
anton |
v4l: include avdevice.h
Fixes build.
|
|
|
@e2d7dc87
|
14 years |
anton |
ffserver: move close_connection() call to avoid a temporary string and …
|
|
|
@9749cdf
|
14 years |
anton |
lavf: initialize demuxer private options.
|
|
|
@6c117d43
|
14 years |
anton |
AVOptions: set string default values.
|
|
|
@7e637b70
|
14 years |
Reimar.Doeffinger |
Fix compilation with YASM/NASM versions not supporting AVX.
|
|
|
@aaea1490
|
14 years |
anton |
lavdevice: mark v4l for removal on next major bump.
|
|
|
@93681fbd
|
14 years |
rsbultje |
swscale: fix compile on ppc.
|
|
|
@e758573a
|
14 years |
rsbultje |
swscale: fix compile on x86-32.
|
|
|
@59748689
|
14 years |
diego |
build: Remove generated .version file on distclean.
|
|
|
@e14574eb
|
14 years |
diego |
configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.
The flag is …
|
|
|
@25101cf5
|
14 years |
diego |
doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
|
|
|
@6c6c976f
|
14 years |
diego |
ffplay: Remove disabled code.
|
|
|
@e1694285
|
14 years |
diego |
Mark parameterless function declarations as 'void'.
|
|
|
@48520772
|
14 years |
rsbultje |
swscale: use av_clip_uint8() in yuv2yuv1_c().
|
|
|
@0f4eb8b0
|
14 years |
rsbultje |
swscale: remove VOF/VOFW.
|
|
|
@b4a224c5
|
14 years |
rsbultje |
swscale: split chroma buffers into separate U/V planes.
Preparatory …
|
|
|
@69645c02
|
14 years |
rsbultje |
swscale: replace formatConvBuffer[VOF] by allocated array.
This …
|
|
|
@522d65ba
|
14 years |
rsbultje |
rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
Many …
|
|
|
@836b82e3
|
14 years |
rsbultje |
swscale: reindent h[cy]scale_fast() and updateDitherTables().
|
|
|
@e2bad983
|
14 years |
rsbultje |
swscale: reformat x86/swscale_template.c.
Interleave macros and code …
|
|
|
@71d9c33c
|
14 years |
rsbultje |
swscale: remove duplicate mmx/mmx2 functions if they are identical.
|
|
|
@acb96bc
|
14 years |
rsbultje |
swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().
This …
|
|
|
@b6cac9b3
|
14 years |
rsbultje |
swscale: remove if(full_chr_int) from yuv2packed1().
If that flag is …
|
|
|
@2159a245
|
14 years |
rsbultje |
swscale: remove if(accurate_rnd) branch from functions.
|
|
|
@db3262b7
|
14 years |
siretart |
ffserver: Fix a null pointer dereference as a result of the …
|
|
|
@2341c97e
|
14 years |
anton |
libdc1394: fix compilation.
Add a forgotten comma and move …
|
|
|
@c7a973e4
|
14 years |
anton |
swscale: revive SWS_CPU_CAPS until next major bump.
|
|
|
@00931991
|
14 years |
diego |
swscale: Remove commented-out printf cruft.
|
|
|
@39e4206d
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (32 …
|
|
|
@478455d6
|
14 years |
justin.ruggles |
ac3enc: initialize all coefficients to zero.
Uninitialized …
|
|
|
@189db9c9
|
14 years |
michaelni |
ffv1: fix 16bits multithreading
fixes ticket237
Signed-off-by: …
|
|
|
@a2ee2843
|
14 years |
diego |
doc: create separate section for audio encoders
Having a separate …
|
|
|
@6f7a280e
|
14 years |
diego |
swscale: Remove orphaned, commented-out function declaration.
|
|
|
@7dc303a6
|
14 years |
diego |
swscale: Eliminate rgb24toyv12_c() duplication.
Signed-off-by: …
|
|
|
@feae7ad2
|
14 years |
michaelni |
mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error …
|
|
|
@7a54eda
|
14 years |
michaelni |
Fail when lowres value is lower than 0
The attached patch fixes the …
|
|
|
@8c51620f
|
14 years |
alex.converse |
Remove h263_msmpeg4 from MpegEncContext.
It was long ago superseded …
|
|
|
@19a686b8
|
14 years |
alex.converse |
APIchanges: Fill in git hash for fps_probe_size (30315a8)
|
|
|