|
|
|
@a78f6b8c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (38 …
|
|
|
@394d41ee
|
13 years |
Reimar.Doeffinger |
Partially revert "Fix png decoding on x86."
This partially reverts …
|
|
|
@3fe00cac
|
13 years |
Reimar.Doeffinger |
Fix bitexact intra mismatch control.
The DC coefficient should be …
|
|
|
@5338566e
|
13 years |
Reimar.Doeffinger |
mpegvideodec: minor simplifications.
Signed-off-by: Reimar Döffinger …
|
|
|
@af46ca73
|
13 years |
michaelni |
msmpeg4: replace 999999 by INT_MAX and initial by a valid index.
…
|
|
|
@f98ede7e
|
13 years |
justin.ruggles |
v210enc: remove redundant check for pix_fmt
Signed-off-by: Paul B …
|
|
|
@c388558d
|
13 years |
justin.ruggles |
wavpack: allow user to disable CRC checking
Signed-off-by: Paul B …
|
|
|
@eeb9e61a
|
13 years |
justin.ruggles |
v210enc: Use Bytestream2 functions
Signed-off-by: Justin Ruggles …
|
|
|
@af701d42
|
13 years |
justin.ruggles |
cafdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@b69c2e0e
|
13 years |
justin.ruggles |
yop: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@e54165aa
|
13 years |
justin.ruggles |
tta: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@066ad092
|
13 years |
justin.ruggles |
tmv: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@c7b08bc0
|
13 years |
justin.ruggles |
r3d: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@8dcd00ea
|
13 years |
justin.ruggles |
nsvdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@97aa0929
|
13 years |
justin.ruggles |
mpc8: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@9712e82
|
13 years |
justin.ruggles |
jvdec: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@64476d7e
|
13 years |
justin.ruggles |
filmstripdec: Check return value of avio_seek and avoid modifying …
|
|
|
@d7c11b11
|
13 years |
justin.ruggles |
ffmdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@8332321
|
13 years |
justin.ruggles |
dv: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@3371e896
|
13 years |
justin.ruggles |
bink: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@a3c4371f
|
13 years |
Clément Bœsch |
ffmpeg: prefer NULL over 0 for av_log context pointer parameter.
|
|
|
@158bd596
|
13 years |
Clément Bœsch |
ffmpeg: move quality parameter to do_video_out() scope.
This make …
|
|
|
@63b5e99f
|
13 years |
Clément Bœsch |
ffmpeg: make use of ret error out in transcode_video().
|
|
|
@086fc4d
|
13 years |
Clément Bœsch |
ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.
This …
|
|
|
@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.
|
|
|
@dcd2b55e
|
13 years |
justin.ruggles |
Check AVCodec.pix_fmts in avcodec_open2()
Signed-off-by: Paul B Mahol …
|
|
|
@9e1db721
|
13 years |
alex.converse |
svq3: Prevent illegal reads while parsing extradata.
Found-by: …
|
|
|
@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.
|
|
|
@b24aaabd
|
13 years |
diego |
remove ParseContext1
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@797639dc
|
13 years |
diego |
vc1: use ff_parse_close
It works as long as ParseContext is the first …
|
|
|
@07554ace
|
13 years |
diego |
mpegvideo parser: move specific fields into private context
This …
|
|
|
@e4092488
|
13 years |
diego |
mpeg4video parser: move specific fields into private context
This …
|
|
|
@53a09964
|
13 years |
diego |
cavs parser: fix parser context type
Signed-off-by: Diego Biurrun …
|
|
|
@0c5d78a8
|
13 years |
diego |
4xm, timefilter: K&R formatting cosmetics
Signed-off-by: Diego …
|
|
|
@ba83ac4c
|
13 years |
martin |
rtpenc: Write a log message if the max packet size is too small
…
|
|
|
@45b7bd7
|
13 years |
rsbultje |
h264: disallow constrained intra prediction modes for luma.
…
|
|
|
@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 …
|
|
|
@81749f30
|
13 years |
alex.converse |
dv: Move tables from dvdata.h to dvdata.c
|
|
|
@8dbdc2d8
|
13 years |
alex.converse |
dv: Move a table used only by the demuxer out of a shared header.
|
|
|
@89c9a8d3
|
13 years |
alex.converse |
dv: Move functions used only by the encoder out of a shared header.
|
|
|
@37460727
|
13 years |
alex.converse |
dv: Split dvdata.h into dvdata.h and dvquant.h
|
|
|
@0ab3687
|
13 years |
alex.converse |
dv: Fix small overread in audio frequency table.
Found-by: Mateusz …
|
|
|
@b758cf73
|
13 years |
justin.ruggles |
avcodec: set avpkt->size to 0 if encode2() did not output a packet
|
|
|
@a75bc764
|
13 years |
justin.ruggles |
avcodec: for audio encoding, set packet dts to packet pts.
There are …
|
|
|
@789d6b73
|
13 years |
michaelni |
lavf: Rewrite metadata printing from dump_metadata().
This code …
|
|
|
@d483bb58
|
13 years |
justin.ruggles |
ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
We need to …
|
|
|
@e6d9fa66
|
13 years |
alex.converse |
ac3dec: Move center and surround mix level tables to the parser.
That …
|
|
|
@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.
|
|
|
@7b050258
|
13 years |
alex.converse |
aacdec: Unify preconfigured layout and PCE layout.
|
|
|
@f1ecd080
|
13 years |
alex.converse |
aacdec: Support native channel layout when requested.
|
|
|
@37bed6ff
|
13 years |
alex.converse |
aacdec: Try to sniff a reasonable channel layout for PCE based …
|
|
|
@e7d4a2a7
|
13 years |
martin |
libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters
This …
|
|
|
@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 …
|
|
|