|
|
|
@0894b940
|
10 years |
michaelni |
avformat/bethsoftvid: print error in case the side date failed to be …
|
|
|
@5ee6527c
|
10 years |
michaelni |
Merge commit 'e6c66f1e4ea19a3aa6ed999c5cb92e1b682c7600'
* commit …
|
|
|
@9612dcd6
|
10 years |
michaelni |
avformat/filmstripdec: Fix several integer overflows
Signed-off-by: …
|
|
|
@76b9043e
|
10 years |
michaelni |
Merge commit 'b46b233baffc2076a1a17a264ba9553ae0d4878f'
* commit …
|
|
|
@f769671f
|
10 years |
michaelni |
Merge commit '090c67d586e3916f9acc49e010b6389d07f97153'
* commit …
|
|
|
@a38a1d51
|
10 years |
michaelni |
Merge commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96'
* commit …
|
|
|
@a050cf0c
|
10 years |
michaelni |
avcodec/sgidec: fix count check
Fixes: …
|
|
|
@3b20ed85
|
10 years |
michaelni |
avcodec/sgidec: fix linesize for 16bit
Fixes: …
|
|
|
@e6c66f1e
|
10 years |
vittorio.giovara |
bethsoftvid: check return value and clean memory
CC: …
|
|
|
@b46b233b
|
10 years |
vittorio.giovara |
filmstripdec: avoid integer overflow
CC: libav-stable@libav.org …
|
|
|
@090c67d5
|
10 years |
vittorio.giovara |
matroskaenc: write correct Display{Width, Height} in stereo encoding
…
|
|
|
@ed2e97ce
|
10 years |
michaelni |
lavd/avfoundation: Fix compilation for non MAC OS devices by …
|
|
|
@852aaea
|
10 years |
michaelni |
avcodec/hevc_ps: Check default display window bitstream and skip if …
|
|
|
@69a9a90d
|
10 years |
michaelni |
avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on …
|
|
|
@3b678da5
|
10 years |
michaelni |
avcodec/h264: simplify find_start_code()
this also uses …
|
|
|
@4898440f
|
10 years |
michaelni |
Move get_avc_nalsize() and find_start_code() to h264.h
This allows …
|
|
|
@61e42c11
|
10 years |
michaelni |
avformat/mpegts: Add support for Opus in MPEG-TS
Signed-off-by: …
|
|
|
@74141f69
|
10 years |
michaelni |
avcodec: Add support for Opus in MPEG-TS
Signed-off-by: Michael …
|
|
|
@05da586
|
10 years |
michaelni |
dv: move inverse weight tables to decoder
The encoder has its own …
|
|
|
@6fe02d2
|
10 years |
michaelni |
dv: fix weight table for 2x4x8 transform
The coefficients must be in …
|
|
|
@2060f4cb
|
10 years |
michaelni |
avutil/intmath: enable builtin intrinsics for icl and msvc.
…
|
|
|
@c0002ddb
|
10 years |
michaelni |
ffmpeg_opt: Check the return code from strftime()
Signed-off-by: …
|
|
|
@f0390638
|
10 years |
michaelni |
avformat/matroskadec: Check the return code from strftime()
…
|
|
|
@a9564e85
|
10 years |
michaelni |
avformat/mlvdec: Check the return code from strftime()
Signed-off-by: …
|
|
|
@a6674d2e
|
10 years |
lu_zero |
xcbgrab: XCB-based screen capture
Matches the x11grab screen capture …
|
|
|
@abaa41b6
|
10 years |
michaelni |
Merge commit 'ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8'
* commit …
|
|
|
@4360c6f
|
10 years |
michaelni |
Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'
* commit …
|
|
|
@4a39d4c6
|
10 years |
michaelni |
Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'
* commit …
|
|
|
@edb069e
|
10 years |
michaelni |
Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e'
* commit …
|
|
|
@3b709fd9
|
10 years |
michaelni |
Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'
* commit …
|
|
|
@50697ac5
|
10 years |
michaelni |
Merge commit '851ace79a307bea54b44bd6f7ecd3b7861c28ec6'
* commit …
|
|
|
@90bf1e30
|
10 years |
michaelni |
libavformat/mxfdec: read source timecode from pulldown component
…
|
|
|
@ed6dad37
|
10 years |
martin |
lavf: Implement ff_brktimegm using gmtime_r
While a standalone …
|
|
|
@6b9b42cc
|
10 years |
martin |
drawtext: Remove the ifdef for localtime_r
If it isn't available in …
|
|
|
@82ee7d0d
|
10 years |
martin |
Use gmtime_r instead of gmtime and localtime_r instead of localtime
…
|
|
|
@3f8f1c6
|
10 years |
martin |
lavu: Provide fallbacks for gmtime_r and localtime_r
This allows …
|
|
|
@9dcf239
|
10 years |
martin |
lavf: Check the return value of strftime
If the buffer provided to …
|
|
|
@851ace79
|
10 years |
martin |
wtv: Avoid needlessly calling gmtime twice with the same argument
…
|
|
|
@a6555f88
|
10 years |
michaelni |
lavd/avfoundation: Add support for screen capturing.
Patch based on …
|
|
|
@13ee94a4
|
10 years |
michaelni |
avformat/rdt: Forward whitelists to rdt demuxer
Reviewed-by: "Ronald …
|
|
|
@5f558198
|
10 years |
lukasz.m.luki2 |
opts: add list device sources/sinks options
Allows to list …
|
|
|
@1cff9085
|
10 years |
lukasz.m.luki2 |
doc/fftools-common-opts: document -devices option
Signed-off-by: …
|
|
|
@1086f09d
|
10 years |
michaelni |
dv: more precise weight table for 8x8
It is derived from the actual …
|
|
|
@80b29c2d
|
10 years |
michaelni |
dv: use smaller type for weight tables
Reviewed-by: Reimar Döffinger …
|
|
|
@eacf2e8e
|
10 years |
michaelni |
dv: better split weight tables assignment
This is a mostly cosmetical …
|
|
|
@ff03df64
|
10 years |
michaelni |
avformat/mpeg: Use av_find_input_format() instead of directly linking …
|
|
|
@2ce10542
|
10 years |
michaelni |
avformat/rtpdec_asf: Use av_find_input_format() instead of directly …
|
|
|
@39a7ded2
|
10 years |
michaelni |
tools/ffhash: read errno before calling functions which might change …
|
|
|
@e7513e12
|
10 years |
michaelni |
avformat: Read errno before av_log() as the callback from av_log() …
|
|
|
@af03ba9a
|
10 years |
michaelni |
avformat/hdsenc: Read errno before av_log() as the callback from …
|
|
|
@0d96d44c
|
10 years |
michaelni |
avfilter: Read errno before av_log() as the callback from av_log() …
|
|
|
@a6309695
|
10 years |
michaelni |
avdeviece: Read errno before av_log() as the callback from av_log() …
|
|
|
@dd5c2fe1
|
10 years |
michaelni |
avcodec: Read errno before av_log() as the callback from av_log() …
|
|
|
@2fc970a6
|
10 years |
michaelni |
cmdutils: Read errno before av_log() as the callback from av_log() …
|
|
|
@92d366f6
|
10 years |
michaelni |
avformat: Print error message on failure of ff_rename()
…
|
|
|
@eeb9242b
|
10 years |
michaelni |
Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8'
* commit …
|
|
|
@48579041
|
10 years |
michaelni |
Merge commit '7df3b426bbfbd7efd9a0f56393e3cc78413b0869'
* commit …
|
|
|
@5408d882
|
10 years |
michaelni |
Merge commit 'ad6b00d85f686324aa2bd93e39261fa1d411f141'
* commit …
|
|
|
@8be93ba
|
10 years |
michaelni |
Merge commit '28c020d4df9b060a58a124a7a5406d4313fbe249'
* commit …
|
|
|
@3ae818f6
|
10 years |
michaelni |
Merge commit 'e0caa1eb4e518111a81801db0d2ccdd2733ba94b'
* commit …
|
|
|
@45fd5935
|
10 years |
michaelni |
Merge commit '3c1199c3c4cbdb4ffff0de89f06d5a08acefe356'
* commit …
|
|
|
@97a8f4d
|
10 years |
michaelni |
Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'
* commit …
|
|
|
@af89c144
|
10 years |
michaelni |
Merge commit '0b66fb4505e0bb43de3797f63f3290f0188d67cc'
* commit …
|
|
|
@d6095662
|
10 years |
michaelni |
Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a'
* commit …
|
|
|
@6d2a2bfb
|
10 years |
michaelni |
Merge commit '1967cd4e4c1cd96dfa195ce14e4b212ddb70586d'
* commit …
|
|
|
@1945db1f
|
10 years |
michaelni |
Merge commit 'ac84c1ce24a285f9cf16d4297bce73b1c4a6e435'
* commit …
|
|
|
@50dbe6b3
|
10 years |
vittorio.giovara |
mov: fix assigment check
CC: libav-stable@libav.org
Bug-Id: CID 1197050
|
|
|
@7df3b426
|
10 years |
vittorio.giovara |
mxfenc: Fix possible integer overflows
None of these are likely …
|
|
|
@ad6b00d8
|
10 years |
vittorio.giovara |
mxfdec: add missing break
CC: libav-stable@libav.org
Bug-Id: CID 732232
|
|
|
@28c020d4
|
10 years |
vittorio.giovara |
matroskaenc: check avio_open_dyn_buf return value
CC: …
|
|
|
@e0caa1eb
|
10 years |
vittorio.giovara |
matroskadec: check return values
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@3c1199c3
|
10 years |
vittorio.giovara |
matroskadec: fix leak on error
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@7785ce1
|
10 years |
vittorio.giovara |
lavf: replace rename() with ff_rename()
The new function wraps errno …
|
|
|
@0b66fb45
|
10 years |
vittorio.giovara |
flac_picture: prevent a possible out of bound write
At "mimetype[len] …
|
|
|
@f1ed83e2
|
10 years |
vittorio.giovara |
img2dec: check av_new_packet return value
CC: libav-stable@libav.org …
|
|
|
@1967cd4e
|
10 years |
vittorio.giovara |
audiointerleave: check av_new_packet return value
CC: …
|
|
|
@ac84c1ce
|
10 years |
vittorio.giovara |
avfilter: check filter link validity
Remove now redundant check.
CC: …
|
|
|
@4ef02ddd
|
10 years |
michaelni |
Changelog: add entry for libutvideo 422P10
Signed-off-by: Michael …
|
|
|
@59a47928
|
10 years |
michaelni |
avcodec/libutvideodec: Support YUV422P10
Based on ConvertToPlanar() …
|
|
|
@4ba5420e
|
10 years |
michaelni |
Added support for G2M5 codec
This has also been independently found …
|
|
|
@4641ae35
|
10 years |
michaelni |
avformat: Add and use ff_copy_whitelists()
Fixes potential security …
|
|
|
@e56425d1
|
10 years |
michaelni |
avcodec/aacdec: warn user when remapping streams.
Signed-off-by: …
|
|
|
@279b2a4d
|
10 years |
michaelni |
avformat/mp3dec: also accept Lavc as shortname to read delays
…
|
|
|
@2dbee1a3
|
10 years |
michaelni |
avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname …
|
|
|
@e744e9a3
|
10 years |
michaelni |
Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9'
* commit …
|
|
|
@6ef5e292
|
10 years |
michaelni |
Merge commit '88b32673db39440422a73ec3047d3326c96b4fb2'
* commit …
|
|
|
@7ad34f44
|
10 years |
michaelni |
Merge commit 'c63418e0a3afbcdbc59fd65c270d45efafe092ce'
* commit …
|
|
|
@899d3706
|
10 years |
michaelni |
Merge commit '99143140dea12363af680d02e23cb42cfe191679'
* commit …
|
|
|
@2c5ae577
|
10 years |
michaelni |
Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'
* commit …
|
|
|
@2896b98
|
10 years |
michaelni |
Merge commit 'd0c093021943e9b9c23528b12cd61ca2a5b01b4f'
* commit …
|
|
|
@872e0873
|
10 years |
michaelni |
Merge commit '248d8fb60c59c8e044d9c8f78f23383b7cdecf72'
* commit …
|
|
|
@63001833
|
10 years |
michaelni |
Merge commit 'e205429fcf9de3182bce2f4cfd1d6401596a8666'
* commit …
|
|
|
@8fd07fa6
|
10 years |
michaelni |
Merge commit '6fdf35fe35d8c1c467708238100648a7a47c930d'
* commit …
|
|
|
@e96ca404
|
10 years |
michaelni |
Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5'
* commit …
|
|
|
@ef363ebd
|
10 years |
anton |
mp3enc: write full LAME frame
Most importantly, it contains the …
|
|
|
@88b32673
|
10 years |
anton |
avconv: copy stream-level side data when streamcopying
|
|
|
@c63418e0
|
10 years |
anton |
doc: reword the mp3 muxer documentation
Make it more structured.
|
|
|
@99143140
|
10 years |
anton |
mp3dec: fix reading the Xing tag
The quality scale field is only …
|
|
|
@6df9d9b5
|
10 years |
martin |
lavf: Use av_gettime_relative
The ones left using av_gettime are NTP …
|
|
|
@d0c09302
|
10 years |
martin |
avconv: Use av_gettime_relative
Signed-off-by: Martin Storsjö …
|
|
|