|
|
|
@38d55332
|
13 years |
anton |
pixdesc: mark pseudopaletted formats with a special flag.
This makes …
|
|
|
@8e37038a
|
13 years |
anton |
avconv: switch to avcodec_encode_video2().
|
|
|
@06484d0b
|
13 years |
anton |
libx264: implement encode2().
|
|
|
@05d69922
|
13 years |
anton |
libx264: split extradata writing out of encode_nals().
This is done …
|
|
|
@52f82a11
|
13 years |
anton |
lavc: add avcodec_encode_video2() that encodes from an AVFrame -> …
|
|
|
@21d0d1d6
|
13 years |
rsbultje |
cmdutils: update copyright year to 2012.
|
|
|
@783487ae
|
13 years |
rsbultje |
swscale: sign-extend integer function argument to qword on x86-64.
|
|
|
@166f3993
|
13 years |
rsbultje |
x86inc: support yasm -f win64 flag also.
This sets OUTPUT_FORMAT …
|
|
|
@ce1e250e
|
13 years |
rsbultje |
h264: manually save/restore XMM registers for functions using …
|
|
|
@9cf73853
|
13 years |
rsbultje |
x86inc: allow manual use of WIN64_SPILL_XMM.
Functions using INIT_MMX …
|
|
|
@314af0ff
|
13 years |
alex.converse |
aacdec: Use correct speaker order for 7.1.
The spec says the …
|
|
|
@8ece266
|
13 years |
alex.converse |
aacdec: Remove incorrect comment.
It was only correct when element …
|
|
|
@e600a1e4
|
13 years |
alex.converse |
aacdec: Simplify output configuration.
|
|
|
@0144fe69
|
13 years |
diego |
Remove Sun medialib glue code.
It is obscure, most likely unused and …
|
|
|
@9b027c0d
|
13 years |
rsbultje |
dsputil: set STRIDE_ALIGN to 16 for x86 also.
This fixes crashes in …
|
|
|
@4ff6dea3
|
13 years |
rsbultje |
pngdsp: swap argument inversion.
|
|
|
@ef1c785f
|
13 years |
rsbultje |
swscale: make yuv2yuv1 use named registers.
|
|
|
@3206cccc
|
13 years |
rsbultje |
h264: mark h264_idct_add8_10 with number of XMM registers.
This fixes …
|
|
|
@b7542dd3
|
13 years |
rsbultje |
swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV …
|
|
|
@fb90785e
|
13 years |
rsbultje |
vp8: always update next_framep[] before returning from decode_frame(). …
|
|
|
@722410ad
|
13 years |
anton |
avconv: estimate next_dts from framerate if it is set.
|
|
|
@b34856a1
|
13 years |
anton |
avconv: better next_dts usage.
next_dts is used for estimating the …
|
|
|
@23576b3f
|
13 years |
anton |
avconv: rename InputStream.pts to last_dts.
It more accurately …
|
|
|
@6e983902
|
13 years |
anton |
avconv: reduce overloading for InputStream.pts.
It currently has …
|
|
|
@3101bb66
|
13 years |
anton |
avconv: rename InputStream.next_pts to next_dts.
It's used to predict …
|
|
|
@1270e12e
|
13 years |
anton |
avconv: rework -t handling for encoding.
Current code compares the …
|
|
|
@c9af8326
|
13 years |
anton |
avconv: set encoder timebase for subtitles.
The actual number …
|
|
|
@4be1d7dc
|
13 years |
anton |
pva-demux test: add -vn
The output is obviously not supposed to …
|
|
|
@06b320a
|
13 years |
diego |
swscale: K&R formatting cosmetics for SPARC code
|
|
|
@37390d5c
|
13 years |
justin.ruggles |
apedec: allow the user to set the maximum number of output samples per …
|
|
|
@39575eea
|
13 years |
justin.ruggles |
apedec: do not unnecessarily zero output samples for mono frames
|
|
|
@1d3c672d
|
13 years |
justin.ruggles |
apedec: allocate a single flat buffer for decoded samples
This will …
|
|
|
@32c61400
|
13 years |
justin.ruggles |
apedec: use sizeof(field) instead of sizeof(type)
|
|
|
@21449410
|
13 years |
diego |
swscale: split C output functions into separate file.
Signed-off-by: …
|
|
|
@2dd7a1c0
|
13 years |
diego |
swscale: Split C input functions into separate file.
Signed-off-by: …
|
|
|
@db7d4523
|
13 years |
justin.ruggles |
bytestream: Add bytestream2 writing API.
Signed-off-by: Justin …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@e7f0bc8c
|
13 years |
anton |
drawtext: add missing braces around an if() block.
Prevents …
|
|
|
@86b57e4e
|
13 years |
justin.ruggles |
ape: fix seeking
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@b60620bf
|
13 years |
justin.ruggles |
apedec: 8bit and 24bit support
Signed-off-by: Paul B Mahol …
|
|
|
@6f1a5e8d
|
13 years |
justin.ruggles |
dsputil: remove debug message in dsputil_init().
…
|
|
|
@29a20ac4
|
13 years |
alex.converse |
movdec: Avoid av_malloc(0) in stss
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@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 …
|
|
|
@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
|
|
|
@e15e2a6d
|
13 years |
anton |
libx264: fix indentation.
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@fcc518a0
|
13 years |
janne-libav |
APIchanges: add missing commit hashes
|
|
|
@de53b906
|
13 years |
rsbultje |
swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
|
|
|
@38c6bbc1
|
13 years |
justin.ruggles |
ra144enc: drop pointless "encoder" from .long_name
Signed-off-by: …
|
|
|
@c3a06615
|
13 years |
justin.ruggles |
bethsoftvideo: fix palette reading.
Return the correct number of …
|
|
|
@83ce51cc
|
13 years |
justin.ruggles |
mpc7: use av_fast_padded_malloc()
Avoids doing malloc/free for each …
|
|
|
@b5b825c3
|
13 years |
justin.ruggles |
mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
|
|
|
@41dd77bd
|
13 years |
justin.ruggles |
doc: decoding Forward Uncompressed is supported
Signed-off-by: Paul B …
|
|
|
@236a550c
|
13 years |
justin.ruggles |
Fix a typo in the x86 asm version of ff_vector_clip_int32()
Specifies …
|
|
|
@3c432631
|
13 years |
justin.ruggles |
pcmenc: Do not set avpkt->size.
It is already the correct size as set …
|
|
|
@1a670973
|
13 years |
justin.ruggles |
ff_alloc_packet: modify the size of the packet to match the requested …
|
|
|
@5ff88020
|
13 years |
justin.ruggles |
frwu: Employ more meaningful return values.
Signed-off-by: Paul B …
|
|
|
@f54ae2f8
|
13 years |
justin.ruggles |
fraps: Use av_fast_padded_malloc() instead of av_realloc()
Ensures …
|
|
|
@0880503f
|
13 years |
justin.ruggles |
mjpegdec: use av_fast_padded_malloc()
also check for allocation …
|
|
|
@2f4b9021
|
13 years |
justin.ruggles |
eatqi: use av_fast_padded_malloc()
Signed-off-by: Justin Ruggles …
|
|
|
@00db4d4a
|
13 years |
justin.ruggles |
asv1: use av_fast_padded_malloc()
Signed-off-by: Justin Ruggles …
|
|
|
@316fc744
|
13 years |
janne-libav |
avcodec: Add av_fast_padded_malloc().
Wrapper around av_fast_malloc() …
|
|
|
@378c5ef
|
13 years |
rsbultje |
swscale: enable dithering in MMX functions.
This was accidently …
|
|
|
@212f161c
|
13 years |
rsbultje |
swscale: make rgb24 function macros slightly smaller.
|
|
|
@3b637dca
|
13 years |
diego |
avcodec.h: Remove some disabled cruft.
|
|
|
@f5490fbe
|
13 years |
rsbultje |
swscale: remove obsolete comment.
|
|
|
@2e3fb9e3
|
13 years |
diego |
swscale-test: Drop unused argc and argv arguments from main().
|
|
|
@8ca8e4a8
|
13 years |
diego |
zmbv: Employ more meaningful return values.
Also use …
|
|
|
@013a677f
|
13 years |
diego |
zmbvenc: Employ more meaningful return values.
Signed-off-by: Paul B …
|
|
|
@510ef04a
|
13 years |
janne-libav |
vc1: prevent null pointer dereference on broken files
CC: …
|
|
|
@cb0b2843
|
13 years |
janne-libav |
zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
|
|
|