aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-2791-92/+0
|
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-271-2/+13
| | | | | | | | | | In this mode, no seeks will be done except for within moov/moof fragments, which should fit within the AVIOContext buffer. This allows pushing live smooth streaming format data to a live publishing point on IIS over http. Signed-off-by: Martin Storsjö <martin@martin.st>
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-272-0/+131
| | | | | | | This metadata is required for pushing a live stream to an IIS publishing point. Signed-off-by: Martin Storsjö <martin@martin.st>
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
| | | | | | | | | | | | Earlier, calling avcodec_encode_audio worked fine even if time_base wasn't set. Now it crashes due to trying to scale the output pts to the codec context time base. This affects e.g. VLC. If no time_base is set for audio codecs, set it to the sample rate. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-271-0/+16
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* sunrast: Add a check for experimental type.Aneesh Dogra2012-01-271-1/+2
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-271-1/+1
| | | | Fixes build with --enable-libspeex
* 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
| | | | | Also remove now unused AVFormatParameters struct and AVOutputFormat.set_parameters().
* 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-272-3/+3
|
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27129-202/+147
|
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-272-10/+0
|
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-272-7/+0
|
* lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-272-19/+0
|
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-272-32/+0
|
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-275-57/+0
|
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-273-65/+0
|
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-21/+0
|
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-272-6/+0
|
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-18/+1
|
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-273-16/+1
|
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-274-36/+0
|
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-274-22/+0
|
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-273-44/+0
|
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-273-65/+0
|
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-273-18/+0
|
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-152/+0
|
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-273-32/+0
|