|
|
|
@84986b4e
|
12 years |
Carl Eugen Hoyos |
Fix compilation condition for some ProRes dsp decoder functions.
…
|
|
|
@a4b885d5
|
12 years |
Carl Eugen Hoyos |
Fix ProRes decoder Makefile dependencies.
Found, analysed and tested …
|
|
|
@c02ef078
|
12 years |
Carl Eugen Hoyos |
Fix G.723.1 encoder Makefile dependencies.
|
|
|
@c790ae02
|
12 years |
Clément Bœsch |
ffmpeg: add missing return carriage in error message.
|
|
|
@e00b2d2
|
12 years |
Clément Bœsch |
options: stop after option is found.
This reverts …
|
|
|
@6b35f1a2
|
12 years |
Clément Bœsch |
timecode: move timecode muxer options to metadata.
Some demuxers set …
|
|
|
@0f0f3bd1
|
12 years |
stefasab |
lavfi: use av_default_item_name() as filter private context logger
…
|
|
|
@38c9ebd2
|
12 years |
michaelni |
ffv1dec: print more information for -debug 1
Signed-off-by: Michael …
|
|
|
@730d079b
|
12 years |
michaelni |
ffv1: fix log level of FF_DEBUG_PICT_INFO
Signed-off-by: Michael …
|
|
|
@f1add01d
|
12 years |
stefasab |
ffmpeg: be more verbose when printing an error in transcode()
Helps …
|
|
|
@6a9854e8
|
12 years |
stefasab |
ffmpeg: specify more meaningful names for the lavfi buffer sources
|
|
|
@4d6a8a2b
|
12 years |
stefasab |
lavfi: add avfilter_default_filter_name()
The function is modelled …
|
|
|
@7d82020f
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e10eac91
|
12 years |
stefasab |
lavc/raw: add test utility for listing fourcc/pix_fmt map
The test …
|
|
|
@f3fea5ba
|
12 years |
stefasab |
lavfi/lut: fix component -> rgba mapping
|
|
|
@8b0e1735
|
12 years |
nicolas.george |
ffmpeg: use filter time base as codec time base.
|
|
|
@48b5bcb3
|
12 years |
nicolas.george |
ffmpeg: avoid NULL dereference with filters.
icodec can be NULL if …
|
|
|
@eb7efc12
|
12 years |
michaelni |
log: color prefixes according to their source.
The use of cyan is …
|
|
|
@2e39e7d0
|
12 years |
michaelni |
log: add AV_CLASS_CATEGORY_NB
Signed-off-by: Michael Niedermayer …
|
|
|
@2191aef9
|
12 years |
michaelni |
log: cleanup color arrays
Signed-off-by: Michael Niedermayer …
|
|
|
@a5c7525b
|
12 years |
michaelni |
set some categories of some AVClass structs
Please help setting the …
|
|
|
@44c10168
|
12 years |
michaelni |
mpc8: fix channel checks
fix heap array overflow
Found-by: Piotr …
|
|
|
@a5ad3c23
|
12 years |
michaelni |
av_get_audio_frame_duration: fix FPE
Fixes ticket1392
Found-by: …
|
|
|
@19dfbf19
|
12 years |
anton |
librtmp: return AVERROR_UNKNOWN instead of -1.
|
|
|
@a91943bc
|
12 years |
anton |
librtmp: don't abuse a variable for two unrelated things.
|
|
|
@007aede
|
12 years |
anton |
librtmp: add rtmp_app and rtmp_playpath private options.
This makes …
|
|
|
@96fadfb1
|
12 years |
kostya.shishkov |
bmv: add stricter checks for invalid decoded length
This makes …
|
|
|
@6df1cfa7
|
12 years |
michaelni |
mace: check channel count, fixes FPE
Fixes ticket1391
Found-by: …
|
|
|
@cc229d4e
|
12 years |
michaelni |
h263: disable loop filter with lowres
Fixes ticket1212
Found-by: …
|
|
|
@169dae81
|
12 years |
Carl Eugen Hoyos |
Unconditionally compile init_stream() in bintext.
Fixes compilation …
|
|
|
@cf3a1948
|
12 years |
anton |
avpacket: fix duplicating side data.
Use correct side data size …
|
|
|
@7f17f4f1
|
12 years |
nicolas.george |
af_amerge: use the buferqueue API.
|
|
|
@2f2d47a
|
12 years |
nicolas.george |
af_astreamsync: set samples rate in query_formats.
|
|
|
@c983ca5b
|
12 years |
michaelni |
mpegtsenc: zero pointers after freeing
Signed-off-by: Michael …
|
|
|
@328e203c
|
12 years |
michaelni |
mpegts_audio_write: fix potential integer overflow
Signed-off-by: …
|
|
|
@21e2dc9f
|
12 years |
lu_zero |
flv: support stream text data as onTextData
Adobe specifies …
|
|
|
@f67309c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a128b310
|
12 years |
michaelni |
configure: add --enable/disable-random option
This allows creating …
|
|
|
@d0f34c96
|
12 years |
michaelni |
aacsbr: remove unused variables
|
|
|
@0e3cec9f
|
12 years |
michaelni |
aacsbr: optimize sine level addition
Based-on commit by Måns Rullgård …
|
|
|
@2439bd86
|
12 years |
martin |
mpegtsenc: Support LATM packetization for AAC
This adds the avoption …
|
|
|
@485d3ea0
|
12 years |
martin |
adtsenc: Don't expose the muxer internals to the rest of lavf
This …
|
|
|
@b1c56ea
|
12 years |
martin |
mpegtsenc: use AVFormatContext for AAC packetization
This removes the …
|
|
|
@d1a3a3d4
|
12 years |
martin |
mpegtsenc: use AVERROR() for return codes
Signed-off-by: Jindrich …
|
|
|
@e9523378
|
12 years |
michaelni |
mpc7: fix handling of last frame
Fixes heap buffer overflow
Fixes …
|
|
|
@e0eaf100
|
12 years |
michaelni |
oggdec: fix regression that caused reading the whole file during open
…
|
|
|
@82570d2f
|
13 years |
michaelni |
png_parser: dont falsely mark frames as keyframes
Fixes Ticket1381
…
|
|
|
@5665674b
|
13 years |
michaelni |
lavf: use input keyframe flag when muxer does not provide keyframe …
|
|
|
@b3675f89
|
13 years |
michaelni |
bink: fix out of reference frame read
Fixes Ticket1374
…
|
|
|
@1bf22c3a
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@fb4e434c
|
13 years |
michaelni |
h264: log debug output for slightly truncated streams
Signed-off-by: …
|
|
|
@cd0f9f00
|
13 years |
michaelni |
h264: try to better handle h264 streams that are slightly truncated
…
|
|
|
@debbcfae
|
13 years |
michaelni |
bmv: fix apparent sign error in the frame_off check
Fixes part of …
|
|
|
@679c578c
|
13 years |
michaelni |
bmv: fix integer overflows in vlc decoder.
Fixes part of Ticket1373
…
|
|
|
@9ebe6e39
|
13 years |
michaelni |
ffv1: fix integer overflow in quant table initialization
Fixes part …
|
|
|
@97c281d5
|
13 years |
michaelni |
ffv1: fix crash caused by version becoming inconsistent
Fixes part of …
|
|
|
@0bae6661
|
13 years |
michaelni |
fraps: fix version 0/1 input data size check.
Fixes array overread. …
|
|
|
@f23a2418
|
13 years |
michaelni |
wmv1: check that the input buffer is large enough
Fixes null ptr …
|
|
|
@fd0c83c6
|
13 years |
Clément Bœsch |
ffprobe: add flat output format.
|
|
|
@db839544
|
13 years |
Clément Bœsch |
ffprobe/xml: use writer multiple_sections instead of local context …
|
|
|
@2248db94
|
13 years |
Clément Bœsch |
ffprobe: move packets_and_frames work to writer context.
|
|
|
@7980a260
|
13 years |
Carl Eugen Hoyos |
Let ffmpeg select the null and anull filters.
They are needed since …
|
|
|
@fbc5e0fa
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
http: …
|
|
|
@0d83edab
|
13 years |
michaelni |
dct-test: give emms a memory clober.
Without this, the compiler in …
|
|
|
@461030a7
|
13 years |
michaelni |
dct-test: perform emms before gettime().
This fixes the hypothetical …
|
|
|
@9758b1c
|
13 years |
michaelni |
fate: enable fate-mapchan-6ch-extract-2-downmix-mono
Signed-off-by: …
|
|
|
@d43812e2
|
13 years |
michaelni |
ffmpeg: move pan filter insertion up.
This fixes one (disabled) fate …
|
|
|
@dbaf79c9
|
13 years |
martin |
http: Add the url_shutdown function for https, too
Signed-off-by: …
|
|
|
@59525641
|
13 years |
martin |
http: Simplify code by removing a local variable
Signed-off-by: …
|
|
|
@3cbcfa2d
|
13 years |
martin |
http: Clear the old URLContext pointer when closed
This fixes issues …
|
|
|
@0766b6e3
|
13 years |
michaelni |
rv20: fix lowres out of array read
Fixes Ticket1239
Signed-off-by: …
|
|
|
@febc013d
|
13 years |
michaelni |
yopdec: check frame oddness to be within supported limits
Fixes …
|
|
|
@b6fdf8d
|
13 years |
michaelni |
yopdec: check that palette fits in the packet
Signed-off-by: Michael …
|
|
|
@f218121a
|
13 years |
michaelni |
http: use ffurl_closep()
Fixes Ticket1383
Signed-off-by: Michael …
|
|
|
@edf96d63
|
13 years |
michaelni |
url: add ffurl_closep() which also sets the context pointer to NULL
…
|
|
|
@f89aa675
|
13 years |
michaelni |
lavf: use av_freep() in ffurl_close()
Signed-off-by: Michael …
|
|
|
@2dbb8cc
|
13 years |
michaelni |
tcp: Check the return values from bind and accept
Signed-off-by: …
|
|
|
@5f509fa2
|
13 years |
michaelni |
log: add category to AVClass
Signed-off-by: Michael Niedermayer …
|
|
|
@23b365f1
|
13 years |
michaelni |
ffmpeg: fix memleak
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@422418b6
|
13 years |
michaelni |
dnxhd: replace asserts by av_asserts
Signed-off-by: Michael …
|
|
|
@e6866b1
|
13 years |
michaelni |
fate: only check stddev for acodec-ra144
ra144 uses floats so …
|
|
|
@aac41ec1
|
13 years |
Carl Eugen Hoyos |
Let ffmpeg select the setpts filter.
Do not disable ffmpeg with …
|
|
|
@64df092b
|
13 years |
Clément Bœsch |
swr: fix a few typo.
|
|
|
@abf5f6ea
|
13 years |
michaelni |
fate: try to fix 3rd md5 implementation
Signed-off-by: Michael …
|
|
|
@03ce421c
|
13 years |
michaelni |
8svx: fix crash
Fixes Ticket1377
Found-by: Piotr Bandurski …
|
|
|
@59352cc2
|
13 years |
michaelni |
sgienc: add a limit for maximum supported resolution
Signed-off-by: …
|
|
|
@b7c3772b
|
13 years |
martin |
tcp: Try enabling SO_REUSEADDR when listening
Signed-off-by: Martin …
|
|
|
@641f4a88
|
13 years |
martin |
tcp: Check the return values from bind and accept
Signed-off-by: …
|
|
|
@8a0efa9c
|
13 years |
michaelni |
qdm2: fix incorrect error spam
Fixes Ticket1375
Signed-off-by: …
|
|
|
@e47e2369
|
13 years |
michaelni |
libmp3lame: add missing layout terminator
Signed-off-by: Michael …
|
|
|
@7cb86633
|
13 years |
michaelni |
h264: Fail on DPC its not fully implemented
Fixes part of Ticket1369
…
|
|
|
@3c276ac0
|
13 years |
michaelni |
dv-demux: dont mess with codec values
Fixes part of Ticket1369
…
|
|
|
@303619d
|
13 years |
Clément Bœsch |
jacosub_probe: slightly increase the score to limit misdetection.
|
|
|
@908293d1
|
13 years |
Clément Bœsch |
jacosub_probe: speedup by making only one call to sscanf
|
|
|
@5c742005
|
13 years |
martin |
avisynth: Make sure the filename passed to avisynth is in the right …
|
|
|
@5afdb3e6
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@b7d14883
|
13 years |
michaelni |
h264: move q0 scan tables into context
This fixes out of global array …
|
|
|
@18b46a49
|
13 years |
michaelni |
oggparsevorbis: fix null ptr dereference
Found-by: Mateusz "j00ru" …
|
|
|
@b02cc2dd
|
13 years |
michaelni |
mpeg4videodec: Check that cplx_estimation_* fits in the available …
|
|
|
@06bf6d3
|
13 years |
nicolas.george |
vf_overlay: rewrite request/push logic.
The old implementation, upon …
|
|
|