|
|
|
@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 …
|
|
|
@01f251c4
|
10 years |
martin |
rtpenc: Set the timestamp properly when sending mpegts data, too
…
|
|
|
@f2c614e8
|
10 years |
martin |
srtpproto: fix option flag type
Signed-off-by: Martin Storsjö …
|
|
|
@456e93b
|
10 years |
martin |
dashenc: Adjust the start time of a segment to the end of the previous …
|
|
|
@2f628d59
|
10 years |
martin |
dashenc: Write segment timelines properly if the timeline has gaps
…
|
|
|
@6f4364a
|
10 years |
martin |
mov: Fix handling of zero-length metadata values
Since 3cec81f4d4, a …
|
|
|
@10d4c5e5
|
10 years |
vittorio.giovara |
tiff: set the correct return value when check_size() fails
Only one …
|
|
|
@3c27275c
|
10 years |
vittorio.giovara |
tiff: Check the check_size() return value and forward it
Also use the …
|
|
|
@4690e01c
|
10 years |
vittorio.giovara |
prores: Evaluate all the quantizers
Prevent an uninitialized data …
|
|
|
@490a3ebf
|
10 years |
vittorio.giovara |
matroskadec: Fix read-after-free in matroska_read_seek()
In …
|
|
|
@d75190aa
|
10 years |
vittorio.giovara |
mpegvideo: move REBASE_PICTURE where it is used
Drop an unused #undef …
|
|
|
@63fcedcf
|
10 years |
vittorio.giovara |
mpegvideo: remove unused function declaration
|
|
|
@b2bece5e
|
10 years |
vittorio.giovara |
hevc: always clip luma_log2_weight_denom
Its value shall be between 0 …
|
|
|
@bab8d73
|
10 years |
lu_zero |
vaapi: wrap codec specific functions in appropiate #ifs
Fix linking …
|
|
|
@5a82ad64
|
10 years |
lu_zero |
svq1dec: Unbreak the scratch buffer allocation
The input packets are …
|
|
|
@bcbdeb31
|
10 years |
lu_zero |
asvenc: Forward the error instead of asserting on it
Bug-Id: CID …
|
|
|
@fd665f7
|
10 years |
anton |
avconv: Use the mpeg12 private option scan_offset
Introduced in …
|
|
|
@559fa0d4
|
10 years |
anton |
vdpau: add mapping for H.264 Constrained Baseline profile and fallback …
|
|
|
@8502c1e9
|
10 years |
anton |
vdpau: add mapping for H.264 Extended profile
Signed-off-by: Anton …
|
|
|
@8b51bcfe
|
10 years |
anton |
vdpau: revector macro to reduce line span
Signed-off-by: Anton …
|
|
|
@e10e6651
|
10 years |
anton |
thread: use "" instead of <> for including the w32pthreads wrapper
…
|
|
|
@e737a4aa
|
10 years |
martin |
dashenc: Change the duration fields to 64 bit
For the last_duration …
|
|
|
@c7921a48
|
10 years |
martin |
libfdk-aacdec: Fix a boundary check
This avoids potential out of …
|
|
|
@2c3f29c4
|
10 years |
lu_zero |
xcbgrab: Support empty filename string correctly
Bug-Id: CID 1254664 …
|
|
|
@fa8934d6
|
10 years |
martin |
dashenc: log file output progress in verbose mode
As the …
|
|
|
@95d880fa
|
10 years |
martin |
rtpproto: Fix the input RTP data format check
Only the upper 2 bits …
|
|
|
@d2f1d42b
|
10 years |
janne-libav |
fate: add dolby true hd tests
The existing meridian audio test does …
|
|
|
@4c81613
|
10 years |
janne-libav |
arm: mlpdsp: handle pic offset calculation in a macro
Makes the code …
|
|
|
@581c7f0e
|
10 years |
janne-libav |
arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm …
|
|
|
@fccfc22d
|
10 years |
martin |
libavformat: Build hevc.o when building the RTP muxer
The RTP muxer …
|
|
|
@780cd20b
|
10 years |
martin |
aarch64: Use .data.rel.ro for const data with relocations
This …
|
|
|
@f963f803
|
10 years |
martin |
arm: Use .data.rel.ro for const data with relocations
Signed-off-by: …
|
|
|
@3c01039
|
10 years |
vittorio.giovara |
mov: further expand the list of parsed metadata tags
Signed-off-by: …
|
|
|
@e2e07dba
|
10 years |
vittorio.giovara |
mov: expand the list of parsed metadata tags
Based on L-Smash code by …
|
|
|
@b704b648
|
10 years |
vittorio.giovara |
mov: parse XMP metadata on demand
The Extensible Metadata Platform …
|
|
|
@174c5fde
|
10 years |
vittorio.giovara |
mov: parse @PRM and @PRQ metadata tags
These tags describe the …
|
|
|
@35384934
|
10 years |
vittorio.giovara |
mov: cosmetics: reorder the list of tags
Alphabetically order the …
|
|
|
@6fd91fa1
|
10 years |
vittorio.giovara |
h264: increase MAX_SLICES to 32
H264 streams from CounterPath Bria …
|
|
|
@d0b22405
|
10 years |
vittorio.giovara |
vf_frei0r: do not increment string if it reached the end
Bug-Id: 778 …
|
|
|
@90411b33
|
10 years |
vittorio.giovara |
Allow reading of growing avi files (currently being written)
This …
|
|
|
@4843a9c7
|
10 years |
vittorio.giovara |
dpx: always write the image offset
According to the DPX file format …
|
|
|
@250e077e
|
10 years |
vittorio.giovara |
riff: Support decoding png in avi (ImageJ)
|
|
|
@b280c62
|
10 years |
martin |
arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb …
|
|
|
@ae815764
|
10 years |
martin |
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
…
|
|
|
@29bc7bfb
|
10 years |
martin |
rtpproto: Write a warning if the input data written isn't RTP …
|
|
|
@6a880090
|
10 years |
lu_zero |
doc: Use the correct @subsection tag
makeinfo would otherwise refuse …
|
|
|
@4fd7e63c
|
10 years |
lu_zero |
mp3: Tweak the probe scores
Having more than 10 consecutive frames …
|
|
|
@4f5906a1
|
10 years |
lu_zero |
latm: Do not give a score for a single instance
Bug-Id: 773
CC: …
|
|
|
@71f29410
|
10 years |
lu_zero |
lavfi: Increase drawtext font size limits
Raise the maximum font size …
|
|
|
@9a738c27
|
10 years |
vittorio.giovara |
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Signed-off-by: …
|
|
|
@33c827f6
|
10 years |
vittorio.giovara |
swscale: Properly scale YUV
Only shift limited range luma, and always …
|
|
|
@8c0a865a
|
10 years |
vittorio.giovara |
mov: skip version and flags attributes in mov_read_chan()
Fixes …
|
|
|
@b72727a5
|
10 years |
vittorio.giovara |
lavc: mention that the parser callback never returns an error
|
|
|