|
|
|
@7784f477
|
10 years |
anton |
lavf: stop using avpriv_flac_parse_streaminfo()
The only parameters …
|
|
|
@56dc46a1
|
10 years |
anton |
riffenc: do not fall back on AVCodecContext.frame_size for MP3
It …
|
|
|
@91e8d2e
|
10 years |
anton |
lavf: use the format context strict_std_compliance instead of the codec one
|
|
|
@2f3fadfb
|
10 years |
anton |
lavc,lavf: switch to the new vorbis parse API
|
|
|
@5e80fb7f
|
10 years |
anton |
lavc: add a public API for parsing vorbis packets.
It is required by …
|
|
|
@6896f95b
|
10 years |
anton |
vorbis_parser: add an AV prefix to VorbisParseContext
This is done in …
|
|
|
@87479264
|
10 years |
anton |
vorbis_parser: use a dedicated AVClass for logging
Currently, the API …
|
|
|
@a4903911
|
10 years |
martin |
rtmpproto: Ignore errors from the getStreamLength method
It is never …
|
|
|
@4ff670d9
|
10 years |
lu_zero |
hwaccel: Deinitialize hardware acceleration early enough
The …
|
|
|
@77ab341c
|
10 years |
vittorio.giovara |
aacdec: add default case in channel layout
Bug-Id: CID 732291
|
|
|
@930ffd46
|
10 years |
vittorio.giovara |
aacsbr: change order of operation to prevent out of array read
CC: …
|
|
|
@9f6f4074
|
10 years |
vittorio.giovara |
aacsbr: treat 1-d arrays as such
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@f52b8717
|
10 years |
vittorio.giovara |
celp_filters: don't use filter lenght as loop bound
CC: …
|
|
|
@c442190a
|
10 years |
vittorio.giovara |
error_resilience: initialize prev_* variables
CC: …
|
|
|
@240b22af
|
10 years |
vittorio.giovara |
motion_est: remove dead code
mb_type is initialized to 0 and never …
|
|
|
@351d0f8b
|
10 years |
vittorio.giovara |
get_bits: remove unused assignment
Bug-Id: CID 1238816
|
|
|
@2f221b6a
|
10 years |
martin |
movenc: Define the flag bits using shifts instead of as decimal …
|
|
|
@aae6b3b9
|
10 years |
martin |
movenc: Don't write any iso brands in ismv files
We deviate slightly …
|
|
|
@c55d1d3
|
10 years |
martin |
movenc: Don't write any tfdt atom for ismv files
The tfdt atom …
|
|
|
@00c67fe1
|
10 years |
martin |
movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov
…
|
|
|
@cf589fa
|
10 years |
martin |
movenc: Add a flag for using default-base-is-moof in tfhd atoms
…
|
|
|
@600d5ee
|
10 years |
martin |
movenc: Signal iso6 in compatible_brands when using tfdt
…
|
|
|
@a9911a1b
|
10 years |
martin |
doc: Document the omit_tfhd_offset flag to the mp4 muxer
…
|
|
|
@1e0b81ab
|
10 years |
martin |
movenc: Use a local variable consistently
Signed-off-by: Martin …
|
|
|
@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 …
|
|
|