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 (Collapse)Author
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-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier
The properties of the CDCI Descriptor are insufficient to specify the pixel format for uncompressed picture data. SMPTE 377-1 and RP224v10 have defined a set of picture coding labels to indicate what formatting was used. This patch uses 2 labels to detect UYVY422 or YUYV422 pixel formats. It defaults to UYVY422 for 8-bit 4:2:2 pictures to support files that were created before the coding labels were introduced ~2008 The codec pix_fmt default was changed from 0 (PIX_FMT_YUV420P) to -1 (PIX_FMT_NONE) Reviewed-by: Baptiste Coudurier <baptiste.coudurier@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-21mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-12-21mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-09-08Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin
Originally committed as revision 23898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier
Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20Ok-ed parts from patch by zhentan feng.Zhentan Feng
Originally committed as revision 14854 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
Patch by zhentan feng. Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier
Originally committed as revision 14661 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-16cosmetics: Fix mxf codec long name.Diego Biurrun
Originally committed as revision 14256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-29include track id in error messageBaptiste Coudurier
Originally committed as revision 14025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-28unset Track sets, relying in AVStream->priv_data and will be freed in ↵Baptiste Coudurier
av_close_input_file Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-16just skip klv packet, when no corresponding stream is foundBaptiste Coudurier
Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-06support AVDISCARD_ALLBaptiste Coudurier
Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01add constBaptiste Coudurier
Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19init uid to 0Baptiste Coudurier
Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19indentationBaptiste Coudurier
Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19correctly handle sony mpeg4 extradataBaptiste Coudurier
Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19check if read child returned errorBaptiste Coudurier
Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19simplify with matching lenBaptiste Coudurier
Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19simplify and detect better non frame wrapped mappingsBaptiste Coudurier
Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19cosmetics: read_metadata -> readBaptiste Coudurier
Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19cosmeticsBaptiste Coudurier
Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19remove unused crypto context uidBaptiste Coudurier
Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier
Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19check malloc returnBaptiste Coudurier
Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19add some dv container ulsBaptiste Coudurier
Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-19simplify by checking min matching lenBaptiste Coudurier
Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08check av_new_stream return valueBaptiste Coudurier
Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-21add D-10 NTSC supportBaptiste Coudurier
Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-21extract correct d10 aes3 audio channels numberBaptiste Coudurier
Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-04cosmetics remove struct name with typedefBaptiste Coudurier
Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-04remove unused EssenceContainerDataBaptiste Coudurier
Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-03skip no more needed on errorBaptiste Coudurier
Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-03remove duplicate entry since now we ignore version byteBaptiste Coudurier
Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-03typoBaptiste Coudurier
Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-03set pkt posBaptiste Coudurier
Originally committed as revision 9189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-03remove now useless sync keyBaptiste Coudurier
Originally committed as revision 9188 to svn://svn.ffmpeg.org/ffmpeg/trunk