aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: read attached pictures.Anton Khirnov2012-07-021-0/+99
* apetag: reindentAnton Khirnov2012-07-021-9/+9
* apetag: export attached covers as video streams.Anton Khirnov2012-07-021-1/+24
* apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-021-1/+6
* apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-021-1/+1
* mov: read itunes cover art.Anton Khirnov2012-07-021-0/+50
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+1
* os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-301-0/+9
* os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-302-2/+3
* network: Check for struct pollfdMartin Storsjö2012-06-301-0/+5
* os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-301-6/+6
* os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-301-1/+3
* file: Only include unistd.h if it existsRonald S. Bultje2012-06-291-1/+3
* rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-291-1/+0
* flv: add support for G.711Damien Fetis2012-06-283-0/+18
* flvenc: K&R formatting cosmeticsLuca Barbato2012-06-281-132/+142
* movenc: Add channel layouts for PCM.Alex Converse2012-06-271-0/+26
* udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-271-1/+113
* tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-271-1/+4
* tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-271-0/+2
* mpc8: read APE tags.Anton Khirnov2012-06-262-1/+8
* network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-262-0/+17
* configure: Check for sys/time.hRonald S. Bultje2012-06-261-0/+2
* network: Include unistd.h from network.hMartin Storsjö2012-06-264-3/+4
* mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-261-2/+3
* wtv: Check the return value from gmtimeMartin Storsjö2012-06-251-3/+15
* ape: create audio stream before reading tags.Anton Khirnov2012-06-241-6/+6
* mov: make a length variable larger.Anton Khirnov2012-06-241-2/+2
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-241-3/+6
* image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar2012-06-241-2/+18
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-224-10/+8
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-211-4/+4
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-212-2/+2
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-211-2/+2
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+1
* Move av_gettime() to libavutilMans Rullgard2012-06-203-9/+9
* mov: fix operator precedence bugRonald S. Bultje2012-06-201-1/+1
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-207-7/+0
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-204-4/+0
* udp: Properly check for invalid socketsMartin Storsjö2012-06-191-1/+1
* 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