summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-12
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-12
* rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-12
* md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö2012-10-11
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-10
* segment: support applehttp style listLuca Barbato2012-10-10
* avio: introduce avio_closepLuca Barbato2012-10-10
* mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-10
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-09
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-09
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-09
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-09
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-09
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-09
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-09
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-09
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-09
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-09
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-08
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-08
* segment: drop global headers settingLuca Barbato2012-10-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-07
* ffm: do not write or read the audio sample formatJustin Ruggles2012-10-06
* smoothstreamingenc: Add a more verbose error messageMartin Storsjö2012-10-06
* smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö2012-10-06
* smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö2012-10-06
* smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö2012-10-06
* smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-06
* smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-06
* yuv4mpeg: return proper error codes.Anton Khirnov2012-10-06
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* segment: Add comments about calls that only are relevant for some muxersMartin Storsjö2012-10-04
* segment: Add an option for omitting the first header and final trailerMartin Storsjö2012-10-04
* segment: Flush buffered data before finishing a segmentMartin Storsjö2012-10-04
* segment: Set the resend_headers flag for each segmentMartin Storsjö2012-10-04
* segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö2012-10-04
* segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö2012-10-04
* segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö2012-10-04
* segment: Properly create new AVStreams for the chained muxerMartin Storsjö2012-10-04
* segment: Add a missing spaceMartin Storsjö2012-10-04
* h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer2012-10-04
* segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö2012-10-02
* nut: add do {} while (0) to GET_VLuca Barbato2012-10-02
* avformat: refactor avformat_write_headerLuca Barbato2012-10-01
* avformat: refactor avformat_write_headerLuca Barbato2012-10-01