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
2014-10-08mov: support the Color Parameter Atoms 'colr'Vittorio Giovara
2014-10-08dump: Update streams and chapters printout formatSylvain Rabot
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avformat: bump version after mime_type changeVittorio Giovara
2014-10-08avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-10-07sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-09-29lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles
2014-09-29sdp: Make opus declaration conform to the specTimothy B. Terriberry
2014-09-26probe: Bump the score for mime type matchingAndreas Cadhalpun
2014-09-26caf: Give context structure a consistent nameDiego Biurrun
2014-09-25m4vdec: K&R formatting cosmeticsGabriel Dume
2014-09-25lmlm4: K&R formatting cosmeticsGabriel Dume
2014-09-25concat: K&R formatting cosmeticsGabriel Dume
2014-09-25rtsp: Clear the session id on redirectsMartin Storsjö
2014-09-25rtpenc: HEVC/H.265 supportThomas Volkert
2014-09-25libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö
2014-09-24rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara
2014-09-17rtpenc_chain: Pass the initial time_base hint on to the chained muxerMartin Storsjö
2014-09-17apetag: Fix APE tag size checkKaterina Barone-Adesi
2014-09-08libavformat: Check mkdir return error codesMartin Storsjö
2014-09-04vc1: Split bits used in libavformat into a separate headerDiego Biurrun
2014-09-03rtpdec: HEVC/H.265 supportThomas Volkert
2014-09-03mpegts: Allow custom max resync sizeLuca Barbato
2014-08-28matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara
2014-08-28matroskadec: parse stereo mode on decodingVittorio Giovara
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-28matroska: list supported extensionsVittorio Giovara
2014-08-27mpegenc: limit the maximum muxrateAnton Khirnov
2014-08-26os_support: Adjust an outdated #endif commentDiego Biurrun
2014-08-26mpeg: Write H264 streams at offset 2Luca Barbato
2014-08-25libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-23ogg: Use separate classes for the aliasesLuca Barbato
2014-08-22os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun
2014-08-22ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato
2014-08-22electronicarts: set the framerate for TGQ/TQIAnton Khirnov
2014-08-22electronicarts: read the framerate for MADAnton Khirnov
2014-08-22electronicarts: do not fail on zero-sized chunksAnton Khirnov
2014-08-21adts: Return more meaningful error codesNidhi Makhijani
2014-08-19mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun
2014-08-17mxf: Support AACLuca Barbato
2014-08-17mxf: Add the UL for the MPEG2VideoDescriptorLuca Barbato
2014-08-17mxf: Add UID print helpersLuca Barbato
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun
2014-08-14a64: Return correct error code on invalid data streamNidhi Makhijani
2014-08-13mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato