]> git.sesse.net Git - ffmpeg/history - libavformat/mxf.c
lavc: Remove old vaapi decode infrastructure
[ffmpeg] / libavformat / mxf.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2014-08-17 Luca Barbatomxf: Support AAC
2014-03-19 Luca Barbatomxf: Add additional H264 PictureEssenceCoding
2014-03-06 Matthieu Bouronmxf: Introduce ff_mxf_get_samples_per_frame
2014-02-21 Tomas Härdinmxf: Add DNxHD UL
2014-02-21 Philip de Niermxf: Add uncompressed 422 8-bit rawvideo UL
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-10 Philip de Niermxfdec: set pixel format for cdci picture formats
2011-12-21 Tomas Härdinmxf: Add PictureEssenceCoding UL for V210.
2011-12-21 Baptiste Couduriermxf: H.264/MPEG-4 AVC Intra support
2011-09-08 Diego BiurrunEmploy FF_ARRAY_ELEMS instead of manually calculating...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-25 Diego Elio PettenòMake ff_mxf_pixel_layouts static to mxf.c.
2010-06-30 Tomas Härdinmxfdec: Improve parsing of the PixelLayout item
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-31 Baptiste Coudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-07 Baptiste Coudurierremove mxf.c, previously copied to mxfdec.c
2008-07-16 Diego Biurruncosmetics: Fix mxf codec long name.
2008-06-28 Baptiste Coudurierinclude track id in error message
2008-06-27 Baptiste Coudurierunset Track sets, relying in AVStream->priv_data and...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-16 Baptiste Coudurierjust skip klv packet, when no corresponding stream...
2008-03-06 Baptiste Couduriersupport AVDISCARD_ALL
2008-02-01 Baptiste Coudurieradd const
2008-01-19 Baptiste Coudurierinit uid to 0
2008-01-19 Baptiste Coudurierindentation
2008-01-19 Baptiste Couduriercorrectly handle sony mpeg4 extradata
2008-01-19 Baptiste Couduriercheck if read child returned error
2008-01-19 Baptiste Couduriersimplify with matching len
2008-01-19 Baptiste Couduriersimplify and detect better non frame wrapped mappings
2008-01-19 Baptiste Couduriercosmetics: read_metadata -> read
2008-01-19 Baptiste Couduriercosmetics
2008-01-19 Baptiste Coudurierremove unused crypto context uid
2008-01-19 Baptiste Couduriersupport dynamically allocated local tags, used by encry...
2008-01-19 Baptiste Couduriercheck malloc return
2008-01-19 Baptiste Coudurieradd some dv container uls
2008-01-19 Baptiste Couduriersimplify by checking min matching len
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-21 Baptiste Coudurieradd D-10 NTSC support
2007-09-21 Baptiste Coudurierextract correct d10 aes3 audio channels number
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-03 Baptiste Couduriercosmetics remove struct name with typedef
2007-06-03 Baptiste Coudurierremove unused EssenceContainerData
2007-06-03 Baptiste Coudurierskip no more needed on error
2007-06-03 Baptiste Coudurierremove duplicate entry since now we ignore version...
2007-06-03 Baptiste Couduriertypo
2007-06-03 Baptiste Coudurierset pkt pos
2007-06-03 Baptiste Coudurierremove now useless sync key
2007-06-03 Baptiste Coudurierno need to seek on specific key anymore, since klv_read...
2007-06-03 Baptiste Coudurierdo not print error message when klv_read_packet fails
2007-06-03 Baptiste Couduriersync to mxf klv key before trying to read klv packet
2007-06-03 Baptiste Couduriermatch uids indenpendantly of the version byte
2007-06-03 Baptiste Couduriercosmetics, reorder and classify uids
2007-04-24 Baptiste Couduriercorrect comment about seek function
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 ul
2007-03-12 Michel BardiauxGive context to dprintf
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-01-15 Baptiste Couduriercosmetics, function -> metadata
2007-01-14 Baptiste Coudurierremove useless essence container data sets for now
2007-01-14 Baptiste Coudurierremove useless preface parsing for now, will reintroduc...
2007-01-14 Baptiste Couduriermerge multiple descriptor parsing with generic one
2007-01-14 Baptiste Coudurierremove warning, key is const
2007-01-14 Baptiste Coudurierindention
2007-01-14 Baptiste Coudurierfollow michael suggestion and simplify code at object...
2007-01-14 Reimar DöffingerMake seeking work in files that contain encrypted tracks.
2007-01-14 Reimar DöffingerSimplify klv_decode_ber_length
2007-01-14 Baptiste CoudurierAnyType is needed, descriptor_ref can reference Descrip...
2007-01-13 Reimar DöffingerUse macros to eliminate code duplication in MXF metadat...
2007-01-13 Reimar DöffingerExtend mxf_resolve_strong_ref by a type parameter,...
2007-01-13 Reimar DöffingerFix error message, it's package ref that can not be...
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-16 Baptiste Coudurierparse video frame headers to get key flag
2006-11-14 Baptiste Coudurieradd 422P@HL I-only universal label
2006-11-10 Baptiste Coudurierreport error when local tag has 0 size
2006-10-17 Baptiste Coudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 Baptiste Coudurierskip run in sequence, fix C0023S01.mxf
2006-10-10 Baptiste Coudurierfix d-10 mapping detection
2006-10-10 Baptiste Coudurierrewind completely if sample time is negative
2006-10-10 Baptiste Coudurierdont seek back if no sync to let eof happen
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-05 Baptiste Couduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-02 Baptiste Coudurierfix audio for mog_op1a_prompeg_mpeg.mxf
2006-10-02 Baptiste Coudurierreturn 0 as stream index if only one stream, this is...
2006-09-29 Baptiste Coudurierrudimentary binary seek
2006-09-29 Baptiste Coudurieradd another data definition ul
2006-09-29 Baptiste Coudurieruse a data definition uls table to fetch codec type
2006-09-29 Baptiste Coudurieradd string param to PRINT_KEY for debug
2006-09-29 Baptiste Couduriershut up gcc about incompatible pointer type
2006-09-11 Baptiste Coudurierworkaround for files, mainly d-cinema, with 0 sized...
2006-08-24 Baptiste Couduriercorrect uid, and enable JPEG 2000 detection
next