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