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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dump metadata for AVStreams & AVPrograms too.
Michael Niedermayer
2009-12-13
1
-0
/
+2
*
Factorize dump_metadata() out.
Michael Niedermayer
2009-12-13
1
-7
/
+13
*
Try to simplify av_estimate_timings_from_pts() like in ffmbc.
Michael Niedermayer
2009-12-13
1
-33
/
+10
*
Correct truncated ID3v1 genre name.
Alexander Strange
2009-12-13
1
-1
/
+1
*
Debug av_log() about stream probing from ffmbc.
Michael Niedermayer
2009-12-13
1
-1
/
+2
*
Add CODEC_ID_DNXHD into the 25 fps case.
Michael Niedermayer
2009-12-13
1
-0
/
+1
*
Simplify code by using av_metadata_set2().
Michael Niedermayer
2009-12-13
1
-5
/
+3
*
More entries for ff_id3v2_metadata_conv from ffmbc.
Michael Niedermayer
2009-12-13
1
-0
/
+6
*
s/author/artist/ for ID3
Michael Niedermayer
2009-12-13
2
-2
/
+2
*
More ID3v1 genres from ffmbc.
Michael Niedermayer
2009-12-13
2
-1
/
+23
*
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
Michael Niedermayer
2009-12-13
9
-70
/
+91
*
add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRD...
Michael Niedermayer
2009-12-13
1
-0
/
+3
*
Add flags to prevent strdup() on arguments to av_metadata_set2().
Michael Niedermayer
2009-12-13
2
-2
/
+27
*
Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...
Michael Niedermayer
2009-12-13
1
-0
/
+2
*
Move #include where it belongs.
Michael Niedermayer
2009-12-13
2
-1
/
+1
*
Get rid of useless casts.
Michael Niedermayer
2009-12-13
1
-2
/
+2
*
APIchanges update for av_d2str()
Michael Niedermayer
2009-12-13
1
-0
/
+3
*
Add a function to convert a number to a av_malloced string.
Michael Niedermayer
2009-12-13
3
-1
/
+13
*
Print extradata in case of failure. I had this in my local tree and it
Michael Niedermayer
2009-12-13
1
-1
/
+3
*
APIChanges & minor bump due to avg_frame_rate addition.
Michael Niedermayer
2009-12-13
2
-1
/
+4
*
Add avg_frame_rate.
Michael Niedermayer
2009-12-13
2
-0
/
+11
*
Read and decode block data in separate functions to prepare support for
Thilo Borgmann
2009-12-13
1
-101
/
+248
*
Use constant CODEC_ID_NONE instead of 0 where appropriate.
Carl Eugen Hoyos
2009-12-13
1
-1
/
+1
*
Remove commented out code.
Michael Niedermayer
2009-12-13
1
-15
/
+1
*
Show help if no cmd line options are provided at all.
Michael Niedermayer
2009-12-13
2
-0
/
+4
*
Factor out extradata reading code.
Kostya Shishkov
2009-12-13
1
-17
/
+22
*
RM audio stream version should be 16-bit followed by header size or reserved
Kostya Shishkov
2009-12-13
1
-9
/
+11
*
Make RM demuxer look more like proper demuxer by introducing codec tags
Kostya Shishkov
2009-12-13
1
-13
/
+35
*
Factor out variable declaration
Kostya Shishkov
2009-12-13
1
-2
/
+1
*
Clarify comment: although still hacky, it is correct for existing libtheora
David Conrad
2009-12-12
1
-1
/
+2
*
libtheoraenc.c: mark keyframes
David Conrad
2009-12-12
1
-0
/
+3
*
Fix PTS for OGM codecs.
David Conrad
2009-12-12
4
-14
/
+45
*
Be less picky on invalid frame_pred_frame_dct values.
Michael Niedermayer
2009-12-12
1
-1
/
+1
*
Only list libavfilter filters if libavfilter has been enabled during
Stefano Sabatini
2009-12-12
1
-0
/
+2
*
Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be
Stefano Sabatini
2009-12-12
3
-10
/
+12
*
Add ROQ format regression test.
Reimar Döffinger
2009-12-12
4
-0
/
+14
*
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
Jai Menon
2009-12-12
1
-0
/
+1
*
Add an entry for the av_bmg_next() function addition.
Stefano Sabatini
2009-12-12
1
-0
/
+3
*
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
Stefano Sabatini
2009-12-12
3
-2
/
+43
*
Implement a -filters option, listing all the available libavfilter
Stefano Sabatini
2009-12-12
6
-0
/
+23
*
Reset pts_buffers in av_read_frame_flush().
John Stebbins
2009-12-12
1
-1
/
+4
*
Commit functions used by both AMRNB and SIPR
Vitor Sessak
2009-12-12
2
-0
/
+100
*
Reduce the number of encoded frames for the dnxhd tests to 5.
Stefano Sabatini
2009-12-12
3
-27
/
+27
*
Fail earlier for unsupported resolutions or pixel formats when encoding
Tomas Härdin
2009-12-11
1
-1
/
+12
*
indent
Michael Niedermayer
2009-12-11
1
-2
/
+2
*
Make sure av_new_packet() initializes the data and destruct pointers.
Michael Niedermayer
2009-12-11
1
-5
/
+7
*
Make parse_filter() parsing more robust.
Stefano Sabatini
2009-12-11
1
-2
/
+2
*
Dump RTMP packet contents in debug mode
Kostya Shishkov
2009-12-11
3
-0
/
+124
*
5l trocadero: don't forget to free packet in gen_connect()
Martin Storsjö
2009-12-11
1
-0
/
+1
*
Do not try to interact with RTMP server after "stop" command was received.
Martin Storsjö
2009-12-11
1
-0
/
+10
[prev]
[next]