|
|
|
@0f9eb91
|
10 years |
martin |
movenc: Include empty tracks in iods when writing fragmented mp4
When …
|
|
|
@c64f3615
|
10 years |
anton |
flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.
…
|
|
|
@4d0cd5f5
|
10 years |
anton |
flvenc: move metadata updates into a single function
Signed-off-by: …
|
|
|
@8b573dd
|
10 years |
anton |
hevc: remove superfluous assignments and checks
|
|
|
@eac3ac1f
|
10 years |
anton |
hevc: eliminate an unneeded intermediate variable
|
|
|
@eb335f3c
|
10 years |
anton |
hevc: reduce variable scope
Also, collapse the array into a scalar, …
|
|
|
@84c0ece5
|
10 years |
anton |
hevc: further reduce code duplication in hls_prediction_unit()
|
|
|
@a7b365ae
|
10 years |
anton |
hevc: reduce code duplication in hls_prediction_unit()
|
|
|
@de1f8ead
|
10 years |
anton |
hevcdsp_template: templatize transquant_bypass
|
|
|
@16c01fb4
|
10 years |
anton |
hevc: remove an unused function parameter
|
|
|
@84b94639
|
10 years |
anton |
hevc: remove a redundant line
pred_mode is overwritten a few lines …
|
|
|
@2c6a7f93
|
10 years |
anton |
hevc: do not store rqt_root_cbf in the context
It does not need to be …
|
|
|
@920bca3
|
10 years |
anton |
hevc: do not store pcm_flag in the context
It does not need to be …
|
|
|
@c00365b4
|
10 years |
martin |
aarch64: Make the function pointer tables position independent
This …
|
|
|
@2fa6d211
|
10 years |
vittorio.giovara |
on2avc: Fix out of array access
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@74d7db58
|
10 years |
vittorio.giovara |
dv: Drop a spurious check
The buffer is always valid.
Bug-Id: CID 700682
|
|
|
@8562c148
|
10 years |
anton |
Icecast: Send content-type in all cases
This is needed because …
|
|
|
@3a6bb973
|
10 years |
anton |
Icecast: Send 100-continue header if possible
This allows for proper …
|
|
|
@2e170405
|
10 years |
lu_zero |
vf_interlace: Add SIMD for lowpass filter
Signed-off-by: Luca Barbato …
|
|
|
@d16ec1b6
|
10 years |
vittorio.giovara |
atrac3plus: always initialize refwaves
CC: libav-stable@libav.org …
|
|
|
@60e0ee7c
|
10 years |
vittorio.giovara |
lpc: always initialize ref and err
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@3a6ddfb8
|
10 years |
vittorio.giovara |
exr: check return value
CC: libav-stable@libav.org
Bug-Id: CID 1198259
|
|
|
@e4cb6abb
|
10 years |
vittorio.giovara |
bgmc: fix sizeof arguments
CC: libav-devel@libav.org
Bug-Id: CID …
|
|
|
@4b39cc1a
|
10 years |
vittorio.giovara |
riff: support ProRes in avi (APCN fourcc)
|
|
|
@a2448cfe
|
10 years |
vittorio.giovara |
jpeg2000: do not compute the same value twice
CC: …
|
|
|
@59846452
|
10 years |
vittorio.giovara |
svq1enc: check ff_get_buffer return value
CC: libav-stable@libav.org …
|
|
|
@994ab180
|
10 years |
vittorio.giovara |
ansi: check ff_set_dimensions return value
CC: libav-stable@libav.org …
|
|
|
@c7384664
|
10 years |
vittorio.giovara |
avs: check ff_set_dimensions return value
CC: libav-stable@libav.org …
|
|
|
@2b5c1efa
|
10 years |
vittorio.giovara |
g2meet: check ff_set_dimensions return value
CC: …
|
|
|
@c6d7c201
|
10 years |
vittorio.giovara |
indeo3: check ff_set_dimensions return value
CC: …
|
|
|
@8e104619
|
10 years |
vittorio.giovara |
shorten: check for return value
Avoid a possible negative bitshift.
…
|
|
|
@d5d2d6c3
|
10 years |
vittorio.giovara |
dcadec: initialize variables before use
CC: libav-stable@libav.org …
|
|
|
@1a9c1333
|
10 years |
vittorio.giovara |
escape124: explicitly set get_bits1 variable
Makes coverity less …
|
|
|
@2ffb0598
|
10 years |
vittorio.giovara |
mlpdec: check for negative index
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@6abe7eda
|
10 years |
vittorio.giovara |
ffv1: fix out-of-bounds read
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@5aa710f4
|
10 years |
vittorio.giovara |
vorbisenc: add missing parenthesis
Bug-Id: CID 1238791
|
|
|
@e9a6ae77
|
10 years |
vittorio.giovara |
dpxenc: mention missing break
Bug-Id: CID 732229
|
|
|
@4dda5e9b
|
10 years |
vittorio.giovara |
sunrastenc: mention missing break
Bug-Id: CID 732231
|
|
|
@28d82b76
|
10 years |
vittorio.giovara |
vc1dec: refactor check with missing parenthesis
FATE tests updated …
|
|
|
@2c98dc75
|
10 years |
vittorio.giovara |
vc1dec: always initialize tx and ty
CC: libav-stable@libav.org …
|
|
|
@e3f50f24
|
10 years |
vittorio.giovara |
dnxhdenc: check negative index
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@b1b1a737
|
10 years |
vittorio.giovara |
display: fix order of operands
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@bdcb5794
|
10 years |
vittorio.giovara |
nellymoserenc: fix array index
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@aa7c429c
|
10 years |
vittorio.giovara |
nellymoserenc: fix array element ordering
Fixes assertion failures …
|
|
|
@8dd0a2c5
|
10 years |
vittorio.giovara |
libopusenc: prevent an out-of-bounds read by returning early
CC: …
|
|
|
@b09cf8af
|
10 years |
vittorio.giovara |
libopusenc: check return value
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@29234f56
|
10 years |
vittorio.giovara |
vp7: fix checking vp7_feature_value_size()
CC: libav-stable@libav.org …
|
|
|
@68a3547
|
10 years |
vittorio.giovara |
4xm: more thorought check for negative index and negative shift
CC: …
|
|
|
@c9c7d59b
|
10 years |
vittorio.giovara |
tiff: Use av_mallocz_array
CC: libav-stable@libav.org
|
|
|
@c6074a30
|
10 years |
vittorio.giovara |
opt: Fix the documentation mentioning av_set_string3
It is av_opt_set now.
|
|
|
@1b667269
|
10 years |
vittorio.giovara |
h264_parser: don't stop on SPS_EXT in split
Add SPS_EXT, SEI, and …
|
|
|
@4cb9f1a7
|
10 years |
vittorio.giovara |
h264_cabac: fix one fill_rectangle() indentation level
Bug-Id: CID 1087088
|
|
|
@60b05513
|
10 years |
vittorio.giovara |
png_parser: fix size of chunk_lenght
Fixes the comparison against …
|
|
|
@443502a
|
10 years |
vittorio.giovara |
dvbsubdec: move shared codepath
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@23833236
|
10 years |
vittorio.giovara |
dvbsubdec: improve error checking
Use av_mallocz_array instead of …
|
|
|
@1bdd21d9
|
10 years |
vittorio.giovara |
dvbsubdec: add missing break
Fix a memory leak too.
CC: …
|
|
|
@a6defd1
|
10 years |
vittorio.giovara |
hevc_cabac: decrease CABAC_MAX_BIN
Prevents shifts with undefined …
|
|
|
@9e9be5a2
|
10 years |
vittorio.giovara |
hevc_mvs: prevent unitialized use
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@0e1ebfeb
|
10 years |
vittorio.giovara |
4xm: drop unnecessary check
data_size is always >= 0 in this case.
…
|
|
|
@7c61e4b1
|
10 years |
vittorio.giovara |
hpeldsp: Increase put_no_rnd_pixels_tab[][] size
CC: …
|
|
|
@db71c492
|
10 years |
vittorio.giovara |
mjpegenc: fix argument size in encode_mb
CC: libav-stable@libav.org …
|
|
|
@f349f4b5
|
10 years |
vittorio.giovara |
mpegvideo: fix size of array
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@898e9a24
|
10 years |
vittorio.giovara |
mpegvideo: check mpv return value
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@fe27aeae
|
10 years |
vittorio.giovara |
mpeg12enc: increase declared size of block function argument
CC: …
|
|
|
@52f954da
|
10 years |
martin |
libavcodec: Unconditionally build xiph.o
vorbis_parser.o is built …
|
|
|
@b776113e
|
10 years |
martin |
v4l2: Unify one instance of reading/storing errno
Signed-off-by: …
|
|
|
@28396d17
|
10 years |
martin |
libfdk-aacdec: Support building with the latest version of fdk-aac
…
|
|
|
@09f25533
|
10 years |
lu_zero |
v4l2: Preserve errno values
av_log usually resets it.
|
|
|
@a1a25988
|
10 years |
lu_zero |
v4l2: Use av_strerror
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@e3e317e0
|
10 years |
lu_zero |
lavc: Compact the side-data passthrough
|
|
|
@9a5ac36b
|
10 years |
martin |
movenc: Require samples before trying to write edts
This avoids a …
|
|
|
@8cb7b7b4
|
10 years |
martin |
movenc: Avoid leaking locally allocated data when returning on errors
…
|
|
|
@95a449d3
|
10 years |
martin |
movenc: Remove an outdated comment
QuickTime does support files with …
|
|
|
@9cbf70fa
|
10 years |
martin |
movenc: Write correct presentation timestamps in tfra
Previously we …
|
|
|
@e7d20f12
|
10 years |
martin |
movenc: Remove a now redundant check
When using the new first_trun …
|
|
|
@1d8a0c1b
|
10 years |
martin |
movenc: Allow to request not to use edit lists
In this case, shift …
|
|
|
@897d5c3a
|
10 years |
martin |
lavf: Print a warning if failed to avoid negative timestamps when …
|
|
|
@1384df64
|
10 years |
martin |
lavf: Add an option for avoiding negative timestamps
This is the same …
|
|
|
@4981baf9
|
10 years |
martin |
avstring: Mark some character handling functions av_const
…
|
|
|
@199d9f99
|
10 years |
vittorio.giovara |
mjpegdec: fix undefined shift
Add a comment to explain the code.
CC: …
|
|
|
@ac4a5e3a
|
10 years |
vittorio.giovara |
pthreads_frame: Do not leak on failure path
CC: …
|
|
|
@5d29efe
|
10 years |
vittorio.giovara |
mpeg12dec: simplify context duplication
CC: libav-stable@libav.org …
|
|
|
@37b3361e
|
10 years |
vittorio.giovara |
mpeg12enc: factor out check in encode_dc
Makes coverity less confused …
|
|
|
@0a66647
|
10 years |
vittorio.giovara |
mpegvideo_enc: factor out denominator and explicitly cast operands
…
|
|
|
@e0a1d0a2
|
10 years |
vittorio.giovara |
mpegvideo_enc: rework direct mode check
Remove stray semicolon and …
|
|
|
@05e59135
|
10 years |
anton |
nutdec: do not set has_b_frames
It is not supposed to be set by demuxers.
|
|
|
@acc897e6
|
10 years |
anton |
lavc: make avpriv_flac_is_extradata_valid() private on the next bump
|
|
|
@e839de0f
|
10 years |
anton |
oggenc: accept only STREAMINFO extradata
The reasoning is the same as …
|
|
|
@c070a875
|
10 years |
anton |
lavc: make avpriv_flac_parse_streaminfo() private on the next bump
|
|
|
@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: …
|
|
|