|
|
|
@3b25d619
|
13 years |
Carl Eugen Hoyos |
Fix fate tests after 5c2c6bbf.
|
|
|
@52719dae
|
13 years |
Carl Eugen Hoyos |
Support encoding BGR24 and BGR0 in ljpeg.
|
|
|
@edf34c34
|
13 years |
Carl Eugen Hoyos |
Allow encoding rawvideo RGBA64 and friends.
|
|
|
@5c2c6bbf
|
13 years |
Carl Eugen Hoyos |
Allow encoding rawvideo RGB0 and friends.
|
|
|
@dd7198b
|
13 years |
michaelni |
lavf: put av_new_stream() compatibility wrapper back
Signed-off-by: …
|
|
|
@491d8353
|
13 years |
michaelni |
mpeg12dec: print the value that is being ignored in load_matrix()
…
|
|
|
@8a07429
|
13 years |
michaelni |
lavf: put av_find_stream_info() compatibility wrapper back.
…
|
|
|
@f480fcb1
|
13 years |
michaelni |
bink: fix pointer type warnings.
Signed-off-by: Michael Niedermayer …
|
|
|
@677911ad
|
13 years |
michaelni |
ffmpeg: better dox for *pts.
Signed-off-by: Michael Niedermayer …
|
|
|
@c28e7af7
|
13 years |
stefasab |
lavu: add timestamp.h header with convenience timestamp utilities
|
|
|
@71d6b468
|
13 years |
michaelni |
configure: fix gcc asm tests for MinGW GCC 4.6.2
Thanks to …
|
|
|
@f2b20b7
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d8710228
|
13 years |
michaelni |
ffmpeg: change sync_opts code to be more similar to qatar.
…
|
|
|
@c84acc31
|
13 years |
Clément Bœsch |
Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."
This reverts …
|
|
|
@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 -> …
|
|
|
@3c939ad6
|
13 years |
michaelni |
lagarith: refactor code
Signed-off-by: Paul B Mahol …
|
|
|
@1aa8f5fc
|
13 years |
Clément Bœsch |
vf_fspp: use LOCAL_MANGLE instead of MANGLE.
The symbols are locals, …
|
|
|
@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.
|
|
|
@fba318a4
|
13 years |
michaelni |
ffmpeg: update (next_)pts in the stream copy case
Signed-off-by: …
|
|
|
@160008a6
|
13 years |
michaelni |
ffmpeg: use ist->dts in rate_emu_sleep()
Based on change by Anton …
|
|
|
@e7f4de34
|
13 years |
michaelni |
ffmpeg: use ist->dts in do_streamcopy()
Based on change by Anton …
|
|
|
@67c63176
|
13 years |
michaelni |
ffmpeg: remove setting fb->pts.
Signed-off-by: Michael Niedermayer …
|
|
|
@d97fa416
|
13 years |
michaelni |
ffmpeg: reduce overloading for InputStream.pts.
It currently has …
|
|
|
@67700e87
|
13 years |
michaelni |
ffmpeg: update dts variables in transcode_audio()
Signed-off-by: …
|
|
|
@6028bd0d
|
13 years |
michaelni |
ffmpeg: move next_dts/pts update out of transcode_video()
this makes …
|
|
|
@7665da46
|
13 years |
michaelni |
ffmpeg: update ist->pts in transcode_audio with the audio decoders …
|
|
|
@8ea81805
|
13 years |
michaelni |
ffmpeg: print more details and rescaled timestamps in debug code.
…
|
|
|
@c0be67ca
|
13 years |
michaelni |
ffmpeg: use (next_)dts in timestamp discontinuity detection code.
…
|
|
|
@0144fe69
|
13 years |
diego |
Remove Sun medialib glue code.
It is obscure, most likely unused and …
|
|
|
@e806ceaa
|
13 years |
michaelni |
ffmpeg: Use the correct (dts) variables for stream copy.
Strongly …
|
|
|
@f070bf08
|
13 years |
michaelni |
ffmpeg: Fix (next)_dts/pts init.
Based on Anton Khirnovs code. …
|
|
|
@4eea0cfc
|
13 years |
michaelni |
ffmpeg: use ist->dts instead of passing an argument into …
|
|
|
@f72eaf69
|
13 years |
michaelni |
ffmpeg: Init dts variables in output_packet()
Signed-off-by: Michael …
|
|
|
@fe380adb
|
13 years |
michaelni |
ffmpeg: add (next_dts/dts) variables.
Strongly based on Anton …
|
|
|
@18d0a16
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@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.
|
|
|
@950930b
|
13 years |
michaelni |
Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 …
|
|
|
@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
|
|
|
@bf5c0308
|
13 years |
Carl Eugen Hoyos |
Fix libutvideo compilation.
Fixes ticket #985.
|
|
|
@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)
|
|
|
@0349d61
|
13 years |
stefasab |
lavfi/aspect: rename field aspect->aspect to aspect->ratio
The new …
|
|
|
@d21b82fd
|
13 years |
stefasab |
lavc: provide aliases to the PCM A-law/mu-law codecs
They are also …
|
|
|
@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: …
|
|
|
@0b717e24
|
13 years |
michaelni |
ffserver: use avcodec_get_context_defaults3()
Signed-off-by: Paul B …
|
|
|
@b479e016
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Revert …
|
|
|
@db7d4523
|
13 years |
justin.ruggles |
bytestream: Add bytestream2 writing API.
Signed-off-by: Justin …
|
|
|
@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 …
|
|
|