|
|
|
@055a141e
|
13 years |
anton |
lavf: don't leak corrupted packets
Signed-off-by: Anton Khirnov …
|
|
|
@f38f3b88
|
13 years |
martin |
tls: Use ERR_get_error() in do_tls_poll
The return value ret isn't an …
|
|
|
@1149fbc7
|
13 years |
alex.converse |
indeo3: Fix a fencepost error.
Found with asan and the venerable …
|
|
|
@735e601b
|
13 years |
alex.converse |
mxfdec: Fix comparison of unsigned expression < 0.
'size' is …
|
|
|
@3110ad83
|
13 years |
anton |
mpegts: set stream id on just created stream, not an unrelated …
|
|
|
@2467d8d9
|
13 years |
justin.ruggles |
ra288: return error if input buffer is too small
|
|
|
@0131e70a
|
13 years |
justin.ruggles |
ra288: utilize DSPContext.vector_fmul()
|
|
|
@03e5d611
|
13 years |
justin.ruggles |
ra288: use memcpy() to copy decoded samples to output
|
|
|
@f50b6be5
|
13 years |
justin.ruggles |
mace: only calculate output buffer size once
|
|
|
@ce33320b
|
13 years |
diego |
Remove redundant filename self-references inside files.
Filenames are …
|
|
|
@9412f811
|
13 years |
diego |
indeo3data: add missing config.h #include for HAVE_BIGENDIAN
|
|
|
@276b995d
|
13 years |
diego |
x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory
|
|
|
@f9324d5a
|
13 years |
justin.ruggles |
avplay: reset rdft when closing stream.
this fixes a crash when …
|
|
|
@8a691dfd
|
13 years |
anton |
doc/git-howto: expand format-patch and send-email notes.
|
|
|
@83daced0
|
13 years |
anton |
lavf: expand doxy for some AVFormatContext fields.
|
|
|
@1c8c41ff
|
13 years |
martin |
avformat: Avoid a warning about mixed declarations and code
…
|
|
|
@f545e006
|
13 years |
martin |
BMV demuxer and decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@44729bc0
|
13 years |
martin |
matroskaenc: Make sure the seekhead struct is freed even on seek …
|
|
|
@090aaaf7
|
13 years |
alex.converse |
mpeg12enc: Remove write-only variables.
|
|
|
@7c5dfc17
|
13 years |
alex.converse |
mpeg12enc: Don't set up run-level info for level 0.
run: The number …
|
|
|
@a1684cf8
|
13 years |
alex.converse |
msmpeg4: Don't set up run-level info for level 0.
run: The number of …
|
|
|
@ce145690
|
13 years |
martin |
avformat: Warn about using network functions without calling …
|
|
|
@87892ef8
|
13 years |
martin |
avformat: Revise wording
It might make sense not to make the function …
|
|
|
@08826891
|
13 years |
martin |
rdt: Set AVFMT_NOFILE on ff_rdt_demuxer
This makes rdt work again, …
|
|
|
@ed307e26
|
13 years |
martin |
rdt: Check the return value of avformat_open
If it failed, return …
|
|
|
@4b3dc857
|
13 years |
martin |
rtsp: Discard the dynamic handler, if it has an alloc function which …
|
|
|
@b8f02f5
|
13 years |
justin.ruggles |
dsputil: use cpuflags in x86 versions of vector_clip_int32()
|
|
|
@f2bd8a07
|
13 years |
justin.ruggles |
x86inc: use sse versions of common macros instead of sse2 when applicable
|
|
|
@eacec07e
|
13 years |
anton |
doc/APIchanges: add missing dates and hashes
|
|
|
@eb0de710
|
13 years |
anton |
lavf: don't return from void av_update_cur_dts()
|
|
|
@a7476298
|
13 years |
anton |
Changelog: add more entries.
|
|
|
@c4302a39
|
13 years |
anton |
Changelog: update ffmpeg/avconv incompatibility list.
|
|
|
@059fb8c8
|
13 years |
anton |
avconv: remove some redundant temporary variables.
|
|
|
@f8c314c8
|
13 years |
anton |
avconv: fix broken indentation
|
|
|
@a2aeeb22
|
13 years |
anton |
avconv: move copy_initial_nonkeyframes to the options context.
Also …
|
|
|
@9a414d89
|
13 years |
anton |
avconv: use file:stream instead of file.stream in log messages.
|
|
|
@d9b49e7
|
13 years |
anton |
doc/avconv: elaborate on basic functionality.
|
|
|
@2b56db5
|
13 years |
anton |
doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
|
|
|
@24612846
|
13 years |
martin |
openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0
Since …
|
|
|
@776f2bb9
|
13 years |
martin |
Call avformat_network_init/deinit in the programs
Calling the init …
|
|
|
@3607ed70
|
13 years |
martin |
Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö …
|
|
|
@de8d1940
|
13 years |
martin |
avutil: Don't allow using strcasecmp/strncasecmp
Signed-off-by: …
|
|
|
@bb3244de
|
13 years |
martin |
Replace all usage of strcasecmp/strncasecmp
All current usages of it …
|
|
|
@ba04ecfd
|
13 years |
martin |
avstring: Add locale independent implementations of …
|
|
|
@07b172f
|
13 years |
martin |
avstring: Add locale independent implementations of toupper/tolower
…
|
|
|
@66760b30
|
13 years |
anton |
cosmetics: insert some spaces in explicit enum value assignments
…
|
|
|
@19900d60
|
13 years |
anton |
move 8SVX audio codecs to the audio codec list part on the next bump
…
|
|
|
@0e288b8c
|
13 years |
anton |
deprecate codec IDs that won't ever be used
Signed-off-by: Anton …
|
|
|
@c4356536
|
13 years |
rsbultje |
swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
|
|
|
@2f7f2e4
|
13 years |
rsbultje |
Update x86inc.asm to latest x264 version, and add AVX symmetry.
We …
|
|
|
@18ae3626
|
13 years |
martin |
http: Remove the custom function for disabling chunked posts
…
|
|
|
@d450cc4f
|
13 years |
martin |
rtsp: Disable chunked http post through AVOptions
This avoids having …
|
|
|
@237f1329
|
13 years |
martin |
movdec: Set frame_size for AMR
Earlier, sc->samples_per_frame was …
|
|
|
@717401af
|
13 years |
rsbultje |
h264_weight: remove duplication functions.
|
|
|
@1deb08fc
|
13 years |
rsbultje |
swscale: align vertical filtersize by 2 on x86.
The vertical scaler …
|
|
|
@43317fd5
|
13 years |
rsbultje |
libavfilter: reindent.
|
|
|
@d31fb1a9
|
13 years |
rsbultje |
matroskadec: empty blocks are in fact valid.
|
|
|
@23a8b4dd
|
13 years |
rsbultje |
avfilter: don't abort() on zero-size allocations.
|
|
|
@ea2bb12e
|
13 years |
rsbultje |
h264: improve calculation of codec delay.
Fixes the following …
|
|
|
@ed669c9b
|
13 years |
martin |
movenc: Set a correct packet size for AMR-NB mode 15, "no data"
These …
|
|
|
@b6d08f40
|
13 years |
martin |
avformat: Add functions for doing global network initialization
…
|
|
|
@183baead
|
13 years |
martin |
avformat: Add the https protocol
Signed-off-by: Martin Storsjö …
|
|
|
@558d192d
|
13 years |
martin |
avformat: Add the tls protocol, using OpenSSL or gnutls
Note, this …
|
|
|
@1606e551
|
13 years |
martin |
avformat: Initialize gnutls in ff_tls_init()
Signed-off-by: Martin …
|
|
|
@81486312
|
13 years |
martin |
w32threads: Wrap the mutex functions in inline functions returning int …
|
|
|
@bc8c1395
|
13 years |
martin |
configure: Allow linking to the gnutls library
Signed-off-by: Martin …
|
|
|
@48e59ad8
|
13 years |
martin |
avformat: Add ff_tls_init()/deinit() that initialize OpenSSL
If the …
|
|
|
@a060866f
|
13 years |
martin |
configure: Allow linking to openssl
Signed-off-by: Martin Storsjö …
|
|
|
@2d1b6fb
|
13 years |
martin |
avcodec: Allow locking and unlocking an avformat specific mutex
This …
|
|
|
@f6d37100
|
13 years |
martin |
avformat: Split out functions from network.h to a new file, network.c
…
|
|
|
@add7b114
|
13 years |
justin.ruggles |
binkaudio: expand quant_table to accommodate all possible values
|
|
|
@c38404ee
|
13 years |
martin |
libx264: Set the default of the rc_lookahead option to -1
This allows …
|
|
|
@adc85ce2
|
13 years |
martin |
avcodec: Set flags2 default value depending on availability
This …
|
|
|
@76718f3f
|
13 years |
diego |
configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
|
|
|
@2a6eb062
|
13 years |
alex.converse |
vp6: Fix illegal read.
|
|
|
@0d7a16a9
|
13 years |
alex.converse |
avfilter: Don't copy garbage from the stack when setting up video pictures.
|
|
|
@cae4f4b7
|
13 years |
martin |
avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
…
|
|
|
@1b6da627
|
13 years |
martin |
avcodec: Remove a misplaced and useless attribute_deprecated
If …
|
|
|
@a2c0b830
|
13 years |
anton |
avconv: add -dump_attachment option.
|
|
|
@4dbc6cee
|
13 years |
anton |
avconv: add -attach option.
It allows attaching arbitrary files, e.g. …
|
|
|
@e6674f68
|
13 years |
anton |
avconv: make negative mappings disable only streams from the specified file
|
|
|
@5463e83d
|
13 years |
justin.ruggles |
fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64
The …
|
|
|
@594b54b5
|
13 years |
diego |
replacement Indeo 3 decoder
The new decoder is much smaller and has …
|
|
|
@894bc1d3
|
13 years |
justin.ruggles |
gsm demuxer: do not allocate packet twice.
fixes memleak with raw gsm …
|
|
|
@905de119
|
13 years |
justin.ruggles |
flvenc: use first packet delay as global delay.
This keeps the …
|
|
|
@c2d9a65
|
13 years |
justin.ruggles |
ac3enc: doxygen update.
Add some parameters to existing function …
|
|
|
@a4998e44
|
13 years |
justin.ruggles |
imc: return error codes instead of 0 for error conditions.
This fixes …
|
|
|
@08e5cd38
|
13 years |
justin.ruggles |
imc: return meaningful error codes instead of -1
|
|
|
@0473f29b
|
13 years |
justin.ruggles |
imc: do not set channel layout for stereo
we only support decoding of …
|
|
|
@7b7f47e7
|
13 years |
justin.ruggles |
imc: validate channel count
ask for a sample if not mono
|
|
|
@95fee70
|
13 years |
justin.ruggles |
imc: check for ff_fft_init() failure
|
|
|
@86962b13
|
13 years |
justin.ruggles |
imc: check output buffer size before decoding
|
|
|
@e9362aae
|
13 years |
justin.ruggles |
imc: use DSPContext.bswap16_buf() to byte-swap packet data
|
|
|
@f011fcd6
|
13 years |
martin |
rtsp: add allowed_media_types option
Streams from RTSP or SDP that do …
|
|
|
@20e081dd
|
13 years |
justin.ruggles |
libgsm: add flush function to reset the decoder state when seeking
|
|
|
@480324e
|
13 years |
justin.ruggles |
libgsm: simplify decoding by using a loop
|
|
|
@9d52f0a7
|
13 years |
justin.ruggles |
gsm: log error message when packet is too small
|
|
|
@9671db82
|
13 years |
justin.ruggles |
libgsmdec: do not needlessly set *data_size to 0
|
|
|
@a2e25578
|
13 years |
justin.ruggles |
gsmdec: do not needlessly set *data_size to 0
|
|
|
@fc43fc9f
|
13 years |
justin.ruggles |
gsmdec: add flush function to reset the decoder state when seeking
|
|
|