Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | checksum doesnt cover the forward_ptr anymore | Michael Niedermayer | 2005-09-11 | 1 | -5/+5 | |
* | forward_ptr doesnt contain its own length anymore | Michael Niedermayer | 2005-09-11 | 1 | -5/+8 | |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -27/+27 | |
* | nut prefers extradata style global headers | Michael Niedermayer | 2005-06-27 | 1 | -0/+1 | |
* | some nut.hu hype | Alex Beregszaszi | 2005-06-07 | 1 | -2/+1 | |
* | fix stream class | Michael Niedermayer | 2005-06-03 | 1 | -22/+23 | |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -2/+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 | -3/+3 | |
* | initalize has_b_frames | Michael Niedermayer | 2005-03-17 | 1 | -0/+1 | |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -3/+7 | |
* | "put_s should store signed values. Spotted on #mplayerdev by someone I | Luca Barbato | 2005-03-13 | 1 | -1/+1 | |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -1/+1 | |
* | 01-makefile_fix_updated.patch | Nilesh Bansal | 2005-02-24 | 1 | -1/+1 | |
* | support discarding uninterresting packets | Michael Niedermayer | 2005-01-22 | 1 | -2/+10 | |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -4/+10 | |
* | allocate a few bytes more for extradata so the bitstream reader if its used b... | Michael Niedermayer | 2004-11-13 | 1 | -1/+1 | |
* | use native timebase for seeking | Michael Niedermayer | 2004-10-10 | 1 | -2/+2 | |
* | file id string | Michael Niedermayer | 2004-06-14 | 1 | -0/+10 | |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -10/+7 | |
* | store index for seeking in the native timebase of each stream | Michael Niedermayer | 2004-05-23 | 1 | -7/+4 | |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -4/+3 | |
* | bytestream tracing support | Michael Niedermayer | 2004-05-20 | 1 | -115/+217 | |
* | match latest spec | Michael Niedermayer | 2004-05-02 | 1 | -269/+191 | |
* | store correct pts | Michael Niedermayer | 2004-04-12 | 1 | -0/+2 | |
* | bit-exact | Michael Niedermayer | 2004-04-12 | 1 | -2/+4 | |
* | moving nearly identical binary search code from nut/mpeg/asf to utils.c | Michael Niedermayer | 2004-04-12 | 1 | -147/+12 | |
* | set codec_tag | Michael Niedermayer | 2004-04-10 | 1 | -0/+1 | |
* | removing keyframe prediction and checksum threshold | Michael Niedermayer | 2004-04-09 | 1 | -23/+4 | |
* | gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>) | Steven M. Schultz | 2004-04-09 | 1 | -1/+1 | |
* | fourcc & language code v->vb type | Michael Niedermayer | 2004-04-08 | 1 | -38/+332 | |
* | 10l (bytes_left() -> url_feof()) | Michael Niedermayer | 2004-04-06 | 1 | -52/+113 | |
* | search for undamaged headers | Michael Niedermayer | 2004-04-05 | 1 | -134/+225 | |
* | checksuming for nut & nice checksum API for libavformat | Michael Niedermayer | 2004-04-05 | 1 | -31/+49 | |
* | 10l (Titel->Title) | Michael Niedermayer | 2004-04-05 | 1 | -1/+1 | |
* | info packet read/write & simplify | Michael Niedermayer | 2004-04-04 | 1 | -57/+106 | |
* | make vorbis default again | Michael Niedermayer | 2004-04-04 | 1 | -1/+1 | |
* | large extradata fix | Michael Niedermayer | 2004-04-04 | 1 | -2/+2 | |
* | nut (de)muxer update | Michael Niedermayer | 2004-04-03 | 1 | -156/+572 | |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -8/+8 | |
* | msb pts support | Alex Beregszaszi | 2003-12-08 | 1 | -14/+49 | |
* | 10l | Alex Beregszaszi | 2003-10-15 | 1 | -2/+9 | |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+6 | |
* | fixed codec specific data headers | Alex Beregszaszi | 2003-10-02 | 1 | -10/+9 | |
* | fixed time base and sample rate handling | Alex Beregszaszi | 2003-10-02 | 1 | -9/+17 | |
* | fix fabrice's broken get_bi and some minor changes in draft | Alex Beregszaszi | 2003-10-02 | 1 | -26/+8 | |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -2/+2 | |
* | get_bi(), be/le fix | Michael Niedermayer | 2003-09-10 | 1 | -14/+28 | |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -1/+1 | |
* | fixed endianness dependancies (untested) | Fabrice Bellard | 2003-09-08 | 1 | -26/+23 |