aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-121-1/+1
* build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-121-0/+3
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-111-0/+1
* rtsp: Add listen modeJordi Ortiz2012-07-105-39/+592
* rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz2012-07-102-3/+8
* rtsp: Move rtsp_read_closeJordi Ortiz2012-07-101-14/+14
* rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz2012-07-102-0/+11
* mxfdec: fix off by one error.Michael Niedermayer2012-07-101-1/+1
* mxfdec: only parse next partition pack if parsing forwardTomas Härdin2012-07-101-0/+3
* mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-07-101-0/+11
* mxfdec: fix frame height vs field height confusionJoseph Artsimovich2012-07-102-1/+40
* mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-07-101-0/+23
* mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-07-101-5/+9
* mxfdec: truncate packets that extend past the next edit unitTomas Härdin2012-07-101-15/+50
* mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-103-1/+37
* mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-07-101-0/+1
* mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-07-101-2/+2
* tcp: add initial timeout limit for incoming connectionsJordi Ortiz2012-07-091-1/+10
* matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov2012-07-091-1/+4
* id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-071-0/+1
* flacdec: be less strict when parsing attached pictures.Anton Khirnov2012-07-071-7/+18
* flacdec: don't create an attached picture stream until we have all information.Anton Khirnov2012-07-071-4/+6
* mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-071-4/+4
* flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-051-4/+0
* flvdec: optionally trust the metadataLuca Barbato2012-07-051-0/+35
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-041-74/+74
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* misc typo and wording fixesDiego Biurrun2012-07-032-2/+2
* flvdec: initial stream switch supportLuca Barbato2012-07-031-4/+91
* 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