| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libavformat/mxfdec.c: refactored resolving timecode component | Mark Reid | 2014-11-15 | 1 | -13/+23 |
* | avformat/mxfdec: fix null pointer dereference | Michael Niedermayer | 2014-10-29 | 1 | -1/+1 |
* | mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack() | Tomas Härdin | 2014-10-28 | 1 | -2/+25 |
* | mxfdec: Merge last_partition and footer_partition | Tomas Härdin | 2014-10-28 | 1 | -14/+10 |
* | Revert "avformat/mxfdec: detect loops during header parsing" | Tomas Härdin | 2014-10-28 | 1 | -8/+1 |
* | mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition() | Tomas Härdin | 2014-10-28 | 1 | -1/+34 |
* | mxfdec: Break out parts of mxf_read_header() into separate functions | Tomas Härdin | 2014-10-28 | 1 | -22/+47 |
* | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920' | Michael Niedermayer | 2014-10-26 | 1 | -1/+2 |
|\ |
|
| * | lavf: Check the return value of strftime | Martin Storsjö | 2014-10-26 | 1 | -1/+2 |
| * | mxfdec: add missing break | Vittorio Giovara | 2014-10-24 | 1 | -0/+1 |
* | | libavformat/mxfdec: read source timecode from pulldown component | Mark Reid | 2014-10-25 | 1 | -2/+29 |
* | | avformat/mxfdec: cleanup if parsing the header metadata fails | Michael Niedermayer | 2014-10-15 | 1 | -1/+2 |
* | | avformat/mxfdec: Fix memleak of packages_refs | Michael Niedermayer | 2014-10-15 | 1 | -0/+3 |
* | | avformat/mxfdec: Fix memleak of primer_packs | Michael Niedermayer | 2014-10-15 | 1 | -0/+4 |
* | | avformat/mxfdec: Fix termination of mxf_data_essence_container_uls | Michael Niedermayer | 2014-10-15 | 1 | -1/+1 |
* | | avformat/mxfdec: read reel_name and source timecode from physical source package | Mark Reid | 2014-10-07 | 1 | -21/+99 |
* | | Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110' | Michael Niedermayer | 2014-08-17 | 1 | -1/+6 |
|\| |
|
| * | mxf: Support AAC | Luca Barbato | 2014-08-17 | 1 | -1/+6 |
* | | Merge commit '747cd9560c2248ff2834f29cd2190646330e4676' | Michael Niedermayer | 2014-08-17 | 1 | -0/+1 |
|\| |
|
| * | mxf: Add the UL for the MPEG2VideoDescriptor | Luca Barbato | 2014-08-17 | 1 | -0/+1 |
* | | Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c' | Michael Niedermayer | 2014-08-17 | 1 | -0/+3 |
|\| |
|
| * | mxf: Add UID print helpers | Luca Barbato | 2014-08-17 | 1 | -0/+3 |
* | | Use new av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -6/+2 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -4/+4 |
* | | mxfdec: add missing "const" to array declaration. | Reimar Döffinger | 2014-07-30 | 1 | -1/+1 |
* | | Merge commit '259fe7280d0b63dc7a8ff017d44f26d3a84cfde8' | Michael Niedermayer | 2014-07-29 | 1 | -0/+14 |
|\| |
|
| * | mxf: Extract origin information from material and source track | Marc-Antoine Arnaud | 2014-07-28 | 1 | -0/+14 |
* | | Merge commit 'c9d982aa11a6267611c3770792f0e04b48438348' | Michael Niedermayer | 2014-07-29 | 1 | -0/+18 |
|\| |
|
| * | mxf: Detect Vanc/Vbi SMPTE-436M mxf track | Marc-Antoine Arnaud | 2014-07-28 | 1 | -0/+18 |
* | | Merge commit 'ad8f736b7404503d8f5164f4879175a2258dd64b' | Michael Niedermayer | 2014-04-04 | 1 | -1/+1 |
|\| |
|
| * | mxf: Remove typo | Luca Barbato | 2014-04-03 | 1 | -1/+1 |
* | | Merge commit 'af9481d7019d46c9f18c4ccac77a5d0c54cf6004' | Michael Niedermayer | 2014-03-19 | 1 | -42/+42 |
|\| |
|
| * | mxf: Lowercase UL strings | Luca Barbato | 2014-03-19 | 1 | -41/+42 |
* | | Merge commit '842ea36c747eb6537c4236114346cb7a3e9a8df1' | Michael Niedermayer | 2014-03-19 | 1 | -0/+20 |
|\| |
|
| * | mxf: Override faulty PreviousPartition entries | Luca Barbato | 2014-03-19 | 1 | -0/+20 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -6/+11 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -5/+8 |
* | | Merge commit '8cafeb8bca5d079041739dbd72ccec0ead138eaf' | Michael Niedermayer | 2014-03-10 | 1 | -3/+8 |
|\| |
|