summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun2012-10-011-3/+3
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-012-5/+6
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-019-29/+61
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-0111-44/+0
* avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-291-1/+1
* avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-291-1/+1
* http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-281-5/+8
* nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-271-2/+6
* nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-271-10/+0
* Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-272-6/+52
* avformat: Identify anonymous AVIO typedef structs.Dale Curtis2012-09-271-2/+2
* nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun2012-09-261-4/+4
* rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö2012-09-261-2/+2
* rtpdec: Support depacketizing speexDmitry Samonenko2012-09-262-1/+8
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-263-1/+6
* oggparsetheora: make it more robustLuca Barbato2012-09-241-3/+12
* ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer2012-09-241-2/+7
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-243-4/+16
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-2410-5/+34
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-0/+1
* lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-241-8/+17
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-236-2/+151
* smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö2012-09-231-0/+1
* matroskadec: fix a sanity check.Anton Khirnov2012-09-211-1/+1