Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-14avformat: clarify stream id for muxingLuca Barbato
2012-11-02lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov
2012-11-02lavf: clarify the lifetime of demuxed packets.Anton Khirnov
2012-10-18avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-06-22lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-05-07lavf: add missing '*' in a doxy.Anton Khirnov
2012-03-27make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka
2012-03-26lavf doxy: expand AVStream.codec doxy.Anton Khirnov
2012-03-26lavf doxy: improve AVStream.time_base doxy.Anton Khirnov
2012-03-26lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov
2012-03-26lavf doxy: document passing options to demuxers.Anton Khirnov
2012-03-26lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov
2012-03-25libavformat: Document who sets the AVStream.id fieldMartin Storsjö
2012-03-20lavf: make av_interleave_packet_per_dts() private.Anton Khirnov
2012-03-20lavf: deprecate av_read_packet().Anton Khirnov
2012-03-05avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles
2012-03-05lavf: deobfuscate read_frame_internal().Anton Khirnov
2012-02-29lavf: generic code for exporting attached pictures.Anton Khirnov
2012-02-28avf: reorder AVStream and AVFormatContextLuca Barbato
2012-02-19doxy: remove reference to removed apiLuca Barbato
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2012-01-31lavf: reorder AVInput/OutputFormat fields.Anton Khirnov
2012-01-27lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov