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-06-27Fix copying extradata to codec in mxfdec.cNigel Touati-Evans
2013-02-21Use SMPTE standard notation when showing mxf Universal Labels.Carl Eugen Hoyos
2013-02-11Print mxf Universal Label if the user requested verbose logging.Carl Eugen Hoyos
2013-01-11mxfdec: Fix integer overflow with many channelsMichael Niedermayer
2013-01-04Support more AVC-Intra filesReimar Döffinger
2013-01-04mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intraReimar Döffinger
2012-12-25mxfdec: Rescale audio stream duration from EditRate to SampleRateTomas Härdin
2012-12-25mxf_probe: make buffer related pointers constMichael Niedermayer
2012-12-12mxf_set_audio_pts: fix division by 0Michael Niedermayer
2012-12-11mxfdec: drop unneeded extradata paddingMichael Niedermayer
2012-12-11mxfdec: fix leak of extradataMichael Niedermayer
2012-12-09mxfdec: fix double freeMichael Niedermayer
2012-12-01mxfdec: check index_tables before dereferencing in close.Michael Niedermayer
2012-11-17mxfdec: fix potential integer overflow in mxf_compute_sample_count()Michael Niedermayer
2012-11-16mxfdec: set audio packets ptsMatthieu Bouron
2012-11-11mxfdec: avoid double free and leaks.Michael Niedermayer
2012-11-01mxfdec: Fix inferred misuses of enumsTomas Härdin
2012-10-24mxfdec: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2012-10-24mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout()Tomas Härdin
2012-10-24mxfdec: Fix CID 732262Tomas Härdin
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-27mxfdec: allow container_ul to override codec_ul if codec is A-lawMarton Balint
2012-09-20mxfdec: fix index_tables check in mxf_read_seek()Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-27mxfdec: fix off by one error in d10 aes3 decodingMarton Balint
2012-07-19mxfdec: simplify code by using av_calloc()Michael Niedermayer
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje
2012-05-27mxfdec: remove unused last_index_durationMichael Niedermayer
2012-05-22mxfdec: fix frame height computation for mixed fields layoutMatthieu Bouron
2012-04-20mxfdec: fix memleak on read error/EOF.Reimar Döffinger