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
/
output_example.c
Age
Commit message (
Expand
)
Author
2008-05-09
Remove redundant #undef statements that were mistakenly committed.
Diego Biurrun
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-06-12
misc spelling fixes
Diego Biurrun
2007-06-10
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-02-21
cosmetics: Fix a common typo, sepErate --> sepArate.
Diego Biurrun
2007-02-18
Use a more correct value for Pi.
Panagiotis Issaris
2006-08-29
Use av_malloc instead of plain malloc where appropriate
Ramiro Polla
2006-08-03
Move output_example.c and ffplay.c to the swscale interface
Luca Abeni
2006-02-06
fix memleak, based upon a patch by Wolfram Gloger
Michael Niedermayer
2006-01-30
add static keyword to some functions
Dieter
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-08-21
time_base description by Rich Felker | dalias, aerifal cx
Michael Niedermayer
2005-07-23
10l (!= vs. >)
Michael Niedermayer
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-08
fixing output_example to work with current CVS libavcodec/libavformat patch b...
Andreas Öman
2005-04-30
switch to native time bases
Michael Niedermayer
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-22
ooops
Michael Niedermayer
2004-03-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2004-01-06
mpeg1 overflowing dc coeff fix
Michael Niedermayer
2004-01-06
fix assertion failure when writing mov files
Michael Niedermayer
2003-09-10
example using video encoder latency
Fabrice Bellard
2003-08-28
M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill...
Michael Niedermayer
2003-08-08
added get_audio_frame()
Fabrice Bellard
2003-07-22
suppressed memory leaks - added image conversion support if the codec does no...
Fabrice Bellard
2003-07-22
removed unnecessary codec
Fabrice Bellard
2003-07-22
long awaited simple libavformat output API example
Fabrice Bellard