summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-23
* simplifyMichael Niedermayer2004-02-18
* check if threads_count is too largeMichael Niedermayer2004-02-18
* noise reduction with threads bugfixMichael Niedermayer2004-02-17
* mpeg4 b frame + adaptive quantization assertion failure fixMichael Niedermayer2004-02-14
* multithreaded spatial complexity calculation for i framesMichael Niedermayer2004-02-14
* ff_copy_bits() optimizationMichael Niedermayer2004-02-14
* activate the memcpy special case for the byte aligned case in ff_copy_bits(),...Michael Niedermayer2004-02-13
* replace a few pbBufPtr() by put_bits_count(), one of them was actually wrongMichael Niedermayer2004-02-13
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* analyze the gradient of the error surface to avoid a few checks in the quanti...Michael Niedermayer2004-02-06
* quantizer noise shaping optimizationMichael Niedermayer2004-02-06
* simplifyMichael Niedermayer2004-02-02
* quantizer noise shapingMichael Niedermayer2004-02-02
* b frames + cbr fixMichael Niedermayer2004-01-29
* mpeg4 pts fixMichael Niedermayer2004-01-26
* optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 an...Michael Niedermayer2004-01-24
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
* avcodec_flush_buffers() fixMichael Niedermayer2004-01-19
* removing broken framerate conversation hack in mpeg1/2Michael Niedermayer2004-01-18
* type fixes, found by Wolfgang HesselerMichael Niedermayer2004-01-12
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
* non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2004-01-04
* warn the user if we had to clip some dct coefficient due to a crappy format w...Michael Niedermayer2004-01-04
* denoise_dct_mmx()Michael Niedermayer2004-01-02
* more trellis quant optimizationsMichael Niedermayer2004-01-02
* cleanupMichael Niedermayer2004-01-02
* optimizing (trellis) quantizerMichael Niedermayer2004-01-02
* dont show uninitalized motion vectorsMichael Niedermayer2004-01-01
* rate limit tips and checksMichael Niedermayer2004-01-01
* interlaced motion estimationMichael Niedermayer2003-12-30
* 100000lMichael Niedermayer2003-12-30
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-30
* picture number fixesMichael Niedermayer2003-12-29
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-22
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-22
* vbv_delayMichael Niedermayer2003-12-17
* split intra / inter dequantizationMichael Niedermayer2003-12-14
* error concealment regression testMichael Niedermayer2003-12-14
* cleanupMichael Niedermayer2003-12-13
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-13
* mb type & qp vissualizationMichael Niedermayer2003-12-13
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-12
* fixed top_field_first support when encodingFabrice Bellard2003-12-12
* interlaced dct encoding fixMichael Niedermayer2003-12-10
* fixed interlaced encodingFabrice Bellard2003-12-10
* motion_subsample_log2Michael Niedermayer2003-12-09