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
/
avformat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: fix fps detection with PAFF H.264
Michael Niedermayer
2012-10-14
1
-0
/
+1
*
lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.
Michael Niedermayer
2012-10-10
1
-0
/
+1
*
avformat: fix typo in comment
Paul B Mahol
2012-10-07
1
-1
/
+1
*
Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'
Michael Niedermayer
2012-10-02
1
-2
/
+2
|
\
|
*
avformat: const correctness for av_hex_dump / av_hex_dump_log
Diego Biurrun
2012-10-01
1
-2
/
+2
*
|
lavf: move fields that appear to be intended as public API to the correct sec...
Michael Niedermayer
2012-09-27
1
-8
/
+15
*
|
lavf: Add support offset timestamps on muxing.
Michael Niedermayer
2012-09-26
1
-0
/
+18
*
|
lavf: document request_probe properly
Michael Niedermayer
2012-09-23
1
-1
/
+4
*
|
lavf: add use_wallclock_as_timestamps
Michael Niedermayer
2012-08-18
1
-0
/
+8
*
|
avformat: export queue_attached_pictures
Michael Niedermayer
2012-08-16
1
-0
/
+3
*
|
lavf: return APIC fourcc from query_format() if the codec is supported as an ...
Michael Niedermayer
2012-08-10
1
-0
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-18
/
+18
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-18
/
+18
*
|
lavf: move nb_decoded_frames out of info.
Michael Niedermayer
2012-08-04
1
-1
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
1
-0
/
+2
|
\
\
|
|
/
|
*
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-29
1
-0
/
+4
*
|
Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'
Michael Niedermayer
2012-07-29
1
-0
/
+10
|
\
\
|
|
/
|
*
lavf: use dts difference instead of AVPacket.duration in find_stream_info()
Anton Khirnov
2012-07-29
1
-1
/
+9
|
*
avf: introduce nobuffer option
Luca Barbato
2012-07-29
1
-0
/
+1
*
|
lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()
Stefano Sabatini
2012-07-25
1
-1
/
+1
*
|
lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.
Michael Niedermayer
2012-07-25
1
-1
/
+3
*
|
lavf: make cmdutils's check_stream_specifier public.
Nicolas George
2012-07-20
1
-0
/
+16
*
|
doxy: move av_guess_sample_aspect_ratio to correct place
Derek Buitenhuis
2012-07-13
1
-4
/
+4
*
|
lavf: inject sample skip side data when requested by the demuxer
Michael Niedermayer
2012-07-12
1
-0
/
+5
*
|
cosmetics: various spelling fixes
Lou Logan
2012-07-06
1
-2
/
+2
*
|
lavf: add proper enum type for fmt ctx duration esitmation method
Michael Bradshaw
2012-06-28
1
-6
/
+13
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-22
1
-4
/
+4
|
\
\
|
|
/
|
*
lavf: include libavutil/time.h instead of redeclaring av_gettime()
Mans Rullgard
2012-06-21
1
-4
/
+4
*
|
avformat: add 48 fps to the NTSC framerates
Hendrik Leppkes
2012-06-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-3
/
+2
|
\
\
|
|
/
|
*
Move av_gettime() to libavutil
Mans Rullgard
2012-06-20
1
-3
/
+2
*
|
lavf: add field for how duration is estimated
Michael Bradshaw
2012-06-18
1
-0
/
+17
*
|
avformat: add needs_parsing type to enable codec TS use.
Michael Niedermayer
2012-05-22
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-21
1
-4
/
+11
|
\
\
|
|
/
|
*
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-05-20
1
-1
/
+5
*
|
Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
Michael Bradshaw
2012-05-16
1
-1
/
+1
*
|
lavf: add av_guess_frame_sample_aspect_ratio function
Marton Balint
2012-05-14
1
-0
/
+20
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-07
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: add missing '*' in a doxy.
Anton Khirnov
2012-05-07
1
-1
/
+1
*
|
lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS.
Michael Niedermayer
2012-04-30
1
-0
/
+1
*
|
Add skip_to_keyframe stream variable.
Reimar Döffinger
2012-04-16
1
-0
/
+5
*
|
Add AVIO_FLAG_DIRECT.
Reimar Döffinger
2012-04-04
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-27
1
-0
/
+2
|
\
\
|
|
/
|
*
make av_interleaved_write_frame() flush packets when pkt is NULL
Jindrich Makovicka
2012-03-27
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-26
1
-6
/
+76
|
\
\
|
|
/
|
*
lavf doxy: expand AVStream.codec doxy.
Anton Khirnov
2012-03-26
1
-1
/
+12
|
*
lavf doxy: improve AVStream.time_base doxy.
Anton Khirnov
2012-03-26
1
-3
/
+5
|
*
lavf doxy: add some basic documentation about reading from the demuxer.
Anton Khirnov
2012-03-26
1
-0
/
+16
|
*
lavf doxy: document passing options to demuxers.
Anton Khirnov
2012-03-26
1
-0
/
+41
|
*
lavf doxy: clarify that an AVPacket contains encoded data.
Anton Khirnov
2012-03-26
1
-2
/
+2
[next]