|
|
|
@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 …
|
|
|
@51da7d02
|
10 years |
anton |
matroskaenc: refuse to write AAC without valid extradata
|
|
|
@7e4e010b
|
10 years |
anton |
mpeg4audio: check the init_get_bits() return value
Fixes possible …
|
|
|
@2dbd35b0
|
10 years |
martin |
libfdk-aacdec: Make sure decoding doesn't add any extra delay in the …
|
|
|
@3852e2c9
|
10 years |
martin |
libopenh264enc: Fix a typo and some nitpicks
Also move the .long_name …
|
|
|
@71ec3d36
|
10 years |
martin |
doc: Add initial documentation about the OpenH264 encoder wrapper
…
|
|
|
@5a1addd7
|
10 years |
lu_zero |
xsub: Support DXSA subtitles
These have a DXSA tag and contain alpha …
|
|
|
@01168bf1
|
10 years |
lu_zero |
mpeg: Remove unused field
|
|
|
@b3f0465
|
10 years |
lu_zero |
segment: Fix the failure paths
A failure in segment_end() or …
|
|
|
@8a3d9ca6
|
10 years |
martin |
libavcodec: Add an OpenH264 encoder wrapper
Compared to existing, …
|
|
|
@2a1500fb
|
10 years |
martin |
movenc: Fix a typo in a comment
Signed-off-by: Martin Storsjö …
|
|
|
@e581e88c
|
10 years |
martin |
movenc: Readd an accidentally removed condition
This was removed …
|
|
|
@8e03ca2f
|
10 years |
vittorio.giovara |
isom: add 'mp1v' fourcc
As referenced in the CoreMedia API docs.
…
|
|
|
@1c618323
|
10 years |
vittorio.giovara |
msmpeg4: check memory allocations and propagate errors
Bug-Id: CID 1257781
|
|
|
@ed97963
|
10 years |
vittorio.giovara |
ulti: invert the order of parameters of ulti_decode_frame()
This is …
|
|
|
@4438c256
|
10 years |
vittorio.giovara |
vf_interlace: remove the warning tag in the message
The log level is …
|
|
|
@15ea2227
|
10 years |
vittorio.giovara |
vf_interlace: merge FIELD_LOWER check
|
|
|
@046f75a9
|
10 years |
vittorio.giovara |
vf_interlace: also assert for height
|
|
|
@696141e8
|
10 years |
vittorio.giovara |
vf_interlace: use image width rather than linesize
Based on a patch …
|
|
|
@fe082998
|
10 years |
vittorio.giovara |
build: Use -Werror=format-security
Reduce the chance of introducing a …
|
|
|
@2cef68da
|
10 years |
vittorio.giovara |
vda: error out if decoded CVPixelBuffer is empty
On some video …
|
|
|
@0352ff10
|
10 years |
vittorio.giovara |
ffv1: const correctness for encode_rgb_frame()
…
|
|
|
@ca09effb
|
10 years |
vittorio.giovara |
ffv1: Drop unnecessary casts and const qualifiers to match function …
|
|
|
@1dd797e3
|
10 years |
vittorio.giovara |
swscale: check memory allocations
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@07a0c0f
|
10 years |
vittorio.giovara |
opt: check memory allocation
CC: libav-stable@libav.org
Bug-Id: CID …
|
|
|
@46808fdf
|
10 years |
martin |
movenc: Enable editlists by default if delay_moov is enabled
Being …
|
|
|
@9f810a9b
|
10 years |
martin |
libavformat: Check for malloc failures in avformat_new_stream
CC: …
|
|
|
@c4aa0f86
|
10 years |
martin |
libavformat: Remove a misleading/incorrect comment
This comment can …
|
|
|
@f4d4e66a
|
10 years |
martin |
configure: Remap -L to -libpath for msvc
This allows using libraries …
|
|
|
@3e160652
|
10 years |
martin |
cmdutils: update copyright year to 2015.
Signed-off-by: Martin …
|
|
|
@f2ad1495
|
10 years |
martin |
avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL
There shouldn't be …
|
|
|
@470c9db1
|
10 years |
martin |
sidxindex: Remove parsing that isn't necessary any longer
When we …
|
|
|
@5cf6bda
|
10 years |
martin |
sidxindex: Don't adjust the Period start time depending on the track …
|
|
|
@7a1a63e3
|
10 years |
martin |
dashenc: Use pts for MPD timeline timestamps
This should be more …
|
|
|
@c5e7ea1
|
10 years |
martin |
dashenc: Use delay_moov
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@b3b0b35d
|
10 years |
martin |
movenc: Get rid of a hack for updating the dvc1 atom
Use the more …
|
|
|
@847bf598
|
10 years |
martin |
movenc: Add an option for delaying writing the moov with empty_moov
…
|
|
|
@c725faeb
|
10 years |
martin |
movenc: Use start_dts/cts instead of cluster[0] for writing edit lists …
|
|
|
@724cbea7
|
10 years |
martin |
movenc: Remove an unnecessary condition when flushing fragments
If …
|
|
|
@355d01a1
|
10 years |
martin |
movenc: Factorize writing ftyp and other identification tags to a …
|
|
|
@8d54bacb
|
10 years |
martin |
dashenc: Remove some stray double spaces
Signed-off-by: Martin …
|
|
|
@b91a5757
|
10 years |
martin |
dashenc: Fix writing of timelines that don't start at t=0
When …
|
|
|
@50036c30
|
10 years |
martin |
fate: Use bitexact conversions in the dpxparser test
This fixes fate …
|
|
|
@60d4c6ff
|
10 years |
anton |
h264: restore a block mistakenly removed in e10fd08a
CC: …
|
|
|
@737d35e3
|
10 years |
anton |
vdpau: add support for the H.264 High 4:4:4 Predictive profile
…
|
|
|
@1f9237f
|
10 years |
anton |
avconv_vdpau: allocate video surface of VDPAU-specified size
…
|
|
|
@ebd5320a
|
10 years |
anton |
vdpau: add support for 4:2:2 and 4:4:4 chroma sampling
Signed-off-by: …
|
|
|
@c220a60f
|
10 years |
anton |
vdpau: add helper for surface chroma type and size
Since the VDPAU …
|
|
|
@6c99c92
|
10 years |
anton |
libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag
This can be used by …
|
|
|
@57b6704
|
10 years |
anton |
avcodec: add AVCodecContext.sw_pix_fmt
This carries the pixel format …
|
|
|
@4cfbeef3
|
10 years |
anton |
h264: factor hwaccel pixel formats list
This is to avoid …
|
|
|
@9cfa68c5
|
10 years |
anton |
mpegts: add support for Opus
Signed-off-by: Anton Khirnov …
|
|
|
@8ebf02f8
|
10 years |
martin |
libavformat: Only use MoveFileExA when targeting the desktop API …
|
|
|
@fc308b30
|
10 years |
martin |
rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no …
|
|
|
@e2ce1639
|
10 years |
martin |
mpegts: Support running the write_trailer function without an …
|
|
|
@4895aa65
|
10 years |
martin |
libavformat: Allow calling av_write_trailer with a NULL AVIOContext
…
|
|
|
@cee4490b
|
10 years |
anton |
on2avc: check number of channels
Fixes invalid memory access.
CC: …
|
|
|
@d423dd72
|
10 years |
anton |
smc: fix the bounds check
Fixes invalid writes when there are more …
|
|
|
@0b39ac6f
|
10 years |
anton |
gifdec: refactor interleave end handling
Fixes invalid writes with …
|
|
|
@17ba719d
|
10 years |
anton |
mmvideo: check frame dimensions
The frame size must be set by the …
|
|
|
@88626e5a
|
10 years |
anton |
jvdec: check frame dimensions
The frame size must be set by the …
|
|
|
@809c3023
|
10 years |
anton |
mjpegdec: check for pixel format changes
Fixes possible invalid …
|
|
|
@64f7575f
|
10 years |
anton |
mov: avoid a memleak when multiple stss boxes are present
CC: …
|
|
|
@210461c0
|
10 years |
vittorio.giovara |
imgconvert: check memory allocations and propagate errors
|
|
|
@596b5c48
|
10 years |
vittorio.giovara |
wma: check memory allocations and propagate errors
|
|
|
@63be97ec
|
10 years |
vittorio.giovara |
lavfi: always check av_expr_parse_and_eval() return value
CC: …
|
|
|
@9e06327
|
10 years |
vittorio.giovara |
xcbgrab: Move NULL check before pointer dereference
Bug-Id: CID 1254668
|
|
|
@5ac06633
|
10 years |
vittorio.giovara |
takdec: check av_samples_get_buffer_size() return value
CC: …
|
|
|
@16c7a8a
|
10 years |
vittorio.giovara |
aacps: invert the order of parameters of ipdopd_reset()
This is the …
|
|
|
@76ccf114
|
10 years |
vittorio.giovara |
rtsp: check ffurl_get_file_handle() return value
CC: …
|
|
|
@b1306823
|
10 years |
vittorio.giovara |
check memory errors from av_strdup()
|
|
|
@9745f19f
|
10 years |
vittorio.giovara |
assdec: check the right variable
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@971099ff
|
10 years |
vittorio.giovara |
aacenc: correctly check returned value
CC: libav-stable@libav.org
|
|
|
@ac467d9
|
10 years |
vittorio.giovara |
lcl: return an appropriate error code
|
|
|
@8b263331
|
10 years |
vittorio.giovara |
mpegts: check get16() return value
And break flow of execution rather …
|
|
|
@430a816
|
10 years |
vittorio.giovara |
oggdec: add support for VP8 demuxing
Signed-off-by: Vittorio Giovara …
|
|
|
@38129c26
|
10 years |
vittorio.giovara |
cmdutils: check file access functions return values
CC: …
|
|
|
@c63dd3f0
|
10 years |
vittorio.giovara |
a64multi: check elbg return values
|
|
|
@3beb9cba
|
10 years |
vittorio.giovara |
roqvideo: check memory allocations and propagate errors
|
|
|
@ae2d41ec
|
10 years |
vittorio.giovara |
elbg: check memory allocations and propagate errors
|
|
|
@5d839778
|
10 years |
vittorio.giovara |
lavu: Refactor side data wiping
And make sure the nb_side_data field …
|
|
|
@effa7d2a
|
10 years |
vittorio.giovara |
fate: add test for offset theora
|
|
|
@67fc8a15
|
10 years |
vittorio.giovara |
theora: support different visible and coded frame size
Signed-off-by: …
|
|
|
@a381e0ce
|
10 years |
vittorio.giovara |
fate: add a DPX parser test
|
|
|
@87bd298a
|
10 years |
vittorio.giovara |
DPX parser
Additional improvements and fixes by Michael Niedermayer …
|
|
|
@3a3790b8
|
10 years |
vittorio.giovara |
tiff: support encoding and decoding 64bit images
|
|
|
@59f0275
|
10 years |
martin |
movenc: Adjust the pts of new fragments similarly to what is done for …
|
|
|
@8a70ef94
|
10 years |
martin |
libavformat: Add a muxer wrapping mpegts encoding into RTP
Since this …
|
|
|
@a505c0d
|
10 years |
martin |
rtp: Initial H.261 support
The packetizer only supports splitting at …
|
|
|
@adc214e6
|
10 years |
martin |
rtpenc: Avoid brittle switch fallthroughs
Instead explicitly jump to …
|
|
|
@3bb46524
|
10 years |
martin |
h261dec: Fix context initialization sequence
ff_mpv_common_init sets …
|
|
|
@91bfac7
|
10 years |
martin |
h261enc: Disallow sliced encoding
This avoids trying to do sliced …
|
|
|
@df07c07b
|
10 years |
martin |
rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data …
|
|
|
@4218174
|
10 years |
martin |
rtpenc: Set the AVFMT_TS_NONSTRICT flag
In particular, when …
|
|
|