summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* simplifyMichael Niedermayer2004-02-181-14/+5
* check if threads_count is too largeMichael Niedermayer2004-02-181-0/+5
* noise reduction with threads bugfixMichael Niedermayer2004-02-171-2/+3
* mpeg4 b frame + adaptive quantization assertion failure fixMichael Niedermayer2004-02-141-5/+13
* multithreaded spatial complexity calculation for i framesMichael Niedermayer2004-02-141-18/+25
* ff_copy_bits() optimizationMichael Niedermayer2004-02-141-5/+10
* activate the memcpy special case for the byte aligned case in ff_copy_bits(),...Michael Niedermayer2004-02-131-3/+3
* replace a few pbBufPtr() by put_bits_count(), one of them was actually wrongMichael Niedermayer2004-02-131-3/+3
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-302/+496
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-1/+1
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-13/+13
* analyze the gradient of the error surface to avoid a few checks in the quanti...Michael Niedermayer2004-02-061-1/+30
* quantizer noise shaping optimizationMichael Niedermayer2004-02-061-32/+8
* simplifyMichael Niedermayer2004-02-021-66/+32
* quantizer noise shapingMichael Niedermayer2004-02-021-37/+470
* b frames + cbr fixMichael Niedermayer2004-01-291-40/+43
* mpeg4 pts fixMichael Niedermayer2004-01-261-0/+8
* optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 an...Michael Niedermayer2004-01-241-5/+4
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-5/+19
* avcodec_flush_buffers() fixMichael Niedermayer2004-01-191-0/+3
* removing broken framerate conversation hack in mpeg1/2Michael Niedermayer2004-01-181-24/+1
* type fixes, found by Wolfgang HesselerMichael Niedermayer2004-01-121-3/+3
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-84/+30
* non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2004-01-041-1/+3
* warn the user if we had to clip some dct coefficient due to a crappy format w...Michael Niedermayer2004-01-041-3/+12
* denoise_dct_mmx()Michael Niedermayer2004-01-021-3/+5
* more trellis quant optimizationsMichael Niedermayer2004-01-021-49/+50
* cleanupMichael Niedermayer2004-01-021-37/+14
* optimizing (trellis) quantizerMichael Niedermayer2004-01-021-22/+30
* dont show uninitalized motion vectorsMichael Niedermayer2004-01-011-0/+3
* rate limit tips and checksMichael Niedermayer2004-01-011-1/+10
* interlaced motion estimationMichael Niedermayer2003-12-301-71/+234
* 100000lMichael Niedermayer2003-12-301-1/+1
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-301-26/+68
* picture number fixesMichael Niedermayer2003-12-291-15/+7
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-221-1/+1
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-221-13/+15
* vbv_delayMichael Niedermayer2003-12-171-1/+17
* split intra / inter dequantizationMichael Niedermayer2003-12-141-130/+158
* error concealment regression testMichael Niedermayer2003-12-141-0/+12
* cleanupMichael Niedermayer2003-12-131-7/+2
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-131-0/+4
* mb type & qp vissualizationMichael Niedermayer2003-12-131-4/+70
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-121-2/+26
* fixed top_field_first support when encodingFabrice Bellard2003-12-121-1/+3
* interlaced dct encoding fixMichael Niedermayer2003-12-101-4/+5
* fixed interlaced encodingFabrice Bellard2003-12-101-2/+3
* motion_subsample_log2Michael Niedermayer2003-12-091-0/+2
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-34/+25
OpenPOWER on IntegriCloud