aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-0/+1
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from f...Michael Niedermayer2004-04-091-4/+17
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs d...Matthias Fritschi2004-04-091-5/+5
* Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at...Michael T. Dean2004-04-091-1/+1
* aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)Thomas Raivio2004-04-091-23/+88
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-082-16/+44
* conversion to av_logAlex Beregszaszi2004-04-073-37/+25
* unknown format charsAlex Beregszaszi2004-04-072-2/+2
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-21/+20
* pts hack (correct solution would be to pass the pts from the encoder to the m...Michael Niedermayer2004-04-041-9/+19
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-042-19/+33
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-7/+24
* time & (s)rand is forbiddenMichael Niedermayer2004-04-041-0/+3
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-3/+8
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-9/+21
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-031-7/+11
* rv20 (0x20201002) supportMichael Niedermayer2004-04-021-2/+10
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-023-3/+14
* skiped mbs in interlaced b frames fixMichael Niedermayer2004-04-021-2/+3
* gmc segfault fixMichael Niedermayer2004-04-021-10/+10
* split stream into valid mp3 frames, at least flv & nut absolutely need this, ...Michael Niedermayer2004-04-011-15/+94
* fixing alignment, 2nd tryMichael Niedermayer2004-03-291-2/+2
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-281-5/+12
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-261-4/+3
* fix decoding of qp<6Michael Niedermayer2004-03-261-28/+0
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-264-46/+1443
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-261-2/+10
* always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer2004-03-261-9/+11
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-251-95/+67
* warning patrolFalk Hüffner2004-03-248-17/+9
* 1000l for iiveMichael Niedermayer2004-03-221-1/+2
* Compile fix by (Chip <szarlada at freemail dot hu>)Michael Niedermayer2004-03-221-0/+3
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-221-3/+2
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-213-31/+24
* do loop filter immediatly after each macroblock is decoded instead of after a...Michael Niedermayer2004-03-201-73/+140
* h264 loop filter optimizationsMichael Niedermayer2004-03-202-171/+229
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer2004-03-192-42/+431
* h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot l...Michael Niedermayer2004-03-181-3/+9
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-182-16/+17
* moving f/b_code init to where it should beMichael Niedermayer2004-03-161-4/+3
* 1000000l (using uninitalized variable for initalizing bits per MV table)Michael Niedermayer2004-03-162-2/+2
* init cleanupMichael Niedermayer2004-03-168-59/+76
* use pan_scan to remove some weight, proper pan_scan offset readingIvan Kalvachev2004-03-161-12/+20
* mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info...Ivan Kalvachev2004-03-151-9/+45
* update the API for the idct functionMike Melanson2004-03-151-1/+1
* move MPV_common_init after parsing stream parameters, matrix rebuildIvan Kalvachev2004-03-151-70/+146
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-143-92/+105
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-143-115/+73
* alignment fixMichael Niedermayer2004-03-141-4/+4
* width,height%16!=0 fixMichael Niedermayer2004-03-141-4/+4