| Commit message (Expand) | Author | Age | Files | Lines |
* | use lagrange multipler instead of qp for ratecontrol, this may break some thi... | Michael Niedermayer | 2003-10-07 | 1 | -41/+49 |
* | rd cbp + single coeff elimination fix | Michael Niedermayer | 2003-10-02 | 1 | -6/+7 |
* | optionally try to encode each MB with MV=<0,0> and choose the one with better RD | Michael Niedermayer | 2003-10-02 | 1 | -0/+9 |
* | rate distortion optimal cbp support (h263/mpeg4 non intra only) | Michael Niedermayer | 2003-09-30 | 1 | -9/+31 |
* | slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trell... | Michael Niedermayer | 2003-09-24 | 1 | -1/+41 |
* | scenechange_threshold | Michael Niedermayer | 2003-09-16 | 1 | -1/+1 |
* | AVI stream header FCC / more reliable detection of old xvid files | Michael Niedermayer | 2003-09-10 | 1 | -1/+6 |
* | --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) | Michael Niedermayer | 2003-09-09 | 1 | -3/+6 |
* | ctype.h is a common header | Fabrice Bellard | 2003-09-08 | 1 | -1/+2 |
* | fixing CODEC_FLAG_GLOBAL_HEADER | Michael Niedermayer | 2003-08-26 | 1 | -1/+6 |
* | oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th... | Michael Niedermayer | 2003-08-25 | 1 | -14/+10 |
* | mpeg2 encoding | Michael Niedermayer | 2003-08-25 | 1 | -28/+56 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 1 | -2/+0 |
* | custom quant matrix encoding support | Michael Niedermayer | 2003-08-22 | 1 | -0/+16 |
* | * fixing a regression in mpeg encoder (not setting pix_fmt), | Roman Shaposhnik | 2003-08-12 | 1 | -0/+3 |
* | 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 |