| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: add initial timeout limit for incoming connections | Jordi Ortiz | 2012-07-09 | 1 | -1/+10 |
* | matroskadec: honor error_recognition when encountering unknown elements. | Anton Khirnov | 2012-07-09 | 1 | -1/+4 |
* | id3v2: add a mimetype for bmp pictures. | Anton Khirnov | 2012-07-07 | 1 | -0/+1 |
* | flacdec: be less strict when parsing attached pictures. | Anton Khirnov | 2012-07-07 | 1 | -7/+18 |
* | flacdec: don't create an attached picture stream until we have all information. | Anton Khirnov | 2012-07-07 | 1 | -4/+6 |
* | mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..). | Ronald S. Bultje | 2012-07-07 | 1 | -4/+4 |
* | flvdec: Treat all nellymoser versions as the same codec | Martin Storsjö | 2012-07-05 | 1 | -4/+0 |
* | flvdec: optionally trust the metadata | Luca Barbato | 2012-07-05 | 1 | -0/+35 |
* | mov: use forward declaration of a function instead of a table. | Ronald S. Bultje | 2012-07-04 | 1 | -74/+74 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 2 | -2/+2 |
* | flvdec: initial stream switch support | Luca Barbato | 2012-07-03 | 1 | -4/+91 |
* | 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 |