summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* primitive LPCM generatorFabrice Bellard2003-12-16
* better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generat...Fabrice Bellard2003-12-16
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard2003-12-16
* pts and dts support in parser APIFabrice Bellard2003-12-16
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-16
* MPEG1/2 decoding update (buffered frames are decoded now)Fabrice Bellard2003-12-15
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
* moved packet output to a separate function - added the frame buffered by the ...Fabrice Bellard2003-12-15
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-15
* motion estimation & mb compare functions command line optionsMichael Niedermayer2003-12-15
* init picture structure to avoid uninitialized fieldsFabrice Bellard2003-12-15
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
* mv vissualization & field picture fixMichael Niedermayer2003-12-14
* cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at...Wolfgang Hesseler2003-12-14
* 10l (printing qscale before parsing it)Michael Niedermayer2003-12-14
* 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
* CBR improvementsMichael Niedermayer2003-12-12
* fixed top_field_first support when encodingFabrice Bellard2003-12-12
* fill codec infoFabrice Bellard2003-12-12
* fixing h263p encoding without UMVMichael Niedermayer2003-12-11
* obmc encoding flag (forgot to commit...)Michael Niedermayer2003-12-11
* set AVCodecContext.width/height before get_buffer()Michael Niedermayer2003-12-11
* updateFabrice Bellard2003-12-10
* update -interlace helpFabrice Bellard2003-12-10
* generate MPEG elementary streams in all cases - added interlaced MPEG2 testFabrice Bellard2003-12-10
* interlaced dct encoding fixMichael Niedermayer2003-12-10
* interlaced DCT support for MPEG2 encodingFabrice Bellard2003-12-10
* fixed interlaced encodingFabrice Bellard2003-12-10
* 10l (uninitialized var ...)Michael Niedermayer2003-12-10
* -interlace option - better consistency in helpFabrice Bellard2003-12-10
* fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed asp...Fabrice Bellard2003-12-10
* MB_TYPE_INTERLACED info fixMichael Niedermayer2003-12-10
* suppress PTS in packets when not needed (slightly smaller files), fixed PTS g...Michel Bardiaux2003-12-09
* copy packet without omitting the paddingFabrice Bellard2003-12-09
* fixed low delay decodingFabrice Bellard2003-12-09
* 100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l1...Michael Niedermayer2003-12-09
* slice structured fixesMichael Niedermayer2003-12-09
* motion_subsample_log2Michael Niedermayer2003-12-09
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-09
* better get_packet_size and probeMichael Niedermayer2003-12-09
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-08
* msb pts supportAlex Beregszaszi2003-12-08
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-08
* Advanced intra coding, modified quantization and alternative inter vlc regres...Michael Niedermayer2003-12-08
* AIC/MQ encoding fixMichael Niedermayer2003-12-08