summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mxfdec: Fix memleaks reading corrupt files.Carl Eugen Hoyos2014-12-151-6/+14
* lavf/mxfdec: Factorize mxf_read_close().Carl Eugen Hoyos2014-12-151-29/+33
* libavformat/mxfdec.c refactor resolving MultiDescriptor and remove essence gr...Mark Reid2014-12-041-24/+38
* avformat/mxfdec: Reset structural_components_count when allocation failsMichael Niedermayer2014-11-301-2/+6
* libavformat/mxfdec.c: initial support for EssenceGroupsMark Reid2014-11-301-27/+121
* avformat/mxfdec: dont ask for samples with field dominance 0 anymoreMichael Niedermayer2014-11-261-0/+1
* mxfdec: minor simplification.Reimar Döffinger2014-11-221-1/+1
* libavformat/mxfdec.c: export source package uids and names as metadataMark Reid2014-11-221-37/+41
* Read (display) aspect ratio from mxf files.Carl Eugen Hoyos2014-11-171-0/+2
* libavformat/mxfdec.c: refactored resolving timecode componentMark Reid2014-11-151-13/+23
* avformat/mxfdec: fix null pointer dereferenceMichael Niedermayer2014-10-291-1/+1
* mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack()Tomas Härdin2014-10-281-2/+25
* mxfdec: Merge last_partition and footer_partitionTomas Härdin2014-10-281-14/+10
* Revert "avformat/mxfdec: detect loops during header parsing"Tomas Härdin2014-10-281-8/+1
* mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition()Tomas Härdin2014-10-281-1/+34
* mxfdec: Break out parts of mxf_read_header() into separate functionsTomas Härdin2014-10-281-22/+47
* Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer2014-10-261-1/+2
|\
| * lavf: Check the return value of strftimeMartin Storsjö2014-10-261-1/+2
| * mxfdec: add missing breakVittorio Giovara2014-10-241-0/+1
* | libavformat/mxfdec: read source timecode from pulldown componentMark Reid2014-10-251-2/+29
* | avformat/mxfdec: cleanup if parsing the header metadata failsMichael Niedermayer2014-10-151-1/+2
* | avformat/mxfdec: Fix memleak of packages_refsMichael Niedermayer2014-10-151-0/+3
* | avformat/mxfdec: Fix memleak of primer_packsMichael Niedermayer2014-10-151-0/+4
* | avformat/mxfdec: Fix termination of mxf_data_essence_container_ulsMichael Niedermayer2014-10-151-1/+1
* | avformat/mxfdec: read reel_name and source timecode from physical source packageMark Reid2014-10-071-21/+99
* | Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110'Michael Niedermayer2014-08-171-1/+6
|\ \ | |/
| * mxf: Support AACLuca Barbato2014-08-171-1/+6
* | Merge commit '747cd9560c2248ff2834f29cd2190646330e4676'Michael Niedermayer2014-08-171-0/+1
|\ \ | |/
| * mxf: Add the UL for the MPEG2VideoDescriptorLuca Barbato2014-08-171-0/+1
* | Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'Michael Niedermayer2014-08-171-0/+3
|\ \ | |/
| * mxf: Add UID print helpersLuca Barbato2014-08-171-0/+3
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-6/+2
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-4/+4
* | mxfdec: add missing "const" to array declaration.Reimar Döffinger2014-07-301-1/+1
* | Merge commit '259fe7280d0b63dc7a8ff017d44f26d3a84cfde8'Michael Niedermayer2014-07-291-0/+14
|\ \ | |/
| * mxf: Extract origin information from material and source trackMarc-Antoine Arnaud2014-07-281-0/+14
* | Merge commit 'c9d982aa11a6267611c3770792f0e04b48438348'Michael Niedermayer2014-07-291-0/+18
|\ \ | |/
| * mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud2014-07-281-0/+18
* | Merge commit 'ad8f736b7404503d8f5164f4879175a2258dd64b'Michael Niedermayer2014-04-041-1/+1
|\ \ | |/
| * mxf: Remove typoLuca Barbato2014-04-031-1/+1
* | Merge commit 'af9481d7019d46c9f18c4ccac77a5d0c54cf6004'Michael Niedermayer2014-03-191-42/+42
|\ \ | |/
| * mxf: Lowercase UL stringsLuca Barbato2014-03-191-41/+42
* | Merge commit '842ea36c747eb6537c4236114346cb7a3e9a8df1'Michael Niedermayer2014-03-191-0/+20
|\ \ | |/
| * mxf: Override faulty PreviousPartition entriesLuca Barbato2014-03-191-0/+20
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-6/+11
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-5/+8
* | Merge commit '8cafeb8bca5d079041739dbd72ccec0ead138eaf'Michael Niedermayer2014-03-101-3/+8
|\ \ | |/
| * mxfdec: Validate parameters to strftimeMartin Storsjö2014-03-101-0/+9
* | Merge commit '5b977c1d4fd99f325049d48fb8f0a3240d50eef8'Michael Niedermayer2014-03-061-7/+9
|\ \ | |/
| * mxf: Return meaningful errorsLuca Barbato2014-03-061-9/+12