summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-311-4/+1
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-313-27/+60
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-3/+5
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-3/+2
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-3112-24/+24
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-312-2/+0
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-311-25/+0
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-311-49/+61
* movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö2012-01-311-1/+1
* flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö2012-01-301-7/+3
* nsvdec: Propagate errorsAlex Converse2012-01-301-1/+6
* nsvdec: Be more careful with av_malloc().Alex Converse2012-01-301-1/+7
* nsvdec: Fix use of uninitialized streams.Michael Niedermayer2012-01-301-4/+4
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-302-151/+152
* rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun2012-01-301-1/+0
* avformat_write_header(): detail error messageRafaël Carré2012-01-301-1/+5
* s/vbsf/bsf/Mike Melanson2012-01-301-1/+1
* 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
OpenPOWER on IntegriCloud