| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: fix decoded creation_time timestamps | Marton Balint | 2016-08-28 | 1 | -10/+4 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -8/+8 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -6/+6 |
* | | avformat/mxfdec: check if source_package is NULL | Marton Balint | 2016-06-13 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -67/+67 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -58/+58 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | | lavf/mxfdec: Fix Canopus essence element size. | Carl Eugen Hoyos | 2016-03-14 | 1 | -1/+1 |
* | | lavf/mxfdec: Support Canopus codecs. | Carl Eugen Hoyos | 2016-03-10 | 1 | -0/+4 |
* | | lavf/mxfdec: fix seeking before the first keyframe | Marton Balint | 2015-12-08 | 1 | -0/+10 |
* | | Remove Redundant Entry of MPEG2 Video Desc | Anshul Maheshwari | 2015-12-07 | 1 | -1/+0 |
* | | lavf/mxfdec: Set width to actual coded_width for AVCI50. | Carl Eugen Hoyos | 2015-11-29 | 1 | -0/+13 |
* | | mxfdec: check edit_rate also for physical_track | Andreas Cadhalpun | 2015-11-18 | 1 | -0/+10 |
* | | libavformat/mxfdec.c: Report dark metadata keys only when they match no parse... | Alexis Ballier | 2015-10-22 | 1 | -4/+4 |
* | | libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message. | Alexis Ballier | 2015-10-22 | 1 | -1/+1 |
* | | lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[]. | Arnaud Bienner | 2015-09-05 | 1 | -0/+4 |
* | | lavc/mxfdec: Support more mxf files with codec_ul. | Carl Eugen Hoyos | 2015-09-04 | 1 | -6/+1 |
* | | mxfdec: set AVFMT_SEEK_TO_PTS demuxer flag | Marton Balint | 2015-08-14 | 1 | -0/+1 |
* | | lavf/mxfdec: support segmented frame layout as separate fields layout | Matthieu Bouron | 2015-08-04 | 1 | -4/+2 |
* | | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2015-07-22 | 1 | -7/+7 |
* | | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input. | Carl Eugen Hoyos | 2015-07-22 | 1 | -0/+4 |
* | | mxfdec: calculate the index in display order | Marton Balint | 2015-07-16 | 1 | -3/+20 |
* | | avformat/mxfdec: Change version byte for JPEG2000 to match mxf.c and RP224v12 | Michael Niedermayer | 2015-06-16 | 1 | -1/+1 |
* | | avformat/mxfdec: Detect jpeg2000 through codec_ul too | Michael Niedermayer | 2015-06-12 | 1 | -0/+14 |
* | | avformat/mxfdec: return error instead of segfaulting if there are no streams | Michael Niedermayer | 2015-06-02 | 1 | -0/+4 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -18/+18 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -18/+18 |
* | | libavformat/mxfdec: fix MXFPackage->comment_refs memory leak | Mark Reid | 2015-03-16 | 1 | -0/+1 |
* | | libavformat/mxfdec: export user comments metadata | Mark Reid | 2015-03-14 | 1 | -4/+90 |
* | | Merge commit '6448f15af02f2c3cf0df8cb8237957e426041f2d' | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
|\| |
|
| * | mxfdec: Fix the error handling for when strftime fails | Martin Storsjö | 2015-03-08 | 1 | -1/+1 |
* | | avformat/mxfdec: Detect XYZ pixel format for digital cinema files | Vilius Grigaliūnas | 2015-03-05 | 1 | -0/+7 |
* | | libavformat/mxfdec: refactor reading strong ref array | Mark Reid | 2015-03-04 | 1 | -39/+22 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -12/+12 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -12/+12 |
| * | mxfdec: reduce loop bound in mxf_read_pixel_layout() | Tomas Härdin | 2014-10-27 | 1 | -1/+1 |
* | | avformat/mxfdec: Fix cleanup in mxf_free_metadataset() | Carl Eugen Hoyos | 2015-01-28 | 1 | -5/+6 |
* | | libavformat/mxfdec.c: support demuxing opatom audio without index | Mark Reid | 2015-01-18 | 1 | -0/+59 |
* | | libavformat/mxfdec.c: export the full UMID as metadata | Mark Reid | 2015-01-13 | 1 | -7/+31 |
* | | libavformat/mxfdec.c: read project_name metadata | Mark Reid | 2015-01-12 | 1 | -0/+15 |
* | | lavf/mxfdec: Fix memleaks reading corrupt files. | Carl Eugen Hoyos | 2014-12-15 | 1 | -6/+14 |
* | | lavf/mxfdec: Factorize mxf_read_close(). | Carl Eugen Hoyos | 2014-12-15 | 1 | -29/+33 |
* | | libavformat/mxfdec.c refactor resolving MultiDescriptor and remove essence gr... | Mark Reid | 2014-12-04 | 1 | -24/+38 |
* | | avformat/mxfdec: Reset structural_components_count when allocation fails | Michael Niedermayer | 2014-11-30 | 1 | -2/+6 |
* | | libavformat/mxfdec.c: initial support for EssenceGroups | Mark Reid | 2014-11-30 | 1 | -27/+121 |
* | | avformat/mxfdec: dont ask for samples with field dominance 0 anymore | Michael Niedermayer | 2014-11-26 | 1 | -0/+1 |
* | | mxfdec: minor simplification. | Reimar Döffinger | 2014-11-22 | 1 | -1/+1 |
* | | libavformat/mxfdec.c: export source package uids and names as metadata | Mark Reid | 2014-11-22 | 1 | -37/+41 |
* | | Read (display) aspect ratio from mxf files. | Carl Eugen Hoyos | 2014-11-17 | 1 | -0/+2 |