|
|
|
@131fac1c
|
12 years |
michaelni |
vc1dec: fix block_off
Fixes corruption of motion_val
Signed-off-by: …
|
|
|
@b999774
|
12 years |
stefasab |
doc/indevs: document v4l2 options
Reviewed-By: Giorgio Vazzana …
|
|
|
@349e7f42
|
12 years |
stefasab |
doc/indevs: itemize examples for the v4l2 device
|
|
|
@d2ccab5f
|
12 years |
nicolas.george |
lavfi/buffersrc: forward filter_frame errors.
Note: The ret variable …
|
|
|
@dcce4334
|
12 years |
nicolas.george |
lavfi/af_amerge: set outbuf->audio->channels.
The value is lost …
|
|
|
@ae14887e
|
12 years |
nicolas.george |
lavfi/af_amerge: check for buffer queue overflows.
Without that test, …
|
|
|
@6560625f
|
12 years |
nicolas.george |
lavfi/bufferqueue: add ff_bufqueue_is_full().
|
|
|
@dd87d4a3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@01d012b
|
12 years |
michaelni |
Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'
* commit …
|
|
|
@324498f8
|
12 years |
michaelni |
Merge commit 'a65f965c04bfa27adedc0409c14cc05903f483d0'
* commit …
|
|
|
@ed341549
|
12 years |
michaelni |
Merge commit 'a5ba798c16d0614d982a76755fdd72b37d437170'
* commit …
|
|
|
@7e0fc1a2
|
12 years |
stefasab |
CREDITS: redirect to Git log, remove current outdated content
All the …
|
|
|
@22fad4e2
|
12 years |
onemda |
doc/filters: fix afade cuve types listing
Signed-off-by: Paul B Mahol …
|
|
|
@e47114d5
|
12 years |
stefasab |
lavfi: increment max number of registered filters from 128 to 256
The …
|
|
|
@a842dc6
|
12 years |
stefasab |
doc/indevs: apply misc fixes to the v4l2 documentation
Reviewed-by: …
|
|
|
@514216d8
|
12 years |
stefasab |
lavd/v4l2: read the correct time per frame from devices that support a …
|
|
|
@402ea62
|
12 years |
onemda |
lavfi/biquads: remove pointless casts
Signed-off-by: Paul B Mahol …
|
|
|
@b70ea49c
|
12 years |
onemda |
Port biquads filters from SoX
Adds allpass, bass, bandpass, …
|
|
|
@ff23b768
|
12 years |
stefasab |
lavd/v4l2: add list_standards option
Since the user is expected to …
|
|
|
@dcfbe1e0
|
12 years |
stefasab |
doc/eval: sort functions by name
|
|
|
@41e5e28d
|
12 years |
stefasab |
doc/eval: fix/extend documentation for taylor() function
|
|
|
@d99bc847
|
12 years |
stefasab |
doc/eval: fix/extend documentation for root() function
|
|
|
@52acd791
|
12 years |
diego |
x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
|
|
|
@29f1fa74
|
12 years |
diego |
configure: Move newlib libc check before mingw libc check
On Cygwin …
|
|
|
@197252f1
|
12 years |
diego |
configure: Add a comment indicating why uclibc is checked before glibc
|
|
|
@0f5b0b41
|
12 years |
diego |
avisynth: Change demuxer name to avoid conflicts with AVS
|
|
|
@a65f965c
|
12 years |
martin |
mpegvideo: Do REBASE_PICTURE with byte pointers
REBASE_PICTURE (more …
|
|
|
@cdf0877b
|
12 years |
michaelni |
h264/cabac: check loop index
fix out of array read
Found-by: Mateusz …
|
|
|
@fe6767f8
|
12 years |
michaelni |
asfdec: fix integer overflow in packet_replic_size check
Fixes …
|
|
|
@2b6a8187
|
12 years |
michaelni |
mips: optimization for float aac decoder (core module)
Signed-off-by: …
|
|
|
@9df9420d
|
12 years |
michaelni |
interplayvideo: Free previous frames on resolution changes.
Fixes out …
|
|
|
@9c50e693
|
12 years |
michaelni |
loco: fix rgba on big-endian
Signed-off-by: Michael Niedermayer …
|
|
|
@a084884b
|
12 years |
michaelni |
flashsv: clear blocks array on reallocation
Fixes use of …
|
|
|
@0dcfccaa
|
12 years |
onemda |
auenc: strict check for supported codec
Also check number of streams …
|
|
|
@10e4905d
|
12 years |
onemda |
auenc: remove put_au_header() and merge its code into au_write_header
…
|
|
|
@984add6
|
12 years |
michaelni |
wma: check byte_offset_bits
Fixes assertion failure
Found-by: …
|
|
|
@033f1644
|
12 years |
michaelni |
fixup_vorbis_headers: add missing malloc failure check
Signed-off-by: …
|
|
|
@0451ff29
|
12 years |
michaelni |
oggparsevorbis: use av_realloc consistently
Memory passed to …
|
|
|
@4a2da83a
|
12 years |
michaelni |
dnxhddec: fix integer overflow / index check
Fixes out of array read
…
|
|
|
@b926cc78
|
12 years |
michaelni |
mss3: prevent AC state from becoming invalid in rac_normalise()
Fixes …
|
|
|
@32de2831
|
12 years |
michaelni |
avstring: fix "warning: return discards const qualifier from pointer …
|
|
|
@d2e0a276
|
12 years |
michaelni |
msrledec: merge switches
More speedup and fixes 'may be used …
|
|
|
@dbaae33
|
12 years |
michaelni |
msrledec: move loop into switch
speeds up code and allows more …
|
|
|
@c2992b70
|
12 years |
michaelni |
msrledec: move output pointer test up
Signed-off-by: Michael …
|
|
|
@d8a7c495
|
12 years |
michaelni |
mpegvideo_enc: factor expression out
Fixes "warning: dc[0..5] may be …
|
|
|
@afb4bc3d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@a5ba798c
|
12 years |
diego |
dsputil: remove unused functions copy_block{2, 4, 8, 16}.
|
|
|
@61d36761
|
12 years |
martin |
movenc: Simplify code by using avio_wb24
Signed-off-by: Martin …
|
|
|
@91f3592
|
12 years |
Carl Eugen Hoyos |
Correctly mark non-default streams when muxing matroska.
Fixes ticket …
|
|
|
@71f8d704
|
12 years |
michaelni |
dirac/x86: fix compile without yasm
Signed-off-by: Michael …
|
|
|
@4d3d3625
|
12 years |
michaelni |
dirac/x86: fix compile without inline asm
Signed-off-by: Michael …
|
|
|
@3c3d68a9
|
12 years |
Carl Eugen Hoyos |
Fix 1bpp palettized png with width not a multiple of 8.
Fixes ticket …
|
|
|
@dc8dd2f
|
12 years |
michaelni |
sanm: Check MV before using them.
Fixes out of array reads
Found-by: …
|
|
|
@1d81f744
|
12 years |
michaelni |
dict.c: use av_mallocz instead of av_realloc
Memory passed to …
|
|
|
@0dfc01c2
|
12 years |
michaelni |
huffyuvdec: Skip len==0 cases
Fixes vlc decoding for hypothetical …
|
|
|
@4420b41
|
12 years |
michaelni |
huffyuvdec: check for and propagate failures from inside …
|
|
|
@f67a0d11
|
12 years |
michaelni |
huffyuvdec: Check init_vlc() return codes.
Prevents out of array …
|
|
|
@99b1b2b1
|
12 years |
michaelni |
r3d: check that sampling rate is non negative.
Signed-off-by: Michael …
|
|
|
@df92ac18
|
12 years |
michaelni |
r3d: fix division by 0 with 0 sample rate
Found-by: Mateusz "j00ru" …
|
|
|
@3cd9849d
|
12 years |
michaelni |
eval: fix 'warning: ignoring return value of strtod, declared with …
|
|
|
@ebe368d5
|
12 years |
michaelni |
ac3enc: fix 'warning: block0 may be used uninitialized in this …
|
|
|
@036b9ee1
|
12 years |
michaelni |
oggenc: fix "oggstream may be used uninitialized in this function" …
|
|
|
@4e0bc996
|
12 years |
lu_zero |
bfin: unbreak compilation
Added a missing header file.
|
|
|
@5068bcda
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d1bbd304
|
12 years |
michaelni |
Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31'
* commit …
|
|
|
@3c8085dc
|
12 years |
michaelni |
Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838'
* commit …
|
|
|
@31d8d61f
|
12 years |
michaelni |
Merge commit 'aec50f79e7460340a148a3096fe212d67edc2c64'
* commit …
|
|
|
@f02033b9
|
12 years |
michaelni |
Merge commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10'
* commit …
|
|
|
@14aa358c
|
12 years |
michaelni |
Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'
* commit …
|
|
|
@8265c0f4
|
12 years |
michaelni |
Merge commit 'f550583c00e231b587d8ef98451cfbb6b6561eb6'
* commit …
|
|
|
@8a6ae87b
|
12 years |
onemda |
lavc: move deprecated audio_resample* bellow
Signed-off-by: Paul B …
|
|
|
@7194330b
|
12 years |
anton |
vf_delogo: fix copying the input frame.
CC:libav-stable@libav.org
|
|
|
@f81c37e4
|
12 years |
anton |
vf_delogo: fix an uninitialized read.
CC:libav-stable@libav.org
|
|
|
@76e74e4
|
12 years |
anton |
h264: remove obsolete comment.
|
|
|
@47318953
|
12 years |
anton |
mpegvideo: remove some unused variables from Picture.
|
|
|
@231fd1ed
|
12 years |
anton |
utvideoenc/v410enc: do not set AVFrame.reference.
That field will be …
|
|
|
@e6b1c3bb
|
12 years |
anton |
pthread: make ff_thread_release_buffer idempotent.
I.e. don't do …
|
|
|
@729b3714
|
12 years |
anton |
mvi: set framerate
This container does not store timestamps and thus …
|
|
|
@aec50f7
|
12 years |
anton |
rawdec: use AVPALETTE_SIZE instead of magic constants.
|
|
|
@e6da5d2
|
12 years |
anton |
mimic: remove a pointless cast.
|
|
|
@30d62507
|
12 years |
anton |
mdec: return meaningful error codes.
|
|
|
@f713411
|
12 years |
anton |
mdec: cosmetics, reformat
|
|
|
@098eed95
|
12 years |
anton |
mdec: merge mdec_common_init() into decode_init().
There is no point …
|
|
|
@f1c39594
|
12 years |
anton |
eatgv: use fixed-width types where appropriate.
|
|
|
@11c99c78
|
12 years |
michaelni |
h264: check the pixel format directly and force a reinit on …
|
|
|
@f9a8eeb
|
12 years |
pross |
iff/deep: fix rle32 on big-endian
Fixes ticket #2197.
Signed-off-by: …
|
|
|
@c59211b4
|
12 years |
diego |
x86: Simplify some arch conditionals
|
|
|
@9efceaf1
|
12 years |
onemda |
takdec: switch to init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@3939b79
|
12 years |
michaelni |
wmavoicedec: use the checked bitstream, reader
Fixes out of array …
|
|
|
@14c8ee00
|
12 years |
michaelni |
vp3dec: move threads check out of header packet type check
Prevents …
|
|
|
@1336382c
|
12 years |
michaelni |
avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channels
…
|
|
|
@438ea561
|
12 years |
lu_zero |
bfin: Separate VP3 initialization code
|
|
|
@f550583c
|
12 years |
lu_zero |
bfin: update VP3 idct
The block must be set to 0.
|
|
|
@94ef1667
|
12 years |
michaelni |
dirac/x86: Fix handling blocksizes that are not a multiple of 4
Fixes …
|
|
|
@5c9cae74
|
12 years |
michaelni |
dirac: Only use MMX if MMX is available.
Signed-off-by: Michael …
|
|
|
@8c4aebb5
|
12 years |
michaelni |
qdm2: increase noise_table size
This prevents out of array reads. An …
|
|
|
@4484c722
|
12 years |
michaelni |
alsdec/read_specific_config: check for init_get_bits failure
This …
|
|
|
@1146bbc5
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@bb2f4ae4
|
12 years |
michaelni |
Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'
* commit …
|
|
|
@51e9d2db
|
12 years |
onemda |
aasc: fix 16bpp on big-endian
|
|
|