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
/
mxf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mxf: Add PictureEssenceCoding UL for V210.
Tomas Härdin
2011-12-21
1
-0
/
+1
*
mxf: H.264/MPEG-4 AVC Intra support
Baptiste Coudurier
2011-12-21
1
-0
/
+1
*
Employ FF_ARRAY_ELEMS instead of manually calculating array length.
Diego Biurrun
2011-09-08
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Make ff_mxf_pixel_layouts static to mxf.c.
Diego Elio Pettenò
2011-01-25
1
-1
/
+4
*
mxfdec: Improve parsing of the PixelLayout item
Tomas Härdin
2010-06-30
1
-0
/
+41
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-3
/
+3
*
reuse MXFCodecUL for data def and simplify
Baptiste Coudurier
2009-02-08
1
-5
/
+4
*
remove implicit header inclusions from mxf.h
Baptiste Coudurier
2009-02-08
1
-0
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
put back mxf_essence_container_uls in demuxer as static const
Baptiste Coudurier
2008-08-31
1
-12
/
+0
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-19
1
-0
/
+3
*
Factorize common code out of the mxf demuxer.
Zhentan Feng
2008-08-18
1
-0
/
+62
*
remove mxf.c, previously copied to mxfdec.c
Baptiste Coudurier
2008-08-07
1
-1074
/
+0
*
cosmetics: Fix mxf codec long name.
Diego Biurrun
2008-07-16
1
-1
/
+1
*
include track id in error message
Baptiste Coudurier
2008-06-28
1
-1
/
+1
*
unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...
Baptiste Coudurier
2008-06-27
1
-0
/
+3
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
just skip klv packet, when no corresponding stream is found
Baptiste Coudurier
2008-03-16
1
-2
/
+1
*
support AVDISCARD_ALL
Baptiste Coudurier
2008-03-06
1
-0
/
+3
*
add const
Baptiste Coudurier
2008-02-01
1
-1
/
+2
*
init uid to 0
Baptiste Coudurier
2008-01-19
1
-1
/
+1
*
indentation
Baptiste Coudurier
2008-01-19
1
-5
/
+5
*
correctly handle sony mpeg4 extradata
Baptiste Coudurier
2008-01-19
1
-2
/
+6
*
check if read child returned error
Baptiste Coudurier
2008-01-19
1
-2
/
+2
*
simplify with matching len
Baptiste Coudurier
2008-01-19
1
-11
/
+5
*
simplify and detect better non frame wrapped mappings
Baptiste Coudurier
2008-01-19
1
-32
/
+31
*
cosmetics: read_metadata -> read
Baptiste Coudurier
2008-01-19
1
-25
/
+25
*
cosmetics
Baptiste Coudurier
2008-01-19
1
-3
/
+3
*
remove unused crypto context uid
Baptiste Coudurier
2008-01-19
1
-5
/
+1
*
support dynamically allocated local tags, used by encrypted files
Baptiste Coudurier
2008-01-19
1
-9
/
+48
*
check malloc return
Baptiste Coudurier
2008-01-19
1
-0
/
+18
*
add some dv container uls
Baptiste Coudurier
2008-01-19
1
-0
/
+2
*
simplify by checking min matching len
Baptiste Coudurier
2008-01-19
1
-52
/
+29
*
check av_new_stream return value
Baptiste Coudurier
2008-01-08
1
-0
/
+4
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-15
/
+15
*
add D-10 NTSC support
Baptiste Coudurier
2007-09-21
1
-0
/
+6
*
extract correct d10 aes3 audio channels number
Baptiste Coudurier
2007-09-21
1
-15
/
+13
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
cosmetics remove struct name with typedef
Baptiste Coudurier
2007-06-03
1
-11
/
+11
*
remove unused EssenceContainerData
Baptiste Coudurier
2007-06-03
1
-7
/
+0
*
skip no more needed on error
Baptiste Coudurier
2007-06-03
1
-8
/
+8
*
remove duplicate entry since now we ignore version byte
Baptiste Coudurier
2007-06-03
1
-1
/
+0
*
typo
Baptiste Coudurier
2007-06-03
1
-1
/
+1
*
set pkt pos
Baptiste Coudurier
2007-06-03
1
-0
/
+1
*
remove now useless sync key
Baptiste Coudurier
2007-06-03
1
-4
/
+0
*
no need to seek on specific key anymore, since klv_read_packet will sync, tes...
Baptiste Coudurier
2007-06-03
1
-6
/
+0
*
do not print error message when klv_read_packet fails
Baptiste Coudurier
2007-06-03
1
-6
/
+2
*
sync to mxf klv key before trying to read klv packet
Baptiste Coudurier
2007-06-03
1
-15
/
+19
[next]