| Commit message (Expand) | Author | Age | Files | Lines |
* | check input pix_fmt | Michael Niedermayer | 2003-08-05 | 1 | -1/+5 |
* | cleanup / fixes | Michael Niedermayer | 2003-08-05 | 1 | -1/+1 |
* | clear bitstream buffers in AVCodec.flush() | Michael Niedermayer | 2003-08-02 | 1 | -0/+7 |
* | make the h263 decoder more error tolerant | Michael Niedermayer | 2003-08-01 | 1 | -6/+8 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -105/+116 |
* | make MPV_frame_start fail on get_buffer failer | Ivan Kalvachev | 2003-07-26 | 1 | -1/+2 |
* | initial XvMC support | Ivan Kalvachev | 2003-07-26 | 1 | -0/+22 |
* | last frames & b frames encoding fix | Michael Niedermayer | 2003-07-23 | 1 | -4/+8 |
* | default for slices is display order again | Michael Niedermayer | 2003-07-20 | 1 | -2/+17 |
* | svq3 b frame slices fix | Michael Niedermayer | 2003-07-18 | 1 | -1/+1 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 1 | -17/+26 |
* | flv cleanup / simplify | Michael Niedermayer | 2003-07-10 | 1 | -0/+2 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -4/+30 |
* | memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) | Michael Niedermayer | 2003-07-05 | 1 | -0/+3 |
* | Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) | Ivan Kalvachev | 2003-07-03 | 1 | -0/+34 |
* | 2x100l | Michael Niedermayer | 2003-06-27 | 1 | -1/+1 |
* | DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) | Ivan Kalvachev | 2003-06-23 | 1 | -0/+65 |
* | make ff_emulated_edge_mc() independant of MpegEncContext | Michael Niedermayer | 2003-06-18 | 1 | -22/+32 |
* | lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes | Michael Niedermayer | 2003-06-17 | 1 | -6/+8 |
* | mpeg1 decoding fix | Michael Niedermayer | 2003-05-29 | 1 | -2/+2 |
* | motion vector vissualization for mpeg1/2 | Michael Niedermayer | 2003-05-27 | 1 | -0/+111 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -6/+6 |
* | cleanup | Michael Niedermayer | 2003-05-14 | 1 | -12/+0 |
* | svq3 decoder by anonymous | Michael Niedermayer | 2003-05-09 | 1 | -2/+2 |
* | release buffer cleanup | Michael Niedermayer | 2003-05-06 | 1 | -7/+15 |
* | doxy | Michael Niedermayer | 2003-05-05 | 1 | -0/+12 |
* | 10l (returning negative number of consumed bytes if the first startcode of a ... | Michael Niedermayer | 2003-04-27 | 1 | -3/+32 |
* | typo in a comment ... | Michael Niedermayer | 2003-04-25 | 1 | -2/+2 |
* | fixing mixed dr1 + internal buffers | Michael Niedermayer | 2003-04-25 | 1 | -9/+4 |
* | 10l | Michael Niedermayer | 2003-04-14 | 1 | -1/+1 |
* | check validity of some flags | Michael Niedermayer | 2003-04-14 | 1 | -0/+25 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -106/+180 |
* | pict_type & quality fix | Michael Niedermayer | 2003-04-06 | 1 | -0/+4 |
* | H264 decoder & demuxer | Michael Niedermayer | 2003-04-04 | 1 | -10/+32 |
* | 10l | Michael Niedermayer | 2003-04-02 | 1 | -2/+2 |
* | fixing msmpeg4v2 encoding | Michael Niedermayer | 2003-04-01 | 1 | -2/+5 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 1 | -3/+3 |
* | mpeg1 slice encoding support | Michael Niedermayer | 2003-03-30 | 1 | -3/+10 |
* | simplify slice encoding (variance of packet size is practically identical) | Michael Niedermayer | 2003-03-30 | 1 | -14/+2 |
* | user setable quantizer bias | Michael Niedermayer | 2003-03-22 | 1 | -0/+16 |
* | 10l | Michael Niedermayer | 2003-03-22 | 1 | -4/+4 |
* | qmin/qmax cleanup | Michael Niedermayer | 2003-03-17 | 1 | -2/+0 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -56/+87 |
* | * added more options | Zdenek Kabelac | 2003-03-12 | 1 | -0/+56 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -2/+2 |
* | * 'externaly' visible option list begins avoptions_ prefix | Zdenek Kabelac | 2003-03-10 | 1 | -2/+1 |
* | merging fourcc with codec_tag | Michael Niedermayer | 2003-03-08 | 1 | -4/+4 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | cleanup | Michael Niedermayer | 2003-03-05 | 1 | -68/+1 |
* | mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) | Michael Niedermayer | 2003-03-05 | 1 | -8/+9 |