| Commit message (Expand) | Author | Age | Files | Lines |
* | asfdec: read attached pictures. | Anton Khirnov | 2012-07-02 | 1 | -0/+99 |
* | apetag: reindent | Anton Khirnov | 2012-07-02 | 1 | -9/+9 |
* | apetag: export attached covers as video streams. | Anton Khirnov | 2012-07-02 | 1 | -1/+24 |
* | apetag: fix the amount of data read from binary tags. | Anton Khirnov | 2012-07-02 | 1 | -1/+6 |
* | apetag: make sure avio_get_str() doesn't read more than it should. | Anton Khirnov | 2012-07-02 | 1 | -1/+1 |
* | mov: read itunes cover art. | Anton Khirnov | 2012-07-02 | 1 | -0/+50 |
* | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 1 | -0/+1 |
* | os_support: Add fallback definitions for stat flags | Ronald S. Bultje | 2012-06-30 | 1 | -0/+9 |
* | os_support: Rename the poll fallback function to ff_poll | Martin Storsjö | 2012-06-30 | 2 | -2/+3 |
* | network: Check for struct pollfd | Martin Storsjö | 2012-06-30 | 1 | -0/+5 |
* | os_support: Don't compare a negative number against socket descriptors | Martin Storsjö | 2012-06-30 | 1 | -6/+6 |
* | os_support: Include all the necessary headers for the win32 open function | Ronald S. Bultje | 2012-06-30 | 1 | -1/+3 |
* | file: Only include unistd.h if it exists | Ronald S. Bultje | 2012-06-29 | 1 | -1/+3 |
* | rtpdec: Don't explicitly include unistd.h any longer | Ronald S. Bultje | 2012-06-29 | 1 | -1/+0 |
* | flv: add support for G.711 | Damien Fetis | 2012-06-28 | 3 | -0/+18 |
* | flvenc: K&R formatting cosmetics | Luca Barbato | 2012-06-28 | 1 | -132/+142 |
* | movenc: Add channel layouts for PCM. | Alex Converse | 2012-06-27 | 1 | -0/+26 |
* | udp: Support IGMPv3 source specific multicast and source blocking | Martin Storsjö | 2012-06-27 | 1 | -1/+113 |
* | tcp: Pass NULL as hostname to getaddrinfo if the string is empty | Jordi Ortiz | 2012-06-27 | 1 | -1/+4 |
* | tcp: Set AI_PASSIVE when the socket will be used for listening | Jordi Ortiz | 2012-06-27 | 1 | -0/+2 |
* | mpc8: read APE tags. | Anton Khirnov | 2012-06-26 | 2 | -1/+8 |
* | network: Don't redefine error codes if they already exist in errno.h | Ronald S. Bultje | 2012-06-26 | 2 | -0/+17 |
* | configure: Check for sys/time.h | Ronald S. Bultje | 2012-06-26 | 1 | -0/+2 |
* | network: Include unistd.h from network.h | Martin Storsjö | 2012-06-26 | 4 | -3/+4 |
* | mov: do not try to read total disc/track number if data atom is too short. | Carl Eugen Hoyos | 2012-06-26 | 1 | -2/+3 |
* | wtv: Check the return value from gmtime | Martin Storsjö | 2012-06-25 | 1 | -3/+15 |
* | ape: create audio stream before reading tags. | Anton Khirnov | 2012-06-24 | 1 | -6/+6 |
* | mov: make a length variable larger. | Anton Khirnov | 2012-06-24 | 1 | -2/+2 |
* | image2: Add "start_number" private option to the demuxer | Mashiat Sarker Shakkhar | 2012-06-24 | 1 | -3/+6 |
* | image2: Add "start_number" private option to the muxer | Mashiat Sarker Shakkhar | 2012-06-24 | 1 | -2/+18 |
* | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 4 | -10/+8 |
* | lavf: include libavutil/time.h instead of redeclaring av_gettime() | Mans Rullgard | 2012-06-21 | 1 | -4/+4 |
* | lavf: Make codec_tag arrays constant | Ronald S. Bultje | 2012-06-21 | 2 | -2/+2 |
* | lavf, lavu: version bumps and APIchanges for av_gettime() move | Mans Rullgard | 2012-06-21 | 1 | -2/+2 |
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -0/+1 |
* | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 3 | -9/+9 |
* | mov: fix operator precedence bug | Ronald S. Bultje | 2012-06-20 | 1 | -1/+1 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 7 | -7/+0 |
* | lavf: remove unnecessary inclusions of unistd.h | Mans Rullgard | 2012-06-20 | 4 | -4/+0 |
* | udp: Properly check for invalid sockets | Martin Storsjö | 2012-06-19 | 1 | -1/+1 |
* | tcp: Check the return value from getsockopt | Martin Storsjö | 2012-06-19 | 1 | -1/+2 |
* | network: Use av_strerror for getting error messages | Martin Storsjö | 2012-06-19 | 2 | -14/+23 |
* | udp: Properly print error from getnameinfo | Martin Storsjö | 2012-06-19 | 1 | -2/+3 |
* | mmst: Use AVUNERROR() to convert error codes to the right range for strerror | Martin Storsjö | 2012-06-19 | 1 | -5/+5 |
* | network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win... | Martin Storsjö | 2012-06-19 | 2 | -1/+4 |
* | rtmp: Reduce the number of idle posts sent by sleeping 50ms | Samuel Pitoiset | 2012-06-19 | 1 | -0/+13 |
* | flvdec: remove incomplete, disabled seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -30/+0 |
* | http: replace atoll() with strtoll() | Ronald S. Bultje | 2012-06-19 | 1 | -3/+3 |
* | mpegts: remove unused/incomplete/broken seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -96/+0 |
* | rtpenc: Support packetizing iLBC | Martin Storsjö | 2012-06-18 | 3 | -1/+51 |