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
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-10mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov
2015-02-08lavf: remove unused codewm4
2015-02-07oma: Report a timestampLuca Barbato
2015-02-03r3d: Fix pos typeLuca Barbato
2015-02-03tta: Fix framepos and start_offset typesVittorio Giovara
2015-02-03isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos
2015-02-03mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes
2015-02-03siff: Return more meaningful error valuesDiego Biurrun
2015-02-03siff: K&R formatting cosmeticsDiego Biurrun
2015-02-01ogg: Provide an option to offset the serial numberLuca Barbato
2015-01-29yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara
2015-01-28avio: Do not consider the end-of-buffer position validLuca Barbato
2015-01-27nuv: validate image sizeVittorio Giovara
2015-01-27nsvdec: validate channels and samplerateVittorio Giovara
2015-01-27mov: export audio service type as side dataAnton Khirnov
2015-01-27lavf: add a convenience function for adding side data to a streamAnton Khirnov
2015-01-27nutenc: do not use has_b_framesAnton Khirnov
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2015-01-23segment: Check av_get_frame_filename() return valueVittorio Giovara
2015-01-23hlsproto: Properly close avio buffer in case of errorVittorio Giovara
2015-01-23mov: Do not compute negative SAR valuesVittorio Giovara
2015-01-23rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö
2015-01-22dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö
2015-01-22dashenc: Fix format string generationRodger Combs
2015-01-19smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer
2015-01-16aea: Return proper error code on invalid headerNidhi Makhijani
2015-01-15rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö
2015-01-14id3v2: fix reading v2.2 attached picturesAnton Khirnov
2015-01-14id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov
2015-01-14id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov
2015-01-14mov: Check angle rather than full matrix when updating SARVittorio Giovara
2015-01-14img2dec: correctly use the parsed value from -start_numberVittorio Giovara
2015-01-09matroskaenc: refuse to write AAC without valid extradataAnton Khirnov
2015-01-07mpeg: Remove unused fieldLuca Barbato
2015-01-07segment: Fix the failure pathsLuca Barbato
2015-01-06movenc: Fix a typo in a commentMartin Storsjö
2015-01-06movenc: Readd an accidentally removed conditionMartin Storsjö
2015-01-06isom: add 'mp1v' fourccJustin Ruggles
2015-01-04movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö
2015-01-04libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö
2015-01-04libavformat: Remove a misleading/incorrect commentMartin Storsjö
2015-01-03avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö
2015-01-03dashenc: Use pts for MPD timeline timestampsMartin Storsjö
2015-01-03dashenc: Use delay_moovMartin Storsjö
2015-01-03movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö
2015-01-03movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö
2015-01-03movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö
2015-01-03movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö