index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
gxfenc.c
Age
Commit message (
Expand
)
Author
2009-01-31
use st->priv_data to store per stream context
Baptiste Coudurier
2009-01-27
second try fixing time code in gxf
Baptiste Coudurier
2009-01-23
fix endianness of time code, and calculate it in fields, according to specs
Baptiste Coudurier
2009-01-20
Do not use avctx->frame_number which might not be set,
Baptiste Coudurier
2009-01-20
set correct value for starting line
Baptiste Coudurier
2009-01-20
fix gxf time code mark out value
Baptiste Coudurier
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-12-13
Avoid _t in gxf enum type names
Reimar Döffinger
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-27
use av_fifo_generic_write, old func is deprecated
Baptiste Coudurier
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-08-09
take care to use video track field number as duration
Baptiste Coudurier
2007-07-26
replaces hardcoded values by the equivalent enum definitions
Aurelien Jacobs
2007-07-13
Smartjog granted permission to relicense as LGPL 2.1
Baptiste Coudurier
2007-07-13
round timestamps up, k2 broadcast server seems to need it
Baptiste Coudurier
2007-02-14
fix dts adjusting
Baptiste Coudurier
2007-01-22
Fix some more license headers.
Diego Biurrun
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2006-11-28
readjust dts if negative
Baptiste Coudurier
2006-10-18
use AVFormatContext to log
Baptiste Coudurier
2006-10-17
avoid overwriting pkt
Baptiste Coudurier
2006-10-10
quiet gcc about enum value not handled in switch
Baptiste Coudurier
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-21
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-08-21
set correct first gop closed value
Baptiste Coudurier
2006-08-21
rename closed_gop to first_gop_closed
Baptiste Coudurier
2006-08-21
init buffer
Baptiste Coudurier
2006-08-12
use packet dts as correct media field number and use av_interleave_pkt_per_dts
Baptiste Coudurier
2006-08-09
parse mpeg frame to get pict type and closed gop flag
Baptiste Coudurier
2006-08-01
negative to_pad won't provoke infinite loop
Baptiste Coudurier
2006-08-01
avoid reading beyond packet size
Baptiste Coudurier
2006-07-19
GXF muxer
Baptiste Coudurier