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-04-04mxf: Remove typoLuca Barbato
2014-03-19mxf: Lowercase UL stringsLuca Barbato
2014-03-19mxf: Override faulty PreviousPartition entriesLuca Barbato
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-03-10mxfdec: Validate parameters to strftimeMartin Storsjö
2014-03-06mxf: Return meaningful errorsLuca Barbato
2014-03-06mxf: Parse random index packPaul B Mahol
2014-03-06mxf: Handle identification metadataMatthieu Bouron
2014-03-06mxf: Set audio packets ptsMatthieu Bouron
2014-02-09mxfdec: free descriptor extradata in .read_close()Janne Grunau
2014-02-01mxf: Read field dominance flagMatthieu Bouron
2014-02-01mxf: Handle negative edit_rateLuca Barbato
2014-01-14mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2014-01-14mxf: Correctly support files from Pinnacle ThunderTomas Härdin
2014-01-14mxf: Fix a possible leak of extradataMichael Niedermayer
2014-01-14mxf: Use av_malloc_arrayLuca Barbato
2014-01-14mxf: Drop unnecessary checksLuca Barbato
2014-01-14mxf: Fix off by one error in d10 aes3 decodingMarton Balint
2014-01-14mxf: Do not use int to check the seek positionLuca Barbato
2014-01-14mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger
2013-11-29mxfdec: set extradata sizeAnton Khirnov
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-14lavf: improve support for AVC-Intra files.Reimar Döffinger
2013-11-14mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint
2013-10-10mxf: Add jpeg2000 codec to intra only codecsMatthieu Bouron
2013-10-01mxf: Remove a typoLuca Barbato
2013-09-29mxfdec: set audio timebase to 1/samplerateAnton Khirnov
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-01-05mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang
2012-11-15mxfdec: fix typo in mxf_read_seek()Janne Grunau
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-10mxfdec: fix off by one error.Michael Niedermayer
2012-07-10mxfdec: only parse next partition pack if parsing forwardTomas Härdin
2012-07-10mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin
2012-07-10mxfdec: fix frame height vs field height confusionJoseph Artsimovich
2012-07-10mxfdec: Add intra_only flag to MXFTrackTomas Härdin
2012-07-10mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin
2012-07-10mxfdec: truncate packets that extend past the next edit unitTomas Härdin
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2012-07-10mxfdec: detect uncomp pictures using essence container ulPhilip de Nier
2012-07-10mxfdec: set track edit rate num/den in expected orderPhilip de Nier
2012-07-07mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje
2012-02-09mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin
2012-02-09mxfdec: Sanity-check SampleRateTomas Härdin