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
/
ffprobe.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ffprobe: Add a few common disposition cases
Derek Buitenhuis
2012-09-18
1
-0
/
+6
*
|
ffprobe: kill initializers with nested union field definition
Stefano Sabatini
2012-09-14
1
-3
/
+11
*
|
ffprobe: avoid potentially lossy long long int -> double cast in value_string()
Stefano Sabatini
2012-09-14
1
-2
/
+3
*
|
ffprobe: print start_pts and duration_ts stream information
Stefano Sabatini
2012-09-12
1
-2
/
+4
*
|
ffprobe: add priv_class field to Writer, and factorize writer options initial...
Stefano Sabatini
2012-09-11
1
-63
/
+20
*
|
ffprobe: add print_section option to the compact writer
Stefano Sabatini
2012-09-11
1
-1
/
+5
*
|
ffprobe: add and use DEFINE_WRITER_CLASS macro
Stefano Sabatini
2012-09-11
1
-60
/
+17
*
|
ffprobe: simplify default printer
Stefano Sabatini
2012-09-10
1
-21
/
+1
*
|
ffprobe: avoid unsafe usage of the snprintf() return code
Michael Niedermayer
2012-09-09
1
-4
/
+3
*
|
ffprobe: use exp2 instead of pow(2, ...)
Michael Niedermayer
2012-09-09
1
-1
/
+1
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-16
/
+16
|
\
\
|
|
/
*
|
Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
Michael Niedermayer
2012-08-31
1
-4
/
+10
|
\
\
|
|
/
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-28
1
-11
/
+11
|
\
\
|
|
/
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-20
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'
Michael Niedermayer
2012-08-20
1
-2
/
+1
|
\
\
|
|
/
*
|
Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'
Michael Niedermayer
2012-08-20
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'
Michael Niedermayer
2012-08-20
1
-2
/
+1
|
\
\
|
|
/
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-19
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-14
1
-1
/
+2
|
\
\
|
|
/
*
|
Remove "Error parsing options string [...]" messages.
Clément Bœsch
2012-08-09
1
-18
/
+6
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
*
|
ffprobe: refactor frames decoding.
Nicolas George
2012-08-06
1
-27
/
+22
*
|
ffprobe: fix validity error with tags and data.
Nicolas George
2012-07-31
1
-1
/
+1
*
|
ffprobe: show audio frame channels and channel_layout
Stefano Sabatini
2012-07-31
1
-0
/
+8
*
|
Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'
Michael Niedermayer
2012-07-29
1
-2
/
+3
|
\
\
|
|
/
*
|
ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect ratio
Stefano Sabatini
2012-07-25
1
-12
/
+17
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-19
1
-2
/
+1
|
\
\
|
|
/
*
|
ffprobe: reindent after the previous commit
Stefano Sabatini
2012-07-15
1
-8
/
+8
*
|
ffprobe: only decode frame if the codec is available
Stefano Sabatini
2012-07-15
1
-0
/
+2
*
|
ffprobe: add frame metadata printing
Stefano Sabatini
2012-07-14
1
-0
/
+1
*
|
cosmetics: various spelling fixes
Lou Logan
2012-07-06
1
-2
/
+2
*
|
ffprobe: dump AVPacket.convergence_duration.
Nicolas George
2012-06-18
1
-0
/
+2
*
|
ffprobe: add -show_data option.
Nicolas George
2012-06-18
1
-0
/
+35
*
|
ffprobe: add writer_print_rational()
Stefano Sabatini
2012-06-16
1
-13
/
+19
*
|
ffprobe: show packet duration in frame
Stefano Sabatini
2012-06-06
1
-0
/
+2
*
|
ffprobe: honour special value for duration
Stefano Sabatini
2012-06-06
1
-8
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-06
1
-1
/
+5
|
\
\
|
|
/
*
|
ffprobe/flat: add escape for '`' and '$'.
Clément Bœsch
2012-06-04
1
-0
/
+2
*
|
ffprobe: add flat output format.
Clément Bœsch
2012-06-01
1
-1
/
+160
*
|
ffprobe/xml: use writer multiple_sections instead of local context variable.
Clément Bœsch
2012-06-01
1
-7
/
+2
*
|
ffprobe: move packets_and_frames work to writer context.
Clément Bœsch
2012-06-01
1
-15
/
+19
*
|
ffprobe: fix C escaping.
Clément Bœsch
2012-05-30
1
-1
/
+1
*
|
ffprobe: make -of an alias for -print_format.
Clément Bœsch
2012-05-29
1
-0
/
+1
*
|
ffprobe: fix chapter printing, fix JSON output
Stefano Sabatini
2012-05-29
1
-3
/
+3
*
|
ffprobe: add INI writer
Stefano Sabatini
2012-05-29
1
-1
/
+170
*
|
ffprobe: add multiple_sections field to WriterContext
Stefano Sabatini
2012-05-29
1
-7
/
+7
*
|
ffprobe: add support to '\b' and '\f' escaping in c_escape_str()
Stefano Sabatini
2012-05-29
1
-0
/
+2
*
|
ffprobe: make c_escape_str() documentation terser
Stefano Sabatini
2012-05-29
1
-2
/
+1
*
|
ffprobe: reduce the number of AVBPrint resets.
Clément Bœsch
2012-05-26
1
-14
/
+9
*
|
ffprobe: display the codec profile in show_stream()
Christian Schmidt
2012-05-26
1
-0
/
+6
[prev]
[next]