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
/
mpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-30
/
+24
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-23
/
+23
*
attempt to detect Chinese AVS video
Måns Rullgård
2006-07-03
1
-1
/
+8
*
detect audio-only program streams and broken files made by VDR
Måns Rullgård
2006-06-29
1
-9
/
+9
*
detect MPEG PES streams as MPEG PS; the PS demuxer will cope
Måns Rullgård
2006-06-28
1
-1
/
+4
*
allow packets with non-zero PES_scrambling_control
Måns Rullgård
2006-06-19
1
-0
/
+2
*
add size to AVIndex
Michael Niedermayer
2006-03-01
1
-1
/
+1
*
mpeg-ps probe 2nd try
Michael Niedermayer
2006-02-11
1
-1
/
+5
*
replace probe() by one similar to MPEG-ES
Michael Niedermayer
2006-02-08
1
-21
/
+10
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-87
/
+87
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-20
/
+20
*
add support for muxing subtitles in mpeg-ps
Aurelien Jacobs
2005-06-15
1
-6
/
+19
*
DVD subtitle parsing - show mpeg component IDs by default
Fabrice Bellard
2005-06-03
1
-0
/
+4
*
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)
Joakim Plate
2005-05-20
1
-2
/
+2
*
PSM support in MPEG-PS demuxer.
Måns Rullgård
2005-03-28
1
-3
/
+85
*
more fine grained discarding of packets
Michael Niedermayer
2005-03-17
1
-1
/
+1
*
keyframe & non keyframe index fixes
Michael Niedermayer
2005-03-13
1
-1
/
+1
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-0
/
+6
*
-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])
Chriss
2005-02-09
1
-1
/
+3
*
support discarding uninterresting packets
Michael Niedermayer
2005-01-22
1
-2
/
+4
*
common.h -> common.h/bitstream.h
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
This patch takes into account that fifo_realloc may adjust fifo.wptr
Chriss
2004-12-05
1
-1
/
+2
*
fifo_realloc()
Michael Niedermayer
2004-12-01
1
-6
/
+2
*
DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)
Chriss
2004-11-23
1
-1
/
+66
*
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ...
Michael Niedermayer
2004-11-21
1
-28
/
+103
*
user setable preload and max_mux_delay
Michael Niedermayer
2004-10-16
1
-13
/
+9
*
do not randomize unknown timestamps
Michael Niedermayer
2004-10-07
1
-5
/
+5
*
user selectable packet_size and mux_rate
Michael Niedermayer
2004-10-06
1
-11
/
+15
*
AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis...
Paul Curtis
2004-10-03
1
-2
/
+18
*
initial dts fix
Michael Niedermayer
2004-10-03
1
-13
/
+0
*
remove wrong 33bit truncation of internal timestamps
Michael Niedermayer
2004-10-03
1
-8
/
+10
*
pts/dts 100l fix
Michael Niedermayer
2004-10-03
1
-4
/
+13
*
cleanup video buffer size
Michael Niedermayer
2004-10-03
1
-1
/
+6
*
cleanup
Michael Niedermayer
2004-10-03
1
-111
/
+4
*
SCR timestamp fix try #1
Michael Niedermayer
2004-10-03
1
-69
/
+254
*
simplify put_padding_packet()
Michael Niedermayer
2004-10-01
1
-24
/
+9
*
move free() of AVStream priv data to av_write_trailer()
Michael Niedermayer
2004-10-01
1
-3
/
+0
*
64bit and reading over the end of the array fixes
Michael Niedermayer
2004-10-01
1
-8
/
+5
*
do not call (av_)abort()
Michael Niedermayer
2004-10-01
1
-1
/
+1
*
libdts support by (Benjamin Zores <ben at geexbox dot org>)
Michael Niedermayer
2004-07-14
1
-2
/
+9
*
cvs diff before cvs commit
Mike Melanson
2004-06-19
1
-8
/
+0
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-2
/
+11
*
ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>
Michael Niedermayer
2004-06-09
1
-1
/
+1
*
correctly interleave packets during encoding
Michael Niedermayer
2004-05-29
1
-49
/
+1
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-4
/
+9
*
dont add padding in the middle of the data patch by (Sidik Isani <isani at cf...
Sidik Isani
2004-05-25
1
-9
/
+9
*
store index for seeking in the native timebase of each stream
Michael Niedermayer
2004-05-23
1
-2
/
+2
*
mpeg SVCD compatibility, SCR fixes, standard compliance
Hauke Duden
2004-04-26
1
-26
/
+138
[next]