aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
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-02segment: 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
2012-09-29avidec: return 0, not packet size from read_packet().Anton Khirnov
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno
2012-09-27nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun
2012-09-27nutdec: Remove unused and broken debug function stubDiego Biurrun
2012-09-27Add Opus support to the Ogg muxer.Nathan Caldwell
2012-09-27avformat: Identify anonymous AVIO typedef structs.Dale Curtis
2012-09-26nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun
2012-09-26rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö
2012-09-26rtpdec: Support depacketizing speexDmitry Samonenko
2012-09-26rtpenc: Add support for packetizing speexDmitry Samonenko
2012-09-24oggparsetheora: make it more robustLuca Barbato
2012-09-24ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer
2012-09-24ogg: calculate the start position once all the headers are parsedLuca Barbato
2012-09-24ogg: check that the expected number of headers had been parsedLuca Barbato
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-21matroskadec: fix a sanity check.Anton Khirnov