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
/
gxfenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use correct field number for video according to specs, patch by Thierry Foucu...
Thierry Foucu
2009-02-13
1
-3
/
+11
*
cosmetics, rename nb_frames to nb_fields
Baptiste Coudurier
2009-02-13
1
-13
/
+13
*
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...
Thierry Foucu
2009-02-12
1
-1
/
+4
*
rename wrongly named b_per_gop to b_per_i_or_p according to specs
Baptiste Coudurier
2009-02-11
1
-6
/
+6
*
rename ff_audio_interleave to ff_audio_rechunk_interleave
Baptiste Coudurier
2009-02-09
1
-1
/
+1
*
use new audio interleaving generic code
Baptiste Coudurier
2009-02-08
1
-47
/
+11
*
use st->priv_data to store per stream context
Baptiste Coudurier
2009-01-31
1
-10
/
+13
*
second try fixing time code in gxf
Baptiste Coudurier
2009-01-27
1
-3
/
+3
*
fix endianness of time code, and calculate it in fields, according to specs
Baptiste Coudurier
2009-01-23
1
-6
/
+4
*
Do not use avctx->frame_number which might not be set,
Baptiste Coudurier
2009-01-20
1
-4
/
+5
*
set correct value for starting line
Baptiste Coudurier
2009-01-20
1
-3
/
+10
*
fix gxf time code mark out value
Baptiste Coudurier
2009-01-20
1
-1
/
+10
*
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
-1
/
+1
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-18
/
+18
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
use av_fifo_generic_write, old func is deprecated
Baptiste Coudurier
2008-05-27
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-4
/
+4
*
take care to use video track field number as duration
Baptiste Coudurier
2007-08-09
1
-2
/
+2
*
replaces hardcoded values by the equivalent enum definitions
Aurelien Jacobs
2007-07-26
1
-13
/
+13
*
Smartjog granted permission to relicense as LGPL 2.1
Baptiste Coudurier
2007-07-13
1
-8
/
+8
*
round timestamps up, k2 broadcast server seems to need it
Baptiste Coudurier
2007-07-13
1
-1
/
+1
*
fix dts adjusting
Baptiste Coudurier
2007-02-14
1
-9
/
+8
*
Fix some more license headers.
Diego Biurrun
2007-01-22
1
-1
/
+1
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
readjust dts if negative
Baptiste Coudurier
2006-11-28
1
-2
/
+12
*
use AVFormatContext to log
Baptiste Coudurier
2006-10-18
1
-1
/
+1
*
avoid overwriting pkt
Baptiste Coudurier
2006-10-17
1
-1
/
+1
*
quiet gcc about enum value not handled in switch
Baptiste Coudurier
2006-10-10
1
-0
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-3
/
+5
*
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-21
1
-7
/
+8
*
set correct first gop closed value
Baptiste Coudurier
2006-08-21
1
-3
/
+4
*
rename closed_gop to first_gop_closed
Baptiste Coudurier
2006-08-21
1
-4
/
+4
*
init buffer
Baptiste Coudurier
2006-08-21
1
-0
/
+1
*
use packet dts as correct media field number and use av_interleave_pkt_per_dts
Baptiste Coudurier
2006-08-12
1
-55
/
+33
*
parse mpeg frame to get pict type and closed gop flag
Baptiste Coudurier
2006-08-09
1
-5
/
+19
*
negative to_pad won't provoke infinite loop
Baptiste Coudurier
2006-08-01
1
-1
/
+1
*
avoid reading beyond packet size
Baptiste Coudurier
2006-08-01
1
-8
/
+6
*
GXF muxer
Baptiste Coudurier
2006-07-19
1
-0
/
+823