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
/
gxf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set GXF fallback time-base to match the one specified for audio-only.
Reimar Döffinger
2010-03-06
1
-1
/
+3
*
GXF time base is always based on "fields" per second even for
Reimar Döffinger
2010-03-06
1
-2
/
+2
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Avoid _t in gxf enum type names
Reimar Döffinger
2008-12-13
1
-6
/
+6
*
Use "struct gxf_stream_info" instead of "st_info_t",
Reimar Döffinger
2008-12-11
1
-5
/
+5
*
cosmetics, remove GXF: in log messages since it is present in context
Baptiste Coudurier
2008-09-24
1
-15
/
+15
*
skip invalid audio samples in gxf packets
Baptiste Coudurier
2008-09-24
1
-5
/
+18
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-2
/
+2
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Check for av_new_stream failure, fixes CID76 RUN2
Reimar Döffinger
2008-05-29
1
-1
/
+7
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-6
/
+6
*
cosmetics: typo
Diego Biurrun
2007-09-19
1
-1
/
+1
*
replaces hardcoded values by the equivalent enum definitions
Aurelien Jacobs
2007-07-26
1
-27
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-2
/
+2
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
Use av_set_pts_info and set some arbitrary timebase fallback
Reimar Döffinger
2007-02-08
1
-6
/
+3
*
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
Reimar Döffinger
2007-02-07
1
-0
/
+1
*
10l, forgot to skip payload description in UMF packet parsing
Reimar Döffinger
2007-02-07
1
-3
/
+4
*
Set CODEC_TYPE_DATA for timecode tracks.
Reimar Döffinger
2006-11-22
1
-0
/
+7
*
Set st->need_parsing = 2 for MPEG-content.
Reimar Döffinger
2006-11-22
1
-0
/
+2
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
both timestamps are dts, (checked trailer.gxf, spec is unclear)
Michael Niedermayer
2006-08-08
1
-1
/
+1
*
remove unneeded audio fourcc as well
Baptiste Coudurier
2006-08-02
1
-3
/
+0
*
Minor resync optimization
Reimar Döffinger
2006-08-02
1
-1
/
+1
*
do not set unneeded fourcc
Baptiste Coudurier
2006-08-02
1
-5
/
+0
*
Support for seeking, both with and without index and correct timestamps
Reimar Döffinger
2006-08-01
1
-3
/
+273
*
Fix typo in comment
Reimar Döffinger
2006-07-30
1
-1
/
+1
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+0
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-7
/
+1
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
add GXF demuxer
Reimar Döffinger
2006-07-03
1
-0
/
+259