Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-03mpegtsenc: Improve PCR generation and outputTomas Härdin
This fixes PCR drift due to accumulating TS_PACKET_SIZE*8*90000LL/ts->mux_rate each packet, due to rounding errors when mux_rate does not evenly divide 135360000. This patch also increases the PCR precision to 27 MHz from 90 kHz and takes the location of the PCR data into account (+11 bytes according to the spec). Originally committed as revision 25864 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27mpegtsenc: IndentTomas Härdin
Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27mpegtsenc: Write subtitle extradata if setTomas Härdin
Originally committed as revision 25221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-23In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier
Originally committed as revision 24449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier
Originally committed as revision 24125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02mpegtsenc: allocate correct size for PID tableMåns Rullgård
Originally committed as revision 23951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-01Allow setting streamid when muxing mpegts.Mike Scheutzow
Patch by Mike Scheutzow, scheutzow alcatel-lucent com Originally committed as revision 23918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
AVERROR(ENOMEM). AVERROR_NOMEM is deprecated and will be dropped at the next libavutil major bump. Originally committed as revision 22791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10In mpegts muxer, free adts context and temporary dataBaptiste Coudurier
Originally committed as revision 22428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10reindentBaptiste Coudurier
Originally committed as revision 22427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
Originally committed as revision 22355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier
Improve ther error message when bitstream is malformated and tell user to use the bitstream filter. Originally committed as revision 22354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
user. Originally committed as revision 22352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
Originally committed as revision 22350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
Originally committed as revision 22343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-24Correctly increment continuity_counter in PCR packets.Yann Coupin
Patch by Yann Coupin, yann.coupin+ffmpeg gmail Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14revert wrongly commited hunk in r21205Baptiste Coudurier
Originally committed as revision 21207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14remove useless declarations from mpegts.hBaptiste Coudurier
Originally committed as revision 21205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier
Originally committed as revision 21204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14Do not split audio frames accross pes packets.Baptiste Coudurier
This was not supported by some equipment and cisco analyzer. Originally committed as revision 21203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14print more debug info about muxing parameters, patch by Mike Scheutzow, ↵Mike Scheutzow
scheutzow at alcatel-lucent dot com Originally committed as revision 21201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ↵Mike Scheutzow
alcatel-lucent dot com Originally committed as revision 21200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be. Originally committed as revision 21199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ↵Mike Scheutzow
Scheutzow, scheutzow at alcatel-lucent dot com Originally committed as revision 21198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at ↵Mike Scheutzow
alcatel-lucent dot com Originally committed as revision 21197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13fix ts packet header size computation, patch by Niobos, niobos at ↵Niobos
dest-unreach dot be Originally committed as revision 21196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach ↵Niobos
dot be Originally committed as revision 21195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-19mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier
Originally committed as revision 20292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-17fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos
Originally committed as revision 19902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-28rename freq to period which is more correct, patch by Niobos, niobos dot be ↵Niobos
at gmail dot com Originally committed as revision 19529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23simplify pes timestamps fetching, based on a patch by corp186, chasedouglas ↵Baptiste Coudurier
at gmail dot com Originally committed as revision 18910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23compute total bitrate more accurately, patch by corp186, chasedouglas at ↵corp186
gmail dot com Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-11move free data in the video caseBaptiste Coudurier
Originally committed as revision 18793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-11write a single pes for video frames, some proprietary player needs itBaptiste Coudurier
Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10ensure first pts is set, according to specsBaptiste Coudurier
Originally committed as revision 18781 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10remove useless max_payload_size variableBaptiste Coudurier
Originally committed as revision 18780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10do not write dts if pts is not setBaptiste Coudurier
Originally committed as revision 18779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10fix total bitrate computation, based on patch by corp186, chasedouglas at ↵Baptiste Coudurier
gmail dot com Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-18use new metadata API in mpegts muxerAurelien Jacobs
Originally committed as revision 17406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15use delay for subs and dirac tooBaptiste Coudurier
Originally committed as revision 16614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15add aud nal unit if not present in h264 bitstreamBaptiste Coudurier
Originally committed as revision 16613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier
Originally committed as revision 16611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier
Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15allow user to specify muxrateBaptiste Coudurier
Originally committed as revision 16609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15warn if dts < pcr which means TS is invalidBaptiste Coudurier
Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk