summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* mxfdec: Fix the error handling for when strftime failsMartin Storsjö2015-03-08
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mxfdec: reduce loop bound in mxf_read_pixel_layout()Tomas Härdin2014-10-27
* lavf: Check the return value of strftimeMartin Storsjö2014-10-26
* mxfdec: add missing breakVittorio Giovara2014-10-24
* mxf: Support AACLuca Barbato2014-08-17
* mxf: Add the UL for the MPEG2VideoDescriptorLuca Barbato2014-08-17
* mxf: Add UID print helpersLuca Barbato2014-08-17
* mxf: Extract origin information from material and source trackMarc-Antoine Arnaud2014-07-28
* mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud2014-07-28
* mxf: Remove typoLuca Barbato2014-04-03
* mxf: Lowercase UL stringsLuca Barbato2014-03-19
* mxf: Override faulty PreviousPartition entriesLuca Barbato2014-03-19
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* mxfdec: Validate parameters to strftimeMartin Storsjö2014-03-10
* mxf: Return meaningful errorsLuca Barbato2014-03-06
* mxf: Parse random index packPaul B Mahol2014-03-06
* mxf: Handle identification metadataMatthieu Bouron2014-03-06
* mxf: Set audio packets ptsMatthieu Bouron2014-03-06
* mxfdec: free descriptor extradata in .read_close()Janne Grunau2014-02-09
* mxf: Read field dominance flagMatthieu Bouron2014-02-01
* mxf: Handle negative edit_rateLuca Barbato2014-02-01
* mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin2014-01-14
* mxf: Correctly support files from Pinnacle ThunderTomas Härdin2014-01-14
* mxf: Fix a possible leak of extradataMichael Niedermayer2014-01-14
* mxf: Use av_malloc_arrayLuca Barbato2014-01-14
* mxf: Drop unnecessary checksLuca Barbato2014-01-14
* mxf: Fix off by one error in d10 aes3 decodingMarton Balint2014-01-14
* mxf: Do not use int to check the seek positionLuca Barbato2014-01-14
* mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger2014-01-14
* mxfdec: set extradata sizeAnton Khirnov2013-11-29
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-11-14
* mxf: Add jpeg2000 codec to intra only codecsMatthieu Bouron2013-10-10
* mxf: Remove a typoLuca Barbato2013-10-01
* mxfdec: set audio timebase to 1/samplerateAnton Khirnov2013-09-29
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang2013-01-04
* mxfdec: fix typo in mxf_read_seek()Janne Grunau2012-11-15
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07