|
|
|
@14f3e8b8
|
10 years |
u |
avformat/sbgdec: remove double ;;
|
|
|
@fa6c9e54
|
10 years |
u |
avdevice/pulse_audio_dec: remove double ;;
|
|
|
@4d028bf2
|
10 years |
u |
avcodec/vp8: remove double ;;
|
|
|
@ca3c7be7
|
10 years |
u |
avcodec/tiffenc: remove double ;;
|
|
|
@ab161bfa
|
10 years |
michaelni |
avformat/asfdec: Check the av_get_packet() return value
…
|
|
|
@4adf75ca
|
10 years |
michaelni |
avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this …
|
|
|
@bc3f7677
|
10 years |
michaelni |
avcodec/nvenc: Add support for nvenc api version 5
Signed-off-by: …
|
|
|
@8de0990e
|
10 years |
michaelni |
avcodec/dvbsubdec: Check get_region() return value
Fixes null pointer …
|
|
|
@edf1cb7a
|
10 years |
michaelni |
avformat/nsvdec: Check av_get_packet() return value
Signed-off-by: …
|
|
|
@e0623953
|
10 years |
michaelni |
avfilter/vf_frei0r: fix build with DEBUG enabled
Signed-off-by: …
|
|
|
@353cf95f
|
10 years |
michaelni |
avfilter/vf_frei0r: also set AVFilterLink.frame_rate
Signed-off-by: …
|
|
|
@f8ff761
|
10 years |
michaelni |
avcodec/mss12: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@1f4ef3cc
|
10 years |
michaelni |
avcodec/libopusenc: Use av_mallocz_array()
Signed-off-by: Michael …
|
|
|
@7532f0e
|
10 years |
michaelni |
avcodec/libmp3lame: use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@c4d85fc2
|
10 years |
michaelni |
avcodec/flac_parser: fix handling EOF if no headers are found
Fixes …
|
|
|
@040e5703
|
10 years |
michaelni |
avcodec/flac_parser: print error messages in case of errors
…
|
|
|
@f961489
|
10 years |
michaelni |
Fix precission typos
Found-by: ubitux
Signed-off-by: Michael …
|
|
|
@a46a23d3
|
10 years |
michaelni |
avfilter/vf_framepack: Check and update frame_rate
The frame_rate …
|
|
|
@d3d9a00b
|
10 years |
michaelni |
ffmpeg: Use filter graph output frame rate also for frame duration …
|
|
|
@7b328560
|
10 years |
michaelni |
ffmpeg: Maintain higher precision pts between video filter and fps …
|
|
|
@261e8ccb
|
10 years |
michaelni |
ffmpeg: drop redundant frame_pts value
Signed-off-by: Michael …
|
|
|
@2d0440f9
|
10 years |
michaelni |
Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'
* commit …
|
|
|
@aee51ee8
|
10 years |
michaelni |
Merge commit '2df7277711cbe3ca5415ff8e31228dcffa309211'
* commit …
|
|
|
@a0aa3eaa
|
10 years |
michaelni |
Merge commit '89df3fd49e9992441f680326902b4912d79f514f'
* commit …
|
|
|
@3941df54
|
10 years |
vittorio.giovara |
aea: Return proper error code on invalid header
|
|
|
@bb0344dc
|
10 years |
michaelni |
ffmpeg: improve data stream support
This adds data codec/stream …
|
|
|
@2df72777
|
10 years |
vittorio.giovara |
swscale: fix gbrap to gbrap alpha scaling
|
|
|
@89df3fd4
|
10 years |
vittorio.giovara |
swscale: fix warning about incompatible function pointer type
|
|
|
@a47c9331
|
10 years |
michaelni |
avformat: Improve data streams/codec support
This adds data …
|
|
|
@ba97cf2c
|
10 years |
michaelni |
avdevice: Use av_format_get_control_message_cb()
This is required as …
|
|
|
@4184d344
|
10 years |
michaelni |
ffmpeg: Add bitrate value under -progress action
Signed-off-by: …
|
|
|
@2c22042a
|
10 years |
michaelni |
avcodec/g2meet: Use av_mallocz_array() for framebuffer allocation
…
|
|
|
@5989a2b2
|
10 years |
michaelni |
avcodec/g722enc: Use av_mallocz_array()
Signed-off-by: Michael …
|
|
|
@71bd6ea0
|
10 years |
michaelni |
avcodec/flashsv2enc: use av_realloc_array()
Signed-off-by: Michael …
|
|
|
@e7d85186
|
10 years |
michaelni |
avcodec/parser: Check that the parser return code is valid
…
|
|
|
@6c3cb02
|
10 years |
michaelni |
avcodec/flac_parser: Check for av_malloc() failure
Signed-off-by: …
|
|
|
@5f964c60
|
10 years |
michaelni |
avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)
…
|
|
|
@ec9935b2
|
10 years |
michaelni |
avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with …
|
|
|
@46b0fce6
|
10 years |
michaelni |
avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formats
This …
|
|
|
@b0be6d83
|
10 years |
michaelni |
avformat/id3v2: remove unused variable
Signed-off-by: Michael …
|
|
|
@a83398c8
|
10 years |
clement |
doc: fix showpalette position
|
|
|
@f5326039
|
10 years |
clement |
avfilter: add showpalette filter
|
|
|
@72c61c27
|
10 years |
michaelni |
avcodec/nvenc: fix b frame settings
Reviewed-by: Timo Rothenpieler …
|
|
|
@6e69bf4a
|
10 years |
michaelni |
Merge commit '024e5a2d5ff8a94adce48abb15ce2fb471f9d18e'
* commit …
|
|
|
@330e892c
|
10 years |
michaelni |
Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'
* commit …
|
|
|
@2bc84181
|
10 years |
michaelni |
Merge commit '402fb5550e36dd994b13941ef5499f9087afd345'
* commit …
|
|
|
@c5eb725f
|
10 years |
michaelni |
Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e'
* commit …
|
|
|
@9fb5a91
|
10 years |
michaelni |
Merge commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39'
* commit …
|
|
|
@eb215be
|
10 years |
michaelni |
Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9'
* commit …
|
|
|
@24c76bae
|
10 years |
michaelni |
Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'
* commit …
|
|
|
@7eef45a7
|
10 years |
michaelni |
avformat/id3v2: Fix incompatible pointer type warnings
Signed-off-by: …
|
|
|
@06ec2f1d
|
10 years |
michaelni |
Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce'
* commit …
|
|
|
@3b3229ae
|
10 years |
clement |
avfilter/edgedetect: fix indent
|
|
|
@024e5a2d
|
10 years |
martin |
rtmppkt: Repeat the full 32 bit timestamp for chunking continuation …
|
|
|
@def69553
|
10 years |
martin |
h264_cabac: Break infinite loops
This fixes out of array reads and/or …
|
|
|
@3779973
|
10 years |
michaelni |
Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'
* commit …
|
|
|
@27513846
|
10 years |
michaelni |
Merge commit '928061670e873e816daa14827853b7e11221ff5f'
* commit …
|
|
|
@5edbd4f4
|
10 years |
michaelni |
Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394'
* commit …
|
|
|
@ada0fc4e
|
10 years |
michaelni |
Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a'
* commit …
|
|
|
@55dc253
|
10 years |
michaelni |
Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'
* commit …
|
|
|
@cc18ea8d
|
10 years |
michaelni |
avformat/mov: Do not set aspect ratios that would contain zeros
…
|
|
|
@47795505
|
10 years |
michaelni |
avformat/mov: rewrite aspect from matrix code
The original code was …
|
|
|
@89b6382
|
10 years |
michaelni |
Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'
* commit …
|
|
|
@cd960c8a
|
10 years |
michaelni |
Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'
* commit …
|
|
|
@140dfd14
|
10 years |
michaelni |
Merge commit '456ffec35d55288d589aa1901919e038c3427f30'
* commit …
|
|
|
@402fb555
|
10 years |
vittorio.giovara |
opus_parser: drop unused variable
|
|
|
@8a9641a6
|
10 years |
vittorio.giovara |
bsf: check memory allocations
|
|
|
@014b6b41
|
10 years |
vittorio.giovara |
vp8: improve memory allocation checks
Check memory earlier, check one …
|
|
|
@3cfd07a5
|
10 years |
michaelni |
fate: add qp filter test
Signed-off-by: Michael Niedermayer …
|
|
|
@baea14d
|
10 years |
michaelni |
avfilter: port qp filter from libmpcodecs
Signed-off-by: Paul B Mahol …
|
|
|
@54bc15d5
|
10 years |
vittorio.giovara |
id3v2: fix reading v2.2 attached pictures
In v2.2, the picture type …
|
|
|
@932788be
|
10 years |
vittorio.giovara |
id3v2: add names to the parameters of ID3v2EMFunc.read
Some of them …
|
|
|
@8809c974
|
10 years |
vittorio.giovara |
id3v2: constify the 'tag' parameter to special metadata parsing …
|
|
|
@f86f39cb
|
10 years |
vittorio.giovara |
tiff: support decoding GBRP and GBRAP formats
Signed-off-by: Vittorio …
|
|
|
@92806167
|
10 years |
vittorio.giovara |
libswscale: GBRAP input & output and GBRAP16 input support
…
|
|
|
@9a4aaae3
|
10 years |
vittorio.giovara |
lavc: add GBRAP to avcodec_align_dimensions2
|
|
|
@0e6c7dfa
|
10 years |
vittorio.giovara |
lavu: add planar 16 bit and 8 bit rgb with alpha
Signed-off-by: …
|
|
|
@e2ad0b66
|
10 years |
vittorio.giovara |
imgutils: create misc functions for dealing with buffers
Move the …
|
|
|
@cf70ba37
|
10 years |
vittorio.giovara |
mov: Check angle rather than full matrix when updating SAR
When the …
|
|
|
@1e763454
|
10 years |
vittorio.giovara |
png: improve signature check
Return proper error code, print an error …
|
|
|
@456ffec3
|
10 years |
vittorio.giovara |
img2dec: correctly use the parsed value from -start_number
Previously …
|
|
|
@c4f1abec
|
10 years |
michaelni |
avcodec/sunrast: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@e6f1601d
|
10 years |
michaelni |
avcodec/svq3: Use av_mallocz_array() for emu_edge_buffer
…
|
|
|
@2493558a
|
10 years |
michaelni |
avcodec/svq3: Check av_mallocs return value
Signed-off-by: Michael …
|
|
|
@a9d700f2
|
10 years |
michaelni |
mpegts: identify h264 mvc streams
This fixes missdetecting such …
|
|
|
@f2e12f89
|
10 years |
michaelni |
avformat/smoothstreamingenc: Add missing "goto fail"
Signed-off-by: …
|
|
|
@8d7d8813
|
10 years |
michaelni |
avformat/mpeg: Avoid dead assignment
Signed-off-by: Michael …
|
|
|
@e172f5e
|
10 years |
michaelni |
avcodec/hevc: Fix handling of skipped_bytes() reallocation failures
…
|
|
|
@92170669
|
10 years |
michaelni |
qpeg: avoid pointless invalid memcpy()
If refdata was NULL, the …
|
|
|
@295b79b5
|
10 years |
michaelni |
avcodec/roqvideoenc: Check for av_malloc_array() failure
…
|
|
|
@88a46fa8
|
10 years |
michaelni |
avcodec/snowenc-test: use av_mallocz_array()
Signed-off-by: Michael …
|
|
|
@482761b8
|
10 years |
michaelni |
avcodec/snowenc-test: check for av_malloc*() failures
Signed-off-by: …
|
|
|
@c6488798
|
10 years |
stefasab |
Changelog: mention the port of various mp PP filters
|
|
|
@8c7e512a
|
10 years |
stefasab |
lavfi: remove mp=pp7
The filter was ported to a native libavfilter …
|
|
|
@57ede2a5
|
10 years |
stefasab |
lavfi: use ff_norm_qscale(), factorize
|
|
|
@b23a8668
|
10 years |
michaelni |
libavformat/mxfdec.c: export the full UMID as metadata
Previous …
|
|
|
@fbe8672e
|
10 years |
michaelni |
avcodec/shorten: use av_reallocp_array()
Signed-off-by: Michael …
|
|
|
@56c7e105
|
10 years |
michaelni |
avcodec/snow: Fix av_malloc* failure checks
Signed-off-by: Michael …
|
|
|
@13871a95
|
10 years |
michaelni |
avcodec/snow: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@24222cc1
|
10 years |
michaelni |
avcodec/opus_imdct: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|