| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) | Dmitry Borisov | 2004-04-23 | 1 | -0/+3 |
* | moving nearly identical binary search code from nut/mpeg/asf to utils.c | Michael Niedermayer | 2004-04-12 | 1 | -157/+10 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -4/+4 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -1/+1 |
* | improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) | Hauke Duden | 2004-02-19 | 1 | -142/+451 |
* | Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) | Michael Niedermayer | 2004-02-01 | 1 | -7/+12 |
* | CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) | Michael Niedermayer | 2004-01-17 | 1 | -2/+2 |
* | seeking stuff | Michael Niedermayer | 2004-01-17 | 1 | -42/+45 |
* | store searched distance in index, so we dont waste time searching for keyfram... | Michael Niedermayer | 2004-01-17 | 1 | -1/+1 |
* | caching of timestamps for mpeg-ps so seeking is faster | Michael Niedermayer | 2004-01-13 | 1 | -27/+62 |
* | harcoded DTS computation for mpeg | Fabrice Bellard | 2003-12-18 | 1 | -11/+58 |
* | primitive LPCM generator | Fabrice Bellard | 2003-12-16 | 1 | -7/+47 |
* | better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generat... | Fabrice Bellard | 2003-12-16 | 1 | -31/+116 |
* | suppress PTS in packets when not needed (slightly smaller files), fixed PTS g... | Michel Bardiaux | 2003-12-09 | 1 | -31/+103 |
* | seek support | Fabrice Bellard | 2003-11-10 | 1 | -36/+267 |
* | make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() | Fabrice Bellard | 2003-10-29 | 1 | -1/+2 |
* | 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) | Michael Niedermayer | 2003-10-28 | 1 | -0/+4 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+6 |
* | init_put_bits changed | Alex Beregszaszi | 2003-10-13 | 1 | -2/+2 |
* | removed invalid sequence end code | Fabrice Bellard | 2003-09-10 | 1 | -12/+7 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -1/+1 |
* | memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michael Niedermayer | 2003-09-09 | 1 | -0/+4 |
* | fix MPEG-TS missdetected as MPEG-PS | Michael Niedermayer | 2003-09-01 | 1 | -1/+1 |
* | exports mpegps_demux | Fabrice Bellard | 2003-08-08 | 1 | -1/+1 |
* | removed warnings | Fabrice Bellard | 2003-07-17 | 1 | -1/+0 |
* | Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net... | Måns Rullgård | 2003-07-15 | 1 | -1/+1 |
* | - Looks a tiny bit harder in mpegps_probe() for a valid start code. This is | Isaac Richards | 2003-07-10 | 1 | -15/+19 |