summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-25
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
* License change and cpu detection patch by (James Morrison <ja2morri at csclub...James Morrison2004-04-24
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...James Morrison2004-04-24
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* sanity checksMichael Niedermayer2004-04-24
* minor motion estimation cleanupMichael Niedermayer2004-04-24
* libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)Sascha Sommer2004-04-24
* * Enabling UltraSparc stuff wit _SPARC64Roman Shaposhnik2004-04-24
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-23
* sanity checkMichael Niedermayer2004-04-23
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-23
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-04-23
* 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