|
|
|
@b479e016
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Revert …
|
|
|
@6ba2505
|
13 years |
michaelni |
utvideo: remove ff_thread_finish_setup, it isn't needed at all
…
|
|
|
@787528b4
|
13 years |
Reimar.Doeffinger |
Detect theora keyframes by content in Ogg demuxer.
A lot of files do …
|
|
|
@6833fe43
|
13 years |
michaelni |
ffv1: PIX_FMT_GRAY16 support
Signed-off-by: Paul B Mahol …
|
|
|
@d4385299
|
13 years |
michaelni |
DNxHD: remove ff_thread_finish_setup, it isn't needed at all.
Should …
|
|
|
@f491f033
|
13 years |
stefasab |
ffmpeg: document the unit for the -fs option parameter
|
|
|
@b7d45d0b
|
13 years |
stefasab |
lavfi: add setfield filter
|
|
|
@e8a06b14
|
13 years |
stefasab |
lavf/4xm: use proper error codes
|
|
|
@d016d307
|
13 years |
anton |
Revert "v210enc: use FFALIGN()"
FFALIGN doesn't work with …
|
|
|
@32f3c541
|
13 years |
diego |
doxygen: Do not include license boilerplates in Doxygen comment blocks.
|
|
|
@ec1f3cab
|
13 years |
justin.ruggles |
avplay: reset decoder flush state when seeking
Fixes seeking after …
|
|
|
@f1c3d4a6
|
13 years |
justin.ruggles |
ape: skip packets with invalid size
|
|
|
@ac3f8d31
|
13 years |
justin.ruggles |
ape: calculate final packet size instead of guessing
Calculates based …
|
|
|
@c2c31615
|
13 years |
justin.ruggles |
ape: stop reading after the last frame has been read
This avoids …
|
|
|
@66f7be36
|
13 years |
justin.ruggles |
ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
|
|
|
@1bc035bc
|
13 years |
justin.ruggles |
ape: return error if seeking to the current packet fails in …
|
|
|
@9814974d
|
13 years |
diego |
avcodec: Clarify AVFrame member documentation.
Signed-off-by: Diego …
|
|
|
@2cbe9121
|
13 years |
stefasab |
doc/filters.texi: use multiple @example blocks for distinct examples …
|
|
|
@23534d0c
|
13 years |
stefasab |
doc/filters.texi: prefer @example over the unsupported @math for …
|
|
|
@3fa9ace3
|
13 years |
stefasab |
doc/filters.texi: merge setdar and setsar documentation
Most of the …
|
|
|
@70ffda32
|
13 years |
stefasab |
lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect …
|
|
|
@1ca0812d
|
13 years |
stefasab |
ffprobe: fix typo in ESCAPE_CHECK_SIZE
|
|
|
@3cc0353f
|
13 years |
anton |
v210dec: check for coded_frame allocation failure
Signed-off-by: Paul …
|
|
|
@986c1c48
|
13 years |
anton |
v210enc: use stride as it is already calculated
Signed-off-by: Paul B …
|
|
|
@7ad1b612
|
13 years |
anton |
v210enc: use FFALIGN()
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@b5f50da5
|
13 years |
anton |
v210enc: return proper AVERROR codes instead of -1
Signed-off-by: …
|
|
|
@66fa2a1f
|
13 years |
anton |
v210enc: do not set coded_frame->key_frame
It is already set in …
|
|
|
@d73466f8
|
13 years |
anton |
v210enc: check for coded_frame allocation failure
Signed-off-by: Paul …
|
|
|
@e496c45d
|
13 years |
anton |
drawtext: add 'fix_bounds' option on coords fixing
Before, drawtext …
|
|
|
@2b43dfce
|
13 years |
anton |
drawtext: fix text_{w, h} expression vars
Before, {text_,}{w,h} vars …
|
|
|
@e81e0b99
|
13 years |
michaelni |
cache: fix "warning: passing argument 2 of ‘av_tempfile’ from …
|
|
|
@8d756c0d
|
13 years |
michaelni |
fix "warning: variable ‘cflags’ set but not used"
Signed-off-by: …
|
|
|
@66792717
|
13 years |
michaelni |
avio: Fix "warning: initialization from incompatible pointer type"
…
|
|
|
@ef511d8a
|
13 years |
Carl Eugen Hoyos |
changelog: fix typo
|
|
|
@b8d78175
|
13 years |
Carl Eugen Hoyos |
v408: do not unconditionally compile codecs
|
|
|
@bb9c8d94
|
13 years |
Carl Eugen Hoyos |
Add v408 / AYUV encoder and decoder.
Fixes last part of ticket #470.
…
|
|
|
@5fa1a1d
|
13 years |
Carl Eugen Hoyos |
Support YV12 from video4linux2 devices.
Reviewed-by: Luca Abeni
|
|
|
@42ae83c1
|
13 years |
Carl Eugen Hoyos |
Allow muxing VP6A into flv.
Reviewed-by: James Zern
|
|
|
@8162c6f0
|
13 years |
Reimar.Doeffinger |
oggdec: add missing ogg_reset on seek.
It would never be called when …
|
|
|
@1b0dc96f
|
13 years |
Reimar.Doeffinger |
oggdec: fix keyframe seeking when granule_is_start is 0.
In this …
|
|
|
@e7f0bc8c
|
13 years |
anton |
drawtext: add missing braces around an if() block.
Prevents …
|
|
|
@982783ac
|
13 years |
michaelni |
ffmpeg: document avi special case
Signed-off-by: Michael Niedermayer …
|
|
|
@bfb5ba84
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ape: …
|
|
|
@7e850f1c
|
13 years |
michaelni |
dwt: fix about a dozen "warning: assignment from incompatible pointer …
|
|
|
@2453ca49
|
13 years |
michaelni |
dwt: fix a dozen or so "warning: initialization from incompatible …
|
|
|
@861aa9e7
|
13 years |
michaelni |
mpegaudiodec: remove unused variable
Signed-off-by: Michael …
|
|
|
@86b57e4e
|
13 years |
justin.ruggles |
ape: fix seeking
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@d3f912c1
|
13 years |
michaelni |
adler32: add comment for the SIMD code
Signed-off-by: Michael …
|
|
|
@26585d2a
|
13 years |
michaelni |
adler32: rewrite using integer SIMD.
about twice as fast as before. …
|
|
|
@5b010359
|
13 years |
Reimar.Doeffinger |
Remove warning about Ogg skeleton v4.
We can handle v4 just fine, the …
|
|
|
@b60620bf
|
13 years |
justin.ruggles |
apedec: 8bit and 24bit support
Signed-off-by: Paul B Mahol …
|
|
|
@785d8a38
|
13 years |
Clément Bœsch |
fate: use compression level 0 for flashsv2 tests.
Output sizes …
|
|
|
@d7b542ae
|
13 years |
Reimar.Doeffinger |
Fix potential infinite discard loop.
Fixes trac issue #438.
Seeking …
|
|
|
@7f8027b7
|
13 years |
michaelni |
adler32: avoid "too big" check in the inner loop
Signed-off-by: …
|
|
|
@25f35df1
|
13 years |
michaelni |
xvid_rc: check that write() succeeded.
Signed-off-by: Michael …
|
|
|
@3b46daa3
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@670229ef
|
13 years |
michaelni |
apedec: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@f57ab7ed
|
13 years |
michaelni |
zmbv: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@58dabf7b
|
13 years |
Reimar.Doeffinger |
Fix png decoding on x86.
Line sizes are only 8-byte aligned, so use …
|
|
|
@6f1a5e8d
|
13 years |
justin.ruggles |
dsputil: remove debug message in dsputil_init().
…
|
|
|
@da1ba4e8
|
13 years |
Reimar.Doeffinger |
Fix NASM compilation.
movd needs explicit register size prefix for …
|
|
|
@ed3c0fe8
|
13 years |
michaelni |
Remove some warnings when compiling with mingw (mingw-w64, 32 bits)
…
|
|
|
@29a20ac4
|
13 years |
alex.converse |
movdec: Avoid av_malloc(0) in stss
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@1f0fa80
|
13 years |
michaelni |
dshow: use DirectShow information to set time_base
Fixes build after …
|
|
|
@c9e5acad
|
13 years |
michaelni |
dshow: fix AVInputFormat declaration after ABI breakage
…
|
|
|
@58fc7400
|
13 years |
diego |
build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
FFT code only appears in …
|
|
|
@7f2885bb
|
13 years |
diego |
build: Drop unused X86-OBJS variable.
|
|
|
@324fbadf
|
13 years |
anton |
avconv: remove debugging cruft from do_video_out().
|
|
|
@61a09968
|
13 years |
anton |
avconv: factorize setting stream_index for the output packet.
|
|
|
@d2afbd9a
|
13 years |
anton |
frame{crc/md5}: set the stream timebase from codec timebase.
Right …
|
|
|
@d77294c5
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@22c0babb
|
13 years |
justin.ruggles |
apedec: remove unneeded #include of get_bits.h and associated macro
|
|
|
@e416961
|
13 years |
justin.ruggles |
apedec: av_fast_malloc() instead of av_realloc()
av_realloc() does …
|
|
|
@0759c8eb
|
13 years |
justin.ruggles |
apedec: fix handling of packet sizes that are not a multiple of 4 bytes
|
|
|
@9477fa09
|
13 years |
Clément Bœsch |
lavu/timecode: use @see for URL in doxygen.
|
|
|
@174880f5
|
13 years |
Clément Bœsch |
lavfi/thumbnail: rename @url to @see.
@url isn't a valid Doxygen …
|
|
|
@e15e2a6d
|
13 years |
anton |
libx264: fix indentation.
|
|
|
@c853124f
|
13 years |
michaelni |
Use SECTION_TEXT instead of section .text for the compatibility
aout …
|
|
|
@9b9bf5ab
|
13 years |
michaelni |
ffv1: cosmetics: indentation
Signed-off-by: Paul B Mahol …
|
|
|
@24947d49
|
13 years |
rsbultje |
vorbis: fix overflows in floor1[] vector and inverse db table index.
|
|
|
@7e4d9d5d
|
13 years |
rsbultje |
win64: add a XMM clobber test configure option.
This will be useful …
|
|
|
@8c48652
|
13 years |
Clément Bœsch |
dct-test: remove odivx_idct_c dead prototype.
|
|
|
@89415b8e
|
13 years |
martin |
movdec: Parse the dvc1 atom
Normally, the actual payload data …
|
|
|
@cd2f98f3
|
13 years |
mans |
ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
This function was broken …
|
|
|
@148bc235
|
13 years |
diego |
swscale: K&R formatting cosmetics for Blackfin code
Also prettyprint …
|
|
|
@3f57bde1
|
13 years |
diego |
frwu: lowercase the FRWU codec name
This is more consistent with all …
|
|
|
@af0f8c09
|
13 years |
Carl Eugen Hoyos |
Cosmentics: Fix AVUI comment.
The codec contains no alpha information …
|
|
|
@7f19bdc2
|
13 years |
janne-libav |
movdec: fix dts generation in fragmented files
Do not use AVStream's …
|
|
|
@2c98f407
|
13 years |
mans |
fate: make acodec-ac3_fixed test output raw AC3
There is no point in …
|
|
|
@d50a4c4a
|
13 years |
Clément Bœsch |
lavfi/amerge: copy ref props after filtering samples.
This fixes …
|
|
|
@85c66793
|
13 years |
Clément Bœsch |
lavfi/pan: copy ref props after filtering samples.
At least PTS needs …
|
|
|
@c79eddaf
|
13 years |
Clément Bœsch |
lavfi/aconvert: use libswresample.
This commit also drops the planar …
|
|
|
@e96be840
|
13 years |
Clément Bœsch |
lavfi/aresample: use libswresample.
|
|
|
@9f0b0db0
|
13 years |
Clément Bœsch |
lavfi/aformat: use do..while(0) form for macro.
This avoids some …
|
|
|
@d055c328
|
13 years |
Clément Bœsch |
doc: document amerge filter as an alternative for the -map_channel …
|
|
|
@b90d79ec
|
13 years |
Clément Bœsch |
timecode: drop lavc timecode on next bump.
|
|
|
@6f551562
|
13 years |
Clément Bœsch |
dvenc: use new public timecode API.
|
|
|
@bf6e83a8
|
13 years |
Clément Bœsch |
mxfenc: use new public timecode API.
|
|
|
@e2407556
|
13 years |
Clément Bœsch |
gxfenc: use new public timecode API.
|
|
|
@d8804905
|
13 years |
Clément Bœsch |
mpeg12enc: use new public timecode API.
|
|
|