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-03-26build: prettyprinting cosmeticsDiego Biurrun
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-26mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka
2012-03-25movenc: Merge if statementsMartin Storsjö
2012-03-25avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö
2012-03-25libavformat: Document who sets the AVStream.id fieldMartin Storsjö
2012-03-23xwma: Validate channels and bits_per_coded_sample.Alex Converse
2012-03-23mov: Do not read past the end of the ctts_data table.Alex Converse
2012-03-23mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse
2012-03-22asf: reset side data elements on packet copy.Ronald S. Bultje
2012-03-22oggparseogm: fix order of arguments of avpriv_set_pts_info().Michael Niedermayer
2012-03-22aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-CJustin Ruggles
2012-03-22aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFFJustin Ruggles
2012-03-22aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-CJustin Ruggles
2012-03-22aiffdec: do not set bit rate if block duration is unknownJustin Ruggles
2012-03-20lavf: make av_interleave_packet_per_dts() private.Anton Khirnov
2012-03-20lavf: deprecate av_read_packet().Anton Khirnov
2012-03-20oggdec: output correct timestamps for VorbisJustin Ruggles
2012-03-20xa: set correct bit rateJustin Ruggles
2012-03-20xa: do not set bit_rate, block_align, or bits_per_coded_sampleJustin Ruggles
2012-03-20xa: fix end-of-file handlingJustin Ruggles
2012-03-20xa: fix timestamp calculationJustin Ruggles
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
2012-03-20rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö
2012-03-20libavformat: Set the default for the max_delay option to -1Martin Storsjö
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov
2012-03-20lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov
2012-03-20lavf: requeue attached pictures after seeking.Anton Khirnov
2012-03-20id3v2: set the keyframe flag on attached pictures.Anton Khirnov
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-19rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö
2012-03-19url: Document the expected behaviour of url_readNicolas George
2012-03-19libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö
2012-03-19cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö
2012-03-19oma: Fix out of array read.Michael Niedermayer
2012-03-18lavf: remove some disabled code.Anton Khirnov
2012-03-18lavf: only set average frame rate for video.Anton Khirnov
2012-03-18lavf: remove a pointless check.Anton Khirnov
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-03-15lavf: don't select an attached picture as default stream for seeking.Anton Khirnov
2012-03-14jv demux: set video stream durationPaul B Mahol
2012-03-13http: Clear the auth state on redirectsMartin Storsjö
2012-03-13http: Retry auth if it failed due to being staleMartin Storsjö
2012-03-13rtsp: Resend new keepalive commands if they used stale authMartin Storsjö
2012-03-13rtsp: Retry authentication if failed due to being staleMartin Storsjö