aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Check the return value from getsockoptMartin Storsjö2012-06-191-1/+2
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-192-14/+23
* 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 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
* 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-184-2/+146
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-183-1/+4
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-182-1/+9
* rtsp: Send mode=record instead of mode=receiveMartin Storsjö2012-06-181-1/+1
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-184-4/+17
* RTMPT protocol supportSamuel Pitoiset2012-06-175-5/+272
* 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
* 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
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-151-1/+0
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-143-3/+56
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-141-1/+1
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-131-1/+1
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-131-17/+29
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-131-1/+11
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-131-0/+3
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-131-6/+19
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-121-2/+2
* rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-111-2/+6
* rtmp: support connection parametersSamuel Pitoiset2012-06-111-0/+77
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-091-3/+0
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-071-8/+0
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
* avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-041-1/+3
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-041-46/+9
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-041-2/+2
* librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-031-4/+4
* librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-031-8/+8
* librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-031-15/+80
* flv: support stream text data as onTextDataLuca Barbato2012-06-032-25/+153