summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-23
* RSHIFT(x,0) fixMichael Niedermayer2004-04-22
* corrupted field pictures segfault fixMichael Niedermayer2004-04-22
* 10l (segfault fix)Michael Niedermayer2004-04-22
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-22
* motion estimation cleanupMichael Niedermayer2004-04-22
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-20
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-18
* fix exported motion vectorsMichael Niedermayer2004-04-18
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-17
* flv dropable p frame supportMichael Niedermayer2004-04-17
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-16
* forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ...Romain Dolbeau2004-04-16
* fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot...Hauke Duden2004-04-16
* t/dprintf printf -> av_logMichael Niedermayer2004-04-16
* segfault fixMichael Niedermayer2004-04-16
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* * removed config.hZdenek Kabelac2004-04-14
* assert(time_incr >= 0) so its clear that this MUST be the caseMichael Niedermayer2004-04-13
* progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ...Laurent Aimar2004-04-11
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-11
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from f...Michael Niedermayer2004-04-09
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs d...Matthias Fritschi2004-04-09
* Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at...Michael T. Dean2004-04-09
* aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)Thomas Raivio2004-04-09
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-08
* conversion to av_logAlex Beregszaszi2004-04-07
* unknown format charsAlex Beregszaszi2004-04-07
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
* pts hack (correct solution would be to pass the pts from the encoder to the m...Michael Niedermayer2004-04-04
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
* time & (s)rand is forbiddenMichael Niedermayer2004-04-04
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-03
* rv20 (0x20201002) supportMichael Niedermayer2004-04-02
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
* skiped mbs in interlaced b frames fixMichael Niedermayer2004-04-02
* gmc segfault fixMichael Niedermayer2004-04-02
* split stream into valid mp3 frames, at least flv & nut absolutely need this, ...Michael Niedermayer2004-04-01
* fixing alignment, 2nd tryMichael Niedermayer2004-03-29
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-28
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-26
* fix decoding of qp<6Michael Niedermayer2004-03-26
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-26
* always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer2004-03-26
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25