summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson2012-01-301-0/+3
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-2722-23/+0
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-271-2/+13
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-272-0/+131
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-273-20/+0
* lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov2012-01-273-38/+0
* lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov2012-01-272-107/+0
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-273-43/+0
* lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov2012-01-272-7/+0
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-273-10/+0
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-273-28/+0
* lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov2012-01-272-48/+0
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-275-22/+0
* lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov2012-01-272-10/+0
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-276-30/+0
* lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov2012-01-273-19/+0
* lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov2012-01-273-15/+0
* lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov2012-01-272-12/+0
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-274-17/+0
* lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov2012-01-273-13/+0
* lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov2012-01-273-13/+0
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-273-26/+0
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-273-19/+0
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-273-26/+0
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-273-19/+0
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-273-260/+0
* lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov2012-01-274-113/+2
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-276-672/+1
* lavf: increase major version from 53 to 54.Anton Khirnov2012-01-271-2/+2
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27116-179/+128
* mxfdec: Fix files with essence containers larger than 2 GiB.Tomas Härdin2012-01-261-1/+1
* mxfdec: Employ correct printf conversion specifiers for POSIX int types.Jean First2012-01-261-5/+10
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-261-8/+14
* matroskadec: Pad AAC extradata.Alex Converse2012-01-251-1/+1
* movenc: Don't require frame_size to be set for modes other than movMartin Storsjö2012-01-251-1/+1
* movenc: Reindent a blockMartin Storsjö2012-01-251-13/+15
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-251-1/+1
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-252-1/+15
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-251-2/+2
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-254-5/+141
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-252-8/+21
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-253-5/+25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-253-11/+425
* movenc: Add a separate start_ptsMartin Storsjö2012-01-252-2/+6
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-241-10/+1
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-241-9/+1
* aud: simplify header parsingJustin Ruggles2012-01-241-22/+27
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-241-1/+1
* cosmetics: indentationJustin Ruggles2012-01-241-8/+8
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-241-6/+26
OpenPOWER on IntegriCloud