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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make timestamp debugging work nicer.
Michael Niedermayer
2008-06-09
1
-2
/
+4
*
Merge declaration and initialization.
Ramiro Polla
2008-06-06
1
-2
/
+1
*
Ensure the first audio stream is selected as the default stream
Aurelien Jacobs
2008-06-03
1
-1
/
+4
*
Make update_initial_durations() also work if a dts occured before a
Michael Niedermayer
2008-06-03
1
-5
/
+20
*
Do not set pts in update_initial_durations() if stream has b frames.
Michael Niedermayer
2008-06-03
1
-1
/
+3
*
Audio channels and sample rate must be set in order to skip
Andreas Öman
2008-06-02
1
-1
/
+1
*
rename last_frame_offset to next_frame_offset, due to r13615
Baptiste Coudurier
2008-06-02
1
-1
/
+1
*
redundant check--
Michael Niedermayer
2008-05-27
1
-1
/
+2
*
Do not use the pts/dts calculation code which needs a parser, when no parser
Michael Niedermayer
2008-05-27
1
-1
/
+1
*
compute the end of all chapters when end is not specified in the container
Aurelien Jacobs
2008-05-24
1
-0
/
+22
*
cosmetics: indentation
Aurelien Jacobs
2008-05-24
1
-1
/
+1
*
remove useless title check
Aurelien Jacobs
2008-05-24
1
-1
/
+0
*
Pass time_base as argument to new_chapter() as well.
Michael Niedermayer
2008-05-23
1
-1
/
+2
*
Warn user about invalid timestamps.
Michael Niedermayer
2008-05-23
1
-0
/
+12
*
Make ff_new_chapter() return AVChapter instead of int so its consistant with
Michael Niedermayer
2008-05-23
1
-3
/
+3
*
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
Michael Niedermayer
2008-05-23
1
-5
/
+5
*
vertical align
Michael Niedermayer
2008-05-23
1
-1
/
+1
*
indent
Michael Niedermayer
2008-05-23
1
-1
/
+1
*
remove useless title check
Michael Niedermayer
2008-05-23
1
-1
/
+0
*
indent
Michael Niedermayer
2008-05-23
1
-2
/
+2
*
Add id to AVChapter, untested (where do i find matroska files with chapters?).
Michael Niedermayer
2008-05-23
1
-4
/
+15
*
cosmetics: indentation
Aurelien Jacobs
2008-05-23
1
-1
/
+1
*
allows adding chapters with NULL title
Aurelien Jacobs
2008-05-23
1
-0
/
+1
*
add support for chapters definition in lavf
Anton Khirnov
2008-05-22
1
-0
/
+18
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
minor memleak
Michael Niedermayer
2008-04-24
1
-0
/
+1
*
Print duration with higher precision.
Diego Biurrun
2008-04-16
1
-2
/
+2
*
Do not detect a format if another has the same score.
Michael Niedermayer
2008-04-15
1
-1
/
+2
*
Do not call update_initial_durations if pkt->duration is 0.
Reimar Döffinger
2008-04-13
1
-1
/
+1
*
typo: occured --> occurred
Diego Biurrun
2008-03-22
1
-1
/
+1
*
typo fixes
Diego Biurrun
2008-03-15
1
-1
/
+1
*
Introduce max_picture_buffer variable in AVFormatContext,
Ramiro Polla
2008-03-08
1
-0
/
+1
*
do not reset duration_error for all streams, only reset current stream, fix w...
Baptiste Coudurier
2008-03-06
1
-1
/
+1
*
Set indexmem to a saner default.
Michael Niedermayer
2008-02-24
1
-1
/
+1
*
revert 12156
Michael Niedermayer
2008-02-20
1
-21
/
+9
*
Get rid of a fake timestamp discontinuity at the begin of V.VOB.
Michael Niedermayer
2008-02-20
1
-2
/
+3
*
Make timestamp interpolation work with mpeg2 field pictures.
Michael Niedermayer
2008-02-20
1
-9
/
+21
*
Fix timestamps and durations if the first packets have no durations nor times...
Michael Niedermayer
2008-02-15
1
-0
/
+21
*
Remove incorrect casts that should have never been there.
Michael Niedermayer
2008-02-02
1
-2
/
+2
*
Add support for Matroska attachments.
Evgeniy Stepanov
2008-01-27
1
-0
/
+1
*
ensure av_rescale_q() can be calculated (won't divide by zero)
Aurelien Jacobs
2008-01-21
1
-1
/
+1
*
misc spelling/grammar fixes
Diego Biurrun
2008-01-16
1
-43
/
+45
*
user specifyable maximum amount of memory to use for the index.
Paul Kelly
2008-01-13
1
-0
/
+15
*
indent
Michael Niedermayer
2007-12-29
1
-1
/
+1
*
Try to fix url_split() so that the ?foobar part is in the path and only the p...
Michael Niedermayer
2007-12-29
1
-6
/
+6
*
Fix detected fps for old divx/xvid.
Michael Niedermayer
2007-12-27
1
-2
/
+20
*
100l, av_read_packet must check for read_packet error, in case of
Reimar Döffinger
2007-12-23
1
-0
/
+2
*
remove double check of pb->read_seek
Aurelien Jacobs
2007-12-20
1
-2
/
+2
*
use proper url_is_streamed() API
Aurelien Jacobs
2007-12-19
1
-1
/
+1
[next]