|
|
|
@b2b79eca
|
10 years |
martin |
movenc: Don't check the custom IO flag when using faststart
The …
|
|
|
@573b1de2
|
10 years |
martin |
movenc: Don't use track_id to decide which track is the first in a …
|
|
|
@84bf64d3
|
10 years |
vittorio.giovara |
bethsoftvid: simplify return handling
Fixes a double free in case of …
|
|
|
@e9ba3098
|
10 years |
vittorio.giovara |
assdec: check av_new_packet return value
CC: libav-stable@libav.org …
|
|
|
@2cd2869
|
10 years |
vittorio.giovara |
jack: Use av_strerror
|
|
|
@043ea6f
|
10 years |
vittorio.giovara |
fbdev: Use av_strerror
|
|
|
@f64d7e91
|
10 years |
vittorio.giovara |
mtv: improve header check and avoid division by zero
CC: …
|
|
|
@b3d11437
|
10 years |
vittorio.giovara |
oggenc: remove unneeded null check
The code would have segfaulted …
|
|
|
@a9179b5
|
10 years |
vittorio.giovara |
configure: Check only for xcb
xcb-utils are not needed anymore.
|
|
|
@4ad1eba0
|
10 years |
anton |
lavd: fix building x11grab after a6674d2
|
|
|
@ce91b2ea
|
10 years |
anton |
vdpau: return MAIN instead of BASELINE for H.264 CBP
This is the same …
|
|
|
@26ab504a
|
10 years |
anton |
vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP
…
|
|
|
@11467ecf
|
10 years |
vittorio.giovara |
mxfdec: reduce loop bound in mxf_read_pixel_layout()
Makes coverity …
|
|
|
@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
…
|
|
|
@a6674d2e
|
10 years |
lu_zero |
xcbgrab: XCB-based screen capture
Matches the x11grab screen capture …
|
|
|
@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
…
|
|
|
@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: …
|
|
|
@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ö …
|
|
|
@248d8fb6
|
10 years |
martin |
avplay: Use av_gettime_relative
Signed-off-by: Martin Storsjö …
|
|
|
@e205429f
|
10 years |
martin |
tools: Use av_gettime_relative
Whenever av_gettime() is used to …
|
|
|
@6fdf35fe
|
10 years |
martin |
lavc: Use av_gettime_relative
Whenever av_gettime() is used to …
|
|
|
@1bd0bdcd
|
10 years |
martin |
lavu: Add av_gettime_relative
Since av_gettime() is used in a number …
|
|
|
@af7ca6ea
|
10 years |
vittorio.giovara |
nutdec: check av_new_packet return value
CC: libav-stable@libav.org …
|
|
|
@b69183f6
|
10 years |
vittorio.giovara |
nutenc: check for negative index rather than assert
CC: …
|
|
|
@be42c0b8
|
10 years |
vittorio.giovara |
rmdec: stricter error check to avoid theoretical unitialized use
CC: …
|
|
|
@7207dd8f
|
10 years |
vittorio.giovara |
rmdec: check av_new_packet return value
CC: libav-stable@libav.org …
|
|
|
@629b2ed
|
10 years |
vittorio.giovara |
flvdec: make sure to check create_stream and report the same error
…
|
|
|
@f22aa6b
|
10 years |
vittorio.giovara |
flvdec: avoid unitialized use of a struct member
CC: …
|
|
|
@e73d26bb
|
10 years |
vittorio.giovara |
smoothstreamingenc: explict cast to avoid overflow
CC: …
|
|
|
@04d8af5f
|
10 years |
janne-libav |
fate-mpeg4: use TARGET_SAMPLES for resize tests
|
|
|
@d2771a1d
|
10 years |
vittorio.giovara |
rtpproto: Free the addrinfo pointer on failure
CC: …
|
|
|
@96bfb677
|
10 years |
vittorio.giovara |
nutdec: Prevent a memory corruption
Chapters do not have an …
|
|
|
@350ed182
|
10 years |
vittorio.giovara |
rtpdec_hevc: drop unnecessary check
len is always >=1 in that case.
…
|
|
|
@322b571d
|
10 years |
vittorio.giovara |
rtmpproto: remove dead code
Expression already evaluated before, …
|
|
|
@d1afd3e1
|
10 years |
vittorio.giovara |
vf_format: check input validity
CC: libav-stable@libav.org
|
|
|
@7b48bf95
|
10 years |
vittorio.giovara |
wtv: clean memory on error
CC: libav-stable@libav.org
Bug-Id: CID 718002
|
|
|
@9fbc613
|
10 years |
vittorio.giovara |
wtv: check seek_by_sector return value
CC: libav-stable@libav.org …
|
|
|
@d7f530b0
|
10 years |
vittorio.giovara |
aviobuf: check context before using it
Avoid a possible null pointer …
|
|
|
@02484d1a
|
10 years |
vittorio.giovara |
avio: fix sizeof argument
CC: libav-stable@libav.org
Bug-Id: CID 732284
|
|
|
@8ab3b71
|
10 years |
vittorio.giovara |
idcin: fix return check
CC: libav-stable@libav.org
Bug-Id: CID 732198
|
|
|
@0034314
|
10 years |
lu_zero |
rtmp: Always call rtmp_close() on rtmp_open() failure
Prevent …
|
|
|
@fc1eda5
|
10 years |
vittorio.giovara |
swscale: fix sign extensions in yuv planar conversion
Casting the …
|
|
|
@b7c77912
|
10 years |
vittorio.giovara |
oss_audio: use a macro to simplify ioctl() error checking
Also add a …
|
|
|
@963f7614
|
10 years |
vittorio.giovara |
avresample: Make sure the even check does not overflow
CC: …
|
|
|
@088eca28
|
10 years |
vittorio.giovara |
avresample: prevent theoretical division by zero
CC: …
|
|
|
@0d989dbf
|
10 years |
vittorio.giovara |
af_resample: check av_opt_set_dict return value
CC: …
|
|
|
@6d96c7ea
|
10 years |
vittorio.giovara |
vf_showinfo: Forward the av_image_get_linesize error
CC: …
|
|
|
@f4017925
|
10 years |
vittorio.giovara |
vf_drawtext: Do not leak the mmapped textfile
And validate its size …
|
|
|
@530c1441
|
10 years |
anton |
lavc: make lmax/lmin into private options of mpegvideo encoders
|
|
|
@15ec053c
|
10 years |
anton |
lavc: make border_masking into private options of mpegvideo encoders
|
|
|
@c4f7bee0
|
10 years |
anton |
lavc: deprecate unused mb_threshold field
|
|
|
@685be3d
|
10 years |
anton |
libvpxenc: add static-thresh private option
Currently, this option is …
|
|
|
@59b55c49
|
10 years |
anton |
lavc: deprecate unused me_threshold field
|
|
|
@66a68dd
|
10 years |
anton |
lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options …
|
|
|
@a75c2eb2
|
10 years |
anton |
lavc: make rc_eq into private options of mpegvideo encoders
|
|
|
@946f9535
|
10 years |
anton |
lavc: make rc_qmod_* into private options of mpegvideo encoders
|
|
|
@a6e4ce9f
|
10 years |
anton |
lavc: make rc_qsquish a private option of mpegvideo encoders
|
|
|
@6cbbf059
|
10 years |
anton |
resample: Avoid off-by-1 errors in PTS calcs.
The rounding used in …
|
|
|
@fb238f82
|
10 years |
anton |
urlprotocol: remove unused url_interrupt_cb declaration
It is a …
|
|
|
@9bec3ca2
|
10 years |
martin |
rtmpproto: Add pause support
Signed-off-by: Martin Storsjö …
|
|
|
@f4cd8b80
|
10 years |
martin |
rtmpproto: Track last received timestamp
Some RTMP commands need the …
|
|
|
@bae557e
|
10 years |
vittorio.giovara |
dump: display codec tags when available
For both audio and video.
|
|
|
@66e9f839
|
10 years |
martin |
libfdk-aacdec: Enable Dynamic Range Control Metadata Support
For …
|
|
|
@b01a2204
|
10 years |
martin |
libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata …
|
|
|
@e65c776d
|
10 years |
martin |
rtmpproto: Add getStreamLength call to query duration
In (non-live) …
|
|
|
@324b23dd
|
10 years |
martin |
rtmpproto: Add function to read a number response
Packets that …
|
|
|
@47e3e10
|
10 years |
vittorio.giovara |
cmdutils: Use the correct guard
The OptionDef arrays are terminated …
|
|
|
@0db6bbb2
|
10 years |
vittorio.giovara |
avformat: Make avformat_free_context handle NULL
Work as the other …
|
|
|
@c92965db
|
10 years |
vittorio.giovara |
avconv: check return value
CC: libav-stable@libav.org
Bug-Id: CID 1224275
|
|
|
@c802a2e7
|
10 years |
vittorio.giovara |
avconv: fix leak in filter error
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@aeb23fc4
|
10 years |
vittorio.giovara |
avprobe: Remove a pointless check
The element is always valid.
CC: …
|
|
|
@e58a140c
|
10 years |
vittorio.giovara |
avplay: Always free opts
CC: libav-stable@libav.org
Bug-Id: CID 733793
|
|
|
@cf83c017
|
10 years |
vittorio.giovara |
avplay: Always free find_stream_info options
CC: …
|
|
|
@f29c226a
|
10 years |
janne-libav |
fate: add mpeg4 tests for frame size changes
|
|
|
@97993237
|
10 years |
martin |
ismindex: use tfhd default duration if no sample duration
…
|
|
|
@460b509a
|
10 years |
martin |
rtsp: Check a memory allocation
CC: libav-stable@libav.org …
|
|
|
@79dd756
|
10 years |
martin |
rtmpproto: Fix a typo
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@ced7238c
|
10 years |
martin |
rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy
…
|
|
|