|
|
|
@a9b04b2c
|
11 years |
diego |
tree.h: K&R formatting and typo cosmetics
|
|
|
@9696740a
|
11 years |
martin |
hls: Call avformat_find_stream_info() on the chained demuxers
This …
|
|
|
@78b4bfdb
|
11 years |
diego |
Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents
|
|
|
@1f57d601
|
11 years |
martin |
rtsp: Support RFC4570 (source specific multicast) more properly.
Add …
|
|
|
@74972220
|
11 years |
martin |
rtpproto: Support more than one SSM include address, support excludes
…
|
|
|
@7d99c929
|
11 years |
martin |
udp: Keep track of include and exclude sources separately
This allows …
|
|
|
@3357bccc
|
11 years |
martin |
udp: Allow specifying multicast include/blocks as host names as well
…
|
|
|
@0e8c6f22
|
11 years |
diego |
avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo
Also fix …
|
|
|
@4822ee3
|
11 years |
diego |
configure: Detect AIX ar command instead of hardcoding it in the OS section
|
|
|
@711c4da1
|
11 years |
diego |
fate: Add tree test
|
|
|
@d99a2b6d
|
11 years |
diego |
avutil/tree: Drop debug messages that clutter the output
|
|
|
@10db1a9b
|
11 years |
diego |
avutil/tree: K&R formatting cosmetics
|
|
|
@c47037c7
|
11 years |
diego |
fate: Add timefilter test
|
|
|
@06205b5e
|
11 years |
martin |
hls: Free packets when skipping packets when seeking
This fixes …
|
|
|
@a2b7eeeb
|
11 years |
martin |
hlsproto: Store all durations in AV_TIME_BASE
Also parse segment …
|
|
|
@c4419103
|
11 years |
martin |
hls: Store all durations in AV_TIME_BASE
Also parse segment durations …
|
|
|
@e1d5b244
|
11 years |
martin |
hls: Store first_timestamp in units of AV_TIME_BASE
When …
|
|
|
@55c4cba2
|
11 years |
diego |
huffyuvenc: BGRA support
Bug-Id: 452
Signed-off-by: Diego Biurrun …
|
|
|
@c110cbf6
|
11 years |
martin |
hls: Create an AVProgram for each variant
Without the information, an …
|
|
|
@9d64f236
|
11 years |
martin |
hls: Respect the different stream time bases when comparing dts
Also …
|
|
|
@c11e33a3
|
11 years |
martin |
hls: Set stream offset before opening a chained demuxer
This makes …
|
|
|
@cdd2d73d
|
11 years |
martin |
hls: Don't check discard flags until the parent demuxer's streams …
|
|
|
@82bf8c87
|
11 years |
martin |
hls: Copy the time base from the chained demuxer
When a variant …
|
|
|
@eb33ba04
|
11 years |
martin |
hls: Return all packets from a previous variant before moving on to …
|
|
|
@c5b46a06
|
11 years |
martin |
lavf: Don't interpret just slightly broken timestamps as wraparound
…
|
|
|
@2219e27b
|
11 years |
lu_zero |
oma: correctly mark and decrypt partial packets
Incomplete crypted …
|
|
|
@9d0b45ad
|
11 years |
lu_zero |
oma: check geob tag boundary
Prevent read after buffer boundary on …
|
|
|
@4f03a77e
|
11 years |
lu_zero |
oma: refactor seek function
Properly propagate seek errors from avio …
|
|
|
@3ca1dd25
|
11 years |
lu_zero |
xl: Make sure the width is valid
And undo the wrong commit …
|
|
|
@0f51c398
|
11 years |
martin |
http: Support reading gzip/deflate compressed data
Derived from VLC's …
|
|
|
@b09d86c
|
11 years |
derek.buitenhuis |
utvideoenc: use av_image_copy_plane()
Signed-off-by: Paul B Mahol …
|
|
|
@62b1e3b1
|
11 years |
lu_zero |
aasc: Check minimum buffer size
Prevent some overreads.
Reported-by: …
|
|
|
@45ee556d
|
11 years |
lu_zero |
qdm2: Whitespace cosmetics
|
|
|
@0e78ef0f
|
11 years |
lu_zero |
flac: use meaningful return values
|
|
|
@f1cb490d
|
11 years |
lu_zero |
xl: Fix the buffer size check
Also make it the first check.
…
|
|
|
@e13a9293
|
11 years |
lu_zero |
xl: K&R formatting cosmetics
|
|
|
@270d7e3a
|
11 years |
diego |
doc: cosmetics: Consistently format list and table items
|
|
|
@bf4b0ed1
|
11 years |
diego |
Add missing deprecation attributes
|
|
|
@5b097399
|
11 years |
diego |
eval: Explicitly ignore return value of strtod() in parse_db()
The …
|
|
|
@6ff15cd5
|
11 years |
diego |
Remove unreachable returns
|
|
|
@c8f0b20b
|
11 years |
lu_zero |
avidec: Let the inner dv demuxer take care of discarding
CC: …
|
|
|
@10aa44aa
|
11 years |
lu_zero |
avidec: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@37063714
|
11 years |
martin |
build: Only check FATE dependencies when running FATE tests
Only …
|
|
|
@16c22122
|
11 years |
diego |
h264: K&R formatting cosmetics
|
|
|
@9666894
|
11 years |
diego |
buffersink: K&R formatting cosmetics
|
|
|
@979e9e8
|
11 years |
martin |
wtv: Drop some casts that now are unnecessary
Signed-off-by: Martin …
|
|
|
@86f042dc
|
11 years |
martin |
wtv: Make WTV_SECTOR_BITS a 64 bit constant
This makes sure that …
|
|
|
@80ade798
|
11 years |
diego |
AIX: add support for shared builds
Signed-off-by: Diego Biurrun …
|
|
|
@b5123601
|
11 years |
martin |
avio: Don't set the seekable flag if no seek function is provided
…
|
|
|
@1297f7b8
|
11 years |
martin |
rtpenc: Fix some odd comments
Some weird comments stem from the fact …
|
|
|
@779e6c2b
|
11 years |
martin |
lavfi: add attribute_align_arg to all public entry points
Previously …
|
|
|
@03039f4c
|
11 years |
diego |
miscellaneous typo fixes
|
|
|
@93a51984
|
11 years |
diego |
mpeg12: Ignore slice threading if hwaccel is active
Slice threading …
|
|
|
@582963a8
|
11 years |
diego |
vdpau: Fix VC-1 interlaced mode
VDPAU expects the bitstream value (0, …
|
|
|
@4a2ef39
|
11 years |
diego |
cosmetics: Add '0' to float constants ending in '.'.
|
|
|
@6c145ec
|
11 years |
diego |
twinvq: K&R formatting cosmetics
|
|
|
@54ba520
|
11 years |
martin |
arm: Comment out unused labels in simple_idct_arm
When building for …
|
|
|
@6fd221e5
|
11 years |
lu_zero |
8bps: Make the bound-checks consistent
|
|
|
@bd7b4da
|
11 years |
lu_zero |
8bps: Bound-check the input buffer
Reported-by: Mateusz "j00ru" …
|
|
|
@2f034f2
|
11 years |
lu_zero |
4xm: Reject not a multiple of 16 dimension
Reported-by: Mateusz …
|
|
|
@ca488ad4
|
11 years |
lu_zero |
alsdec: Clean up error paths
Fix at least a memory leak.
CC: …
|
|
|
@70ecc175
|
11 years |
lu_zero |
alsdec: Fix the clipping range
mcc_weightings is only 32 elements.
…
|
|
|
@69e6702c
|
11 years |
martin |
arm: Mangle external symbols properly in new vfp assembly files
…
|
|
|
@ff30d121
|
11 years |
martin |
arm: Add VFP-accelerated version of qmf_32_subbands
…
|
|
|
@800ffab4
|
11 years |
martin |
dcadsp: Add a new method, qmf_32_subbands
This does most of the work …
|
|
|
@8b9eba66
|
11 years |
martin |
arm: Add VFP-accelerated version of fft16
Before …
|
|
|
@ba6836c9
|
11 years |
martin |
arm: Add VFP-accelerated version of dca_lfe_fir
Before …
|
|
|
@b63bb251
|
11 years |
martin |
arm: Add VFP-accelerated version of imdct_half
Before …
|
|
|
@d6e4f5fe
|
11 years |
martin |
arm: Add VFP-accelerated version of int32_to_float_fmul_array8
…
|
|
|
@26ffcc7d
|
11 years |
martin |
dcadec: Use int32_to_float_fmul_array8
Signed-off-by: Martin Storsjö …
|
|
|
@31c6f6f
|
11 years |
martin |
fmtconvert: Add a new method, int32_to_float_fmul_array8
This is …
|
|
|
@ce9ed10a
|
11 years |
martin |
arm: Add VFP-accelerated version of int32_to_float_fmul_scalar
…
|
|
|
@41ef1d36
|
11 years |
martin |
arm: Add VFP-accelerated version of synth_filter_float
…
|
|
|
@8000206a
|
11 years |
justin.ruggles |
libspeexdec: fix detection of final terminator code
|
|
|
@7ef760d9
|
11 years |
martin |
configure: generate full msvc debug symbols when linking in debug mode …
|
|
|
@4719040c
|
11 years |
derek.buitenhuis |
libx264: Define X264_API_IMPORTS on MSVC/ICL
libx264 has a few data …
|
|
|
@fd818993
|
11 years |
lu_zero |
dsicinav: Clip the source size to the expected maximum
A packet …
|
|
|
@dd0bfc3
|
11 years |
lu_zero |
dsicinav: Bound-check the source buffer when needed
Reported-by: …
|
|
|
@fcae3ff1
|
11 years |
lu_zero |
dsicinav: K&R formatting cosmetics
|
|
|
@6756d98c
|
11 years |
martin |
lavfi: filtfmts: use newer avfilter APIs
Signed-off-by: Martin …
|
|
|
@36fb0d02
|
11 years |
martin |
rtsp: Support multicast source filters (RFC 4570)
This supports …
|
|
|
@4d97ca04
|
11 years |
martin |
rtpproto: Check the source IP if one single source has been specified
…
|
|
|
@336353de
|
11 years |
martin |
rtpproto: Support IGMPv3 source specific multicast inclusion
…
|
|
|
@91004207
|
11 years |
diego |
compat: Add missing license boilerplates
|
|
|
@439902e0
|
11 years |
diego |
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/
…
|
|
|
@d010e95f
|
11 years |
martin |
avserver: Remove unused loadable module support
There is no record of …
|
|
|
@3ac7fa81
|
11 years |
diego |
Consistently use "cpu_flags" as variable/parameter name for CPU flags
|
|
|
@b6293e27
|
11 years |
martin |
fmtconvert: Explicitly use int32_t instead of int
Signed-off-by: …
|
|
|
@50612484
|
11 years |
martin |
pthread: Rename thread_init to avoid symbol collision
The AIX threads …
|
|
|
@e740929a
|
11 years |
martin |
lavf: Make sure avg_frame_rate can be calculated without integer …
|
|
|
@31931520
|
11 years |
martin |
mov: Do not allow updating the time scale after it has been set
The …
|
|
|
@5b4eb243
|
11 years |
martin |
mov: Seek back if overreading an individual atom
Reported-by: Mateusz …
|
|
|
@8f24c12
|
11 years |
martin |
ac3dec: Don't consume more data than the actual input packet size
…
|
|
|
@5b2a2955
|
11 years |
lu_zero |
indeo: Reject impossible FRAMETYPE_NULL
A frame marked FRAMETYPE_NULL …
|
|
|
@f9e5261c
|
11 years |
lu_zero |
indeo: Do not reference mismatched tiles
Reported-by: Mateusz "j00ru" …
|
|
|
@28dda8a6
|
11 years |
lu_zero |
indeo: Sanitize ff_ivi_init_planes fail paths
Reported-by: Mateusz …
|
|
|
@b0eeb9d4
|
11 years |
lu_zero |
indeo5: return proper error codes
|
|
|
@25a6666f
|
11 years |
lu_zero |
indeo: Bound-check before applying motion compensation
Reported-by: …
|
|
|
@1dd1b233
|
11 years |
martin |
rtsp: Include an User-Agent header field in all requests
Some rtsp …
|
|
|
@dc796851
|
11 years |
lu_zero |
indeo: Bound-check before applying transform
Reported-by: Mateusz …
|
|
|