| Commit message (Expand) | Author | Age | Files | Lines |
* | In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 | Baptiste Coudurier | 2010-07-23 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate | Baptiste Coudurier | 2010-07-08 | 1 | -4/+6 |
* | mpegtsenc: allocate correct size for PID table | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | Allow setting streamid when muxing mpegts. | Mike Scheutzow | 2010-06-30 | 1 | -2/+29 |
* | Move the internal function declarations in avformat.h to internal.h. | Stefano Sabatini | 2010-04-11 | 1 | -0/+1 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -11/+11 |
* | In mpegts muxer, free adts context and temporary data | Baptiste Coudurier | 2010-03-10 | 1 | -0/+3 |
* | reindent | Baptiste Coudurier | 2010-03-10 | 1 | -8/+8 |
* | In mpegts muxer, write adts header if aac bitstream does not contain it | Baptiste Coudurier | 2010-03-09 | 1 | -0/+37 |
* | In mpegts muxer, search for h264 aud nal, it might not be the first nal. | Baptiste Coudurier | 2010-03-08 | 1 | -2/+13 |
* | mpegts vbr muxing, activated when muxing rate is not supplied by the | Baptiste Coudurier | 2010-03-08 | 1 | -67/+45 |
* | Start continuity counter at 0 for pmt as well | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |
* | Start continuity counter at 0 for streams | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |
* | 10l typo, fix ts total bit rate computation | Baptiste Coudurier | 2010-03-08 | 1 | -2/+2 |
* | Correctly increment continuity_counter in PCR packets. | Yann Coupin | 2010-02-24 | 1 | -4/+4 |
* | revert wrongly commited hunk in r21205 | Baptiste Coudurier | 2010-01-13 | 1 | -20/+1 |
* | remove useless declarations from mpegts.h | Baptiste Coudurier | 2010-01-13 | 1 | -1/+20 |
* | use codec rc_max_rate if set and warn if bit rate is not set | Baptiste Coudurier | 2010-01-13 | 1 | -1/+10 |
* | Do not split audio frames accross pes packets. | Baptiste Coudurier | 2010-01-13 | 1 | -20/+11 |
* | print more debug info about muxing parameters, patch by Mike Scheutzow, scheu... | Mike Scheutzow | 2010-01-13 | 1 | -3/+6 |
* | update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ... | Mike Scheutzow | 2010-01-13 | 1 | -1/+5 |
* | Insert null packets to keep pcr values correct, patch by Mike Scheutzow, | Mike Scheutzow | 2010-01-13 | 1 | -0/+59 |
* | move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ... | Mike Scheutzow | 2010-01-13 | 1 | -9/+10 |
* | output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat... | Mike Scheutzow | 2010-01-13 | 1 | -0/+3 |
* | fix ts packet header size computation, patch by Niobos, niobos at dest-unreac... | Niobos | 2010-01-13 | 1 | -1/+1 |
* | fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d... | Niobos | 2010-01-13 | 1 | -3/+3 |
* | mux all stream types except audio as one pes packet per avpacket, issue #1374 | Baptiste Coudurier | 2009-10-18 | 1 | -2/+1 |
* | fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be | Niobos | 2009-09-17 | 1 | -4/+12 |
* | rename freq to period which is more correct, patch by Niobos, niobos dot be a... | Niobos | 2009-07-28 | 1 | -10/+10 |
* | simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a... | Baptiste Coudurier | 2009-05-23 | 1 | -16/+5 |
* | compute total bitrate more accurately, patch by corp186, chasedouglas at gmai... | corp186 | 2009-05-23 | 1 | -1/+6 |
* | move free data in the video case | Baptiste Coudurier | 2009-05-11 | 1 | -2/+1 |
* | write a single pes for video frames, some proprietary player needs it | Baptiste Coudurier | 2009-05-11 | 1 | -25/+11 |
* | ensure first pts is set, according to specs | Baptiste Coudurier | 2009-05-10 | 1 | -0/+8 |
* | remove useless max_payload_size variable | Baptiste Coudurier | 2009-05-10 | 1 | -5/+4 |
* | do not write dts if pts is not set | Baptiste Coudurier | 2009-05-10 | 1 | -2/+2 |
* | fix total bitrate computation, based on patch by corp186, chasedouglas at gma... | Baptiste Coudurier | 2009-05-10 | 1 | -5/+5 |
* | use new metadata API in mpegts muxer | Aurelien Jacobs | 2009-02-18 | 1 | -10/+9 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | use delay for subs and dirac too | Baptiste Coudurier | 2009-01-15 | 1 | -4/+10 |
* | add aud nal unit if not present in h264 bitstream | Baptiste Coudurier | 2009-01-15 | 1 | -0/+21 |
* | consider other codecs packets contain only one access unit, not just audio | Baptiste Coudurier | 2009-01-14 | 1 | -1/+1 |
* | calculate pat, pmt and sdt exact size and adjust total bitrate | Baptiste Coudurier | 2009-01-14 | 1 | -8/+25 |
* | allow user to specify muxrate | Baptiste Coudurier | 2009-01-14 | 1 | -1/+4 |
* | warn if dts < pcr which means TS is invalid | Baptiste Coudurier | 2009-01-14 | 1 | -0/+2 |
* | only write dts if they differ from pts, according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -2/+2 |
* | use delay to avoid negative dts | Baptiste Coudurier | 2009-01-14 | 1 | -2/+3 |
* | set pts and dts of pes packets exactly according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -3/+29 |