Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repeat_pict was never returned | Fabrice Bellard | 2003-08-22 | 1 | -6/+5 |
* | AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) | Michael Niedermayer | 2003-08-20 | 2 | -12/+60 |
* | fixing chroma MC | Michael Niedermayer | 2003-08-20 | 1 | -16/+15 |
* | MC rounding fixed? | Michael Niedermayer | 2003-08-19 | 1 | -20/+20 |
* | fix AVFrame.reference (the frames are used for decoding future frames so it s... | Michael Niedermayer | 2003-08-19 | 1 | -5/+6 |
* | use codec_tag for encoding too | Michael Niedermayer | 2003-08-18 | 1 | -1/+1 |
* | fixing thread safety, this may cause alignment problms (if it does than the s... | Michael Niedermayer | 2003-08-15 | 1 | -1/+3 |
* | * fixing a regression in mpeg encoder (not setting pix_fmt), | Roman Shaposhnik | 2003-08-12 | 3 | -2/+8 |
* | reverse earlier patch | Mike Melanson | 2003-08-12 | 1 | -4/+1 |
* | Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ... | Magnus Damm | 2003-08-11 | 1 | -5/+0 |
* | skip ext header missing message for msmpeg4v2 | Michael Niedermayer | 2003-08-10 | 1 | -1/+2 |
* | endian-conscious fix, courtesy of Sebastian Jedruszkiewicz | Mike Melanson | 2003-08-08 | 1 | -1/+4 |
* | check input pix_fmt | Michael Niedermayer | 2003-08-05 | 1 | -1/+5 |
* | cleanup / fixes | Michael Niedermayer | 2003-08-05 | 3 | -4/+6 |
* | clear bitstream buffers in AVCodec.flush() | Michael Niedermayer | 2003-08-02 | 1 | -0/+7 |
* | FF_INPUT_BUFFER_PADDING_SIZE | Michael Niedermayer | 2003-08-01 | 1 | -2/+8 |
* | make the h263 decoder more error tolerant | Michael Niedermayer | 2003-08-01 | 3 | -16/+23 |
* | Add GNU header, remove X includes, add more check for xvmc render packet | Ivan Kalvachev | 2003-07-29 | 1 | -10/+33 |
* | namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm... | Michael Niedermayer | 2003-07-29 | 1 | -13/+13 |
* | patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) | Michael Niedermayer | 2003-07-29 | 1 | -3/+1 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 10 | -134/+221 |
* | debug stuff | Michael Niedermayer | 2003-07-29 | 1 | -4/+8 |
* | using av_abort instead exit | Alex Beregszaszi | 2003-07-28 | 1 | -1/+1 |
* | 410p -> 411p | Alex Beregszaszi | 2003-07-27 | 1 | -4/+3 |
* | CLJR decoding support | Alex Beregszaszi | 2003-07-27 | 4 | -1/+181 |
* | make MPV_frame_start fail on get_buffer failer | Ivan Kalvachev | 2003-07-26 | 1 | -1/+2 |
* | compile xvmc only when requested | Ivan Kalvachev | 2003-07-26 | 1 | -1/+5 |
* | initial XvMC support | Ivan Kalvachev | 2003-07-26 | 1 | -2/+13 |
* | initial XvMC support | Ivan Kalvachev | 2003-07-26 | 6 | -2/+356 |
* | ati vcr2 uv swap | Michael Niedermayer | 2003-07-26 | 1 | -0/+16 |
* | get_bits -> skip_bits | Alex Beregszaszi | 2003-07-25 | 1 | -10/+10 |
* | warning fixes | Alex Beregszaszi | 2003-07-25 | 2 | -7/+7 |
* | vcr2 cleanup | Michael Niedermayer | 2003-07-24 | 1 | -5/+3 |
* | ATI VCR2 decoding support | Michael Niedermayer | 2003-07-24 | 1 | -1/+50 |
* | fix | Michael Niedermayer | 2003-07-24 | 1 | -4/+4 |
* | ATI VCR1 decoder | Michael Niedermayer | 2003-07-24 | 4 | -1/+211 |
* | last frames & b frames encoding fix | Michael Niedermayer | 2003-07-23 | 2 | -7/+21 |
* | last frame decoding fix | Michael Niedermayer | 2003-07-23 | 2 | -7/+14 |
* | bitstream changes to match JM7.2 | Michael Niedermayer | 2003-07-23 | 1 | -45/+36 |
* | default for slices is display order again | Michael Niedermayer | 2003-07-20 | 4 | -14/+39 |
* | svq3 b frame slices fix | Michael Niedermayer | 2003-07-18 | 1 | -1/+1 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 8 | -57/+52 |
* | edge fix | Michael Niedermayer | 2003-07-16 | 1 | -7/+2 |
* | fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are... | Michael Niedermayer | 2003-07-16 | 2 | -4/+6 |
* | fix qmin==qmax==1 && msmpeg4 && intra bug | Michael Niedermayer | 2003-07-16 | 1 | -3/+6 |
* | flv1 fix | Michael Niedermayer | 2003-07-15 | 1 | -1/+6 |
* | 10l | Michael Niedermayer | 2003-07-14 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2003-07-13 | 1 | -2/+3 |
* | golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) | Michael Niedermayer | 2003-07-13 | 2 | -18/+85 |
* | simpler | Michael Niedermayer | 2003-07-12 | 1 | -3/+1 |