|
|
|
@d2d8e1e5
|
13 years |
Marton Balint |
ffplay: remove early frame drop functionality
The current …
|
|
|
@4e268aae
|
13 years |
Marton Balint |
ffplay: calculate target clock dynamically, make code more readable
…
|
|
|
@6bca574a
|
13 years |
Carl Eugen Hoyos |
Allow to overwrite input stream tags.
|
|
|
@02b651a7
|
13 years |
michaelni |
cache: Fallback to using the cache size for AVSEEK_SIZE if the …
|
|
|
@e9f62a8b
|
13 years |
michaelni |
add cache protocol
This allows backward seeking on top of some non …
|
|
|
@5746f910
|
13 years |
michaelni |
av_tempfile: handle missing O_BINARY
Signed-off-by: Michael …
|
|
|
@c9833fc3
|
13 years |
michaelni |
av_tempfile: fix alloc type for !HAVE_MKSTEMP
Signed-off-by: Michael …
|
|
|
@885158c8
|
13 years |
michaelni |
Move av_tempfile() into libavutil, it is a generically usefull thing …
|
|
|
@7f16ec61
|
13 years |
Carl Eugen Hoyos |
Do not warn about wrong channel layout if no channel layout is defined.
|
|
|
@55d44578
|
13 years |
Carl Eugen Hoyos |
Support decoding ASP variant from QNAP Systems.
Fixes part of ticket #560.
|
|
|
@2eaa5537
|
13 years |
michaelni |
asf: export all the DRM stuff, some of it are human readable strings.
…
|
|
|
@6322a31d
|
13 years |
michaelni |
asf: dont warn the user about digital sigantures, they should on their …
|
|
|
@410c06d2
|
13 years |
michaelni |
asf: export encryption information from asf.
This way user apps can …
|
|
|
@2822361e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
prores: …
|
|
|
@647ec6fc
|
13 years |
michaelni |
bit: require at least 1 frame for probing
Signed-off-by: Michael …
|
|
|
@658c5209
|
13 years |
michaelni |
idf: Improve idf_probe() so it doesnt succeed on 0 byte input
|
|
|
@3e01c9b5
|
13 years |
michaelni |
dvbsubdec: cosmetic change on how xpos is passed around
…
|
|
|
@bca8bd9
|
13 years |
stefasab |
af_ashowinfo: fix plane size computation for planar layout formats
+10l.
|
|
|
@22137bb5
|
13 years |
stefasab |
af_aresample: fix properties setting in the output buffer
In …
|
|
|
@cc6b8c4b
|
13 years |
stefasab |
af_ashowinfo: adopt used plane size when computing the plane checksum
…
|
|
|
@7d2e4673
|
13 years |
michaelni |
dvbsubdec: Fix 0xf0 end detection
Based on a change by JULIAN GARDNER
…
|
|
|
@294ea2cf
|
13 years |
michaelni |
dvbsub: add comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@8a6799d2
|
13 years |
michaelni |
dvbsub: add dvb_encode_rle8()
Signed-off-by: Michael Niedermayer …
|
|
|
@7fa1f02c
|
13 years |
michaelni |
dvbsub: Move setting of *dvb_encode_rle() up
Signed-off-by: Michael …
|
|
|
@d5f4857
|
13 years |
michaelni |
dvbsubdec:dvbsub_display_end_segment() move main loop under if() as …
|
|
|
@5a563c63
|
13 years |
Carl Eugen Hoyos |
Support H264 from QNAP Systems.
|
|
|
@91038cdb
|
13 years |
mans |
prores: get correct size for coded V plane if alpha is present
The …
|
|
|
@cd14e297
|
13 years |
mans |
prores: do not set pixel format on codec init
The pixel format is not …
|
|
|
@2ed7e353
|
13 years |
michaelni |
h264: Workaround invalid flag combinations of 8x8 inference.
Fixes …
|
|
|
@1d0afec8
|
13 years |
stefasab |
ffprobe: add AVClass to writers
It is useful for logging messages …
|
|
|
@7b68838
|
13 years |
janne-libav |
pthread: prevent updating AVCodecContext from itself in …
|
|
|
@feadcd1b
|
13 years |
janne-libav |
pthread: copy coded frame dimensions in update_context_from_thread
…
|
|
|
@0f0b5d64
|
13 years |
janne-libav |
vp8: prevent read from uninitialized memory in decode_mvs
…
|
|
|
@56535793
|
13 years |
janne-libav |
vp8: force reallocation in update_thread_context after frame size …
|
|
|
@f05c2fb6
|
13 years |
janne-libav |
vp8: fix return value if update_dimensions fails
Signed-off-by: Janne …
|
|
|
@723229c1
|
13 years |
janne-libav |
matroskadec: fix out of bounds write
Signed-off-by: Janne Grunau …
|
|
|
@bd4ebbbb
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a62c0f94
|
13 years |
justin.ruggles |
adpcmdec: calculate actual number of output samples for each decoder.
…
|
|
|
@439998e1
|
13 years |
justin.ruggles |
adpcmdec: check remaining buffer size before decoding next block in …
|
|
|
@ff5790c
|
13 years |
justin.ruggles |
adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
There …
|
|
|
@8140a128
|
13 years |
justin.ruggles |
adpcmdec: remove unneeded buf_size==0 check.
This is already done by …
|
|
|
@f7f7c194
|
13 years |
justin.ruggles |
adpcmdec: remove unneeded zeroing of *data_size
|
|
|
@d341d5fd
|
13 years |
mans |
dnxhdenc: fixed signed multiplication overflow
The low 32 bits of a …
|
|
|
@4b9e9a57
|
13 years |
michaelni |
proresdec: rename to avoid confusion
Signed-off-by: Michael …
|
|
|
@05c8f119
|
13 years |
janne-libav |
proresdsp: fix function prototypes.
Signed-off-by: Janne Grunau …
|
|
|
@f78cd0c
|
13 years |
janne-libav |
prores-idct: fix overflow in c code.
Fix the fate ref for …
|
|
|
@8aa80ec5
|
13 years |
janne-libav |
fate: update prores-alpha ref after changing pix_fmt to yuv444p10le
…
|
|
|
@19ec283f
|
13 years |
janne-libav |
prores: add missing feature warning for alpha
|
|
|
@0f8d7719
|
13 years |
michaelni |
dvbsubdec: add version checking
Signed-off-by: Michael Niedermayer …
|
|
|
@1fc7b0ed
|
13 years |
michaelni |
dvbsubdec: handle mode change page state
Signed-off-by: Michael …
|
|
|
@168a5d3b
|
13 years |
michaelni |
dvbsubdec: change the top_bottom correction
Signed-off-by: Michael …
|
|
|
@f12c7ad8
|
13 years |
michaelni |
dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()
…
|
|
|
@7e0f4f9d
|
13 years |
michaelni |
dvbsubdec: bottom_field_len fix
Signed-off-by: Michael Niedermayer …
|
|
|
@55f17d31
|
13 years |
michaelni |
dvbsubdec: fix x/y_pos checks
Signed-off-by: Michael Niedermayer …
|
|
|
@24fb1b6
|
13 years |
michaelni |
dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()
…
|
|
|
@b522d2a3
|
13 years |
michaelni |
dvbsubdec: dirty handkling
Signed-off-by: Michael Niedermayer …
|
|
|
@eea064ae
|
13 years |
michaelni |
dvbsubdec: Fix variable increments & checking in …
|
|
|
@33749698
|
13 years |
michaelni |
prores: use C idct for fate as the SSE code is not matching the SSE* …
|
|
|
@7ad06beb
|
13 years |
alex.converse |
mov: 10l: Terminate string with 0 not '0'
|
|
|
@8fb22c3d
|
13 years |
alex.converse |
mov: Prevent illegal writes when chapter titles are very short.
|
|
|
@f492df09
|
13 years |
diego |
prores: add appropriate -fix_fmt parameter to FATE command
Also …
|
|
|
@530d8529
|
13 years |
michaelni |
fate: enable the prores tests
Signed-off-by: Michael Niedermayer …
|
|
|
@2c4e08d
|
13 years |
janne-libav |
riff: always generate a proper WAVEFORMATEX structure in …
|
|
|
@582f2311
|
13 years |
anton |
lavc: add a flag-based error_recognition field to AVCodecContext and …
|
|
|
@ac90a714
|
13 years |
anton |
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
…
|
|
|
@91eb1b1
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@90705aab
|
13 years |
michaelni |
cmdutils.h: Project name cleanup
Signed-off-by: Michael Niedermayer …
|
|
|
@e9adeeec
|
13 years |
michaelni |
cmdutils: Fix loglevel for -debug
Signed-off-by: Michael Niedermayer …
|
|
|
@8937afd3
|
13 years |
michaelni |
proresdec: set CODEC_CAP_DR1, it appears this was forgotten.
…
|
|
|
@da31e537
|
13 years |
michaelni |
opt: handle AV_OPT_TYPE_CONST too
Signed-off-by: Michael Niedermayer …
|
|
|
@a62d3669
|
13 years |
diego |
prores: add FATE tests
|
|
|
@c4a37885
|
13 years |
diego |
id3v2: reduce the scope of some non-globally-used symbols/structures
|
|
|
@3b78c180
|
13 years |
diego |
id3v2: cosmetics: move some declarations before the places they are used
|
|
|
@617a51f9
|
13 years |
justin.ruggles |
shorten: remove the flush function.
The shorten decoder does not …
|
|
|
@e32dfdaa
|
13 years |
justin.ruggles |
shn: do not allow seeking in the raw shn demuxer.
The demuxer does …
|
|
|
@b631fba9
|
13 years |
justin.ruggles |
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
This will …
|
|
|
@050e20a
|
13 years |
justin.ruggles |
avformat: update AVInputFormat allowed flags
|
|
|
@0041cdba
|
13 years |
justin.ruggles |
avformat: don't unconditionally call ff_read_frame_flush() when trying …
|
|
|
@c6ac30c
|
13 years |
justin.ruggles |
truespeech: use sizeof() instead of hardcoded sizes
|
|
|
@6d55506c
|
13 years |
justin.ruggles |
truespeech: remove unneeded variable, 'consumed'
increment the 'buf' …
|
|
|
@b8404893
|
13 years |
justin.ruggles |
truespeech: simplify truespeech_read_frame() by using get_bits()
|
|
|
@5e5ce70f
|
13 years |
justin.ruggles |
truespeech: decode directly to output buffer instead of a temp buffer
|
|
|
@3e7a1767
|
13 years |
justin.ruggles |
truespeech: check to make sure channels == 1
|
|
|
@a8f8db2
|
13 years |
justin.ruggles |
truespeech: check for large enough output buffer rather than …
|
|
|
@595cf1a1
|
13 years |
justin.ruggles |
truespeech: remove unneeded zero-size packet check.
This is already …
|
|
|
@82be06bb
|
13 years |
justin.ruggles |
mlpdec: return meaningful error codes instead of -1
|
|
|
@e1b8d88d
|
13 years |
justin.ruggles |
mlpdec: remove unnecessary wrapper function
|
|
|
@37b67f1
|
13 years |
justin.ruggles |
mlpdec: only calculate output size once
|
|
|
@caa8458
|
13 years |
justin.ruggles |
mlpdec: validate that the reported channel count matches the actual …
|
|
|
@e91230a5
|
13 years |
Reimar.Doeffinger |
Improve PVA probe function.
Signed-off-by: Reimar Döffinger …
|
|
|
@b45eb9d6
|
13 years |
mans |
pcm: reduce pointer type casting
Making 'samples' a pointer to …
|
|
|
@c722c88e
|
13 years |
michaelni |
libmodplug: remove mathematical constants now redundant.
…
|
|
|
@7d60b43e
|
13 years |
michaelni |
vsrc_nullsrc: remove mathematical constants now redundant.
…
|
|
|
@21e888bd
|
13 years |
michaelni |
vf_crop: remove mathematical constants now redundant.
Signed-off-by: …
|
|
|
@94b34585
|
13 years |
michaelni |
vf_settb: remove mathematical constants now redundant.
Signed-off-by: …
|
|
|
@db820c3c
|
13 years |
michaelni |
vf_setpts: remove mathematical constants now redundant.
…
|
|
|
@1a3fa3ab
|
13 years |
michaelni |
vf_select: remove mathematical constants now redundant.
…
|
|
|
@3b316f9f
|
13 years |
michaelni |
vf_scale: remove mathematical constants now redundant.
Signed-off-by: …
|
|
|
@e2abe90e
|
13 years |
michaelni |
vf_pad: remove mathematical constants now redundant.
Signed-off-by: …
|
|
|
@8c88d734
|
13 years |
michaelni |
vf_overlay: remove mathematical constants now redundant.
…
|
|
|