summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-121-0/+4
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-121-2/+2
* rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-121-2/+2
* md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö2012-10-112-26/+53
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-115-5/+5
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-101-0/+3
* segment: support applehttp style listLuca Barbato2012-10-101-13/+72
* avio: introduce avio_closepLuca Barbato2012-10-103-2/+24
* mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-101-3/+3
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-091-1/+1
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-091-0/+8
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-091-9/+1
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-092-1/+60
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-2/+2
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-093-0/+30
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-091-1/+1
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-082-6/+4
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-081-53/+64
* segment: drop global headers settingLuca Barbato2012-10-081-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0825-110/+110
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-071-1/+1
* ffm: do not write or read the audio sample formatJustin Ruggles2012-10-062-2/+0
* smoothstreamingenc: Add a more verbose error messageMartin Storsjö2012-10-061-1/+3
* smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö2012-10-061-6/+1
* smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö2012-10-061-0/+1
* smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö2012-10-061-93/+93
* smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-061-2/+5
* smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-061-1/+2
* yuv4mpeg: return proper error codes.Anton Khirnov2012-10-061-7/+15
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-0611-29/+29
* segment: Add comments about calls that only are relevant for some muxersMartin Storsjö2012-10-041-2/+2
* segment: Add an option for omitting the first header and final trailerMartin Storsjö2012-10-041-4/+48
* segment: Flush buffered data before finishing a segmentMartin Storsjö2012-10-041-0/+1
* segment: Set the resend_headers flag for each segmentMartin Storsjö2012-10-041-0/+3
* segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö2012-10-041-12/+19
* segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö2012-10-041-22/+42
* segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö2012-10-041-27/+3
* segment: Properly create new AVStreams for the chained muxerMartin Storsjö2012-10-041-10/+11
* segment: Add a missing spaceMartin Storsjö2012-10-041-1/+1
* h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer2012-10-041-1/+1
* segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö2012-10-021-0/+1
* nut: add do {} while (0) to GET_VLuca Barbato2012-10-021-20/+22
* avformat: refactor avformat_write_headerLuca Barbato2012-10-011-15/+38
* avformat: refactor avformat_write_headerLuca Barbato2012-10-011-27/+42
* avformat: split muxing functions from util.cLuca Barbato2012-10-014-517/+580
OpenPOWER on IntegriCloud