|
|
|
@4734fb0
|
13 years |
michaelni |
sbgdec: Replace ELOOP by -1 to fix compilation on win32.
This should …
|
|
|
@549749c6
|
13 years |
michaelni |
mpeg12: disable checked reader.
overreads in mpeg12 are not possible
…
|
|
|
@06192e42
|
13 years |
michaelni |
mpeg4: disable checked bitstream reader, overreads are not possible.
…
|
|
|
@8e777603
|
13 years |
michaelni |
h263: disable slow checked reader, overreads are not possible in …
|
|
|
@38331d20
|
13 years |
michaelni |
h264: disable checking reader, overreads are not possible
in ffmpegs …
|
|
|
@1bdc212
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@1a2484fc
|
13 years |
michaelni |
get_bits: drop the a32 reader.
that way qatar maintains the code for …
|
|
|
@53509d20
|
13 years |
michaelni |
v210dec: Fix warning: ‘val’ may be used uninitialized in this function …
|
|
|
@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
|
|
|
@0ea5b442
|
13 years |
mans |
build: link test programs with static libraries
Many of the test …
|
|
|
@e064d46e
|
13 years |
mans |
dct-test: remove unused variable cropTbl
Signed-off-by: Mans Rullgard …
|
|
|
@72dafea0
|
13 years |
mans |
swscale: fix overflow in gray16 vertical scaling.
This fixes the same …
|
|
|
@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 …
|
|
|
@86a10281
|
13 years |
mans |
get_bits: remove LAST_SKIP_CACHE macro
This macro is empty since the …
|
|
|
@56bf2c2a
|
13 years |
michaelni |
motion_est: avoid generating motion vectors that point between …
|
|
|
@77d88b87
|
13 years |
mans |
swscale: fix integer overflows in RGB pixel writing.
We're shifting …
|
|
|
@b4dc6880
|
13 years |
janne-libav |
swscale: add endian conversion for RGB555 and RGB444 pixel formats
…
|
|
|
@be1bafc3
|
13 years |
mans |
swscale: fix overflows in output of RGB48 pixels.
For certain types …
|
|
|
@5d8122db
|
13 years |
mans |
get_bits: remove strange/obsolete comments
Signed-off-by: Mans …
|
|
|
@e42bb0ee
|
13 years |
mans |
get_bits: whitespace (mostly) cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@ed46a3d
|
13 years |
janne-libav |
swscale: add rgb565 endianess conversion
|
|
|
@adb28c49
|
13 years |
mans |
get_bits: remove unnecessary #includes
Signed-off-by: Mans Rullgard …
|
|
|
@ac08f798
|
13 years |
mans |
mp3dec: hack: fix decoding with safe bitstream reader
The buffer …
|
|
|
@c0bea184
|
13 years |
Clément Bœsch |
doc: fix "reference to nonexistent node `Regression Tests'" warning.
|
|
|
@583d3b7
|
13 years |
mans |
fate: fix eatqi test
The sample has an incomplete last frame. …
|
|
|
@6aeba3fd
|
13 years |
Clément Bœsch |
doc: fix "Unknown command `fate'" warning.
|
|
|
@e614fac2
|
13 years |
justin.ruggles |
adpcm: Check for channels to be a non-zero integer
channels would be …
|
|
|
@43918059
|
13 years |
mans |
swscale: fix overflows in RGB rounding constants.
Signed-off-by: Mans …
|
|
|
@8cfbbd92
|
13 years |
mans |
get_bits: introduce safe bitreading to prevent overreads.
When turned …
|
|
|
@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
|
|
|