summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* ape: create audio stream before reading tags.Anton Khirnov2012-06-24
* mov: make a length variable larger.Anton Khirnov2012-06-24
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-24
* image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar2012-06-24
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-21
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-21
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-21
* MS Screen 1 decoderKostya Shishkov2012-06-20
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* mov: fix operator precedence bugRonald S. Bultje2012-06-20
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
* udp: Properly check for invalid socketsMartin Storsjö2012-06-19
* tcp: Check the return value from getsockoptMartin Storsjö2012-06-19
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-19
* udp: Properly print error from getnameinfoMartin Storsjö2012-06-19
* mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö2012-06-19
* network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-19
* rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-19
* flvdec: remove incomplete, disabled seeking codeRonald S. Bultje2012-06-19
* http: replace atoll() with strtoll()Ronald S. Bultje2012-06-19
* mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje2012-06-19
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-18
* rtpdec: Add a depacketizer for iLBCMartin Storsjö2012-06-18
* Implement the iLBC storage file formatMartin Storsjö2012-06-18
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-18
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-18
* rtsp: Send mode=record instead of mode=receiveMartin Storsjö2012-06-18
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-18
* RTMPT protocol supportSamuel Pitoiset2012-06-17
* http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-17
* http: Fail reading if the connection has gone awayMartin Storsjö2012-06-17
* amr: Mark an array constMartin Storsjö2012-06-17
* amr: More space cleanupMartin Storsjö2012-06-17
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-17
* amr: Cosmetic cleanupMartin Storsjö2012-06-17
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-17
* tcp: Check the listen callJordi Ortiz2012-06-17
* flacdec: read attached pictures.Anton Khirnov2012-06-16
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-16
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-15
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-14
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-14
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-13
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-13
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-13
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-13
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-13
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-12