summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-0614-132/+123
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-064-1/+37
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-063-1/+24
* cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov2011-11-061-11/+11
* move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov2011-11-061-0/+4
* deprecate codec IDs that won't ever be usedKostya Shishkov2011-11-061-0/+4
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-053-112/+170
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-051-183/+340
* http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-052-13/+0
* rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-051-1/+2
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-051-4/+0
* swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje2011-11-051-1/+1
* libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
* avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* h264: improve calculation of codec delay.Ronald S. Bultje2011-11-052-5/+23
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-051-1/+1
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-054-1/+39
* avformat: Add the https protocolMartin Storsjö2011-11-056-5/+30
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-055-1/+239
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-051-0/+20
* w32threads: Wrap the mutex functions in inline functions returning intMartin Storsjö2011-11-051-4/+20
* configure: Allow linking to the gnutls libraryMartin Storsjö2011-11-051-0/+4
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-052-0/+82
* configure: Allow linking to opensslMartin Storsjö2011-11-051-0/+8
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-053-1/+27
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-053-49/+84
* binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-041-2/+2
* libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-041-1/+1
* avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-041-1/+11
* configure: declare dependency of h264_vaapi_hwaccel on h264_decoderDiego Biurrun2011-11-041-1/+1
* vp6: Fix illegal read.Alex Converse2011-11-031-1/+3
* avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-031-2/+2
* avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-031-0/+1
* avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-031-1/+1
* avconv: add -dump_attachment option.Anton Khirnov2011-11-032-19/+87
* avconv: add -attach option.Anton Khirnov2011-11-032-1/+77
* avconv: make negative mappings disable only streams from the specified fileAnton Khirnov2011-11-031-1/+2
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* replacement Indeo 3 decoderMaxim Poliakovski2011-11-033-3314/+1249
* gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-021-3/+0
* flvenc: use first packet delay as global delay.Justin Ruggles2011-11-021-5/+12
* ac3enc: doxygen update.Justin Ruggles2011-11-024-42/+98
* imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-021-2/+2
* imc: return meaningful error codes instead of -1Justin Ruggles2011-11-021-9/+10
* imc: do not set channel layout for stereoJustin Ruggles2011-11-021-1/+1
* imc: validate channel countJustin Ruggles2011-11-021-0/+5
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-021-2/+5
* imc: check output buffer size before decodingJustin Ruggles2011-11-021-2/+8
OpenPOWER on IntegriCloud