index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mxfdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mxf_set_audio_pts: fix division by 0
Michael Niedermayer
2012-12-12
1
-0
/
+2
*
mxfdec: drop unneeded extradata padding
Michael Niedermayer
2012-12-11
1
-1
/
+1
*
mxfdec: fix leak of extradata
Michael Niedermayer
2012-12-11
1
-0
/
+4
*
mxfdec: fix double free
Michael Niedermayer
2012-12-09
1
-2
/
+6
*
mxfdec: check index_tables before dereferencing in close.
Michael Niedermayer
2012-12-01
1
-4
/
+6
*
mxfdec: fix potential integer overflow in mxf_compute_sample_count()
Michael Niedermayer
2012-11-17
1
-1
/
+1
*
mxfdec: set audio packets pts
Matthieu Bouron
2012-11-16
1
-4
/
+88
*
mxfdec: avoid double free and leaks.
Michael Niedermayer
2012-11-11
1
-3
/
+10
*
mxfdec: Fix inferred misuses of enums
Tomas Härdin
2012-11-01
1
-4
/
+4
*
mxfdec: Fix potential leak in mxf_read_local_tags()
Tomas Härdin
2012-10-24
1
-0
/
+3
*
mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout()
Tomas Härdin
2012-10-24
1
-1
/
+2
*
mxfdec: Fix CID 732262
Tomas Härdin
2012-10-24
1
-2
/
+2
*
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-1
/
+1
|
\
|
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
|
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
Michael Niedermayer
2012-10-11
1
-0
/
+3
|
\
\
|
|
/
|
*
mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...
Janne Grunau
2012-10-10
1
-0
/
+3
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-5
/
+5
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-5
/
+5
*
|
mxfdec: allow container_ul to override codec_ul if codec is A-law
Marton Balint
2012-09-27
1
-1
/
+2
*
|
mxfdec: fix index_tables check in mxf_read_seek()
Michael Niedermayer
2012-09-20
1
-1
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-28
/
+28
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-28
/
+28
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-31
1
-1
/
+1
|
\
\
|
|
/
|
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
|
mxfdec: fix off by one error in d10 aes3 decoding
Marton Balint
2012-07-27
1
-1
/
+1
*
|
mxfdec: simplify code by using av_calloc()
Michael Niedermayer
2012-07-19
1
-18
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-10
1
-2
/
+3
|
\
\
|
|
/
|
*
mxfdec: fix off by one error.
Michael Niedermayer
2012-07-10
1
-1
/
+1
|
*
mxfdec: only parse next partition pack if parsing forward
Tomas Härdin
2012-07-10
1
-0
/
+3
|
*
mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only
Tomas Härdin
2012-07-10
1
-0
/
+11
|
*
mxfdec: fix frame height vs field height confusion
Joseph Artsimovich
2012-07-10
1
-1
/
+32
|
*
mxfdec: Add intra_only flag to MXFTrack
Tomas Härdin
2012-07-10
1
-0
/
+23
|
*
mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a
Tomas Härdin
2012-07-10
1
-5
/
+9
|
*
mxfdec: truncate packets that extend past the next edit unit
Tomas Härdin
2012-07-10
1
-15
/
+50
|
*
mxfdec: set pixel format for cdci picture formats
Philip de Nier
2012-07-10
1
-1
/
+30
|
*
mxfdec: detect uncomp pictures using essence container ul
Philip de Nier
2012-07-10
1
-0
/
+1
|
*
mxfdec: set track edit rate num/den in expected order
Philip de Nier
2012-07-10
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-07
1
-0
/
+1
|
\
\
|
|
/
|
*
mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).
Ronald S. Bultje
2012-07-07
1
-4
/
+4
*
|
mxfdec: remove unused last_index_duration
Michael Niedermayer
2012-05-27
1
-2
/
+0
*
|
mxfdec: fix frame height computation for mixed fields layout
Matthieu Bouron
2012-05-22
1
-1
/
+2
*
|
mxfdec: fix memleak on read error/EOF.
Reimar Döffinger
2012-04-20
1
-2
/
+2
*
|
mxfdec: Add missing break in frame layout parsing
Matthieu Bouron
2012-04-19
1
-0
/
+1
*
|
mxfdec: Fix regression on files from Pinnacle Thunder
Tomas Härdin
2012-04-04
1
-1
/
+7
*
|
mxfdec: fix off by one error.
Michael Niedermayer
2012-03-26
1
-1
/
+1
*
|
mxfdec: pass correct context to av_timecode_init()
Michael Niedermayer
2012-03-26
1
-2
/
+2
*
|
mxfdec: Only parse next partition pack if parsing forward
Tomas Härdin
2012-03-20
1
-0
/
+3
*
|
mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-only
Tomas Härdin
2012-03-18
1
-0
/
+10
*
|
Fix frame height vs field height confusion in MXF decoding.
Joseph Artsimovich
2012-03-11
1
-2
/
+25
*
|
mxfdec: add timecode to metadata
Matthieu Bouron
2012-03-11
1
-1
/
+60
[next]