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
/
ffm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix feed read_header, avoid using put_tag in write_header, to be consistent w...
Alex Beregszaszi
2005-10-12
1
-4
/
+5
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
remove non portable get/put_be64_double()
Michael Niedermayer
2005-07-19
1
-10
/
+10
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-8
/
+8
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-0
/
+1
*
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2005-05-19
1
-1
/
+1
*
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.
Philip Gladstone
2005-05-07
1
-0
/
+1
*
Add in many fields that have been added to the Codec structure. This means
Philip Gladstone
2005-05-06
1
-0
/
+28
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-5
/
+5
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-1
/
+0
*
100l (forgoten seeking functions)
Michael Niedermayer
2004-10-11
1
-2
/
+2
*
move free() of AVStream priv data to av_write_trailer()
Michael Niedermayer
2004-10-01
1
-2
/
+0
*
do not call (av_)abort()
Michael Niedermayer
2004-10-01
1
-5
/
+4
*
ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)
Michael Niedermayer
2004-07-25
1
-0
/
+1
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-6
/
+10
*
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ...
Michael Niedermayer
2004-03-18
1
-1
/
+2
*
Add more resilience in reading ffm files. In particular, don't assume
Philip Gladstone
2003-11-19
1
-0
/
+66
*
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-10-14
1
-0
/
+6
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-2
/
+2
*
add av_new_stream() usage
Fabrice Bellard
2003-08-08
1
-7
/
+5
*
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-12
1
-10
/
+5
*
fixing frame_rate accuracy
Michael Niedermayer
2003-03-08
1
-2
/
+9
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-22
/
+22
*
use av_strdup()
Fabrice Bellard
2003-01-23
1
-1
/
+1
*
AVVideoFrame -> AVFrame
Michael Niedermayer
2002-12-09
1
-1
/
+1
*
Fix a crash caused by a null coded_picture pointer in ffserver.
Philip Gladstone
2002-12-09
1
-1
/
+1
*
cleanup
Michael Niedermayer
2002-12-04
1
-3
/
+4
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+684