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
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
2012-02-09mxfdec: Handle small EditUnitByteCountTomas Härdin
2012-02-09mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin
2012-02-09mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin
2012-02-09mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin
2012-02-09mxfdec: Sanity check PreviousPartitionTomas Härdin
2012-02-09mxfdec: Never seek back in local sets and KLVsTomas Härdin
2012-02-09mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2012-02-09mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin
2012-02-09mxfdec: Check for NULL componentTomas Härdin
2012-02-09mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-26mxfdec: Fix files with essence containers larger than 2 GiB.Tomas Härdin
2012-01-26mxfdec: Employ correct printf conversion specifiers for POSIX int types.Jean First
2012-01-23mxfdec: fix memleak on mxf_read_close()Janne Grunau
2012-01-22mxfdec: fix memleak on av_realloc failuresJanne Grunau
2012-01-22mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin
2012-01-22mxfdec: hybrid demuxing/seeking solutionJanne Grunau
2012-01-22mxfdec: Add Avid's essence element key.Tomas Härdin
2012-01-22mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos
2012-01-22mxfdec: Compute packet offsets properly.Tomas Härdin
2012-01-22mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin
2012-01-22mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin
2012-01-22mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin
2012-01-22mxfdec: parse ThisPartitionTomas Härdin
2012-01-22mxfdec: Speed up metadata and index parsing.Tomas Härdin
2012-01-22mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin
2012-01-22mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin
2012-01-22mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin
2012-01-22mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau