summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-08
* overflow fixMichael Niedermayer2005-05-08
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-08
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-07
* minor optimization of the h264 loop filterMichael Niedermayer2005-05-07
* reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A...Michael Niedermayer2005-05-07
* fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there...Michael Niedermayer2005-05-06
* set time_base for variable fps tooMichael Niedermayer2005-05-06
* check for errorMichael Niedermayer2005-05-05
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-05
* More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)Kevin Baragona2005-05-05
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-05
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
* GCC4 fix by (Keenan Pepper (keenanpepper gmail com)Michael Niedermayer2005-05-05
* fix storage of motion vectors for frames with more than 4096 macroblocks.Loren Merritt2005-05-03
* clear the DPB after seeking.Loren Merritt2005-05-03
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* #ifdefs around most register_avcodecMichael Niedermayer2005-05-02
* switch to native time basesMichael Niedermayer2005-04-30
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-25
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-25
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* extract from the subid the optionsMatthieu Castet2005-04-25
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-24
* fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were trea...Loren Merritt2005-04-24
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-24
* typo fix by ("Todd.Kirby" doubleshot pacbell net)Michael Niedermayer2005-04-24
* Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)Michael Niedermayer2005-04-21
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-21
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-21
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-20
* simplifyMichael Niedermayer2005-04-20
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20
* buffer overflowsMichael Niedermayer2005-04-20
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-19
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-19
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* add an AMD64 specific implementation of rdtsc()Aurelien Jacobs2005-04-18
* gcc 4 compilation fixBret Hughes2005-04-17
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-17
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-17
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-15
* allow 2pass ratecontrol. also fixes psnr displayed by mencoder.Loren Merritt2005-04-15
* replace complicated pointer dereference + index stuff by pointers in unpack_c...Michael Niedermayer2005-04-14