| Commit message (Expand) | Author | Age | Files | Lines |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -204/+204 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -15/+15 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c... | Patrice Bensoussan | 2005-10-26 | 1 | -1/+1 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -4/+4 |
* | changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi... | Mike Brown | 2005-08-10 | 1 | -0/+3 |
* | round pointer up to next packet_size multiple | Michael Niedermayer | 2005-07-27 | 1 | -2/+2 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -26/+26 |
* | typo | Michael Niedermayer | 2005-06-23 | 1 | -1/+1 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -0/+1 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -5/+2 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | fixing demuxing of DV5700.asf | Michael Niedermayer | 2005-04-19 | 1 | -2/+4 |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -1/+4 |
* | support discarding uninterresting packets | Michael Niedermayer | 2005-01-22 | 1 | -2/+3 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -1/+1 |
* | preroll is in ms | Michael Niedermayer | 2004-12-22 | 1 | -4/+4 |
* | fix regression test failure | Michael Niedermayer | 2004-12-21 | 1 | -1/+1 |
* | allocate a few bytes more for extradata so the bitstream reader if its used b... | Michael Niedermayer | 2004-11-13 | 1 | -1/+1 |
* | dvr-ms video decoding support | Michael Niedermayer | 2004-10-24 | 1 | -0/+2 |
* | use native timebase for seeking | Michael Niedermayer | 2004-10-10 | 1 | -2/+2 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -3/+3 |
* | store index for seeking in the native timebase of each stream | Michael Niedermayer | 2004-05-23 | 1 | -1/+1 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+1 |
* | moving nearly identical binary search code from nut/mpeg/asf to utils.c | Michael Niedermayer | 2004-04-12 | 1 | -106/+14 |
* | asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) | Konstantin Andreyev | 2004-03-05 | 1 | -0/+3 |
* | split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) | Konstantin Andreyev | 2004-03-05 | 1 | -681/+4 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -6/+6 |
* | seeking stuff | Michael Niedermayer | 2004-01-17 | 1 | -8/+22 |
* | store searched distance in index, so we dont waste time searching for keyfram... | Michael Niedermayer | 2004-01-17 | 1 | -16/+74 |
* | header parser fix | Michael Niedermayer | 2004-01-14 | 1 | -3/+11 |
* | replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least dec... | Michael Niedermayer | 2004-01-14 | 1 | -9/+10 |
* | use packet number instead of byte number internally for seeking | Michael Niedermayer | 2004-01-14 | 1 | -19/+9 |
* | unused | Michael Niedermayer | 2004-01-14 | 1 | -15/+4 |
* | seeking fixes | Michael Niedermayer | 2004-01-14 | 1 | -41/+56 |
* | memleak fix | Michael Niedermayer | 2004-01-14 | 1 | -30/+43 |
* | seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at si... | Kevin Kuphal | 2004-01-14 | 1 | -9/+127 |
* | ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sit... | Kevin Kuphal | 2004-01-06 | 1 | -0/+36 |
* | frame rate should be completely disabled in asf (closer now) - disabled seek | Fabrice Bellard | 2003-11-10 | 1 | -3/+16 |
* | * fixes for broken builds on Solaris, OS2 and all bingendian | Roman Shaposhnik | 2003-11-04 | 1 | -2/+2 |
* | Make avi and asf demuxer export palette in palctrl | Roberto Togni | 2003-11-02 | 1 | -0/+17 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+6 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -2/+2 |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -3/+3 |
* | use codec_tag for encoding too | Michael Niedermayer | 2003-08-18 | 1 | -2/+12 |
* | update duration and start_time - add av_new_stream() usage | Fabrice Bellard | 2003-08-08 | 1 | -6/+6 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -2/+2 |
* | * filling bitdepth | Zdenek Kabelac | 2003-04-22 | 1 | -1/+1 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -2/+1 |
* | correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>) | Roman Shaposhnik | 2003-03-12 | 1 | -3/+3 |