summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup & memleak fixMichael Niedermayer2004-04-301-1/+0
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-301-1/+2
* 10lMichael Niedermayer2004-04-301-1/+1
* 10lMichael Niedermayer2004-04-291-5/+5
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-291-58/+0
* minor motion estimation cleanupMichael Niedermayer2004-04-241-3/+3
* sanity checkMichael Niedermayer2004-04-231-1/+7
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-231-3/+5
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-191-3/+3
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-181-3/+7
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-171-4/+18
* flv dropable p frame supportMichael Niedermayer2004-04-171-4/+10
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-32/+50
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-031-7/+11
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-021-3/+11
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-261-2/+10
* warning patrolFalk Hüffner2004-03-241-4/+0
* Compile fix by (Chip <szarlada at freemail dot hu>)Michael Niedermayer2004-03-221-0/+3
* moving f/b_code init to where it should beMichael Niedermayer2004-03-161-4/+3
* init cleanupMichael Niedermayer2004-03-161-50/+62
* alignment fixMichael Niedermayer2004-03-141-4/+4
* width,height%16!=0 fixMichael Niedermayer2004-03-141-4/+4
* 10lMichael Niedermayer2004-03-111-2/+2
* 10lMichael Niedermayer2004-03-051-1/+1
* 100l (divx5 b frame + seeking + flush fix)Michael Niedermayer2004-03-021-0/+1
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-011-6/+13
* optimizing/cleanup of mpeg/qpel_motion()Michael Niedermayer2004-02-291-123/+95
* simplify MPV_motion()Michael Niedermayer2004-02-291-72/+38
* interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)Michael Niedermayer2004-02-291-129/+119
* 10l (vdpart fix)Michael Niedermayer2004-02-261-3/+5
* 100l (field picture decoding fix)Michael Niedermayer2004-02-261-4/+4
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk...Wolfgang Hesseler2004-02-251-0/+13
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-4/+4
* set AVFrame.pts based upon framerate if its 0Michael Niedermayer2004-02-251-1/+11
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-231-2/+6
* 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