|
|
|
@2f503851
|
13 years |
michaelni |
fate: fix due to new yuv444 formats
Signed-off-by: Michael …
|
|
|
@4839fafc
|
13 years |
michaelni |
RELEASE: 0.8.5 has been released
Signed-off-by: Michael Niedermayer …
|
|
|
@ae23b269
|
13 years |
Reimar.Doeffinger |
Enable conversions to YUV444P9/YUV444P10, they seem to work fine.
…
|
|
|
@85ea5c6e
|
13 years |
michaelni |
lavf/utils: fix overestimation of the rational number density.
Fixes …
|
|
|
@bf5c3bac
|
13 years |
michaelni |
mpegtsenc: Lift limit on PMT PID
Fixes Ticket518
|
|
|
@2d8cfe1f
|
13 years |
michaelni |
libcdio: Fix missing avclass in context
Fixes Ticket526
|
|
|
@a5dfeb61
|
13 years |
michaelni |
VP8: armv6 optimizations.
From 52.503s (~40fps) to 27.973sec (~80fps) …
|
|
|
@c3a77496
|
13 years |
michaelni |
avutil: bump for av_get_default_channel_layout()
Signed-off-by: …
|
|
|
@487e088e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpc8: …
|
|
|
@cffd20b9
|
13 years |
michaelni |
MAINTAINERS: new ffplay maintainer
Signed-off-by: Michael Niedermayer …
|
|
|
@57fa2fc6
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: use …
|
|
|
@3ebab62f
|
13 years |
tempn |
riff: map 0x0038 to amrnb, works on …
|
|
|
@1dd3c473
|
13 years |
Marton Balint |
ffplay: use libswresample instead of av_audio_convert
Previously …
|
|
|
@60aaf044
|
13 years |
Marton Balint |
audioconvert: add av_get_default_channel_layout public function
|
|
|
@2446a8cc
|
13 years |
Marton Balint |
ffplay: use avctx->channels and avctx->freq before avcodec_open2 …
|
|
|
@1e7f7dc2
|
13 years |
Marton Balint |
ffplay: remove now unnecessary request_channels, we set it now with options
|
|
|
@92dac3a9
|
13 years |
Marton Balint |
ffplay: set request_channels to 2
Signed-off-by: Michael Niedermayer …
|
|
|
@a4fd95b5
|
13 years |
michaelni |
h264: fix intra 16x16 mode check when using mbaff and …
|
|
|
@6edce391
|
13 years |
michaelni |
libvpxenc: cosmetics to make code more similar to lucas.
…
|
|
|
@c2b7f774
|
13 years |
michaelni |
h264: check for invalid bit depth value.
Signed-off-by: Michael …
|
|
|
@27d3361e
|
13 years |
michaelni |
h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
…
|
|
|
@bcf881a6
|
13 years |
michaelni |
h264: fix the check for invalid SPS:num_ref_frames.
This patch set …
|
|
|
@2428b53f
|
13 years |
michaelni |
h264: do not let invalid values in h->ref_count on …
|
|
|
@db5b4875
|
13 years |
michaelni |
Reject video with non multiple of 16 width/height in the 4xm decoder.
…
|
|
|
@5674d4b
|
13 years |
justin.ruggles |
mpc8: check output buffer size before decoding
|
|
|
@8290d1f3
|
13 years |
justin.ruggles |
mpc7: return error if packet is too small.
|
|
|
@c8b5c4d2
|
13 years |
justin.ruggles |
mpc7: check output buffer size before decoding
|
|
|
@fac6b7f9
|
13 years |
justin.ruggles |
nellymoserdec: allocate float_buf only when decoding to int16
|
|
|
@32b48446
|
13 years |
justin.ruggles |
nellymoserdec: use NELLY_BUF_LEN instead of 128
|
|
|
@ded0800d
|
13 years |
justin.ruggles |
nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
|
|
|
@84464b2e
|
13 years |
justin.ruggles |
nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
|
|
|
@8b31c086
|
13 years |
justin.ruggles |
nellymoser: check output buffer size before decoding
|
|
|
@2a9046c
|
13 years |
stefasab |
vf_lut.c: fix wrong syntax in example
|
|
|
@91492bd1
|
13 years |
stefasab |
lavfi: remove usage of deprecated av_opt_set_defaults2() function
…
|
|
|
@0e5cc174
|
13 years |
lu_zero |
win32: improve threading algorithm warning
If no threading is …
|
|
|
@f8a4075e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavc: …
|
|
|
@0a19b4b0
|
13 years |
michaelni |
4xm decoder: fix data size for i2 frames.
Signed-off-by: Michael …
|
|
|
@1008f639
|
13 years |
michaelni |
4xm decoder: print some error messages in case of errors.
…
|
|
|
@9c661e95
|
13 years |
michaelni |
Check for out of bound accesses in the 4xm decoder.
Signed-off-by: …
|
|
|
@b399cbfb
|
13 years |
michaelni |
Prevent block size from inreasing in the shorten decoder.
…
|
|
|
@581898ae
|
13 years |
michaelni |
Check for out of bound reads in PTX decoder.
Signed-off-by: Michael …
|
|
|
@e1d5bbeb
|
13 years |
michaelni |
Fix the check for missing references in ff_er_frame_end() for H264.
…
|
|
|
@90a69b2
|
13 years |
michaelni |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
|
|
|
@4a8ff063
|
13 years |
michaelni |
Prevent NULL dereference when the huffman table is invalid in the 4xm …
|
|
|
@a1876e00
|
13 years |
michaelni |
Fix use of uninitialized memory in 4X Technologies demuxer.
…
|
|
|
@8c851ef5
|
13 years |
michaelni |
h264: increase ref_poc size to 32 as it can be per field.
…
|
|
|
@3af2de76
|
13 years |
michaelni |
h264: set unused ref_counts to 0 as a precautionary meassure.
…
|
|
|
@78f08c06
|
13 years |
michaelni |
ff_dot_product(): change return value to int64_t
Idea-by: Vitor …
|
|
|
@edf1a8e3
|
13 years |
michaelni |
g729dec: initialize bit reader with the correct buffer size
…
|
|
|
@41597194
|
13 years |
michaelni |
g723.1_data: remove unneeded L
Found-by: Vitor
Signed-off-by: Michael …
|
|
|
@c9c7a776
|
13 years |
michaelni |
h264: try reading SPS with wrong escaping, it sometimes works better
…
|
|
|
@b036a718
|
13 years |
anton |
lavc: add video/audio/encoding flags to global_quality option
|
|
|
@6450f26c
|
13 years |
anton |
libvpxenc: use libvpx's own defaults for some parameters
…
|
|
|
@e3eb015b
|
13 years |
anton |
vpxenc: add private options
Make libvpx support close to the libx264 …
|
|
|
@fe70c1f4
|
13 years |
michaelni |
g729dec: prevent out of array access
Signed-off-by: Michael …
|
|
|
@9cb9e39c
|
13 years |
michaelni |
avienc: Add a limit on the number of skiped frames muxed in a row.
…
|
|
|
@8447703c
|
13 years |
michaelni |
vf_scale.c: propagate error code
Signed-off-by: Michael Niedermayer …
|
|
|
@ef74ab20
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (34 …
|
|
|
@5ca5d432
|
13 years |
michaelni |
Fix out of bound reads/writes in the TIFF decoder.
Signed-off-by: …
|
|
|
@4a7876c
|
13 years |
michaelni |
Check for out of bound writes in the QDM2 decoder.
Signed-off-by: …
|
|
|
@491eaf35
|
13 years |
michaelni |
Fix out of bound reads in the QDM2 decoder.
Signed-off-by: Michael …
|
|
|
@346876ec
|
13 years |
michaelni |
Fix out of bound reads due to integer overflow in the ADPCM IMA …
|
|
|
@a5d46235
|
13 years |
michaelni |
Check for out of bound reads in the Electronic Arts CMV decoder.
…
|
|
|
@113d7be6
|
13 years |
michaelni |
Prevent NULL dereferences when missing the reference frame in the …
|
|
|
@e9064c9
|
13 years |
michaelni |
Fix potential pointer arithmetic overflows in the Electronic Arts CMV …
|
|
|
@39993860
|
13 years |
michaelni |
Prevent infinite loop in the ANM decoder.
Signed-off-by: Michael …
|
|
|
@d39d7122
|
13 years |
michaelni |
Fix double free on error in Deluxe Paint Animation demuxer.
…
|
|
|
@7afe9e56
|
13 years |
michaelni |
Check for out of bound reads in AVS decoder.
Signed-off-by: Michael …
|
|
|
@5d44c061
|
13 years |
michaelni |
Check for out of bound writes in the avs demuxer.
Signed-off-by: …
|
|
|
@1cce7def
|
13 years |
michaelni |
Check for corrupted data in avs demuxer.
Signed-off-by: Michael …
|
|
|
@834b3760
|
13 years |
michaelni |
swresample: check for invalid sample formats.
Bug-Found-by: Justin …
|
|
|
@2a93f28a
|
13 years |
michaelni |
avformat_free_context: favor av_freep()
Signed-off-by: Michael …
|
|
|
@3b6c0ba3
|
13 years |
michaelni |
oggenc: favor av_freep()
Signed-off-by: Michael Niedermayer …
|
|
|
@17d51938
|
13 years |
michaelni |
swr_test: test planar audio
Signed-off-by: Michael Niedermayer …
|
|
|
@a75b254c
|
13 years |
michaelni |
swr: minor fixes to get planar audio working
Signed-off-by: Michael …
|
|
|
@7322483d
|
13 years |
michaelni |
mpegvideo: increase emu edge buffer size
This fixes a crash with 422 …
|
|
|
@08bd22a6
|
13 years |
justin.ruggles |
dpcm: return error if packet is too small
|
|
|
@0354fb7e
|
13 years |
justin.ruggles |
dpcm: use smaller data types for static tables
|
|
|
@5a54d510
|
13 years |
justin.ruggles |
dpcm: use sol_table_16 directly instead of through the DPCMContext.
|
|
|
@f47f7ef
|
13 years |
justin.ruggles |
dpcm: replace short with int16_t
|
|
|
@8d77d12a
|
13 years |
justin.ruggles |
dpcm: check to make sure channels is 1 or 2.
|
|
|
@4bad464e
|
13 years |
justin.ruggles |
dpcm: misc pretty-printing
|
|
|
@1de8401c
|
13 years |
justin.ruggles |
dpcm: remove unnecessary variable by using bytestream functions.
Uses …
|
|
|
@fc6faee0
|
13 years |
justin.ruggles |
dpcm: move codec-specific variable declarations to their corresponding …
|
|
|
@989bb7bd
|
13 years |
justin.ruggles |
dpcm: consistently use the variable name 'n' for the next input byte.
|
|
|
@04b24cf
|
13 years |
justin.ruggles |
dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.
Uses …
|
|
|
@76db17dc
|
13 years |
justin.ruggles |
dpcm: calculate and check actual output data size prior to decoding.
|
|
|
@3db8db40
|
13 years |
justin.ruggles |
dpcm: factor out the stereo flag calculation
|
|
|
@b09c7eef
|
13 years |
justin.ruggles |
dpcm: cosmetics: rename channel_number to ch
Make the code easier to read.
|
|
|
@812010c1
|
13 years |
Reimar.Doeffinger |
Remove unused variable.
Signed-off-by: Reimar Döffinger …
|
|
|
@f5e717f3
|
13 years |
anton |
avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
|
|
|
@e81e5e8a
|
13 years |
martin |
lavf: Avoid using av_malloc(0) in av_dump_format
On OS X, …
|
|
|
@bcb15554
|
13 years |
janne-libav |
dxva2_h264: pass the correct 8x8 scaling lists
Copy the Inter 8x8 …
|
|
|
@3b0e2428
|
13 years |
michaelni |
lavf/utils: Drop old hack for implicit HE-AAC signaling.
It has not …
|
|
|
@bf5d46d8
|
13 years |
mans |
dca: NEON optimised high freq VQ decoding
Signed-off-by: Mans …
|
|
|
@53d5c463
|
13 years |
michaelni |
doc: add swresample doc
Signed-off-by: Michael Niedermayer …
|
|
|
@78972a69
|
13 years |
michaelni |
lavf/utils: ignore subtitle timestamps in timings calculation
…
|
|
|
@6326afd
|
13 years |
justin.ruggles |
avcodec: reject audio packets with NULL data and non-zero size
There …
|
|
|
@dacf0766
|
13 years |
michaelni |
fix memory leak in oggenc
Signed-off-by: Michael Niedermayer …
|
|
|
@f65c6f75
|
13 years |
michaelni |
Enable multithreding when decoding with libopenjpeg
Signed-off-by: …
|
|
|