30803 Commits (ba04ecfdacec4cf86e74b43fe8bcc09e06bb7a72)
 

Author SHA1 Message Date
Reimar Döffinger ba04ecfdac avstring: Add locale independent implementations of strcasecmp/strncasecmp 13 years ago
Luca Barbato 07b172fe8f avstring: Add locale independent implementations of toupper/tolower 13 years ago
Kostya Shishkov 66760b30a3 cosmetics: insert some spaces in explicit enum value assignments 13 years ago
Kostya Shishkov 19900d60fd move 8SVX audio codecs to the audio codec list part on the next bump 13 years ago
Kostya Shishkov 0e288b8c52 deprecate codec IDs that won't ever be used 13 years ago
Ronald S. Bultje c435653627 swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. 13 years ago
Loren Merritt 2f7f2e4b41 Update x86inc.asm to latest x264 version, and add AVX symmetry. 13 years ago
Martin Storsjö 18ae362640 http: Remove the custom function for disabling chunked posts 13 years ago
Martin Storsjö d450cc4f4a rtsp: Disable chunked http post through AVOptions 13 years ago
Carl Eugen Hoyos 237f13290b movdec: Set frame_size for AMR 13 years ago
Ronald S. Bultje 717401aff2 h264_weight: remove duplication functions. 13 years ago
Ronald S. Bultje 1deb08fcb6 swscale: align vertical filtersize by 2 on x86. 13 years ago
Ronald S. Bultje 43317fd52c libavfilter: reindent. 13 years ago
Ronald S. Bultje d31fb1a9e7 matroskadec: empty blocks are in fact valid. 13 years ago
Ronald S. Bultje 23a8b4ddfc avfilter: don't abort() on zero-size allocations. 13 years ago
Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 13 years ago
Carl Eugen Hoyos ed669c9bec movenc: Set a correct packet size for AMR-NB mode 15, "no data" 13 years ago
Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 13 years ago
Martin Storsjö 183baeadca avformat: Add the https protocol 13 years ago
Martin Storsjö 558d192d23 avformat: Add the tls protocol, using OpenSSL or gnutls 13 years ago
Martin Storsjö 1606e551ff avformat: Initialize gnutls in ff_tls_init() 13 years ago
Martin Storsjö 8148631269 w32threads: Wrap the mutex functions in inline functions returning int 13 years ago
Martin Storsjö bc8c1395ca configure: Allow linking to the gnutls library 13 years ago
Martin Storsjö 48e59ad8e7 avformat: Add ff_tls_init()/deinit() that initialize OpenSSL 13 years ago
Martin Storsjö a060866fd7 configure: Allow linking to openssl 13 years ago
Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 13 years ago
Martin Storsjö f6d3710096 avformat: Split out functions from network.h to a new file, network.c 13 years ago
Justin Ruggles add7b1140f binkaudio: expand quant_table to accommodate all possible values 13 years ago
Martin Storsjö c38404ee1a libx264: Set the default of the rc_lookahead option to -1 13 years ago
Martin Storsjö adc85ce20b avcodec: Set flags2 default value depending on availability 13 years ago
Diego Biurrun 76718f3fb7 configure: declare dependency of h264_vaapi_hwaccel on h264_decoder 13 years ago
Alex Converse 2a6eb06254 vp6: Fix illegal read. 13 years ago
Alex Converse 0d7a16a946 avfilter: Don't copy garbage from the stack when setting up video pictures. 13 years ago
Martin Storsjö cae4f4b77e avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 13 years ago
Martin Storsjö 1b6da627d4 avcodec: Remove a misplaced and useless attribute_deprecated 13 years ago
Anton Khirnov a2c0b830d5 avconv: add -dump_attachment option. 13 years ago
Anton Khirnov 4dbc6ceef5 avconv: add -attach option. 13 years ago
Anton Khirnov e6674f685b avconv: make negative mappings disable only streams from the specified file 13 years ago
Justin Ruggles 5463e83dbc fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 13 years ago
Maxim Poliakovski 594b54b51e replacement Indeo 3 decoder 13 years ago
Justin Ruggles 894bc1d322 gsm demuxer: do not allocate packet twice. 13 years ago
Justin Ruggles 905de11907 flvenc: use first packet delay as global delay. 13 years ago
Justin Ruggles c2d9a65bc0 ac3enc: doxygen update. 13 years ago
Justin Ruggles a4998e448f imc: return error codes instead of 0 for error conditions. 13 years ago
Justin Ruggles 08e5cd3810 imc: return meaningful error codes instead of -1 13 years ago
Justin Ruggles 0473f29b60 imc: do not set channel layout for stereo 13 years ago
Justin Ruggles 7b7f47e733 imc: validate channel count 13 years ago
Justin Ruggles 95fee70d67 imc: check for ff_fft_init() failure 13 years ago
Justin Ruggles 86962b13f6 imc: check output buffer size before decoding 13 years ago
Justin Ruggles e9362aaedf imc: use DSPContext.bswap16_buf() to byte-swap packet data 13 years ago