| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if... | Fabrice Bellard | 2003-12-16 | 2 | -21/+11 |
* | make av_read_frame() return buffered frames at EOF | Fabrice Bellard | 2003-12-15 | 1 | -4/+24 |
* | cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at... | Wolfgang Hesseler | 2003-12-14 | 1 | -1/+1 |
* | suppress PTS in packets when not needed (slightly smaller files), fixed PTS g... | Michel Bardiaux | 2003-12-09 | 1 | -31/+103 |
* | copy packet without omitting the padding | Fabrice Bellard | 2003-12-09 | 1 | -2/+4 |
* | better get_packet_size and probe | Michael Niedermayer | 2003-12-09 | 1 | -17/+48 |
* | msb pts support | Alex Beregszaszi | 2003-12-08 | 1 | -14/+49 |
* | using LIBAVFORMAT_IDENT | Alex Beregszaszi | 2003-12-08 | 2 | -3/+3 |
* | removing unused var & converting 64->32bit | Michael Niedermayer | 2003-12-05 | 1 | -1/+0 |
* | SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot com... | Glyn Kennington | 2003-12-05 | 1 | -0/+2 |
* | DUCK codec | Mike Melanson | 2003-12-03 | 1 | -0/+1 |
* | off by 1 in the palette | Mike Melanson | 2003-12-01 | 1 | -1/+1 |
* | H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) | Laurent Aimar | 2003-11-29 | 1 | -0/+2 |
* | - Add reget_buffer() function to AVCodecContext | Roberto Togni | 2003-11-26 | 1 | -2/+2 |
* | Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) | Michael Niedermayer | 2003-11-24 | 1 | -1/+1 |
* | fixed memory leak | Fabrice Bellard | 2003-11-20 | 1 | -4/+2 |
* | Add more resilience in reading ffm files. In particular, don't assume | Philip Gladstone | 2003-11-19 | 1 | -0/+66 |
* | set frame rate information, for good measure | Mike Melanson | 2003-11-16 | 1 | -3/+6 |
* | use the proper file framerate (specified by a float); account the pts | Mike Melanson | 2003-11-15 | 1 | -24/+53 |
* | yep, FLI support | Mike Melanson | 2003-11-14 | 4 | -1/+233 |
* | * *FILE needs <stdio.h> | Zdenek Kabelac | 2003-11-13 | 1 | -1/+1 |
* | support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård)) | Måns Rullgård | 2003-11-12 | 3 | -14/+66 |
* | frame rate should be completely disabled in asf (closer now) - disabled seek | Fabrice Bellard | 2003-11-10 | 1 | -3/+16 |
* | initial seek support | Fabrice Bellard | 2003-11-10 | 2 | -26/+294 |
* | seek support | Fabrice Bellard | 2003-11-10 | 2 | -37/+424 |
* | seeking support - fixed some ADPCM decoding cases | Fabrice Bellard | 2003-11-10 | 1 | -3/+33 |
* | fixed double free | Fabrice Bellard | 2003-11-10 | 1 | -2/+0 |
* | added parsing | Fabrice Bellard | 2003-11-10 | 1 | -1/+2 |
* | seek support for PCM formats | Fabrice Bellard | 2003-11-10 | 2 | -16/+58 |
* | use parsers | Fabrice Bellard | 2003-11-10 | 1 | -1/+13 |
* | initial seek support - more generic play/pause support | Fabrice Bellard | 2003-11-10 | 2 | -37/+93 |
* | initial av_read_frame() and av_seek_frame() support | Fabrice Bellard | 2003-11-10 | 2 | -209/+793 |
* | added palette support to the QT demuxer; registered SMC video decoder | Mike Melanson | 2003-11-10 | 2 | -0/+383 |
* | 8BPS decoder | Roberto Togni | 2003-11-07 | 1 | -0/+1 |
* | * fixes for broken builds on Solaris, OS2 and all bingendian | Roman Shaposhnik | 2003-11-04 | 2 | -4/+4 |
* | removing borderline spyware | Michael Niedermayer | 2003-11-04 | 1 | -4/+1 |
* | movenc patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin | 2003-11-03 | 1 | -171/+215 |
* | Make avi and asf demuxer export palette in palctrl | Roberto Togni | 2003-11-02 | 2 | -0/+33 |
* | * DV demuxer is now capable of decoding auxilary audio stream. So, | Roman Shaposhnik | 2003-10-31 | 4 | -76/+117 |
* | revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) | Mike Melanson | 2003-10-30 | 3 | -20/+31 |
* | added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe... | Fabrice Bellard | 2003-10-29 | 3 | -274/+350 |
* | make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() | Fabrice Bellard | 2003-10-29 | 3 | -79/+112 |
* | mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod... | Fabrice Bellard | 2003-10-29 | 2 | -77/+302 |
* | 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) | Michael Niedermayer | 2003-10-28 | 1 | -0/+4 |
* | GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot... | Panagiotis Issaris | 2003-10-26 | 2 | -5/+5 |
* | added XVID fourcc (ISO MPEG-4?) and AC3 fourcc | Mike Melanson | 2003-10-25 | 1 | -0/+2 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 2 | -18/+9 |