|
|
|
@9303b794
|
13 years |
Clément Bœsch |
ffmpeg: move do_video_stats() above do_video_out().
This avoid a …
|
|
|
@a78dd826
|
13 years |
Clément Bœsch |
ffmpeg: move video stats code to do_video_out().
This will allow some …
|
|
|
@cf310601
|
13 years |
Clément Bœsch |
ffmpeg: move filtered_frame to video stream processing scope.
|
|
|
@aede21f1
|
13 years |
Clément Bœsch |
ffmpeg: reindent after video frame polling simplification.
|
|
|
@e22c7b4e
|
13 years |
Clément Bœsch |
ffmpeg: simplify video frame polling.
input_video_filter and …
|
|
|
@4ab4b3db
|
13 years |
Clément Bœsch |
ffmpeg: use exit_program() if configure_video_filters() fails.
|
|
|
@3546f680
|
13 years |
Carl Eugen Hoyos |
Add missing newline to mpeg1/2 intra matrix error message.
|
|
|
@baa8ec8d
|
13 years |
Carl Eugen Hoyos |
Add missing swscale dependency for MP-filters.
Reported-by: Hanspeter …
|
|
|
@342afd1
|
13 years |
Carl Eugen Hoyos |
Add missing swresample dependency for ffplay.
Fixes part of ticket #989.
|
|
|
@1b7ff901
|
13 years |
michaelni |
sunrast: Remove the useless check.
in , else (1) { if (!1) } the if …
|
|
|
@29034e65
|
13 years |
michaelni |
ffmpeg: Add threshold to discard crazy/damaged timestamps.
The added …
|
|
|
@789d6b73
|
13 years |
michaelni |
lavf: Rewrite metadata printing from dump_metadata().
This code …
|
|
|
@8c6ebab7
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (26 …
|
|
|
@ea40371
|
13 years |
michaelni |
Fix libstagefright compilation
Comment-by-michael: iam commiting this …
|
|
|
@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.
|
|
|
@c57fe49d
|
13 years |
janne-libav |
eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
|
|
|
@456d3e4f
|
13 years |
janne-libav |
yadif: specify array size outside DECLARE_ALIGNED
|
|
|
@73e15e8e
|
13 years |
rsbultje |
prores: specify array size outside DECLARE_ALIGNED brackets.
|
|
|
@0f3d8bae
|
13 years |
justin.ruggles |
WavPack demuxer: set packet duration
Signed-off-by: Paul B Mahol …
|
|
|
@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 …
|
|
|
@9aff2d17
|
13 years |
anton |
tta: use skip_bits_long()
Signed-off-by: Paul B Mahol …
|
|
|
@e24167aa
|
13 years |
diego |
mxfdec: Ignore the last entry in Avid's index table segments
The last …
|
|
|
@d6b81ff
|
13 years |
diego |
mxfdec: Sanity-check SampleRate
This avoids a SIGFPE if SampleRate is …
|
|
|
@c65642d
|
13 years |
diego |
mxfdec: Handle small EditUnitByteCount
These are common with audio …
|
|
|
@240ddbce
|
13 years |
diego |
mxfdec: Consider OPAtom files that do not have exactly one EC to be …
|
|
|
@9123950b
|
13 years |
diego |
mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit …
|
|
|
@d00257e9
|
13 years |
diego |
mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()
This fixes …
|
|
|
@df2a8508
|
13 years |
diego |
mxfdec: Sanity check PreviousPartition
Without this certain files …
|
|
|
@11800c8
|
13 years |
diego |
mxfdec: Never seek back in local sets and KLVs
Specially crafted …
|
|
|
@687e2fd
|
13 years |
diego |
mxfdec: Move the current_partition check inside mxf_read_header()
…
|
|
|
@e352c96c
|
13 years |
diego |
mxfdec: Fix infinite loop in mxf_packet_timestamps()
This can happen …
|
|
|
@0373ec63
|
13 years |
diego |
mxfdec: Check eof_reached in mxf_read_local_tags()
This fixes an …
|
|
|
@effe3b95
|
13 years |
diego |
mxfdec: Check for NULL component
This fixes a SIGSEGV with zzuf1.mxf. …
|
|
|
@29fc8f50
|
13 years |
diego |
mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()
…
|
|
|
@a3923482
|
13 years |
diego |
mxfdec: Make sure x < index_table->nb_ptses
Avoids a SIGSEGV on files …
|
|
|
@f769cfed
|
13 years |
diego |
build: Add missing directories to DIRS declarations.
|
|
|
@aa06d656
|
13 years |
diego |
arm: Add missing #include to vp8.h to fix a make checkheaders warning.
|
|
|
@a2e40cd3
|
13 years |
diego |
swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
|
|
|
@0bba2646
|
13 years |
diego |
cosmetics: Delete empty lines at end of file.
|
|
|
@ab9ae401
|
13 years |
diego |
bytestream: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@a16c3a07
|
13 years |
justin.ruggles |
apetag: fix comment
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@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 …
|
|
|
@cd1ad18a
|
13 years |
anton |
rawenc: switch to encode2().
This changes a number of FATE results, …
|
|
|
@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 …
|
|
|