summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* udp: Properly print error from getnameinfoMartin Storsjö2012-06-191-2/+3
* mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö2012-06-191-5/+5
* network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-192-1/+4
* rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-191-0/+13
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-191-12/+0
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-192-1/+9
* lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster2012-06-191-0/+3
* flvdec: remove incomplete, disabled seeking codeRonald S. Bultje2012-06-191-30/+0
* http: replace atoll() with strtoll()Ronald S. Bultje2012-06-191-3/+3
* mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje2012-06-191-96/+0
* af_amix: allow float planar sample format as inputJustin Ruggles2012-06-181-4/+15
* af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-181-11/+8
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-183-3/+57
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-189-75/+82
* lavr: Add x86-optimized function for flt to s32 conversionJustin Ruggles2012-06-182-0/+49
* lavr: Add x86-optimized function for flt to s16 conversionJustin Ruggles2012-06-182-0/+37
* lavr: Add x86-optimized functions for s32 to flt conversionJustin Ruggles2012-06-182-0/+46
* lavr: Add x86-optimized functions for s32 to s16 conversionJustin Ruggles2012-06-182-0/+47
* lavr: Add x86-optimized functions for s16 to flt conversionJustin Ruggles2012-06-182-0/+45
* lavr: Add x86-optimized function for s16 to s32 conversionJustin Ruggles2012-06-182-0/+29
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-183-1/+51
* rtpdec: Add a depacketizer for iLBCMartin Storsjö2012-06-185-1/+77
* Implement the iLBC storage file formatMartin Storsjö2012-06-185-2/+147
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-183-1/+4
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-189-1/+239
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-183-1/+13
* rtsp: Send mode=record instead of mode=receiveMartin Storsjö2012-06-181-1/+1
* dirac: replace compound literal with normal initialiserRonald S. Bultje2012-06-181-1/+1
* lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffsJustin Ruggles2012-06-182-0/+60
* lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffsJustin Ruggles2012-06-182-0/+43
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-188-11/+72
* vorbisdec: replace div/mod in loop with a counterMans Rullgard2012-06-181-5/+12
* fate: vorbis: add 5.1 surround testMans Rullgard2012-06-181-0/+4
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-184-4/+17
* configure: Sort the library listings in the help text alphabeticallyMartin Storsjö2012-06-181-3/+3
* dwt: remove variable-length arraysRonald S. Bultje2012-06-177-74/+79
* RTMPT protocol supportSamuel Pitoiset2012-06-178-5/+285
* http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-171-9/+6
* http: Fail reading if the connection has gone awayMartin Storsjö2012-06-171-0/+3
* amr: Mark an array constMartin Storsjö2012-06-171-1/+1
* amr: More space cleanupMartin Storsjö2012-06-171-1/+1
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-171-2/+6
* amr: Cosmetic cleanupMartin Storsjö2012-06-171-57/+40
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-171-1/+1
* doc: Add missing protocols to list of supported protocols.Diego Biurrun2012-06-171-2/+13
* tcp: Check the listen callJordi Ortiz2012-06-171-1/+5
* flacdec: read attached pictures.Anton Khirnov2012-06-161-0/+123
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-161-1/+1
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-151-0/+4
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-151-1/+0
OpenPOWER on IntegriCloud