2188 Commits (8b4d077fc9de4d57ee874ca9007ed1553f224853)

Author SHA1 Message Date
Michael Niedermayer 2750b827b3 motion estimation cleanup 21 years ago
Michael Niedermayer c4a1714826 hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 7c4f71c428 exporting field_select/ref_index values 21 years ago
Michael Niedermayer 3803021453 fix y scale of mv vissualization of interlaced MVs 21 years ago
Michael Niedermayer 0c352cadb0 fix exported motion vectors 21 years ago
Michael Niedermayer a4d36c1113 passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder 21 years ago
Michael Niedermayer 14e2a9404e flv dropable p frame support 21 years ago
Michael Niedermayer da63aac585 seems wmv8 doesnt use intra-inter prediction 21 years ago
Romain Dolbeau a194762450 forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Hauke Duden 0f5c3f2132 fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>) 21 years ago
Michael Niedermayer 365e75f89b t/dprintf printf -> av_log 21 years ago
Michael Niedermayer e4a1fdfdee segfault fix 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Zdenek Kabelac 450420cee1 * removed config.h 21 years ago
Michael Niedermayer 6c205de244 assert(time_incr >= 0) so its clear that this MUST be the case 21 years ago
Laurent Aimar 9e5281141c progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) 21 years ago
Allen Day d8019eb5d8 verbosity patch by (Allen Day <allenday at ucla dot edu>) 21 years ago
Michael Niedermayer 19f82bc824 fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) 21 years ago
Matthias Fritschi 1c0e205fab writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) 21 years ago
Michael T. Dean 1b8b121fb6 Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>) 21 years ago
Thomas Raivio 931c85d04a aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) 21 years ago
Todd Kirby 1ff93ffcd4 padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) 21 years ago
Alex Beregszaszi fd1467581c conversion to av_log 21 years ago
Alex Beregszaszi 6ce1a818e1 unknown format chars 21 years ago
Michael Niedermayer a03cbe5f7f fix global header passing from demuxer to decoder 21 years ago
Michael Niedermayer 3f4993f19b pts hack (correct solution would be to pass the pts from the encoder to the muxer) 21 years ago
Michael Niedermayer bbb77e7c2e remove function call from muxer->encoder and cleanly pass global headers 21 years ago
Michael Niedermayer 6d8f985ecf fix obnoxious ogg_packet passing from encoder to muxer 21 years ago
Michael Niedermayer 7d1bbcd42f time & (s)rand is forbidden 21 years ago
Michael Niedermayer d76f581ff5 kill obnoxious ogg_packet passing from demuxer to decoder 21 years ago
Michael Niedermayer 8bfed902f3 remove spyware from ogg*.c 21 years ago
Michael Niedermayer 8100cab9c6 nicer looking arrows for the motion vector vissualization 21 years ago
Michael Niedermayer a3c22fbca6 rv20 (0x20201002) support 21 years ago
Michael Niedermayer b44bdf7eec interlaced chroma MC divx-bug workaround 21 years ago
Michael Niedermayer 8680741006 skiped mbs in interlaced b frames fix 21 years ago
Michael Niedermayer 3f9d89c696 gmc segfault fix 21 years ago
Michael Niedermayer 2f996b8397 split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too 21 years ago
Michael Niedermayer 58c2182d72 fixing alignment, 2nd try 21 years ago
Michael Niedermayer 96d8b5a62c hmm av_log(..., get_bits()); 21 years ago
Michael Niedermayer 5cce4dd761 ensure that the bitstream buffers for encoding partitioned frames are aligned 21 years ago
Michael Niedermayer 042e3bfe9d fix decoding of qp<6 21 years ago
Laurent Aimar e5017ab870 h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) 21 years ago
Michael Niedermayer b73afeac30 huge vbv buffer size + CBR fix 21 years ago
Michael Niedermayer 046bee8620 always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise 21 years ago
Roman Shaposhnik 901ee2bea3 * some significant clean-up of the dv_decode_ac (it looks real 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michael Niedermayer 8fe2c60e5f 1000l for iive 21 years ago
Michael Niedermayer 6b47b7300e Compile fix by (Chip <szarlada at freemail dot hu>) 21 years ago
Michael Niedermayer 4e39ab4c97 1000l in av_mallocz_static() 21 years ago
Michael Niedermayer 8d1f2ba5e1 static allocation rewrite (old code was plain a broken mess) 21 years ago