summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-07
* flacdec: be less strict when parsing attached pictures.Anton Khirnov2012-07-07
* flacdec: don't create an attached picture stream until we have all information.Anton Khirnov2012-07-07
* mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-07
* flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-05
* flvdec: optionally trust the metadataLuca Barbato2012-07-05
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-04
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* misc typo and wording fixesDiego Biurrun2012-07-03
* flvdec: initial stream switch supportLuca Barbato2012-07-03
* asfdec: read attached pictures.Anton Khirnov2012-07-02
* apetag: reindentAnton Khirnov2012-07-02
* apetag: export attached covers as video streams.Anton Khirnov2012-07-02
* apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-02
* apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-02
* mov: read itunes cover art.Anton Khirnov2012-07-02
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-02
* os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-30
* os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-30
* network: Check for struct pollfdMartin Storsjö2012-06-30
* os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-30
* os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-30
* file: Only include unistd.h if it existsRonald S. Bultje2012-06-29
* rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-29
* flv: add support for G.711Damien Fetis2012-06-28
* flvenc: K&R formatting cosmeticsLuca Barbato2012-06-28
* movenc: Add channel layouts for PCM.Alex Converse2012-06-27
* udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-27
* tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-27
* tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-27
* mpc8: read APE tags.Anton Khirnov2012-06-26
* network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-26
* configure: Check for sys/time.hRonald S. Bultje2012-06-26
* network: Include unistd.h from network.hMartin Storsjö2012-06-26
* mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-26
* wtv: Check the return value from gmtimeMartin Storsjö2012-06-25
* 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