|
|
|
@1879400
|
13 years |
Carl Eugen Hoyos |
Remove AV_LOG_DEBUG from av_dlog() calls.
AV_LOG_DEBUG is forced by …
|
|
|
@2e061130
|
13 years |
michaelni |
matroska : Add support for reading/writing creation_time metadata.
…
|
|
|
@c7048036
|
13 years |
michaelni |
cook: fix return statements.
Found-by: cbsrobot
Signed-off-by: …
|
|
|
@0a7bf340
|
13 years |
michaelni |
wmaenc: change some asserts to av_assert0.
This ensures they are …
|
|
|
@0d92e5a6
|
13 years |
michaelni |
wmaenc: add assert to check encode_superframe() return.
…
|
|
|
@c99bd294
|
13 years |
michaelni |
Revert "wmaenc: check final frame size against output packet size"
…
|
|
|
@456d65a5
|
13 years |
nicolas.george |
alsa: fix timefilter usage.
The period argument is supposed to be the …
|
|
|
@9bbe6ed1
|
13 years |
nicolas.george |
timefilter: allow variable periods.
Initially found and designed by …
|
|
|
@3073aadf
|
13 years |
nicolas.george |
timefilter: internally compute feedback factors.
The feedback factors …
|
|
|
@1007a805
|
13 years |
michaelni |
smc: Fix overread.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
|
|
|
@263bb6ed
|
13 years |
michaelni |
bit_depth_template: use av_clip_uint8 over crop_tab.
This fixes some …
|
|
|
@e75518e1
|
13 years |
michaelni |
indeo3: move MV check up.
This adds checking for modes >= 10.
…
|
|
|
@ccb76ad9
|
13 years |
michaelni |
cook: check decouple values.
This fixes a out of global array read in …
|
|
|
@2af8f2ce
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (27 …
|
|
|
@33a183df
|
13 years |
michaelni |
indeo3: Fix overreading requant_tab.
Found-by: Mateusz "j00ru" …
|
|
|
@56ffa3fe
|
13 years |
michaelni |
indeo3: Check motion vectors.
Fixes overread of reference frame.
…
|
|
|
@3faa141d
|
13 years |
anton |
cmdutils: use new avcodec_is_decoder/encoder() functions.
Fixes …
|
|
|
@44fe77b3
|
13 years |
anton |
lavc: make codec_is_decoder/encoder() public.
|
|
|
@02beb982
|
13 years |
anton |
lavc: deprecate AVCodecContext.sub_id.
In most places where it's …
|
|
|
@87392b1f
|
13 years |
anton |
libcdio: add a forgotten AVClass to the private context.
|
|
|
@14aa1ba8
|
13 years |
nicolas.george |
libmpcodecs/vf_pp: import memleak fix from MPlayer.
|
|
|
@7f06ca6e
|
13 years |
nicolas.george |
vf_mp: uninit filter chain.
Most of the code was taken from MPlayer's …
|
|
|
@d8d1fbbd
|
13 years |
michaelni |
dsicinav: fix 10l bug introduced in …
|
|
|
@52807022
|
13 years |
michaelni |
pcm-mpeg: fix 10l condition flip
Original issue Found-by: Mateusz …
|
|
|
@1c97b5c4
|
13 years |
rsbultje |
swscale: remove "cpu flags" from -sws_flags description.
|
|
|
@4a9f466b
|
13 years |
Carl Eugen Hoyos |
Fix alpha overflow when converting from RGBA64 to RGBA.
Fixes …
|
|
|
@409a3bda
|
13 years |
stefasab |
lavfi: add blackdetect filter
Address trac ticket #901.
|
|
|
@37fca5da
|
13 years |
michaelni |
mmvideo: fix overreads of the input buffer.
Found-by: Mateusz "j00ru" …
|
|
|
@999d38f3
|
13 years |
michaelni |
dsicinvideo: validate buffer offset before copying pixels.
Found-by: …
|
|
|
@4db4b53d
|
13 years |
kostya.shishkov |
proresenc: give user a possibility to alter some encoding parameters
…
|
|
|
@1ba08c94
|
13 years |
justin.ruggles |
vorbisenc: add output buffer overwrite protection
|
|
|
@fe78470a
|
13 years |
justin.ruggles |
libopencore-amrnbenc: fix end-of-stream handling
Use CODEC_CAP_DELAY …
|
|
|
@b0350c1c
|
13 years |
justin.ruggles |
ra144enc: fix end-of-stream handling
Use CODEC_CAP_DELAY and …
|
|
|
@29e2c853
|
13 years |
justin.ruggles |
nellymoserenc: zero any leftover packet bytes
fixes writing of …
|
|
|
@6c7a0162
|
13 years |
justin.ruggles |
nellymoserenc: use proper MDCT overlap delay
|
|
|
@2b693546
|
13 years |
michaelni |
truemotion2: check motion vectors for validity
Fixes out of array …
|
|
|
@39a3a53b
|
13 years |
michaelni |
pngdec: validate length.
Fixes out of array reading.
Found-by: …
|
|
|
@3e9cd8b4
|
13 years |
rsbultje |
qpeg: Use bytestream2 functions to prevent buffer overreads.
…
|
|
|
@dccb2cd3
|
13 years |
rsbultje |
swscale: make %rep unconditional.
Fixes pre-processing with latest …
|
|
|
@b4188f0d
|
13 years |
rsbultje |
vp8: convert simple loopfilter x86 assembly to use named arguments.
|
|
|
@8476ca3b
|
13 years |
rsbultje |
vp8: convert idct x86 assembly to use named arguments.
|
|
|
@21ffc78f
|
13 years |
rsbultje |
vp8: convert mc x86 assembly to use named arguments.
|
|
|
@28170f1a
|
13 years |
rsbultje |
vp8: convert loopfilter x86 assembly to use cpuflags().
|
|
|
@e25be471
|
13 years |
rsbultje |
vp8: convert idct/mc x86 assembly to use cpuflags().
|
|
|
@8249a23f
|
13 years |
rsbultje |
swscale: remove now unnecessary hack.
|
|
|
@0f53d0cf
|
13 years |
rsbultje |
x86inc: don't "bake" stack_offset in named arguments.
Signed-off-by: …
|
|
|
@337fa0db
|
13 years |
michaelni |
lavf: Do not compute the packet duration based on the bitrate if the …
|
|
|
@b8afbbca
|
13 years |
michaelni |
lavf: factor out determinable_frame_size()
Signed-off-by: Michael …
|
|
|
@15c6be8c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@6aa6e3e8
|
13 years |
justin.ruggles |
fate: Add sunrast regression test
Signed-off-by: Derek Buitenhuis …
|
|
|
@f972193a
|
13 years |
Carl Eugen Hoyos |
Support RGBA64 as input colour space.
Mostly fixes ticket #503, …
|
|
|
@51ddf35c
|
13 years |
justin.ruggles |
wmaenc: fix m/s stereo encoding for the first frame
We need to set …
|
|
|
@d33a091c
|
13 years |
michaelni |
ffm options should also set discard automatically.
commit …
|
|
|
@8ed7488e
|
13 years |
justin.ruggles |
wmaenc: return s->block_align instead of recalculating it
|
|
|
@5d652e06
|
13 years |
justin.ruggles |
wmaenc: check final frame size against output packet size
Currently …
|
|
|
@dfc4fded
|
13 years |
justin.ruggles |
wmaenc: require a large enough output buffer to prevent overwrites
…
|
|
|
@1ec075cf
|
13 years |
justin.ruggles |
wmaenc: limit allowed sample rate to 48kHz
ff_wma_init() allows up to …
|
|
|
@c2b8dea1
|
13 years |
justin.ruggles |
wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
This is near …
|
|
|
@8f1bb3d5
|
13 years |
michaelni |
wc4: fix out of chroma LUT reads
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@cd0cfdc
|
13 years |
michaelni |
pcm-mpeg: Check for valid bps.
The code only supports 16 and 24 bps …
|
|
|
@b7beabab
|
13 years |
justin.ruggles |
tiertexseq: set correct block_align for audio
|
|
|
@f9cf91d8
|
13 years |
justin.ruggles |
tiertexseq: set audio stream start time to 0
Update FATE test to …
|
|
|
@0883109b
|
13 years |
justin.ruggles |
voc/avs: Do not change the sample rate mid-stream.
Also, set the time …
|
|
|
@4da374f8
|
13 years |
justin.ruggles |
segafilm: use the sample rate as the time base for audio streams
|
|
|
@ea289186
|
13 years |
justin.ruggles |
ea: fix audio pts
The time base is 1 / sample_rate, not 90000. …
|
|
|
@01be6fa9
|
13 years |
justin.ruggles |
psx-str: fix audio pts
Each packet has 18 sectors with 224/channels …
|
|
|
@d0ab5850
|
13 years |
justin.ruggles |
vqf: set packet duration
Fixes timestamp calculation.
The FATE …
|
|
|
@101c369b
|
13 years |
justin.ruggles |
tta demuxer: set packet duration
|
|
|
@0b8b7db0
|
13 years |
justin.ruggles |
mpegaudio_parser: do not ignore information from the first parsed …
|
|
|
@6776a8f1
|
13 years |
justin.ruggles |
mpegaudio_parser: be less picky about the start position
…
|
|
|
@5a9b952
|
13 years |
justin.ruggles |
thp: set audio packet durations
|
|
|
@5602a464
|
13 years |
justin.ruggles |
avcodec: add a Vorbis parser to get packet duration
This also allows …
|
|
|
@737ca448
|
13 years |
justin.ruggles |
vorbisdec: read the previous window flag for long windows
When …
|
|
|
@f83687bc
|
13 years |
michaelni |
mpegts: fix stack array overread in read_sl_header()
Found-by: …
|
|
|
@4a310a19
|
13 years |
michaelni |
mpegts: prevent get_bits64() from reading nonsense at the end.
…
|
|
|
@d629f3ed
|
13 years |
michaelni |
cook: check that category is smaller than 8
This fixes some out of …
|
|
|
@e732d0f6
|
13 years |
michaelni |
mpeg-ts: fix handling of size=0 SL headers.
Found-by: Mateusz "j00ru" …
|
|
|
@c6810d98
|
13 years |
michaelni |
MAINTAINERS: add 0.10 to the releases, seems ive forgotten it.
…
|
|
|
@b2792a43
|
13 years |
nicolas.george |
lavc: unify similar code merged from both branches.
|
|
|
@07fb7682
|
13 years |
nicolas.george |
vsrc_testsrc: free option values.
|
|
|
@eb6b6d7f
|
13 years |
nicolas.george |
vsrc_life: free option values.
|
|
|
@f8210f89
|
13 years |
nicolas.george |
vf_fade: free type when overwriting it.
|
|
|
@7fb6c92
|
13 years |
anton |
lavc: free the output packet when encoding failed or produced no output.
|
|
|
@e42e9b0e
|
13 years |
anton |
lavc: preserve avpkt->destruct in ff_alloc_packet().
Also, don't …
|
|
|
@c179c9e1
|
13 years |
anton |
lavc: clarify the meaning of AVCodecContext.frame_number.
|
|
|
@c266eb19
|
13 years |
michaelni |
arm: Fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@23a5bf9d
|
13 years |
michaelni |
bluray protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@70b5583b
|
13 years |
michaelni |
kvmc: Fix out of reference frame reads.
Found-by: Mateusz "j00ru" …
|
|
|
@81d4b3af
|
13 years |
michaelni |
qpeg: fix overreads.
qpeg should probably be changed to use the …
|
|
|
@4299dfa5
|
13 years |
michaelni |
qpeg: Fix out of array writes.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@aaa1173d
|
13 years |
michaelni |
srtdec: fix a format string vulnerability.
Signed-off-by: Michael …
|
|
|
@e42b5362
|
13 years |
michaelni |
Remove duplicate initializers for VDA_VLD and GBR24P.
Noticed by the …
|
|
|
@1aa70898
|
13 years |
alex.converse |
mpegts: Pad the packet buffer in handle_packet().
This allows it to …
|
|
|
@4df36969
|
13 years |
alex.converse |
mpegts: Do not call read_sl_header() when no bytes remain in the …
|
|
|
@268098d8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (29 …
|
|
|
@689f6512
|
13 years |
michaelni |
simple_idct: idct_4col_put: Fix out of array reads.
Found-by: Mateusz …
|
|
|
@422e3a74
|
13 years |
michaelni |
rawdec: fix input overread.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@9d87374e
|
13 years |
rsbultje |
amrwb: remove duplicate arguments from extrapolate_isf().
Prevents …
|
|
|
@e7b43e8e
|
13 years |
michaelni |
truemotion1: Check input buffer size against header size.
Fixes …
|
|
|
@a3f5ee29
|
13 years |
michaelni |
mjpeg: Check for interlaced progressive frames
Fixes null pointer …
|
|
|