|
|
|
@40f81769
|
13 years |
diego |
options_table: Add some missing #includes to fix "make checkheaders".
…
|
|
|
@3607dc2b
|
13 years |
alex.converse |
doc: Replace a stray reference to the old '-intra' flag.
|
|
|
@fcd0298c
|
13 years |
lu_zero |
rtsp: Add content-type message header parsing
Signed-off-by: Luca …
|
|
|
@b2e495a
|
13 years |
martin |
rtmp: Support 'rtmp_live', an option which specifies if the media is a …
|
|
|
@ce473de9
|
13 years |
diego |
av_samples_fill_array: Mark unmodified function argument as const.
…
|
|
|
@464e9ab
|
13 years |
kostya.shishkov |
lagarith: add YUY2 decoding support
Unlike other variants, for YUY2 …
|
|
|
@58637a0b
|
13 years |
kostya.shishkov |
Support decoding unaligned rgb24 lagarith.
Signed-off-by: Kostya …
|
|
|
@520c1ec6
|
13 years |
diego |
dv: Split profile handling code into a separate file.
|
|
|
@0a3ad7ff
|
13 years |
anton |
flvenc: use AVFormatContext, not AVCodecContext for logging.
Encoder …
|
|
|
@455245ca
|
13 years |
diego |
mov: Remove write-only variable in mov_read_chan().
…
|
|
|
@fa8fc3b7
|
13 years |
alex.converse |
fate: Change the probe-format refs to match the final text format …
|
|
|
@6345209a
|
13 years |
alex.converse |
fate: Add avprobe as a make dependency
|
|
|
@4bfa67bd
|
13 years |
alex.converse |
Add probe fate tests to test for regressions in detecting media types. …
|
|
|
@40fa14f7
|
13 years |
alex.converse |
fate: Add oneline comparison method
Signed-off-by: Alex Converse …
|
|
|
@64953f67
|
13 years |
justin.ruggles |
qdm2: clip array indices returned by qdm2_get_vlc().
Prevents …
|
|
|
@85e5b86
|
13 years |
justin.ruggles |
avplay: properly close/reopen AVAudioResampleContext on channel layout …
|
|
|
@f1322480
|
13 years |
justin.ruggles |
avcodec: do not needlessly set packet size to 0 in …
|
|
|
@74e10b62
|
13 years |
justin.ruggles |
avcodec: for audio encoding, reset output packet when it is not valid
|
|
|
@fa0319b4
|
13 years |
justin.ruggles |
avcodec: refactor avcodec_encode_audio2() to merge common branches
|
|
|
@b461cd4d
|
13 years |
justin.ruggles |
avcodec: remove fallbacks for AVCodec.encode() in …
|
|
|
@fdc91863
|
13 years |
diego |
libschroedinger: Switch to function names more in line with Libav style.
|
|
|
@9cef0669
|
13 years |
diego |
Move code shared between libdirac and libschroedinger to …
|
|
|
@8134fafe
|
13 years |
anton |
lavfi: uninline avfilter_copy_buffer_ref_props().
A nontrivial public …
|
|
|
@1432c1c
|
13 years |
anton |
lavf: add missing '*' in a doxy.
|
|
|
@10d2ea26
|
13 years |
diego |
h264: Remove a commented-out function pointer typedef.
|
|
|
@ea140506
|
13 years |
diego |
txd: Remove write-only variable in txd_decode_frame().
…
|
|
|
@246b050f
|
13 years |
diego |
mmvideo.c: Remove unused variable in mm_decode_pal().
…
|
|
|
@dbe6ba55
|
13 years |
diego |
build: cosmetics: Add missing end-of-line backslashes to item lists.
|
|
|
@9eb83a56
|
13 years |
diego |
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
|
|
|
@1f4f7521
|
13 years |
diego |
libschroedinger: Move a function to avoid a forward declaration.
|
|
|
@b68c4ac
|
13 years |
diego |
pthread: warn on high thread counts
Signed-off-by: Diego Biurrun …
|
|
|
@a07578f3
|
13 years |
diego |
vf_yadif: fix missing error handling for avfilter_poll_frame()
|
|
|
@08354bf
|
13 years |
anton |
avprobe: allow showing only one container/stream property.
This is …
|
|
|
@0bbd8747
|
13 years |
anton |
lavfi: support audio in avfilter_copy_frame_props().
|
|
|
@11b6a824
|
13 years |
anton |
lavfi: avfilter_merge_formats: handle case where inputs are same
This …
|
|
|
@828bd088
|
13 years |
anton |
lavc: add sample rate and channel layout to AVFrame.
Rationale is the …
|
|
|
@37f4a976
|
13 years |
lu_zero |
zerocodec: check if the previous frame is missing
ZeroCodec relies on …
|
|
|
@e004bc16
|
13 years |
lu_zero |
doc: clarify check for NULL pointer style
Our code should be terse …
|
|
|
@fb5c1aae
|
13 years |
kostya.shishkov |
dfa: use more meaningful return codes
|
|
|
@71a3c59e
|
13 years |
kostya.shishkov |
eatgv: check vector_bits
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@a390aa0
|
13 years |
kostya.shishkov |
eatgv: check motion vectors
|
|
|
@30b1961c
|
13 years |
diego |
Mark a number of variables only used in av_dlog() calls as av_unused.
…
|
|
|
@b2e92e94
|
13 years |
diego |
dvdec: drop const qualifier from variable to eliminate a warning
…
|
|
|
@ad027866
|
13 years |
diego |
avcodec: Improve comment for thread_safe_callbacks to avoid …
|
|
|
@be6009d3
|
13 years |
diego |
tests/utils: don't ignore the return value of fwrite()
Signed-off-by: …
|
|
|
@d4ac703c
|
13 years |
anton |
lavfi/formats: use sizeof(var) instead of sizeof(type).
|
|
|
@f10530b7
|
13 years |
anton |
lavfi: remove avfilter_default_config_input_link() declaration
The …
|
|
|
@25b3babe
|
13 years |
anton |
lavfi: always enable the scale filter and depend on sws.
The scale …
|
|
|
@fd18ee0f
|
13 years |
anton |
vf_split: support user-specifiable number of outputs.
|
|
|
@dce415e7
|
13 years |
anton |
avconv: remove stray useless comment.
|
|
|
@29d27b54
|
13 years |
janne-libav |
mpegmux: add stuffing to avoid incomplete PCM frames
Fixes …
|
|
|
@ddce7dab
|
13 years |
mans |
rtsp: avoid const warnings from strtol() call
The strtol() interface …
|
|
|
@0de1319e
|
13 years |
mans |
avserver: check return value of ftruncate()
Signed-off-by: Mans …
|
|
|
@1fdb5649
|
13 years |
kostya.shishkov |
lagarith: make offset array type unsigned
This is logical and also …
|
|
|
@8099187e
|
13 years |
kostya.shishkov |
dfa: add some checks to ensure that decoder won't write past frame end
|
|
|
@96f7590
|
13 years |
mans |
aacps: NEON optimisations
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@47d18d5
|
13 years |
mans |
aacps: align some arrays
This is required for SIMD optimisations.
…
|
|
|
@bf1945af
|
13 years |
mans |
aacps: move some loops to function pointers
Signed-off-by: Mans …
|
|
|
@2ed503af
|
13 years |
martin |
rtpdec_h264: Add missing newlines to av_log calls
Signed-off-by: …
|
|
|
@b97d21e4
|
13 years |
martin |
rtpdec_h264: Free old extradata before clearing the pointer
This …
|
|
|
@3c148703
|
13 years |
martin |
rtpdec_h264: Reorder code blocks
This removes one level of …
|
|
|
@b3688617
|
13 years |
martin |
rtpdec_h264: Make start_sequence a static const array
Signed-off-by: …
|
|
|
@48666c2b
|
13 years |
martin |
rtpdec_h264: Cleanup debug packet type counting
Signed-off-by: Martin …
|
|
|
@0b3ac9fe
|
13 years |
martin |
rtpdec_h264: Cosmetic cleanup
Add/fix spacing, split long lines, …
|
|
|
@f3d471f
|
13 years |
martin |
rtpdec_h264: Clean up comments
Split long comments, move long …
|
|
|
@dee48d0
|
13 years |
martin |
rtpdec_h264: Convert commented out code into setting an unused …
|
|
|
@f0ccd53a
|
13 years |
diego |
tests: Refactor rotozoom/videogen common code into a separate file.
|
|
|
@814208a7
|
13 years |
diego |
tests: Mark some file-internal symbols as static.
|
|
|
@b5a3c603
|
13 years |
diego |
build: Drop leftover .exp pattern from LIBSUFFIXES list.
|
|
|
@5cb4f1a1
|
13 years |
anton |
vsrc_buffer: return EAGAIN if no frame is available.
This is not an …
|
|
|
@ddffe3de
|
13 years |
kostya.shishkov |
WMAL: Shift output samples by the specified number of padding zeroes.
…
|
|
|
@363c3a44
|
13 years |
kostya.shishkov |
WMAL: Restore removed code in mclms_predict()
Based on observations …
|
|
|
@44f99fe0
|
13 years |
martin |
rtpdec_h264: Remove a useless ifdef
assert is a no-op if DEBUG isn't …
|
|
|
@8d43b8b
|
13 years |
martin |
rtpdec_h264: Remove outdated/useless/incorrect comments
RTCP is …
|
|
|
@5a571d32
|
13 years |
martin |
rtpdec_h264: Remove useless memory corruption checks
Signed-off-by: …
|
|
|
@b7b7354c
|
13 years |
martin |
rtpdec_h264: Return proper error codes
Signed-off-by: Martin Storsjö …
|
|
|
@5245adb9
|
13 years |
martin |
rtpdec_h264: Check the available data length before reading
This …
|
|
|
@de26a4b6
|
13 years |
martin |
rtpdec_h264: Add input size checks
This fixes crashes if given too …
|
|
|
@d2205d65
|
13 years |
rsbultje |
png: check bit depth for PAL8/Y400A pixel formats.
Wrong bit depth …
|
|
|
@273e6af4
|
13 years |
rsbultje |
ea: check chunk_size for validity.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@37ddd383
|
13 years |
alex.converse |
celp filters: Do not read earlier than the start of the 'out' vector.
…
|
|
|
@313f9fbf
|
13 years |
mans |
configure: add POWER[5-7] support
Also merge POWER3 and POWER4 …
|
|
|
@c02efacc
|
13 years |
mans |
arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 …
|
|
|
@58b2e0f
|
13 years |
mans |
vqavideo: return error if image size is not a multiple of block size
…
|
|
|
@e5356ebf
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@8916f1fb
|
13 years |
justin.ruggles |
avformat: only fill-in interpolated timestamps if duration is non-zero …
|
|
|
@ff499157
|
13 years |
justin.ruggles |
avformat: remove a workaround for broken timestamps
This modifies pts …
|
|
|
@1d4a0147
|
13 years |
derek.buitenhuis |
mpeg12: fixed parsing in some mpeg2 streams
Signed-off-by: Michael …
|
|
|
@ca93f0fa
|
13 years |
derek.buitenhuis |
Add SMPTE240M transfer characteristics flag.
Signed-off-by: Michael …
|
|
|
@68b9ed83
|
13 years |
derek.buitenhuis |
mpegts: Some additional HDMV types and reg descriptors for mpegts
…
|
|
|
@b5da848f
|
13 years |
alex.converse |
motionpixels: Clip YUV values after applying a gradient.
Prevents …
|
|
|
@5eec5a7
|
13 years |
rsbultje |
jpeg: handle progressive in second field of interlaced.
Progressive …
|
|
|
@1f05dcba
|
13 years |
rsbultje |
ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
…
|
|
|
@2d22d430
|
13 years |
rsbultje |
h263: more strictly forbid frame size changes with frame-mt.
Prevents …
|
|
|
@732f9fcf
|
13 years |
rsbultje |
h264: additional protection against unsupported size/bitdepth changes. …
|
|
|
@ac80b812
|
13 years |
rsbultje |
tta: prevents overflows for 32bit integers in header.
This prevents …
|
|
|
@77cfb256
|
13 years |
rsbultje |
configure: remove malloc_aligned.
It was to signal that allocations …
|
|
|
@82a0497
|
13 years |
rsbultje |
vp8: update frame size changes on thread context switches.
This …
|
|
|
@bec207f9
|
13 years |
rsbultje |
snowdsp: explicitily state instruction size.
Fixes a compile error …
|
|
|
@0e23b508
|
13 years |
kostya.shishkov |
wmall: fix reconstructing audio with uncoded channels
|
|
|