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
2013-02-02Map the interlaced flag of yuv4mpeg streams to AVCodecContext->field_order.Carl Eugen Hoyos
2013-02-02Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams.Carl Eugen Hoyos
2013-02-02Do not change codec in flv streams if the user has forced a codec.Carl Eugen Hoyos
2013-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-01Use proper "" quotes for local header #includesDiego Biurrun
2013-02-01bink demuxer: set framerate.Anton Khirnov
2013-02-01bink demuxer: check malloc return valueAnton Khirnov
2013-02-01matroska: fixed missing S_DVBSUB subtitlesAllan Kristensen
2013-01-31Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'Michael Niedermayer
2013-01-31avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun
2013-01-31asfdec: fix integer overflow in packet_replic_size checkMichael Niedermayer
2013-01-31auenc: strict check for supported codecPaul B Mahol
2013-01-31auenc: remove put_au_header() and merge its code into au_write_headerPaul B Mahol
2013-01-30fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer
2013-01-30oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr
2013-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-30movenc: Simplify code by using avio_wb24Martin Storsjö
2013-01-30Correctly mark non-default streams when muxing matroska.Carl Eugen Hoyos
2013-01-29r3d: check that sampling rate is non negative.Michael Niedermayer
2013-01-29r3d: fix division by 0 with 0 sample rateMichael Niedermayer
2013-01-29oggenc: fix "oggstream may be used uninitialized in this function" warningMichael Niedermayer
2013-01-29Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838'Michael Niedermayer
2013-01-29mvi: set framerateAnton Khirnov
2013-01-28Write forced track flag to matroska files.Carl Eugen Hoyos
2013-01-27lavf/srtdec: do not try to queue empty subtitle chunks.Clément Bœsch
2013-01-27mvdec: check var_read_string() return valueMichael Niedermayer
2013-01-27mvdec: Check the frame counter against the correct limit.Michael Niedermayer
2013-01-26lavf/gifdec: cosmetics: remove extra whitespacePaul B Mahol
2013-01-26lavf/gifdec: fix typoPaul B Mahol
2013-01-25gifdec: resync supportMichael Niedermayer
2013-01-25lavf/img2enc: extend current options documentationStefano Sabatini
2013-01-25lavf/img2dec: fix option help fieldsStefano Sabatini
2013-01-24movenc: check that fps for tmcd is within encodable range.Michael Niedermayer
2013-01-24movenc: Calculate fps for tmcd without intermediate step.Michael Niedermayer
2013-01-24mpeg12demux: Fallback to startcode for stream type identification.Michael Niedermayer
2013-01-24eacdata: do not set sample_fmtPaul B Mahol
2013-01-24flic: do not set sample_fmtPaul B Mahol
2013-01-24Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5'Michael Niedermayer
2013-01-24Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer
2013-01-24matroskadec: export codec bits_per_coded_samplePaul B Mahol
2013-01-24matroskaenc: fix -codec copy with TTAPaul B Mahol
2013-01-24matroskaenc: support TTA muxingPaul B Mahol
2013-01-24rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö
2013-01-24rtp: Make sure the output format pointer is setMartin Storsjö
2013-01-24Refuse to mux tta into matroska, the output file is broken.Carl Eugen Hoyos
2013-01-24mpc8: check stream count before accessing stream 1.Michael Niedermayer
2013-01-24matroskaenc: add codec_tag lists back.Carl Eugen Hoyos
2013-01-24Only try to auto-detect LATM in mpegts if the LOAS demuxer was configured.Carl Eugen Hoyos
2013-01-24rtp: Make sure priv_data is set before reading itMartin Storsjö
2013-01-24hls: add missing checks for accessing avoption fieldsMichael Niedermayer