|
|
|
@c9dc6637
|
13 years |
michaelni |
v210enc: Fix warning: ‘val’ may be used uninitialized in this …
|
|
|
@bd35dfea
|
13 years |
michaelni |
tta: Fix several warning: initialization from incompatible pointer …
|
|
|
@8beeec88
|
13 years |
michaelni |
sunrast: Fix warning: comparison of unsigned expression < 0 is always …
|
|
|
@0db7b30
|
13 years |
michaelni |
lagarith: rgb24 support
Signed-off-by: Michael Niedermayer …
|
|
|
@21dfd159
|
13 years |
stefasab |
lavd/lavfi: fix incomplete comment
|
|
|
@86b7db61
|
13 years |
stefasab |
lavd/lavfi: fix typo in error message
|
|
|
@e09ffa45
|
13 years |
michaelni |
msvideo1enc: Check that dimensions are a multiple of 4.
Fixes …
|
|
|
@9cb6a39
|
13 years |
nicolas.george |
sbgdec: replace EOVERFLOW with ENOMEM.
This should fix track issue …
|
|
|
@56bf2c2a
|
13 years |
michaelni |
motion_est: avoid generating motion vectors that point between …
|
|
|
@c0bea184
|
13 years |
Clément Bœsch |
doc: fix "reference to nonexistent node `Regression Tests'" warning.
|
|
|
@6aeba3fd
|
13 years |
Clément Bœsch |
doc: fix "Unknown command `fate'" warning.
|
|
|
@83b4671
|
13 years |
michaelni |
lavc: Check codec_ids against insertion/removial typos
Signed-off-by: …
|
|
|
@75f2cc51
|
13 years |
michaelni |
avutil: check sampleformats enum, pict type enum and media type enum …
|
|
|
@68230eb3
|
13 years |
michaelni |
pixfmts: Selfcheck against insertions / deletions in the enum.
…
|
|
|
@f37b2d5a
|
13 years |
michaelni |
aacdec: Fix null pointer crash
Fixes bug170
Bug found by: Gautam Gupta …
|
|
|
@4d70023a
|
13 years |
michaelni |
h264: fix init of topleft ref/mv.
Fixes Ticket778
Signed-off-by: …
|
|
|
@53b6503
|
13 years |
michaelni |
avienc: Fix rawvideo 32bit
Bug found by: Rik Maes …
|
|
|
@9af6abdc
|
13 years |
michaelni |
atrac3: Fix crash in tonal component decoding.
Fixes Ticket780
Bug …
|
|
|
@552ec4c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a1e98f19
|
13 years |
mans |
get_bits: remove A32 variant
The A32 bitstream reader variant is only …
|
|
|
@a7b5e841
|
13 years |
anton |
avconv: support stream specifiers in -metadata and -map_metadata
…
|
|
|
@bb9747c8
|
13 years |
anton |
wavpack: Fix 32-bit clipping
In the case that (frame_flags & 0x03) == …
|
|
|
@365e1ec2
|
13 years |
anton |
wavpack: Clip samples after shifting
It doesn't make much sense to …
|
|
|
@6d8e6fe
|
13 years |
michaelni |
CODEC_ID_SOL_DPCM: Fix used write buffer.
Bug found by: Oana Stratulat …
|
|
|
@0b4c3232
|
13 years |
rsbultje |
h264: don't drop B-frames after next keyframe on POC reset.
The …
|
|
|
@4af0262f
|
13 years |
michaelni |
cljr: Check if width or height are positive integers
width and height …
|
|
|
@7b92863f
|
13 years |
michaelni |
ffmpeg: Fix killing [Y/n] prompt with ctrl-c
Signed-off-by: Michael …
|
|
|
@cf7076ee
|
13 years |
michaelni |
ffmpeg: exit() on repeated ctrl-c
Signed-off-by: Michael Niedermayer …
|
|
|
@3d07e0ab
|
13 years |
michaelni |
h264: return the consumed amountg in case of Q264
Signed-off-by: …
|
|
|
@22796042
|
13 years |
michaelni |
h264: retuen the amount read in case of NAL_END_SEQUENCE
…
|
|
|
@902c0904
|
13 years |
michaelni |
h264: reset nal_unit_type so that decoding frames without any nal …
|
|
|
@f890cb94
|
13 years |
michaelni |
mtvdemuxer: fix segfault caused by truncated packets.
Signed-off-by: …
|
|
|
@ee181f84
|
13 years |
michaelni |
lavf: print an error if a packet has been truncated due to filesize
in …
|
|
|
@207d9eab
|
13 years |
michaelni |
txd/westwood: remove demuxer specific overallocate solutions as the …
|
|
|
@559ae20d
|
13 years |
michaelni |
lavf: Update AVIOContext.maxsize when hitting the end.
Signed-off-by: …
|
|
|
@b8909cb3
|
13 years |
mans |
get_bits: remove useless pointer casts
These pointers are already of …
|
|
|
@54e75be4
|
13 years |
diego |
configure: refactor lists of tests and components into variables
|
|
|
@11b1db27
|
13 years |
mans |
rv40: NEON optimised weak loop filter
Signed-off-by: Mans Rullgard …
|
|
|
@39f59a8d
|
13 years |
michaelni |
RELEASE: We're now at 0.9.0.git
Signed-off-by: Michael Niedermayer …
|
|
|
@65a25adc
|
13 years |
martin |
mpegts: replace some magic numbers with the existing define
…
|
|
|
@62adc60b
|
13 years |
michaelni |
avidec: Check that the header chunks fit in the available filesize. …
|
|
|
@f72601d0
|
13 years |
michaelni |
txddemux: Limit allocated packets to filesize.
Fixes Ticket772
Bug …
|
|
|
@a0009754
|
13 years |
michaelni |
thp: simplify overallocate checks.
Signed-off-by: Michael Niedermayer …
|
|
|
@47572323
|
13 years |
michaelni |
lavf: add internal AVIOContext.maxsize
This allows simple and generic …
|
|
|
@482ee636
|
13 years |
michaelni |
thpdemux: Check that packed sizes are within the files data size and …
|
|
|
@e098fba5
|
13 years |
michaelni |
avidec: Fix infinite loop caused by rounding of timestamps in non …
|
|
|
@84e57702
|
13 years |
michaelni |
configure: disable avconv again.
Signed-off-by: Michael Niedermayer …
|
|
|
@1f99939a
|
13 years |
michaelni |
j2kdec: Fix integer overflow leading to a segfault
Fixes Ticket776
Bug …
|
|
|
@0988a6a0
|
13 years |
michaelni |
movenc: disable iods by default
Signed-off-by: Michael Niedermayer …
|
|
|
@c402c1c9
|
13 years |
michaelni |
smackerdemuxer: check some values before instead of just after …
|
|
|
@e2a16e82
|
13 years |
michaelni |
westwooddemux: dont require avio_size() functionality.
Found by reimar …
|
|
|
@9994643f
|
13 years |
Carl Eugen Hoyos |
Export ff_vdpau_vc1_decode_picture().
XBMC's configure script checks …
|
|
|
@72cb904
|
13 years |
janne-libav |
swscale: add unscaled packed 16 bit per component endianess conversion
|
|
|
@175cc378
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@56669837
|
13 years |
Carl Eugen Hoyos |
Fix typo in v210 decoder options.
|
|
|
@1f273c2b
|
13 years |
michaelni |
ffmpeg: check return code from av_vsrc_buffer_add_frame()
Fixed …
|
|
|
@1509bd3e
|
13 years |
nicolas.george |
lavd/lavfi: remove a duplicated line.
|
|
|
@d3b8bde2
|
13 years |
alex.converse |
movenc: Rudimentary IODs support.
|
|
|
@d0f79271
|
13 years |
michaelni |
smacker: Check for overread in smka_decode_frame()
Fixes a segfault …
|
|
|
@ffa1f541
|
13 years |
michaelni |
libavdevice: Fix v4l2 compilation under FreeBSD
Signed-off-by: …
|
|
|
@7f9369b7
|
13 years |
michaelni |
lavf: update rfps debug code.
Signed-off-by: Michael Niedermayer …
|
|
|
@d19ca77f
|
13 years |
michaelni |
lavf: Fix fps misdetection when codec_info_duration is 0 and only a …
|
|
|
@5f95c130
|
13 years |
michaelni |
mov: Fix near infinite loop in stsd parsing.
Fixes Ticket768
Bug found …
|
|
|
@4255d6d9
|
13 years |
michaelni |
westwooddemuxer: use av_get_packet()
Signed-off-by: Michael …
|
|
|
@f68b19f
|
13 years |
michaelni |
westwooddemuxer: Fix 1gb alloc
Fixes Ticket765
Bug Found by: Diana …
|
|
|
@6f2054c5
|
13 years |
Carl Eugen Hoyos |
Fix linesize for bmp with bitdepth < 8.
Fixes ticket #751.
|
|
|
@dabba0c6
|
13 years |
mans |
v410enc: fix output buffer size check
The encoder clearly needs width …
|
|
|
@0249144a
|
13 years |
mans |
v410enc: include correct headers
This file does not use anything from …
|
|
|
@2c82ab94
|
13 years |
nicolas.george |
lavf: add SBG demuxer.
|
|
|
@b33fd66f
|
13 years |
nicolas.george |
lavc: add ffwavesynth pseudo-codec.
|
|
|
@62b5197f
|
13 years |
michaelni |
arm: add back ldr_dpren macro that was lost.
Signed-off-by: Michael …
|
|
|
@a4755df5
|
13 years |
michaelni |
h264: fix midstream extardata handling with dump.f4v
Signed-off-by: …
|
|
|
@ef5756a
|
13 years |
janne-libav |
fate: add -pix_fmt rgb48le to r210 test
Fixes checksum on big endian …
|
|
|
@bd2ff1a8
|
13 years |
martin |
flvenc: Support muxing 16 kHz nellymoser
Signed-off-by: Martin …
|
|
|
@484b1cd
|
13 years |
michaelni |
jpegdec: check return value of mjpeg_decode_dc()
Fixes Ticket754
…
|
|
|
@055c61b8
|
13 years |
diego |
configure: refactor list of programs into a variable
|
|
|
@beaf4012
|
13 years |
janne-libav |
fate: add r210 decoder test
Signed-off-by: Janne Grunau …
|
|
|
@d998a6dd
|
13 years |
michaelni |
h264: Fix build with --disable-everything --enable-decoder='h264' …
|
|
|
@6146d78
|
13 years |
diego |
fate: split off Indeo FATE tests into their own file
|
|
|
@44b7e1b9
|
13 years |
diego |
fate: split off ATRAC FATE tests into their own file
|
|
|
@6c3abd70
|
13 years |
diego |
fate: Add FATE tests for v410 encoder and decoder
Signed-off-by: …
|
|
|
@b536c7a3
|
13 years |
mans |
ARM: fix external symbol refs in rv40 asm
External symbol references …
|
|
|
@566ee0ea
|
13 years |
martin |
westwood: Make sure audio header info is present when parsing audio …
|
|
|
@1b35af32
|
13 years |
martin |
libgsm: Reset the MS mode of GSM in the flush function
The mode is …
|
|
|
@8637af8d
|
13 years |
martin |
libgsm: Set options on the right object
This fixes regressions in …
|
|
|
@21270cf
|
13 years |
michaelni |
h263dec: Fix regression / crash with lowres.
Fixes Ticket757
Bug Found …
|
|
|
@30b996d4
|
13 years |
michaelni |
flicvideo: input buffer pointer checks.
Signed-off-by: Michael …
|
|
|
@afb2bac4
|
13 years |
michaelni |
flicvideo: fix overread.
Bug Found by: Diana Elena Muscalu
…
|
|
|
@944f5b27
|
13 years |
michaelni |
aacsbr: Fix memory corruption.
Fixes Ticket760 and Ticket761
Bug Found …
|
|
|
@7fff64e0
|
13 years |
michaelni |
h264: check chroma_format_idc range.
Fixes Ticket758
Bug found by: …
|
|
|
@f7de5235
|
13 years |
mans |
ARM: dca: disable optimised decode_blockcodes() for old gcc
Old gcc …
|
|
|
@cd645c15
|
13 years |
michaelni |
indeo3: check return values of allocate_frame_buffers()
Bug Found by: …
|
|
|
@8b9b6332
|
13 years |
michaelni |
mtv: Fix FPE with 0 dimensions.
Fixes Ticket755
Bug Found by: Diana …
|
|
|
@dcca7d66
|
13 years |
michaelni |
Revert "mpegvideo: remove abort() in ff_find_unused_picture()"
This …
|
|
|
@e4622572
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (23 …
|
|
|
@a1be5bc7
|
13 years |
michaelni |
dnxhdenc: remove unused variable from context
Signed-off-by: Michael …
|
|
|
@f129f593
|
13 years |
michaelni |
ljpeg: Check that lowres is 0 as lowres is not possible with ljpeg.
…
|
|
|
@dc5f0018
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@e1ba29c7
|
13 years |
michaelni |
4xm: check if there are bits left in decode_i_block()
Fixed Ticket753 …
|
|
|
@76b9a096
|
13 years |
michaelni |
riff: Fix freeing of random value.
Fixes Ticket752
Bug-found-by: Diana …
|
|
|