Michael Niedermayer
|
9331a2ee41
configure: slightly more robust looking check for math functions.
|
13 years ago |
Michael Niedermayer
|
8f5bb35f40
ffmpeg: fix video synchronization code to be exact on constant fps videos. Fixes Ticket137
|
13 years ago |
Michael Niedermayer
|
fbbe092568
ffplay: remove thread command line option code, it is unneeded for -threads X to work.
|
13 years ago |
Michael Niedermayer
|
838e36635a
avcodec: move "thread emulation" warning to common code
|
13 years ago |
Carl Eugen Hoyos
|
391b1e3911
Fix false positive when detecting dxva2.
|
13 years ago |
Michael Niedermayer
|
38670356f9
libavformat/utils: print ts in the "invalid dts/pts combination" case.
|
13 years ago |
Michael Niedermayer
|
39e0accb7a
vf_remove_logo: domt access vf->next->query_format() directly but use the API.
|
13 years ago |
Michael Niedermayer
|
d67e74929c
smacker: fix a few off by 1 errors
|
13 years ago |
Joakim Plate
|
32c0c562e7
dvdsubdec: Move colormap and alpha to context
|
13 years ago |
Michael Niedermayer
|
f98edc73c5
smacker: add forgotten *
|
13 years ago |
Andrew Wason
|
5e85fd9f9c
libx264: fix overwriting presets with flags2
|
13 years ago |
Joakim Plate
|
6c9a24636b
asf: only try to read asf index once
|
13 years ago |
Stefano Sabatini
|
9efae6a161
lavfi: bump minor and update APIchanges after recent updates
|
13 years ago |
Laurent Aimar
|
c58d45e004
segafilm: Fix potential division by 0 on corrupted segafilm streams in the demuxer.
|
13 years ago |
Laurent Aimar
|
7cbe025758
segafilm: Check for memory allocation failures in segafilm demuxer.
|
13 years ago |
Andrew Wason
|
3eb1e65f5f
libx264: fix overwriting preset rc_lookahead
|
13 years ago |
Joakim Plate
|
7009b96511
dvdsubdec: Support palette information for vobsub's stored as text in extradata
|
13 years ago |
Michael Niedermayer
|
9765caec1b
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Ramiro Polla
|
f0c64d0d0b
dshow: indent
|
13 years ago |
Ramiro Polla
|
1c282f96ab
dshow: add option to list devices
|
13 years ago |
Ramiro Polla
|
fad4e1a572
dshow: factorise cycling through devices
|
13 years ago |
Stefano Sabatini
|
4381bddc9f
lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
|
13 years ago |
Stefano Sabatini
|
2c0317419b
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
|
13 years ago |
Philip de Nier
|
47886e3644
mxfdec: skip to end of structural sets This fixes reading of partition packs. The code stops reading after the operational pattern and should skip the array of essence container labels that follow
|
13 years ago |
Hendrik Leppkes
|
7321163011
gitignore: ignore .exp files, as generated by the MS linker on win32
|
13 years ago |
Justin Ruggles
|
826c56d16e
adpcm: split ADPCM encoders and decoders into separate files.
|
13 years ago |
Anton Khirnov
|
57650c70e2
doc/avconv: fix typo.
|
13 years ago |
Kostya Shishkov
|
23a1f0c592
rv34: check that subsequent slices have the same type as first one.
|
13 years ago |
Kostya Shishkov
|
47a8589f7b
smacker demuxer: handle possible av_realloc() failure.
|
13 years ago |
Clément Bœsch
|
677a831ec6
ffmpeg: remove unused data_codec_name.
|
13 years ago |
Clément Bœsch
|
525d4852b9
ffmpeg: set {audio,video,subtitle}_codec_name const.
|
13 years ago |
Clément Bœsch
|
4b961ddfea
ffmpeg: a bit more consistent prototypes.
|
13 years ago |
Bobby Bingham
|
615baa13e4
lavfi: add split filter from soc.
|
14 years ago |
Stefano Sabatini
|
ee42716b07
lavfi: add showinfo filter
|
14 years ago |
Anton Khirnov
|
af1e247038
libxavs: add private options corresponding to deprecated global options
|
13 years ago |
Michael Niedermayer
|
83a0caad84
alsa: increase max buffer size
|
13 years ago |
Michael Niedermayer
|
716c1f7b2a
h264: improve MAX_SLICES too small check so it gives less false positives.
|
13 years ago |
Michael Niedermayer
|
ad2fba8619
doc: replace avserver by ffserver as we have not done that rename
|
13 years ago |
Joakim Plate
|
7e4111cfe2
rmdec: Check return value of more avio_seek calls
|
13 years ago |
Joakim Plate
|
f9e083a156
avidec: Check return value of more avio_seek calls
|
13 years ago |
Joakim Plate
|
ac1d489320
asf: Check return value of more avio_seek calls
|
13 years ago |
Laurent Aimar
|
bc851a2946
Fix writes out of bounds in the ogg demuxer.
|
13 years ago |
Joakim Plate
|
340e6735fe
mpeg12dec: if lavc's mpeg2 decoder was asked to drop a frame, it could still output an old frame, and mess up timestamps
|
13 years ago |
Michael Niedermayer
|
411cc5c46a
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Joakim Plate
|
5a6f4a1302
gitignore: add files to git ignore generated on a win32 build
|
13 years ago |
Laurent Aimar
|
dc255275f6
Fixed invalid read access on extra data in cinepak decoder.
|
13 years ago |
Laurent Aimar
|
d0121e8d96
Fixed segfault on corrupted smacker streams in the demuxer.
|
13 years ago |
Laurent Aimar
|
d07ac1853d
Fixed segfaults on corruped smacker streams in the decoder.
|
13 years ago |
Laurent Aimar
|
1632a576e6
Fixed segfault on memory allocation failure in ape demuxer.
|
13 years ago |
Joakim Plate
|
c8ce2b0a1d
mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read PAT/SDT to get available streams
|
13 years ago |