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
/
output-example.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
output-example: Update to use encode_video2 instead of the now dropped encode...
Martin Storsjö
2013-03-08
1
-28
/
+15
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-6
/
+6
*
Use avcodec_free_frame() to free AVFrames.
Anton Khirnov
2012-09-24
1
-0
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-6
/
+6
*
output-example: K&R formatting cosmetics, comment spelling fixes
Diego Biurrun
2012-03-30
1
-97
/
+100
*
avf: make the example output the proper message
Luca Barbato
2012-03-29
1
-2
/
+2
*
avf: fix audio writing in the output-example
Luca Barbato
2012-03-29
1
-1
/
+1
*
lavf/output-example: use new audio encoding API correctly.
Anton Khirnov
2012-02-24
1
-29
/
+15
*
lavf/output-example: more proper usage of the new API.
Anton Khirnov
2012-02-24
1
-24
/
+20
*
examples: unbreak compilation
Luca Barbato
2012-02-19
1
-12
/
+5
*
tests/examples: Mark some variables only used within their files as static.
Diego Biurrun
2011-12-08
1
-8
/
+8
*
tests/tools/examples: Replace direct exit() calls by return.
Diego Biurrun
2011-12-08
1
-5
/
+5
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
doxygen: Include libavcodec and libavformat examples into the documentation
Reinhard Tartler
2011-06-30
1
-3
/
+10
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-1
/
+1
*
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-23
1
-2
/
+2
*
lavf: add av_ prefix to dump_format()
Anton Khirnov
2011-02-16
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
output-example: Set sample_fmt to SAMPLE_FMT_S16.
Ramiro Polla
2010-06-14
1
-0
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-3
/
+3
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Remove conditional M_PI definition, it is already defined in
Stefano Sabatini
2010-01-22
1
-4
/
+0
*
Replace deprecated guess_format() with av_guess_format().
Martin Storsjö
2010-01-22
1
-2
/
+2
*
Make output-example.c handle AAC audio.
Martin Storsjö
2010-01-21
1
-1
/
+6
*
Use enums instead of int.
Ramiro Polla
2009-08-02
1
-3
/
+3
*
Move output_example.c --> libavformat/output-example.c.
Diego Biurrun
2009-03-27
1
-0
/
+553