Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau
2012-10-10segment: support applehttp style listLuca Barbato
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-10mpegtsenc: set muxing type notification to verboseLuca Barbato
2012-10-09rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau
2012-10-09rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura
2012-10-09rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö
2012-10-09rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö
2012-10-08segment: drop global headers settingLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-07gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö
2012-10-06ffm: do not write or read the audio sample formatJustin Ruggles
2012-10-06smoothstreamingenc: Add a more verbose error messageMartin Storsjö
2012-10-06smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö
2012-10-06smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö
2012-10-06smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö
2012-10-06smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö
2012-10-06smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö
2012-10-06yuv4mpeg: return proper error codes.Anton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-04segment: Add comments about calls that only are relevant for some muxersMartin Storsjö
2012-10-04segment: Add an option for omitting the first header and final trailerMartin Storsjö
2012-10-04segment: Flush buffered data before finishing a segmentMartin Storsjö
2012-10-04segment: Set the resend_headers flag for each segmentMartin Storsjö
2012-10-04segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö
2012-10-04segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö
2012-10-04segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö
2012-10-04segment: Properly create new AVStreams for the chained muxerMartin Storsjö
2012-10-04segment: Add a missing spaceMartin Storsjö
2012-10-04h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer
2012-10-03segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö
2012-10-02nut: add do {} while (0) to GET_VLuca Barbato
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-10-01mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-29avidec: use actually read size instead of requested sizeAnton Khirnov