summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+1
|\
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-0/+3
|\ \ | |/
| * mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-101-0/+3
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | mxfdec: allow container_ul to override codec_ul if codec is A-lawMarton Balint2012-09-271-1/+2
* | mxfdec: fix index_tables check in mxf_read_seek()Michael Niedermayer2012-09-201-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-28/+28
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-28/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | mxfdec: fix off by one error in d10 aes3 decodingMarton Balint2012-07-271-1/+1
* | mxfdec: simplify code by using av_calloc()Michael Niedermayer2012-07-191-18/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-101-2/+3
|\ \ | |/
| * mxfdec: fix off by one error.Michael Niedermayer2012-07-101-1/+1
| * mxfdec: only parse next partition pack if parsing forwardTomas Härdin2012-07-101-0/+3
| * mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-07-101-0/+11
| * mxfdec: fix frame height vs field height confusionJoseph Artsimovich2012-07-101-1/+32
| * mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-07-101-0/+23
| * mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-07-101-5/+9
| * mxfdec: truncate packets that extend past the next edit unitTomas Härdin2012-07-101-15/+50
| * mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-101-1/+30
| * mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-07-101-0/+1
| * mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-07-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-071-0/+1
|\ \ | |/
| * mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-071-4/+4
* | mxfdec: remove unused last_index_durationMichael Niedermayer2012-05-271-2/+0
* | mxfdec: fix frame height computation for mixed fields layoutMatthieu Bouron2012-05-221-1/+2
* | mxfdec: fix memleak on read error/EOF.Reimar Döffinger2012-04-201-2/+2
* | mxfdec: Add missing break in frame layout parsingMatthieu Bouron2012-04-191-0/+1
* | mxfdec: Fix regression on files from Pinnacle ThunderTomas Härdin2012-04-041-1/+7
* | mxfdec: fix off by one error.Michael Niedermayer2012-03-261-1/+1
* | mxfdec: pass correct context to av_timecode_init()Michael Niedermayer2012-03-261-2/+2
* | mxfdec: Only parse next partition pack if parsing forwardTomas Härdin2012-03-201-0/+3
* | mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-03-181-0/+10
* | Fix frame height vs field height confusion in MXF decoding.Joseph Artsimovich2012-03-111-2/+25
* | mxfdec: add timecode to metadataMatthieu Bouron2012-03-111-1/+60
* | mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-03-081-0/+23
* | mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-03-081-3/+8
* | mxfdec: Truncate packets that extend past the next edit unitTomas Härdin2012-03-081-14/+41
* | mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-02-281-1/+29
* | mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-02-281-0/+1
* | mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-02-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-19/+29
|\ \ | |/
| * mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2012-02-091-2/+6
| * mxfdec: Sanity-check SampleRateTomas Härdin2012-02-091-1/+4
| * mxfdec: Handle small EditUnitByteCountTomas Härdin2012-02-091-2/+45
| * mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin2012-02-091-3/+18
| * mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2012-02-091-2/+2
OpenPOWER on IntegriCloud