| Commit message (Expand) | Author | Age | Files | Lines |
* | verbosity patch by (Allen Day <allenday at ucla dot edu>) | Allen Day | 2004-04-11 | 1 | -0/+1 |
* | fixing alignment problems -> SSE2 support enabled again in libavcodec (from f... | Michael Niedermayer | 2004-04-09 | 1 | -4/+17 |
* | writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs d... | Matthias Fritschi | 2004-04-09 | 1 | -5/+5 |
* | Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at... | Michael T. Dean | 2004-04-09 | 1 | -1/+1 |
* | aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) | Thomas Raivio | 2004-04-09 | 1 | -23/+88 |
* | padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) | Todd Kirby | 2004-04-08 | 2 | -16/+44 |
* | conversion to av_log | Alex Beregszaszi | 2004-04-07 | 3 | -37/+25 |
* | unknown format chars | Alex Beregszaszi | 2004-04-07 | 2 | -2/+2 |
* | fix global header passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -21/+20 |
* | pts hack (correct solution would be to pass the pts from the encoder to the m... | Michael Niedermayer | 2004-04-04 | 1 | -9/+19 |
* | remove function call from muxer->encoder and cleanly pass global headers | Michael Niedermayer | 2004-04-04 | 2 | -19/+33 |
* | fix obnoxious ogg_packet passing from encoder to muxer | Michael Niedermayer | 2004-04-04 | 1 | -7/+24 |
* | time & (s)rand is forbidden | Michael Niedermayer | 2004-04-04 | 1 | -0/+3 |
* | kill obnoxious ogg_packet passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -3/+8 |
* | remove spyware from ogg*.c | Michael Niedermayer | 2004-04-04 | 1 | -9/+21 |
* | nicer looking arrows for the motion vector vissualization | Michael Niedermayer | 2004-04-03 | 1 | -7/+11 |
* | rv20 (0x20201002) support | Michael Niedermayer | 2004-04-02 | 1 | -2/+10 |
* | interlaced chroma MC divx-bug workaround | Michael Niedermayer | 2004-04-02 | 3 | -3/+14 |
* | skiped mbs in interlaced b frames fix | Michael Niedermayer | 2004-04-02 | 1 | -2/+3 |
* | gmc segfault fix | Michael Niedermayer | 2004-04-02 | 1 | -10/+10 |
* | split stream into valid mp3 frames, at least flv & nut absolutely need this, ... | Michael Niedermayer | 2004-04-01 | 1 | -15/+94 |
* | fixing alignment, 2nd try | Michael Niedermayer | 2004-03-29 | 1 | -2/+2 |
* | hmm av_log(..., get_bits()); | Michael Niedermayer | 2004-03-28 | 1 | -5/+12 |
* | ensure that the bitstream buffers for encoding partitioned frames are aligned | Michael Niedermayer | 2004-03-26 | 1 | -4/+3 |
* | fix decoding of qp<6 | Michael Niedermayer | 2004-03-26 | 1 | -28/+0 |
* | h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v... | Laurent Aimar | 2004-03-26 | 4 | -46/+1443 |
* | huge vbv buffer size + CBR fix | Michael Niedermayer | 2004-03-26 | 1 | -2/+10 |
* | always parse APP* as it sometimes contains startcodes which confuse the decod... | Michael Niedermayer | 2004-03-26 | 1 | -9/+11 |
* | * some significant clean-up of the dv_decode_ac (it looks real | Roman Shaposhnik | 2004-03-25 | 1 | -95/+67 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 8 | -17/+9 |
* | 1000l for iive | Michael Niedermayer | 2004-03-22 | 1 | -1/+2 |
* | Compile fix by (Chip <szarlada at freemail dot hu>) | Michael Niedermayer | 2004-03-22 | 1 | -0/+3 |
* | 1000l in av_mallocz_static() | Michael Niedermayer | 2004-03-22 | 1 | -3/+2 |
* | static allocation rewrite (old code was plain a broken mess) | Michael Niedermayer | 2004-03-21 | 3 | -31/+24 |
* | do loop filter immediatly after each macroblock is decoded instead of after a... | Michael Niedermayer | 2004-03-20 | 1 | -73/+140 |
* | h264 loop filter optimizations | Michael Niedermayer | 2004-03-20 | 2 | -171/+229 |
* | h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ... | Michael Niedermayer | 2004-03-19 | 2 | -42/+431 |
* | h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot l... | Michael Niedermayer | 2004-03-18 | 1 | -3/+9 |
* | * removing casualties of battle of the wits and English language | Roman Shaposhnik | 2004-03-18 | 2 | -16/+17 |
* | moving f/b_code init to where it should be | Michael Niedermayer | 2004-03-16 | 1 | -4/+3 |
* | 1000000l (using uninitalized variable for initalizing bits per MV table) | Michael Niedermayer | 2004-03-16 | 2 | -2/+2 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 8 | -59/+76 |
* | use pan_scan to remove some weight, proper pan_scan offset reading | Ivan Kalvachev | 2004-03-16 | 1 | -12/+20 |
* | mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info... | Ivan Kalvachev | 2004-03-15 | 1 | -9/+45 |
* | update the API for the idct function | Mike Melanson | 2004-03-15 | 1 | -1/+1 |
* | move MPV_common_init after parsing stream parameters, matrix rebuild | Ivan Kalvachev | 2004-03-15 | 1 | -70/+146 |
* | * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) | Roman Shaposhnik | 2004-03-14 | 3 | -92/+105 |
* | * DV decoder simplifications. Now it looks to be 6% faster. At least | Roman Shaposhnik | 2004-03-14 | 3 | -115/+73 |
* | alignment fix | Michael Niedermayer | 2004-03-14 | 1 | -4/+4 |
* | width,height%16!=0 fix | Michael Niedermayer | 2004-03-14 | 1 | -4/+4 |