Stefano Sabatini
|
c6e288a7cd
lavfi: fix Makefile HEADERS
|
13 лет назад |
Stefano Sabatini
|
44f669e7bc
lavfi: add vsink_buffer, and use it in ff* tools
|
13 лет назад |
Stefano Sabatini
|
e89ba76a59
vsrc_color: use internal timebase
|
13 лет назад |
Stefano Sabatini
|
141f03541b
opt: do not crash in av_set_options_string() if opts == NULL
|
13 лет назад |
Stefano Sabatini
|
15f03725ce
lavfi: add negate filter
|
13 лет назад |
Stefano Sabatini
|
dd2793c880
lavfi: add LUT (LookUp Table) generic filters
|
13 лет назад |
Michael Niedermayer
|
83f9bc8aee
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Michael Niedermayer
|
15b4f6449d
swscale: fix mono input for width%8
|
13 лет назад |
ami_stuff
|
799a87d749
avidec: Ignore unknown stream types
|
13 лет назад |
Michael Niedermayer
|
a4233d1f95
h264: print actual slice number in "Too many slices" warning
|
13 лет назад |
Michael Niedermayer
|
9291faeb67
jpegdec: include mjpb_skiptosod in debug output
|
13 лет назад |
Michael Niedermayer
|
a09a3e8213
jpegdec: fix CJPG decoding.
|
13 лет назад |
Michael Niedermayer
|
0aed4f81fe
w32threads: with only 1 thread there cant be a active threading mode.
|
13 лет назад |
Michael Niedermayer
|
035c13e307
ffmpeg: warn if samples need to be converted in a lossy way for lossless encoders.
|
13 лет назад |
Michael Niedermayer
|
7ba262527f
flacenc: mark as lossless codec
|
13 лет назад |
Michael Niedermayer
|
34dc7aa82b
libavcodec: add CODEC_CAP_LOSSLESS
|
13 лет назад |
Ronald S. Bultje
|
dbafb0e06f
lavf: prevent crash in av_open_input_file() if ap == NULL.
|
13 лет назад |
Reinhard Tartler
|
bed31c7e3c
more Changelog additions
|
13 лет назад |
Anton Khirnov
|
84bd2b4bf5
lavf: add a forgotten NULL check in convert_format_parameters().
|
13 лет назад |
Ronald S. Bultje
|
ed63f527f2
Fix build if yasm is not available.
|
13 лет назад |
Daniel Kang
|
f188a1e0ca
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
|
13 лет назад |
Clément Bœsch
|
bde8055963
dcaenc: small quantization simplification.
|
13 лет назад |
Carl Eugen Hoyos
|
47a8243c0d
Fix -s documentation.
|
13 лет назад |
Michael Niedermayer
|
2905e3ff64
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Michael Niedermayer
|
44d1b4088f
qdm2: Fix alignment of local array.
|
13 лет назад |
Stefano Sabatini
|
0c6cf3fa7c
vsrc_color: set output pos values to -1
|
13 лет назад |
Stefano Sabatini
|
bb3a2b723a
vsrc_color: add @file doxy
|
13 лет назад |
Stefano Sabatini
|
8055433b49
graphparser: add missing NULL check in avfilter_graph_parse()
|
13 лет назад |
Carl Eugen Hoyos
|
369c68c4e1
Support DTS in mp4/mov.
|
13 лет назад |
Anton Khirnov
|
78440c007c
lavc: add opt_find to AVCodecContext class.
|
13 лет назад |
Michael Niedermayer
|
4f643430f2
Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
|
13 лет назад |
Carl Eugen Hoyos
|
d8ee777021
Do not crash if SDL_SetVideoMode() fails.
|
13 лет назад |
Carl Eugen Hoyos
|
d5708923c2
Move do_exit() and stream_close() up.
|
13 лет назад |
Carl Eugen Hoyos
|
5ad05dd500
Fix documentation for -ar and -ac.
|
13 лет назад |
Carl Eugen Hoyos
|
5fb67d8039
Fix compilation with old yasm.
|
13 лет назад |
Michael Niedermayer
|
f6e2af4f5a
ffmpeg: Force 420 with target dvd and svcd.
|
13 лет назад |
Alexander Strange
|
3803af22d8
h264: Complexify frame num gap shortening code
|
13 лет назад |
Uoti Urpala
|
c98b928fa7
intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
|
13 лет назад |
Mike Scheutzow
|
aa15e68721
Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
|
14 лет назад |
Anton Khirnov
|
7c44d716e7
Add minor bumps and APIChanges entries for lavf private options.
|
13 лет назад |
Anton Khirnov
|
55ba12e300
ffmpeg: deprecate -vc and -tvstd
|
13 лет назад |
Anton Khirnov
|
8035f42968
ffmpeg: use new avformat_open_* API.
|
13 лет назад |
Anton Khirnov
|
50f2dfad67
ffserver: use new avformat_open_* API.
|
13 лет назад |
Anton Khirnov
|
e0518705c8
ffprobe: use new avformat_open_* API.
|
13 лет назад |
Anton Khirnov
|
d0e142bb68
ffplay: use new avformat_open_* API.
|
13 лет назад |
Anton Khirnov
|
9ba38229e5
cmdutils: add opt_default2().
|
14 лет назад |
Anton Khirnov
|
1b9b37b8a4
dict: add AV_DICT_APPEND flag.
|
13 лет назад |
Anton Khirnov
|
25de5958c8
lavf: add avformat_write_header() as a replacement for av_write_header().
|
14 лет назад |
Anton Khirnov
|
603b8bc2a1
Deprecate av_open_input_* and remove their uses.
|
13 лет назад |
Anton Khirnov
|
05e84c95c7
lavf: add avformat_open_input() as a replacement for av_open_input_*
|
14 лет назад |